/*
Theme Name: Origami
Theme URI: http://origami.gothemeteam.com/
Version: 1.0
Author: Theme Team
Author URI: http://themeforest.net/user/goThemeTeam
Tags: Origami
*/




header, nav, aside, article, section, hgroup, footer, details, summary {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none!important;
	border: 0 none;
	outline: none;
}







#origami-slider {
	height:250px;
	overflow:hidden;
	padding-top: 5px;
}
#origami-slider > div > div { position:relative;}
#full-width-slider { position: relative; margin:0; padding:0;overflow: hidden; width:100%; }
#full-width-slider > div{
	height:270px;
	background-repeat: no-repeat;
	background-position: center top;
}
#full-width-slider .slider-texts {
	width:225px;
	border: solid #fff;
	border-width: 0 1px;
	box-shadow: 1px 0 20px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 0 20px rgba(0,0,0,0.3); -webkit-box-shadow: 1px 0 20px rgba(0,0,0,0.3);	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
#full-width-slider .slider-texts h2 {
	font-size:18px;
	margin-bottom:10px;
	font-family: "Lucida Sans Unicode";
}
#full-width-slider .slider-texts, #full-width-slider .slider-texts h2 a {
	color:#252525;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#full-width-slider .slider-texts p {
	font-size:14px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}



#control_wrapper {
	right:50%;
	margin-right:-460px;
	z-index: 999;
	background: url(../images/btn-slider-arrows.png) no-repeat left top;
	width:92px;
	position: absolute;
	margin-top:-20px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
#control_wrapper span { width: 46px; height:55px; float:left;}
#control_wrapper a { width: 46px; height:0; font-size:0; padding-top:10px;  display: block; float:left; outline: 0;}

#origami-slider #normal-width-slider ul li { height:250px; width:960px; overflow:hidden;}
#origami-slider #normal-width-slider ul li h1 {
	margin-bottom:15px;
	font-size:22px;
	font-family: "Lucida Sans Unicode";
	color: #FFFFFF;
	font-weight: normal;
}

#origami-slider #normal-width-slider ul li h1, #origami-slider #normal-width-slider ul li h1 a, #page-title h1 { color:#fff!important; }

#origami-slider #normal-width-slider ul li p {
	color:#272727;
	font-size:14px;
	line-height: 18px;
	margin-bottom:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#origami-slider #normal-width-slider ul li .left { padding-top: 18px; }
#origami-slider #normal-width-slider li > div + div { background: url(../images/bg-featured-normal-width.png) no-repeat center bottom; padding-bottom:30px; height:200px;}
#origami-slider #normal-width-slider li > div + div > div { width:100%; height:100%; overflow:hidden; background-color:#f5f5f5; }
#origami-slider #controls { position: relative; bottom: 20px;  text-align:center;}
#origami-slider #controls li { display: inline;}
#origami-slider #controls li a {
	display: inline-block;
	background: url(../images/bg-slider-nav.png) no-repeat left top;
	width:16px;
	height:0;
	font-size:0;
	line-height:0;
	padding-top:20px;
	overflow:hidden;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
#origami-slider #controls li a:hover, #origami-slider #controls li.current a { background-position: right top;}


#origami-slider .nivo-controlNav a {
	display: inline-block;
	background: url(../images/bg-slider-nav.png) no-repeat left top;
	width:16px;
	height:0;
	margin:0 2px;
	font-size:0;
	line-height:0;
	padding-top:20px;
	overflow:hidden;
}
#origami-slider .nivo-controlNav a:hover, #origami-slider .nivo-controlNav a.active { background-position: right top;}



/*set the common button */
.button.small.commonBtn > span { background-position: left top;} 
.button.small.commonBtn > span > span { position: right top; } 
.button.medium.commonBtn > span { background-position: left top;} 
.button.medium.commonBtn > span > span { position: right top; } 
.button.large.commonBtn > span { background-position: left top;} 
.button.large.commonBtn > span > span { position: right top; }


/**default color**/

#origami-slider, #page-title {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

