/*
-------------------------------------------
	Shortcodes
-------------------------------------------
*/

/* ---------- GLOBAL BOX SHADOW ---------- */

.global_box_shadow {
	border: 1px solid #ddd; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; background-color:#f9f9f9; padding:5px; margin:10px 0 10px 0;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#dddddd');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#dddddd')";
}


/* ---------- VIDEOS / AUDIO ---------- */
.video {
	padding:10px;
}


/* ---------- COLUMNS ---------- */

.one_half, .one_third, .one_fourth, .one_fifth, .two_third { position:relative; margin-right:5%; float:left; text-align:left; }
.one_half {	width:47.5%; }
.one_third { width:29.9%; }
.one_fourth { width:21.0%; }
.one_fifth { width:16.0%; }
.two_third { width:64%; }
.three_fourth { width:73%; }
.last {	clear:right; margin-right:0 !important;	} 


/* ---------- DIVIDERS ---------- */

.divider { padding-top:20px; margin-bottom:20px; border-bottom:#e4e4e4 solid 1px; clear:both; }
.divider_shadow { background:url(../images/horizontal_divider_shadow.png) no-repeat top center; width:540px; height:17px; margin:20px auto 20px auto; clear:both; }
.clearboth { clear:both; }
.vertical_space { height:10px;}
.vertical_space_clear { clear:both; height:10px; }

.back_to_top { border-top:1px solid #e4e4e4; margin:20px 0 40px 0; clear:both; }
.to_top { float:right; color:#999; font-size:11px;  }
a:hover.to_top { color:#555; text-decoration:none; }


/* ---------- BOX CONTENT ---------- */

.box_default {
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	margin: 10px 0px 15px 0px;
	padding:10px;
}

.boxtype_normal {
	border: 1px solid #ddd; border-left:5px solid #ddd;
	background-color:#f9f9f9;
}
.boxtype_shadow {
	border: 1px solid #ddd; border-left:5px solid #ccc;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	background-color:#f9f9f9;
}
.boxtype_info {
	border: 1px solid #ddd; border-left:5px solid #99dcff;
	background:#f9f9f9 url(../images/info.png) no-repeat 10px 10px;
	padding:18px 18px 18px 55px;
	min-height:20px;
}
.boxtype_download {
	border: 1px solid #ddd; border-left:5px solid #abd845;
	background:#f9f9f9 url(../images/download.png) no-repeat 10px 10px;
	padding:18px 18px 18px 55px;
	min-height:20px;
}
.boxtype_warning {
	border: 1px solid #ddd; border-left:5px solid #e78a72;
	background:#f9f9f9 url(../images/warning.png) no-repeat 10px 10px;
	padding:18px 18px 18px 55px;
	min-height:20px;
}
.boxtype_bio {
	border: 1px solid #ddd; border-left:5px solid #f5be43;
	background:#f9f9f9 url(../images/bio.png) no-repeat 10px 10px;
	padding:18px 18px 18px 55px;
	min-height:20px;
}


/* ---------- TABS ---------- */

.tabs_container {}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 99.8%;
	font-size:9px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 30px;
	border: 1px solid #ddd;
	border-left: none;
	margin-bottom: -1px;
	background: #eee;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #2e2e2e;
	font-size: 1.4em; 
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ddd;
	background: #f9f9f9 url(http://srvalle.com/wp-content/themes/syncro/library/functions/shortcode/css/bg_body.png) repeat-x left bottom;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_content {
	padding: 20px;
	padding-bottom:12px;
	margin-bottom:20px;
	border:1px solid #ddd;
	border-top: none;
	text-align:left;
	clear: both;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background: #f9f9f9 url(../images/bg_body.png) repeat-x left top;
	overflow:hidden;
}
.tab_content img { float: left; margin:0px 10px 3px 0; }


/* ---------- ACCORDION ---------- */

.accordion_container { width:500px; clear:both; }
 
.accordion_title { 
	background: #ddd; border-bottom: 1px solid #FFFFFF; padding:5px; cursor: pointer; margin-top:1px; margin-bottom:1px;
	background: #f9f9f9 url(../images/bg_body.png) repeat-x left top; border:1px solid #e7e7e7; border-bottom:1px solid #e1e1e1; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}

.accordion_title h5 { padding-top:5px; padding-left:5px; }
 
.accordion_content {	
	background: #f4f4f4; padding:20px; overflow:hidden;
	background: #f9f9f9; border:1px solid #e7e7e7; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}


/* ---------- TOGGLE ---------- */

.toggle_box { 
	background: #f9f9f9 url(../images/bg_body.png) repeat-x left top; border: 1px solid #e7e7e7; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	padding: 0px 10px 0px 10px; margin: 3px 0px;
}
.toggle_box h4 { font-size:14px; cursor: pointer; padding:4px 45px 5px 0px; margin:8px auto 5px auto; }
.toggle_box h4.the_title_off { background: url(../images/toggle_off.png) no-repeat right top; }
.toggle_box h4.the_title_on { background: url(../images/toggle_on.png) no-repeat right top; }
.toggle_box .the_content { padding: 20px 0 10px 0;	 font-size:12px; overflow:hidden; }


.toggle_text { 
	margin: 3px 0px;
}
.toggle_text h4 { font-size:16px; cursor: pointer; padding: 5px 5px 5px 25px; margin:4px auto 6px auto; }
.toggle_text h4.the_title_off { background: url(../images/more_icon.jpg) no-repeat left center; }
.toggle_text h4.the_title_on { background: url(../images/less_icon.jpg) no-repeat left center; }
.toggle_text .the_content { padding: 10px 0 4px 25px; font-size:12px; overflow:hidden; }


/* ---------- SLIDESHOW MIX ---------- */

.slideshow_container {
	margin:0; padding:0;
}
.slideshow_block {
	background: #f9f9f9 url(../images/bg_body.png) repeat-x left top; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	padding:20px; border:1px solid #ddd; width:520px; margin:0; display:none;
}
.slideshow_block h1,h2,h3,h4,h5,h6 { clear:none; }

.slideshow { width: 520px; overflow:hidden; }
.slideshow img { background-color: #fff; float:left; margin-right:10px; }

.slideshow_content { font-size:12px; line-height:17px; width:100%; overflow:hidden; }

.ss_buttonContainer { margin:5px 0; text-align:center; padding:5px; width:550px; min-height:16px; }
.ss_buttonContainer a { text-decoration: none; background: #f9f9f9 url(../images/bg_body.png) repeat-x left top; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
					 border:1px solid #ddd; padding:2px 6px 2px 6px; margin-left:5px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#777; float:none; }
.ss_buttonContainer a.activeSlide { background: #eee; color:#999; }
.ss_buttonContainer a:hover { color:#999; }
.ss_buttonContainer a:focus { outline: none; }


/* ---------- SLIDESHOW IMAGE ---------- */

.slideshow_image_container { margin:0; padding:0px; }

.slideshow_image_block {
	background: #eee; padding: 3px; border:1px solid #e9e9e9; width:520px; height:350px; margin:0; display:none;
}

.nav_slide_img { width:520px; overflow:hidden; margin:5px 0; }
.nav_slide_img li { float:left; margin-top:6px; margin-right:6px; list-style: none }
.nav_slide_img a { display: block; background: #eee; padding: 2px; border:1px solid #e9e9e9; }
.nav_slide_img a:hover { opacity:0.7; }
.nav_slide_img li.activeSlide a { background:#fff; opacity:0.4; border:1px solid #555; }
.nav_slide_img a:focus { outline: none; }
.nav_slide_img img { border: none; display: block }


/* ---------- DIVERSE STYLES QUOTE ---------- */

.sc_quote { float:left; width:250px; font-style:italic; line-height:22px; background:url(../images/quote.png) no-repeat left top; padding-left:40px; color:#555; margin-right:8px; margin-top:8px; margin-bottom:8px; }


/* ---------- DIVERSE STYLES LIST ---------- */

.list_default { list-style-type: none; font-size:12px; font-family:Arial, Helvetica, sans-serif; } 

.listtype_check { background: url(../images/tick.png) no-repeat 0px 2px; padding-left:23px; margin-left:-12px;  }
.listtype_arrow { background: url(../images/arrow.png) no-repeat 0px 2px; padding-left:23px; margin-left:-12px; }
.listtype_star { background: url(../images/star.png) no-repeat 0px 2px; padding-left:23px; margin-left:-12px; }
.listtype_note { background: url(../images/note.png) no-repeat 0px 2px; padding-left:23px; margin-left:-12px; }


/* ---------- OTHER STYLES TEXT HIGHLIGHT ---------- */

.text_highlight { padding:2px 4px 2px 4px; background-color:#ffff00; color:#333; }


/* ---------- TABLES ---------- */

.custom_table { border: 1px solid #ddd; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); -moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); width:99%; margin:0px 0 10px 0; }
.custom_table th { padding:10px; font-size:12px; background:#f9f9f9 url(../images/bg_body.png) repeat-x left top; }
.custom_table td { font-size:11px; padding:10px; font-size:11px; line-height:18px; vertical-align:top; }
.custom_table tr { background-color:#fdfdfd; }


/* ---------- BUTTONS ---------- */

.buttons { font-family:Arial, Helvetica, sans-serif; cursor:pointer; }

a.btnbig { 
	background: url(../images/btn_big.png) no-repeat bottom right; 
	height: 33px; font-size: 12px; color: #888 !important; line-height:22px;
	padding-right: 16px; margin-top: 5px; margin-bottom:5px; font-weight: normal; display: block; float:left; font-family:Arial, Helvetica, sans-serif;
}
a.btnbig span { display: block; background: url(../images/btn_big.png) no-repeat; padding:6px 5px 0px 22px; height:27px; }
a.btnbig:hover { text-decoration:none; color:#999; }

a.btnsmall { 
	background: url(../images/btn_small.png) no-repeat bottom right; line-height:22px;
	height: 23px; font-size: 11px; color: #888 !important; 
	padding-right: 11px; margin-top: 5px; margin-bottom:5px; font-weight: normal; display: block; float:left; margin-right:4px; font-family:Arial, Helvetica, sans-serif;
}
a.btnsmall span { display: block; background: url(../images/btn_small.png) no-repeat; padding:0px 5px 0px 17px; height:23px; }
a.btnsmall:hover { text-decoration:none; color:#999; }


/* ---------- CUSTOM BUTTONS ---------- */

.custom_button {
	border:#777 solid 1px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	font-family:Arial, Helvetica, sans-serif; text-align:center; display:block; cursor: pointer;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); -moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	
	padding:2px 10px; font-size:12px; background:#4DA0BB;
}
a.custom_button { text-decoration:none; color:#fff; }
a.custom_button:hover { text-decoration:none; color:#fff; }


/* ---------- CONTACT FORM ---------- */

#form_contact table { border:none; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); -moz-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.0); -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); }
#form_contact td { border-bottom:none;  }
#form_contact .field_default {
	background-color:#f9f9f9; padding:8px; width:300px; border:#e2e2e2 solid 1px; font-size:12px; font-family:Arial, Helvetica, sans-serif;
}
#form_contact .field_err {
	background-color:#f9f9f9; padding:8px; width:300px; border:#f00 solid 1px; font-size:12px; font-family:Arial, Helvetica, sans-serif;
}
#form_contact input:focus, #form_contact textarea:focus {
	background-color:#fff; border:#e2e2e2 solid 1px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); -moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
#form_contact #submit_form span {
	display: block; background: transparent url(../images/btn_big.png) no-repeat; padding:6px 5px 0px 22px; height:27px; border:none; cursor:pointer;
}
#form_contact #form_submit {
	visibility:hidden;
}
#info_message {
	background-color:#fdfdee; border:#f0ea8e solid 1px; font-size:12px; padding:10px; margin-bottom:20px; text-align:center; color:#333; display:none;
}


/* ---------- INSERT POSTS / PAGES / RECENT POSTS ---------- */

.insert_cat { font-size:11px; background-color:#b3b3b3; padding:0 3px; margin-right:2px; color:#fff; }
.insert_cat a { color:#fff; }
.insert_cat a:hover { text-decoration:none; color:#eee; }
.insert_date { font-size:11px; background-color:#eee; padding:0 3px; }
.insert_date a { color:#787878; }
.insert_date a:hover { text-decoration:none; color:#999; }

.insert_floating { float: left; margin:0 20px 2px 0; }

.bg_img_page {	
	padding:3px; float:left; margin:0;
}
.bg_img_post {	
	padding:3px; float:left; margin:0;
}

.bg_img_related_post { 
	border:#aaa solid 1px; margin:2px 0px 0px 0; float:left;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3); -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3); -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}



/* ---------- IMAGE FRAME ---------- */

.image_frame_bg {
	border:#e9e9e9 solid 5px;
	float: left;
	background:#fff;
}

.image_frame_left { float:left; margin:0 20px 6px 0; }
.image_frame_right { float:right; margin:0 0 6px 20px; }
.image_frame_center { float:none; margin:30px auto; clear:both; }


/* ---------- DROPCAP ---------- */

.dropcap {
	 display:inline;
	 float:left;
	 margin-top:5px;
	 margin-right:10px;
	 font-family:Arial, Helvetica, sans-serif
	 text-align:center;
	 font-size:72px;
	 line-height:57px;
	 padding:0px;
	 overflow:hidden;
}


/* ---------- SHOW SHORTCODE ---------- */

code { 
	border: solid 1px #ddd;
	font-size: 11px;
	line-height:20px;
	margin:10px 0px;
	padding:10px;
	background: #f9f9f9;
	display:block;
	overflow:hidden;
	color: #3b3b3b;
}

pre { font-size:11px; color: #555; margin-left:-310px; }