/* @override http://localhost:8888/origen/css/enhanced.css */

a {
	-webkit-transition: color;
	-webkit-transition-duration: .3s;
}

header h1 {
	-webkit-transition: all;
	-webkit-transition-duration: .5s;	
}

header ul li a {
	-webkit-transition: all;
	-webkit-transition-duration: 1s;
	text-shadow: 1px 1px 1px #000;
}

/* @group Content Top */

/* @group HOME - Content Top  */

/* @end */

#content_top h1 {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

#content_top ul.items li img {
	background: rgba(255,255,255,0.8);
	-webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 16px rgba(0,0,0,0.2);
	-webkit-transition: background-color, box-shadow;
	-webkit-transition-duration: .5s;	
}

#content_top ul.items li img:hover {
	-webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 16px rgba(0,0,0,0.4);

}

#content_top p {
	text-shadow: 1px 1px 1px #000;
}

/* @end */

div#portfolio_images img {
	background: rgba(255,255,255,0.75);
	-webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 16px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 16px rgba(0,0,0,0.2);	
}



/* @group HOME - Feature Blog and Work Sections */

section#feature_work img, section#feature_blog img {
	background: rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 16px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 16px rgba(0,0,0,0.2);
	-webkit-transition: background-color, box-shadow;
	-webkit-transition-duration: .5s;	
}

section#feature_work img:hover, section#feature_blog img:hover {
	-webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 16px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 16px rgba(0,0,0,0.4);
}



section#feature_work h3, section#feature_blog h3 {
	text-shadow: 1px 1px 1px #FFF;
}

section#feature_work h2 a, section#feature_blog h2 a {
	text-shadow: 1px 1px 1px #FFF;
}

/* @end */

p.btn a {
	-webkit-transition: color;
	-webkit-transition-duration: .5s;		
}


section#services {
	clear: both;
	background: url(../i/service_bg.png) top center no-repeat;
	padding: 50px 0 35px 0;
	overflow: hidden;
	margin: 0 0 30px;
}

section#services h3 {
	text-indent: -9999px;
	height: 0;
}

section#services h2 {
	color: #6a952f;
	font-size: 18px;
	margin: 0 0 12px 0;
}

section#services ul li {
	width: 300px;
	padding: 10px;
	float: left;
}

section#services ul li p {
	margin: 0 10px 0 0;
	line-height: 20px;
}

footer {
	background: rgba(255,255,255,0.4);
}


/* @group Portfolio Scroller */

div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 782px; 
    height:90px; 
    margin: 0 90px;
} 
 
div.scrollable ul.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
 
a.prevPage {
	width: 36px;
	height: 35px;
	background: url(../i/left_control.png) top left no-repeat;
	left: 20px;
	top: 15px;
	display: block;
	text-indent: -9999px;
	position: absolute;
}
a.nextPage {
	width: 36px; 
	height: 35px;
	background: url(../i/right_control.png) top left no-repeat;
	left: 900px;
	top: 15px;
	display: block;
	text-indent: -9999px;
	position: absolute;
}

section#portfolio_slider a.disabled {
	opacity: 0.5;
}
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable ul.items li { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
ul.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

/* @end */

#content_main {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:10px;
	background: rgba(255,255,255,0.4);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);

}

#content_main section header p.top a {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#content_main section#intro > p {
	font-size: 13px;
	line-height: 22px;
	padding: 0 250px 20px 0;
}

section img, article img {
	background: rgba(255,255,255,0.75);
	-webkit-box-shadow: 1px 1px 16px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 16px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 16px rgba(0,0,0,0.2);
}

section#who img {
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	
}

#about nav#nav_page ul li a.current {
	background: rgba(34,20,4,0.7);
	text-shadow: 1px 1px 1px #000;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);

}

#content_main article pre {
	background: rgba(255,255,255,0.75);
}

input.comment_submit {
	text-shadow: 1px 1px 1px #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}


div.comment_entry {
	background: rgba(154,228,54,0.16);
}
