/*
Theme Name: Sophie Cardin
Theme URI: http://www.lepetitcowboy.com
Description: A Premium WordPress Theme.
Version: 1.1.0
Author: Erik Damiano
Author URI: http://www.lepetitcowboy.com/erikdamiano
License: GNU General Public License
License URI: License.txt
Tags: colors, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, custom-menu
*/

//960.css
.container_12{margin-left:auto;margin-right:auto;width:1024px}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;margin-left:10px;margin-right:10px;}
.push_1,.pull_1,.push_2,.pull_2,.push_3,.pull_3,.push_4,.pull_4,.push_5,.pull_5,.push_6,.pull_6,.push_7,.pull_7,.push_8,.pull_8,.push_9,.pull_9,.push_10,.pull_10,.push_11,.pull_11,.push_12,.pull_12,.push_13,.pull_13,.push_14,.pull_14,.push_15,.pull_15{position:relative}
.container_12 .grid_3{width:400px}.container_12 .grid_6{width:460px}.container_12 .grid_9{width:540px}.container_12 .grid_12{width:940px}
.alpha{margin-left:0}.omega{margin-right:0}
.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}
.container_12 .prefix_3{padding-left:240px}.container_12 .prefix_6{padding-left:480px}.container_12 .prefix_9{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}
.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}
.container_12 .push_3{left:240px}.container_12 .push_6{left:480px}.container_12 .push_9{left:720px}.container_12 .push_1{left:80px}.container_12 .push_2{left:160px}.container_12 .push_4{left:320px}.container_12 .push_5{left:400px}.container_12 .push_7{left:560px}.container_12 .push_8{left:640px}.container_12 .push_10{left:800px}.container_12 .push_11{left:880px}
.container_12 .pull_3{left:-240px}.container_12 .pull_6{left:-480px}.container_12 .pull_9{left:-720px}.container_12 .pull_1{left:-80px}.container_12 .pull_2{left:-160px}.container_12 .pull_4{left:-320px}.container_12 .pull_5{left:-400px}.container_12 .pull_7{left:-560px}.container_12 .pull_8{left:-640px}.container_12 .pull_10{left:-800px}.container_12 .pull_11{left:-880px}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}


//jqueryslidemenu.css
.jqueryslidemenu{
z-index:50;
margin-bottom:20px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:50;
}


/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: list-item;
margin-top:1px;
width:370px;
}

.jqueryslidemenu ul li.nolink {
margin-top:5px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: inline;
color: #fff;
line-height:11px;
font-size:11px;
font-weight:bold;
height:11px;
padding: 0;
z-index:51;
}

.jqueryslidemenu ul li a:hover{
color:#ebf304;
font-weight:bold;
width:auto;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: relative;
display: block;
background:#fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
-moz-box-shadow:  0 2px 4px rgba(0, 0, 0, .5);
-webkit-box-shadow:  0 2px 4px rgba(0, 0, 0, .5);
z-index:50;
min-height:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
background-image:none;
display: list-item;
float: none;
z-index:51;
margin:0;
height:11px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
z-index:52;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	background:none;
margin: 0;
border-top-width: 0;
z-index:52;
font-size:11px;
height:11px;
line-height: 11px;
text-align:left;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/*Shortcodes---------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/

/* ------- Buttons ------- */
a.button-1{
	/*float:right;*/
	background:#394dde url(images/buttons_chunky_sprites.png) no-repeat 0 -60px;
	height:52px;
	line-height:43px;
	padding-left: 15px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 0px 1px 0px;
	font-size: 15px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:13px 15px 15px 15px;
	*padding:0 15px;
}
a.button-1 span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:0;
}

a.button-1 span.btn_right{
	background:#394dde url(images/buttons_chunky_sprites.png) no-repeat -276px -60px;
	height:52px;
	width:15px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-1 span.btn_right{
right:-20px;
}
}
a.button-1:hover{
	background:#394dde url(images/buttons_chunky_sprites.png) no-repeat;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-1:hover span.btn_right{
	background:#394dde url(images/buttons_chunky_sprites.png) no-repeat -276px 0;
	color:#EAEAEA;
}
a.button-1{
	*display:inline-block!important;
	*float:none;
}
a.button-1 span.btn_text{
	*position:relative!important;
}
a.button-1 span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}

a.button-2{
	/*float:right;*/
	background:#394dde url(images/buttons_chunky_sprites.png) no-repeat -300px -60px;
	height:42px;
	line-height:40px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 0px 1px 0px;
	font-size: 13px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:10px 15px 20px 15px;
	*padding:0 15px;
}
a.button-2 span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:-3px;
	font-size:13px;
}

a.button-2 span.btn_right{
	background:#394dde url(images/buttons_chunky_sprites.png) no-repeat -542px -60px;
	height:42px;
	width:15px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-2 span.btn_right{
right:-20px;
top:2px;
}
}
a.button-2:hover{
	background:#394dde url(images/buttons_chunky_sprites.png) no-repeat -300px 0px;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-2:hover span.btn_right{
	background:#394dde url(images/buttons_chunky_sprites.png) no-repeat -542px 0px;
	color:#EAEAEA;
}
a.button-2{
	*display:inline-block!important;
	*float:none;
}
a.button-2 span.btn_text{
	*position:relative!important;
}
a.button-2 span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}

a.button-3{
	/*float:right;*/
	background:#394dde url(images/buttons_sprites.png) no-repeat 0 0;
	height:40px;
	line-height:43px;
	padding-left: 15px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 0px 1px 0px;
	font-size: 15px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:10px 21px 13px 21px;
	*padding:0 21px;
}
a.button-3 span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:0;
}

a.button-3 span.btn_right{
	background:#394dde url(images/buttons_sprites.png) no-repeat -265px 0;
	height:40px;
	width:20px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-3 span.btn_right{
right:-21px;
top:2px;
}
}
a.button-3:hover{
	background:#394dde url(images/buttons_sprites.png) no-repeat 0 -51px;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-3:hover span.btn_right{
	background:#394dde url(images/buttons_sprites.png) no-repeat -265px -51px;
	color:#EAEAEA;
}
a.button-3{
	*display:inline-block!important;
	*float:none;
}
a.button-3 span.btn_text{
	*position:relative!important;
}
a.button-3 span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}

a.button-4{
	/*float:right;*/
	background:#394dde url(images/buttons_sprites.png) no-repeat -300px 0;
	height:31px;
	line-height:31px;
	padding-left: 15px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 0px 1px 0px;
	font-size: 13px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:5px 16px 9px 19px;
	*padding:0 16px;
	margin-right:5px;
}
a.button-4 span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:0;
}

a.button-4 span.btn_right{
	background:#394dde url(images/buttons_sprites.png) no-repeat -534px 0;
	height:31px;
	width:20px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:-3px;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-4 span.btn_right{
right:-21px;
top:2px;
}
}
a.button-4:hover{
	background:#394dde url(images/buttons_sprites.png) no-repeat -300px -51px;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-4:hover span.btn_right{
	background:#394dde url(images/buttons_sprites.png) no-repeat -534px -51px;
	color:#EAEAEA;
}
a.button-4{
	*display:inline-block!important;
	*float:none;
}
a.button-4 span.btn_text{
	*position:relative!important;
}
a.button-4 span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}

a.button-5{
	/*float:right;*/
	background:#394dde url(images/buttons_sprites.png) no-repeat -558px 0;
	height:22px;
	line-height:20px;
	padding-left: 15px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:normal;
	text-shadow:#000 0px 1px 0px;
	font-size: 11px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:2px 13px 5px 13px;
	*padding:0 16px;
}
a.button-5 span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:0;
}

a.button-5 span.btn_right{
	background:#394dde url(images/buttons_sprites.png) no-repeat -730px 0;
	height:22px;
	width:10px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-5 span.btn_right{
right:-17px;
top:0px;
}
}
a.button-5:hover{
	background:#394dde url(images/buttons_sprites.png) no-repeat -558px -51px;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-5:hover span.btn_right{
	background:#394dde url(images/buttons_sprites.png) no-repeat -730px -51px;
	color:#EAEAEA;
}
a.button-5{
	*display:inline-block!important;
	*float:none;
}
a.button-5 span.btn_text{
	*position:relative!important;
}
a.button-5 span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}

a.button-5port{
	/*float:right;*/
	background:#394dde url(images/buttons_sprites.png) no-repeat -558px 0;
	height:22px;
	line-height:20px;
	padding-left: 15px;
	color:#ffffff!important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:#000 0px 1px 0px;
	font-size: 11px;
	outline:none;
	border:none;
	width:auto; 
  	overflow:visible;
	position:relative;
	padding:2px 13px 5px 13px;
	*padding:0 16px;
}
a.button-5port span.btn_text{
	cursor:pointer;
	/*padding:12px 5px 19px 0;*/
	display:inline-block;
	*top:0;
}

a.button-5port span.btn_right{
	background:#394dde url(images/buttons_sprites.png) no-repeat -730px 0;
	height:22px;
	width:10px;
	display:inline-block;
	/*float:right;*/
	margin-left:0px;
	overflow:visible;
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
a.button-5port span.btn_right{
right:-17px;
top:1px;
}
}
a.button-5port:hover{
	background:#394dde url(images/buttons_sprites.png) no-repeat -558px -51px;
	color:#EAEAEA;
	text-decoration:none!important;
}
a.button-5port:hover span.btn_right{
	background:#394dde url(images/buttons_sprites.png) no-repeat -730px -51px;
	color:#EAEAEA;
}
a.button-5port{
	*display:inline-block!important;
	*float:none;
}
a.button-5port span.btn_text{
	*position:relative!important;
}
a.button-5port span.btn_right{
	*float:none!important;
	*display:inline-block!important;
}


/* ------- Cool Buttons ------- */
.cool_button{
	font-family:  Arial, sans-serif;
	text-decoration:none !important;
	color:#eee !important;
	text-shadow:0 1px 0 #888888;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1.3px;
	margin:5px 10px 5px 0;
	border:0 none;
	padding:0 20px 0 0;
}
.cool_button span{
	text-decoration:none !important;
	display:block;
	line-height:10px;
	padding:10px 0 12px 20px;
	}
.cool_button:hover{opacity:0.9;}

.cool_button.orange{background:url(images/cool_orange.png) no-repeat right -40px;}
.cool_button.orange span{background:url(images/cool_orange.png) no-repeat ;}

.cool_button.blue{background:url(images/cool_blue.png) no-repeat right -40px;}
.cool_button.blue span{background:url(images/cool_blue.png) no-repeat ;}

.cool_button.red{background:url(images/cool_red.png) no-repeat right -40px;}
.cool_button.red span{background:url(images/cool_red.png) no-repeat ;}

.cool_button.black{background:url(images/cool_black.png) no-repeat right -40px;}
.cool_button.black span{background:url(images/cool_black.png) no-repeat ;}

.cool_button.yellow{background:url(images/cool_yellow.png) no-repeat right -40px; color:#93831C!important; text-shadow:0 1px 0 #FCF1A9;}
.cool_button.yellow span{background:url(images/cool_yellow.png) no-repeat ;}

.cool_button.pink{background:url(images/cool_pink.png) no-repeat right -40px;}
.cool_button.pink span{background:url(images/cool_pink.png) no-repeat ;}

.cool_button.green{background:url(images/cool_green.png) no-repeat right -40px; color:#259634!important; text-shadow:0 1px 0 #76ED88;}
.cool_button.green span{background:url(images/cool_green.png) no-repeat ;}




/* ------- Hr ------- */
.hr-1{
	background:url(images/hr_bck.jpg) repeat-x;
	height:33px;
	border:none!important;
	outline:none!important;	
	display:block;
}


/* ------- Fluid Columns ------- */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth,.two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
/* Two level columns
---------------------------------------------------------- */
.one_half .one_half {
	margin-right: 8.3333%;
	width: 45.8333%;
}
.one_half .one_third {
	margin-right: 8.3333%;
	width: 27.7778%;
}
.one_half .two_third {
	margin-right: 8.3333%;
	width: 63.8889%;
}
.two_third .one_third {
	margin-right: 6.1224%;
	width: 29.2517%;
}
.two_third .two_third {
	margin-right: 6.1224%;
	width: 64.6258%;
}
.two_third .one_fourth {
	margin-right: 6.1224%;
	width: 20.4082%;
}
.clearboth{
	clear:both;
}


/* Divider
---------------------------------------------------------- */
.space_divider{
	display:block;
	clear:both;
	padding:12px;
}
/* ------- Video Shortcodes ------- */
.video_frame {
line-height:100%;
}


/* ------- Dropcaps ------- */
.dropcap1, .dropcap2, .dropcap3, .dropcap4 {
float:left;
overflow:hidden;
text-align:center;
}
.dropcap1 {
font-size:36px;
height:40px;
line-height:40px;
margin:0 0 -4px;
width:40px;
}
.dropcap2 {
font-size:26px;
height:36px;
line-height:33px;
margin:0 5px -4px 0 ;
width:36px;
color:#fff;
background:#394dde url(images/dropcap2.png) no-repeat;
}



/* ------- Quotes ------- */
#content blockquote.alignleft {
margin:10px 20px 0 0;
width:250px;
}
#content blockquote.alignright {
margin:10px 0 0 20px;
width:250px;
}
.alignleft {
float:left;
}
#content blockquote {
color:#6d6d6d;
font-family:Georgia,"Times New Roman",Times,serif;
line-height:19px;
padding:10px 20px 10px 45px;
}
#content  blockquote p{
	font-size:15px;
	margin-right:10px;
}
#content  blockquote p.qp{
	background:url(images/quote.png) no-repeat;
	height:35px;
	width:30px;
	display:inline;
	float:left;
	margin-bottom:0;
}
#content blockquote p cite{
	font-size:11px;
	color:#b7b7b7;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}


/* ------- Code ------- */
.code {
background:#4b4a4a url(images/code_dark.png) repeat;
padding:20px 10px;
color:#acacac;
}
.code, .pre {
border:1px solid #090909;
overflow:auto;
white-space:pre-wrap;
line-height:20px;
font-size:12px;
display:block;
}



/* ------- Lists ------- */
ul.list-s li span{
	background: url(images/Listspatterns.png) no-repeat;
	height:16px;
	width:16px;
	display:inline-block;
	float:left;
	margin-right:3px;
	margin-top:2px;
}
ul.list-s li{
	list-style:none;
	margin-left:0;
	margin-bottom:3px;
}
ul.list1 li span{
	background-position:0 0px;
}
ul.list2 li span{background-position:0 -17px;}
ul.list3 li span{background-position:0 -34px;}
ul.list4 li span{background-position:0 -55px;}
ul.list5 li span{background-position:0 -71px;}
ul.list6 li span{background-position:0 -89px;}
ul.list7 li span{background-position:0 -105px;}
ul.list8 li span{background-position:0 -122px;}
ul.list9 li span{background-position:0 -139px;}
ul.list10 li span{background-position:0 -156px;}
ul.list11 li span{background-position:0 -174px;}


/* ------- Highlights ------- */
.highlight{
	background-color:#FFF;
	color:#373737;
	text-shadow:none;
}
.highlight.dark{
	background-color:#333333;
	color:#fff;
}
/* ------- Frames ------- */
.image-frame{
	-moz-box-shadow:0 1px 3px #000;
	box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	-o-box-shadow: 0 1px 3px #000;
	background-color:#393939;
	background:-moz-linear-gradient(center bottom , #363636 0px, #393939 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #363636),color-stop(1, #393939));
	border:1px solid #4e4e4e !important;
	padding:6px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:0.6em;
}
img.alignleft{
float:left;
margin:2px 16px 2px 2px !important;
}
img.alignright{
float:right;
margin:2px 16px 2px 2px !important;
}
.map-frame{
	-moz-box-shadow:0 1px 3px #000;
	box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	-o-box-shadow: 0 1px 3px #000;
	background-color:#393939;
	background:-moz-linear-gradient(center bottom , #363636 0px, #393939 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #363636),color-stop(1, #393939));
	border:1px solid #4e4e4e !important;
	padding:6px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom:0.6em;
	overflow: hidden;
}




/* ------- Alert Boxes ------- */
.info-box{
	background-color:#a2b7fd;
	border:#2046c5 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#2e479a;

	margin:15px 0;
}
.info-box .inner_box{
	background:url(images/info-box.png) no-repeat 15px 50%;
	background-color:#a2b7fd;
	border:#BCCCFF 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#2e479a;
	padding:15px 15px 15px 60px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 30px rgba(0, 0, 0, .1);
	text-shadow:0 1px 0 rgba(255, 255, 255, .5);
}
.error-box{
	background-color:#fdb3b3;
	border:#bc0101 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#dd2d2d;
	margin:15px 0;
}
.error-box .inner_box{
	-webkit-border-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	background:url(images/error-box.png) no-repeat 15px 50%;
	border:#FFC6C6 1px solid;
	padding:15px 15px 15px 60px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 30px rgba(0, 0, 0, .1);
	text-shadow:0 1px 0 rgba(255, 255, 255, .5);

}
.check-box{
	background-color:#63ee8a;
	border:#038b29 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#046b21;
	margin:15px 0;
}
.check-box .inner_box{
	background:url(images/check-box.png) no-repeat 15px 50%;
	background-color:#63ee8a;
	border:#B7F7C8 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	color:#046b21;
	padding:15px 15px 15px 60px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 30px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5), inset 0 -1px 30px rgba(0, 0, 0, .1);
	text-shadow:0 1px 0 rgba(255, 255, 255, .5);
}







/* ------- Contact Form ------- */
#contact-form .input{
	margin:10px 0;
	position:relative;
}
#contact-form input{
	width:270px;
	height:30px;
	padding: 0 10px;
	background:#272727;
	color:#858585;
	border:none;
	
}
#contact-form input:focus{
	background:#333333;
}
#contact-form .input label{
	color:#8c8b8b;
	font-size:14px;
}
#contact-form textarea{
	height:180px;
	border:none;
	padding: 0 10px;
	overflow:auto;
	background:#272727;
	color:#858585;
}
#contact-form textarea:focus{
	background:#333333;
}
#contact-form #submit-form{
	background:#3d3c3c;
	width:130px;
	height:32px;
	color:#858585;
	cursor:pointer;
	display:block;
	line-height:30px;
	font-size:12px;
	text-align:center;
	border:none;
}
#commentform p a{
	font-weight:bold;
	color:#595858;
}
#contact-form .name-error, #contact-form .email-error, #contact-form .comments-error{
	display:none;	
	position:relative;
	top:5px;
}
#contact-form .comments-error{
	position:absolute;
	right:5px;
	top:5px;
}






/* ------- Toggle ------- */
h3.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background:url(images/toggles_h2.jpg) repeat-x;
	height: 38px;
	line-height: 38px;
	border:1px solid #494949;	
	background:#3b3a3a;
	
}
h3.trigger a {
	color:#000!important;
	text-decoration: none;
	display: block;
	font-size:16px;
	background:url(images/toggle_arrow.png) 0 10px no-repeat;
	padding: 0 0 0 30px;
	line-height: 38px;
}
h3.trigger a:hover { color: #ccc; }
h3.trigger a.active {background-position: 0 -20px;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	clear: both;
	background:#5f5f5f;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
}



/* ------- Lines ------- */
.line_full{
	background:url(images/line_separ.png) center no-repeat;
	height:8px;
	width:100%;
	display:block;
	margin: 5px 0 25px;
}



/*
Pretty Little Table
------------------------------------------------------------------ */
table.table a:link {
 color: #666;
 font-weight: bold;
 text-decoration:none;
}
table.table a:visited {
 color: #999999;
 font-weight:bold;
 text-decoration:none;
}
table.table a:active,
table.table a:hover {
 color: #bd5a35;
 text-decoration:underline;
}
table.table {
 font-family:Arial, Helvetica, sans-serif;
 color:#666;
 font-size:12px;
 text-shadow: 1px 1px 0px #fff;
 background:#eaebec;
 margin:10px;
 border:#ccc 1px solid;
 
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 
 -moz-box-shadow: 0 1px 2px #d1d1d1;
 -webkit-box-shadow: 0 1px 2px #d1d1d1;
 box-shadow: 0 1px 2px #d1d1d1;
}
table.table th {
 padding:21px 25px 22px 25px;
 border-top:1px solid #fafafa;
 border-bottom:1px solid #e0e0e0;
 
 background: #ededed;
 background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
 background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table.table th:first-child{
 text-align: left;
 padding-left:20px;
}
table.table tr:first-child th:first-child{
 -moz-border-radius-topleft:3px;
 -webkit-border-top-left-radius:3px;
 border-top-left-radius:3px;
}
table.table tr:first-child th:last-child{
 -moz-border-radius-topright:3px;
 -webkit-border-top-right-radius:3px;
 border-top-right-radius:3px;
}
table.table tr{
 text-align: center;
 padding-left:20px;
}
table.table tr td:first-child{
 text-align: left;
 padding-left:20px;
 border-left: 0;
}
table.table tr td {
 padding:18px;
 border-top: 1px solid #ffffff;
 border-bottom:1px solid #e0e0e0;
 border-left: 1px solid #e0e0e0;
 
 background: #fafafa;
 background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
 background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.table tr.even td{
 background: #f6f6f6;
 background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
 background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.table tr:last-child td{
 border-bottom:0;
}
table.table tr:last-child td:first-child{
 -moz-border-radius-bottomleft:3px;
 -webkit-border-bottom-left-radius:3px;
 border-bottom-left-radius:3px;
}
table.table tr:last-child td:last-child{
 -moz-border-radius-bottomright:3px;
 -webkit-border-bottom-right-radius:3px;
 border-bottom-right-radius:3px;
}
table.table tr:hover td{
 background: #f2f2f2;
 background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
 background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}



/*-----------Testimonial Shortcode-----------------*/
.testimonial_shortcode{
	width:100%;
	margin-bottom:0.6em;
	
}
.testimonial_shortcode .testim{
	border:#b2b2b2 1px solid;
	background: #f5f4f4; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f6), to(#efeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f7f6f6,  #efeeee); /* for firefox 3.6+ */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 2px #c5c5c5 ;
	-moz-box-shadow:  0 1px 2px #c5c5c5 ;
	-webkit-box-shadow:  0 1px 2px #c5c5c5;
	margin: 0;
	position:relative;
	
}
.testimonial_shortcode .testim span{
	background:url(images/testim_shortcode.png) no-repeat;
	position:absolute;
	top:25px;
	width:39px;
	height:31px;
}
.testimonial_shortcode .testim p{
	margin-left:55px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#747474;
	text-shadow:0 1px 0 #fff;
	line-height:22px;
}
.testimonial_shortcode .testim cite{
	text-align:right;
	display:block;
	color:#908f8f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-shadow:0 1px 0 #fff;
}
.testimonial_shortcode .testim div{
	border:#f3f3f3 1px solid;
	padding:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), inset 0 -1px 30px rgba(195, 195, 195, .5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), inset 0 -1px 30px rgba(195, 195, 195, .5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1), inset 0 -1px 30px rgba(195, 195, 195, .5);
}


/*-----------Sliding Shortcode-----------------*/
.sliding_shortcode{
	width:100%;
	margin-bottom:0.6em;
	
}
.sliding_nav{
	text-align:center;
	margin-bottom:0.6em;
}
.sliding_nav a{
	background:url(images/slides_dots.png) no-repeat 3px 2px;
	width:12px;
	height:12px;
	display:inline-block;
	margin:0 2px;
	text-indent: -999em;
	padding:3px;
}
.sliding_nav a.activeSlide {
	background-position: -17px 2px ;
}

//tabs.css

/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;	
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	background:#3d3c3c;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#969595!important;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background:#4b4b4b;
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background:#5f5f5f;		
	cursor:default !important; 
	color:#b8b8b8 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}
.panes .panes-div{
	background:#5f5f5f;
	padding:15px;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
.accordion {
	/*background:#333 url(images/h300.png) 0 0;*/
	border:1px solid #494949;	
	/*-background:#666;*/
}

/* accordion header */
.accordion h2 {

	font-size:14px;
	font-weight:normal;
	cursor:pointer;	
	padding: 0 0 0 20px;
	margin: 5px;
	background:#3b3a3a;
	height: 28px;
	line-height: 27px;
	border:#494949 1px solid;
}

/* currently active header */
.accordion h2.current {
	/*background-color:#fff;*/
}

/* accordion pane */
.accordion .pane {
	background:url(images/black_bck.png) repeat;
	display:none;
	padding:15px;
	color:#969494;
	font-size:12px;
	background-color:#292929;
}


/* preloader.css */
.preloader { background:url(images/preloader/89.gif) center center no-repeat #ffffff;  }



/*  HTML5 ? Boilerplate RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

i, em {
	font-style:italic;
}

b {
	font-style:bold;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #000; color:#fff; text-shadow: none; }
::selection { background:#000; color:#fff; text-shadow: none; }
::-webkit-selection { background:#000; color:#fff; text-shadow: none; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #fff; font-size:12px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
h1{ font-weight: bold; }
h1{font-size:11px;}
h2{font-size:11px;}
h3{font-size:11px;}
h4{font-size:11px;}
h5{font-size:11px;}
h6{font-size:11px;}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:0.6em}

/*
==========================================
Theme Styles
========================================== 
*/
body{
	background:#111111;
}
#header{
	background:#fdf904;
	position:relative;
	z-index:3;
}
#header h1{
	margin-top:20px;
}
#header h1 a{
	color:#000;
	font-size:30px;
}
#header h1 a img{
	margin:0 auto;
	border:none;
}

#header h2{
	margin-top:-30px;
	line-height:2px;
}

#header h2 a{
	color:#000;
}

#header_bottom{
	position:absolute;
	bottom:-50px;
	z-index:3;
}

a.image:hover{
background-color:transparent;
}

.menu-item a{
	color:#000;
}



/*Hide Button
-----------------------------------*/
#hide_btn{
	display:block;
	height:70px;
	width:70px;
	background:url(images/hide_btn.png) center -104px no-repeat;
	position:absolute;
	bottom:-110px;
	left:75px;
	z-index:3;
}
#hide_btn.hb_open{
	background-position: center -26px;
}

#supersized li a, #supersized li{
	position:relative;
}
.full_pattern{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
/*Home Widget
-----------------------------------*/
#home_widget{
	color:#000;
	position:fixed;
	z-index:2;
	right:-290px;
	top:39%;
	width:250px;
	background:#fff;
	padding:20px;
}
#home_widget_btn{
	background:url(images/side_arrows.png) -5px -5px no-repeat;
	width:70px;
	height:70px;
	display:block;
	text-align:center;
	position:absolute;
	z-index:2;
	left:-70px;
	top:30%;
	cursor:pointer;
}
#home_widget_btn.btn_open{
	background-position: -5px -85px;
}
a#home_widget_btn:hover{
	opacity:0.9;
}

#ajax-calendar-2 a:link, #ajax-calendar-2 a:visited{
	color:red;
}

#ajax-calendar-2 a:hover, #ajax-calendar-2 a:active{
	color:#ddd;
}

/*Video Background
-----------------------------------*/
#video_bck{
	height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
#video_wrapper{
	/*height: 100%!important;*/
    width: 100%!important;
}

/*
==========================================
Bottom Footer
========================================== 
*/
#b_footer{
	background:url(images/b_footer_bck.png) repeat;
	width:100%;
	height:30px;
	position:fixed;
	bottom:0;
	z-index:99;
}
#b_footer p{
	line-height:31px;
	height:30px;
	bottom:0;
	margin:0;
	margin-left:10px;
	position:absolute;
	left:0;
	font-size:11px;
	color:#4f4f4f;
}
#b_footer p span{
	float:left;
}

#b_footer a#bf_facebook{
	background:url(images/bf_social.png) 0px -22px no-repeat;
	display:inline-block;
	width:54px;
	height:30px;
	float:left;
	margin-left:10px;
}
#b_footer a#bf_facebook:hover{
	background-position:0 8px;
}

#b_footer a#bf_twitter{
	background:url(images/bf_social.png) -117px -22px no-repeat;
	display:inline-block;
	width:62px;
	height:30px;
	float:left;
	margin-left:10px;
}
#b_footer a#bf_twitter:hover{
	background-position:-117px 8px;
}

#b_footer a#bf_youtube{
	background:url(images/bf_social.png) -65px -22px no-repeat;
	display:inline-block;
	width:43px;
	height:30px;
	float:left;
	margin-left:10px;
}
#b_footer a#bf_youtube:hover{
	background-position:-65px 8px;
}

#navigation{
	width:150px;
	height:30px;
	bottom:0;
	margin:0 auto;
}
.page-template-home-page-php #navigation{
	z-index:0;
}
#navigation a{
	background:url(images/b_footer_icons.png) no-repeat;
	float:left;
	width:30px;
	height:30px;
	display:block;
	margin: 0 10px;
}
#navigation #prevslide{
	background-position: 11px 6px;
}
#navigation #prevslide:active{
	background-position: 11px 7px;
}
#navigation #nextslide{
	background-position:-18px 6px;
}
#navigation #nextslide:active{
	background-position:-18px 7px;
}
#navigation #pauseplay{
	background-position:-80px 6px;
}
#navigation #pauseplay:active{
	background-position:-80px 7px;
}
#navigation #pauseplay.pause{
	background-position:-50px 6px;
}
#navigation #pauseplay.pause:active{
	background-position:-50px 7px;
}

#jquery_jplayer_1{
	width:0;
	height:0;
	display:none;	
}
#jp_interface_1{
	width:30px;
	height:30px;
	bottom:0;
	margin:0;
	position:absolute;
	right:0;
	display: none;
}
#jp_interface_1 a{
	background:url(images/b_footer_icons.png) no-repeat;
	width:30px;
	height:30px;
	display:block;
	text-indent:-9999px;
}
#jp_interface_1 a.jp-play{
	background-position: -152px 6px ;	
}
#jp_interface_1 a.jp-pause{
	background-position: -112px 6px;	
}


/*
==========================================
Footer
========================================== 
*/
#footer{
	margin-top:10px;
	overflow:hidden;
	padding:10px;
	width:660px;
	margin-bottom: 50px;
}
footer h4{
	color:#fff;
	text-shadow:0 1px 0 #000;
}
footer ul, footer ol{
	list-style:none;
	margin-left:0;
}
footer ul li, footer ol li{
	
	margin-bottom:5px;
	padding-bottom:5px;
}
footer ul li a, footer ol li a{
	display:block;
	padding: 5px 0;
	color:#e0e0e0;
}
footer ul li a:hover, footer ol li a:hover{
	color:#C4C4C4;
}
footer .widget ul li:first-child{
	border-top:none;
}
footer .widget ul li ul li:last-child{
	border:none;
}
footer .widget ul li ul{
	margin-left:30px;
	margin-bottom:0;
	margin-top:0!important;
}
footer .widget ul li ul, #sidebar .widget ul li ul li ul{
	display:none;
}
footer .hasChildren span{
	float:right;
	background:url(images/sidebar_menu_arrow.png) no-repeat!important;
	width:7px!important;
	height:7px!important;
	margin-top:5px;
}
footer ul li, footer ol li, footer p{
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, .4);
}
footer a{
	color:#e0e0e0;
	text-shadow:0 1px 0 rgba(0, 0, 0, .4);
}
footer a:hover{
	color:#C4C4C4;
}
/*-----------Category Widget-----------------*/
.cat-item a{
	display:inline-block;
}
/*-----------Recent Posts Widget-----------------*/
footer .widget_recent_posts ul li {
	border-bottom:rgba(255, 255, 255, .2) 1px solid;
	padding-bottom:5px;
}
footer .widget_recent_posts ul li .recent-post-img{
	position:relative;	
	float:left;
	margin-right:10px;
}
footer .widget_recent_posts ul li .recent-post-img a{
	display:block;
}
footer .widget_recent_posts ul li .recent-post-img span{
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:6px;
	left:1px;
}
footer .widget_recent_posts ul li .recent-post-img img{
	border:#000 1px solid;
}
footer .widget_recent_posts ul li h6{
	font-size:11px!important;
	font-weight:normal;
	line-height:12px;
}
footer .widget_recent_posts ul li h6 a{
	font-size:11px!important;
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, .4);
}
footer .widget_recent_posts ul li h6 a:hover{
	text-decoration:none;
	color:#d7d7d7;
}
footer .widget_recent_posts ul li time{
	font-size:11px;
	color:#e0e0e0;
	text-shadow:0 1px 0 rgba(0, 0, 0, .2);
}


footer .widget_popular_posts ul li{
	border-bottom:rgba(255, 255, 255, .2) 1px solid;
	padding-bottom:5px;
}
footer .widget_popular_posts ul li .recent-post-img{
	position:relative;	
	float:left;
	margin-right:10px;
	height:50px;
	margin-top:5px;
}
footer .widget_popular_posts ul li .recent-post-img a{
	display:block;
	height:50px;
}
footer .widget_popular_posts ul li .recent-post-img span{
	background:url(images/img_recent_post_frame.png) no-repeat;
	position:absolute;
	width:50px;
	height:50px;
	display:block;
	top:6px;
	left:1px;
}
footer .widget_popular_posts ul li .recent-post-img img{
	border:#000 1px solid;
}
footer .widget_popular_posts ul li h6{
	font-size:11px!important;
	font-weight:normal;
	line-height:12px;
}
footer .widget_popular_posts ul li h6 a{
	font-size:11px!important;
	color:#fff;
	text-shadow:0 1px 0 rgba(0, 0, 0, .4);
}
footer .widget_popular_posts ul li h6 a:hover{
	text-decoration:none;
	color:#d7d7d7;
}
footer .widget_popular_posts ul li time{
	font-size:11px;
	color:#e0e0e0;
	text-shadow:0 1px 0 rgba(0, 0, 0, .2);
}



/*-----------Testimonials Widget-----------------*/
footer .widget_testimonials ul li{
	display:block;
}
footer .widget_testimonials ul li cite{
	color:#919090;
	background:url(images/cite_testimonial.png) no-repeat;
	background-position:0 1px;
	padding-left: 25px;
	margin-top:0.6em;
	display:block;
}
footer .widget_testimonials ul li cite a{
	color:#919090;
}
footer .widget_testimonials .testimonials_nav {
	float:right;
	position:relative;
}
footer .widget_testimonials .testimonials_nav a{
	background:url(images/footer_icons.png) no-repeat;
	width:21px;
	height:21px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin-left: 10px;
}
footer .widget_testimonials .testimonials_nav a.prev{
	background-position:0 -33px;
}
footer .widget_testimonials .testimonials_nav a.next{
	background-position:0 -64px;
}


/*-----------Twitter Widget-----------------*/
footer .twitter_widget .twitter li{
	background:url(images/footer_twitter_icon.png) no-repeat;
	background-position: 0 center;
	padding-left:27px;
}


/*-----------Contact Info Widget-----------------*/
.contact_info .contact_info li{
	padding:4px 0 4px 25px;
}
.contact_info .contact_info li.address{
	background:url(images/address_icon.png) no-repeat 0 center;
}
.contact_info .contact_info li.phone{
	background:url(images/phone_icon.png) no-repeat 0 center;
}
.contact_info .contact_info li.email{
	background:url(images/email_icon.png) no-repeat 0 center;
}

/*-----------Social Widget-----------------*/
footer .social a{
	margin:7px 7px 7px 0;
}

/*Quick Contact													*/
/*--------------------------------------------------------------*/
footer .quick_contact .form{
	position:relative;
	
}
footer .quick_contact .form input{
	width:90%;
	height:30px;
	border:none;
	outline:none;
	line-height:30px;
	padding: 0 10px;
	margin:5px 0;
	font-size:12px;
	background:#272727;
	color:#858585;
}
footer .quick_contact .form input:focus{
	background:#333333;
}
footer .quick_contact .form input#quick_name {
	margin-top:0;
}
footer .quick_contact .form .error{
	border-bottom:#F00 2px solid;
}
footer .quick_contact .form span{
	top:5px;
	position:absolute;
	left:15px;
	color:#898888;
}
footer .quick_contact .form span.email-span{
	top:45px;
}
footer .quick_contact .form textarea{
	height:91px;
	width:90%;
	border:none;
	outline:none;
	padding: 10px;
	margin:5px 0;
	font-size:12px;
	overflow:auto;
	background:#272727;
	color:#858585;
}
footer .quick_contact .form textarea:focus{
	background:#333333;
}
footer .quick_contact .form input.send{
   background: none repeat scroll 0 0 #3D3C3C;
    box-shadow: none;
    color: #858585;
    cursor: pointer;
    display: block;
    float: right;
    height: 24px;
    margin: 0;
    width: 72px;
}
footer .name-error, footer .email-error, footer .comments-error{
	display:none;	
	position:absolute;
	left:175px;
}
footer .name-error{	
	top:5px;
}
footer .email-error{
	top:45px;
}
footer .comments-error{	
	top:94px;
}
footer .mesage{
	color:#fff;
	text-shadow:0 1px 0 #000000;
}


#sub_footer{
	background:#fff;	
	box-shadow: 0 0px 10px rgba(0, 0, 0, .6);
	-moz-box-shadow:  0 0px 10px rgba(0, 0, 0, .6);
	-webkit-box-shadow:  0 0px 10px rgba(0, 0, 0, .6);
	position:relative;
	padding-bottom:0;
	margin-bottom:0;

}
#sub_footer a#up_btn{
	background:url(images/up_btn.png) no-repeat;
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	top:-23px;
	left:48%;
}
#sub_footer a#up_btn:hover{
}
#sub_footer p{
	font-size:11px;
	text-shadow:0 1px 0 #fff;
	padding: 15px 20px;
	margin-bottom:0;
}


/*
==========================================
Blog & Pages
========================================== 
*/

#main{
	position:relative;
	z-index:2;	
	top:0px;
}

#content{
	padding-top:0px;
	position:relative;	
}


#content.grid_6{
	padding-top:20px;
	width:440px;
	margin-left:20px;
}
#content.grid_9{
	width:520px;
	padding: 0 20px;
	padding-top:100px;
}
#content.grid_8{
	width:590px;
	margin-right:0;	
	padding:20px;
}
#content .post{
	margin-bottom:40px;	
	border-bottom:#2f2e2c 1px solid;
	padding-bottom:10px;
	text-align:justify;
}

#content .post_title, #content .post_title a{
	font-weight:normal;
	font-size:11px;
}
#content h3.post_title, #content h3.post_title a{
	font-weight:normal;
	font-size:11px;
}

#content post_title h3 a:hover, #content post_title h3 a:active{
	font-weight:normal;
	font-size:11px;
}



#content h4, #content h4 a{
	color:#fdf904;
	font-weight:normal;
	font-size:11px;
}

#content .post_img {
	position:relative;
	display:block;
	width:120px;
	height:160px;
	margin:0 auto;
}
#content a.post_img span{
	display:none;
	position:absolute;
	width:120px;
	height:160px;
	top:0;
	left:0;
}
#content a.post_img span img{
	display:block;
	width:120px;
	height:160px;
	position:relative;
	top:0px;
	left:0px;
}
/*
#content a.post_img:hover span{
	position:absolute;
	display:block;
	width:120px;
	height:160px;
	top:0;
	left:0;
}
*/

/*Meta data for Posts													*/
/*----------------------------------------------------------------------*/
.img_post{
	position:relative;
	height:160px;
	width:120px;
	padding-right:20px;
	margin-bottom:20px;
	float:left;
}
.img_post .meta_date{
	background:url(images/soft_bck.png) repeat;
	height:20px;
	line-height:20px;
	font-size:10px;
	color:#a3a2a2;
	position:absolute;
	bottom:0;
	left:0;
	padding-left:0px;
	padding-right:8px;
}
.img_post .meta_date time{
	display:inline-block;
	float:left;
	font-size:10px;
	color:#a3a2a2;
	height:20px;
	line-height:20px;
}
.img_post .meta_date span{
	background:url(images/meta_date.png) no-repeat center!important;
	height:20px!important;
	width:15px!important;
	display:block!important;
	margin: 0 7px;
	left:0;
	float:left;
}
.img_post .meta_comments{
	background:url(images/soft_bck.png) repeat;
	height:20px;
	line-height:20px;
	font-size:10px;
	color:#a3a2a2;
	position:absolute;
	bottom:0;
	right:0;
	padding-right:0px;
	padding-left:8px;
}
.img_post .meta_comments a{
	display:inline-block;
	float:right;
	font-size:10px;
	color:#a3a2a2;
	height:20px;
	line-height:20px;
}
.img_post .meta_comments span{
	background:url(images/meta_comment.png) no-repeat center!important;
	height:20px!important;
	width:16px!important;
	display:block!important;
	margin:0 7px;
	right:0;
	left:auto!important;
	float:right;
}
#content .metadata{
	margin:5px 0 10px 0px;
	height:34px;
	max-height:34px;
	overflow:hidden;
	border-bottom:#494949 1px solid;
}
#content .metadata ul{
	margin:0;
}
#content .metadata ul li{
	background:url(images/metadata_icons.png) no-repeat;
	list-style:none;
	float:left;
	padding-left:22px;
	color:#8f8f8f;
	font-size:11px;
	height:17px;
	margin:8px 0;
	line-height:17px;
}
#content .metadata ul li.date{
	background-position:0 0;
}
#content .metadata ul li.author{
	background-position:-150px 0;
	margin-left:15px;
}
#content .metadata ul li.category{
	background-position:-270px 0;
	margin-left:15px;
}
#content .metadata ul li.comments{
	background-position:-485px 0;
	float:right;
	margin-right:8px;
}

/*Read More Btn															*/
/*----------------------------------------------------------------------*/
a.more-link{
	display:inline-block;
	color:#fff;
	text-shadow:0 1px 0 #000;
	margin-top:10px;
	font-size:11px;
	line-height:20px;
	background:#212121;
	padding:2px 7px;
	overflow:hidden;
	position:relative;
	width:10px;
	height:20px;
	left:212px;
}
a.more-link:hover{
	color:#d8d8d8;
	text-decoration:none;
}
a.more-link:active{
	color:#000;
	text-decoration:none;
	text-shadow:0 1px 0 #393939;
}
a.more-link b{
	position:absolute;
	left:-70px;

}
a.more-link span{
	background:url(images/read_more_arrow.png) no-repeat;
	display:inline-block;
	width:10px;
	height:10px;
	position:absolute;
	right:7px;
	top:7px;
}
/*Fancy Tags for posts													*/
/*----------------------------------------------------------------------*/
ul.fancy_tags{
	margin-top:15px;
	margin-left:0;
}
ul.fancy_tags li{
	background:url(images/tag_bck.png) left -30px no-repeat;
	height:24px;
	padding-left:22px;
	display:inline-block;
	margin:0 5px 5px 0;
	float:left;
}

ul.fancy_tags li a{
	background:url(images/tag_bck.png) right 0 no-repeat;
	height:24px;
	display:inline-block;
	padding:0 10px 0 5px;
	line-height:22px;
	color:#afafaf;
	text-shadow:0 1px 0 #171717;
	font-size:12px!important;
}
ul.fancy_tags li a:hover{
	color:#d8d8d8;
	text-decoration:none;
}

/*Pagination															*/
/*----------------------------------------------------------------------*/
.pagination span.current{
	background:#fff;
	display:block;
	float:left;
	text-align:center;
	margin-right:15px;
	color:#000;
	text-decoration:none;
	text-shadow:0 1px 0 #3c3c3c;
	padding:2px 7px;
}
.pagination a{
	display:block;
	color:#7a7a7a;
	text-shadow:0 1px 0 #000;
	float:left;
	text-align:center;
	margin-right:15px;
	background:#212121;
	padding:2px 7px;
}

/*Edit Button															*/
/*----------------------------------------------------------------------*/
a.post-edit-link{
	display:inline-block;
	color:#7a7a7a;
	text-shadow:0 1px 0 #000;
	margin-top:10px;
	font-size:13px;
	line-height:20px;
	background:#3b3a3a;
	padding:2px 7px;
}
a.post-edit-link:hover{
	color:#d8d8d8;
	text-decoration:none;
}
a.post-edit-link:active{
	color:#000;
	text-decoration:none;
	text-shadow:0 1px 0 #4f4f4f;
}



/*
==========================================
Sidebar
========================================== 
*/
#sidebar{
	display: inline;
	position:relative;
	width:180px;
	padding:20px;
}
.left #sidebar{
	float:left;
	
}
#sidebar .widget{
	margin-bottom:40px;
	position:relative;
}
.left #sidebar .widget{
	margin-bottom:30px;
	margin-left:0;
	margin-right:25px;
}
#sidebar #sidebar_mid div.bt{
	height:1px;
}
#sidebar .widget h4{
	font-weight:normal;
	color:#fff;
	font-size:19px;
}
#sidebar .widget ul, #sidebar .widget ol{
	margin-left:0px;
	overflow:hidden;
	margin-bottom:0;
}

#sidebar .widget .pagenav, #sidebar .widget .linkcat{
	list-style:none;
}
#sidebar .widget ul li{
	list-style:none;
	border-bottom: #494949 1px solid;
}
#sidebar .widget ul li ul li:last-child{
	border-bottom:none;
}
#sidebar .widget ul li a{
	background:url(images/page_list_icon.png) 0 no-repeat;
	padding: 7px 7px 7px 15px;
	display:block;
}

#sidebar .widget ul li ul{
	margin-left:30px;
	margin-bottom:0;
	margin-top:0!important;
}
#sidebar .widget ul li ul, #sidebar .widget ul li ul li ul{
	display:none;
}
#sidebar .hasChildren span{
	float:right;
	background:url(images/sidebar_menu_arrow.png) no-repeat!important;
	width:7px!important;
	height:7px!important;
	margin-top:5px;
	
}

#sidebar .twitter_widget ul li{
	background:url(images/twitter_side_icon.png) no-repeat 0 center;
	margin-bottom:20px;
	min-height:20px;
	padding: 5px 0px 5px  28px;
	border:none;
}
#sidebar .twitter_widget ul li:last-child{
	margin-bottom:0px;
}
#sidebar .twitter_widget ul li a{
	display:inline;
	background:none!important;
	padding:0!important;
}
#sidebar .ad_125{
	width:265px;
}
#sidebar .ad_125 h4{
	margin-bottom:17px;
}
#sidebar .ad_125 a{
	margin: 3px 3px;
	display:inline-block;
}
#sidebar .ad_125 a:hover img{
	opacity:0.8;
}

#sidebar .widget_recent_comments ul#recentcomments{
	margin-top:17px;
}
#sidebar .widget_recent_comments ul li{
	background:url(images/comment_side_icon.png) 0 center no-repeat;
	padding-left:28px;
	margin-bottom:10px;
	border:none;
	color:#676767;
}
#sidebar .widget_recent_comments ul li a{
	color:#b1b1b1;
	display:inline;
	background:none;
	padding:0;
}
#sidebar .widget_recent_comments ul li a:hover{
	color:#676767;
}

#sidebar .widget_tag ul.wp-tag-cloud{
	margin-top:20px;
}
#sidebar .widget_tag ul li{
	background:url(images/tag_bck.png) left -30px no-repeat;
	height:24px;
	padding-left:22px;
	display:inline-block;
	margin:0 5px 5px 0;
	float:left;
	border:none;
}

#sidebar .widget_tag ul li a{
	background:url(images/tag_bck.png) right 0 no-repeat;
	height:24px;
	display:inline-block;
	padding:0 10px 0 5px;
	line-height:22px;
	color:#afafaf;
	text-shadow:0 1px 0 #171717;
	font-size:12px!important;
}
#sidebar .widget_tag ul li a:hover{
	color:#d8d8d8;
	text-decoration:none;
}
#sidebar .widget_tag ul li a:active{
	color:#000;
	text-shadow:0 1px 0 #4f4f4f;
}
#sidebar .rss_tw_btn a.suscribe_btn{
	background:url(images/suscribe_btn.png) no-repeat;
	display:block;
	width:122px;
	height:32px;
	float:left;
	margin-right:30px;
}
#sidebar .rss_tw_btn a.twitter_btn{
	background:url(images/twitter_btn.png) no-repeat;
	display:block;
	width:122px;
	height:32px;
	float:left;
}
#sidebar .rss_tw_btn a:hover{
	opacity:0.9;
}
#sidebar .widget_search{
	position:relative;
	height:32px;
}
#sidebar #searchform{
	position:relative;
}
#sidebar #s{
	background:#272727;
	height:30px;
	border:none;
	width:130px;
	height:30px;
	display:block;
	padding: 0 10px;
	line-height:30px;
	color:#858585;
	position:absolute;
}
#sidebar #s:focus{
	background:#333333;
}

#sidebar #searchsubmit{
	background:#3d3c3c url(images/search_btn.png) center no-repeat;
	border:none;
	width:30px;
	height:30px;
	display:block;
	text-indent:-9999px;
	right:0px;
	cursor:pointer;
	line-height:0;
	position:absolute
}
#sidebar #searchsubmit:hover{
	background:#515151 url(images/search_btn.png) center no-repeat;
}

#search-page-widget .widget_search{
	position:relative;
	height:32px;
}

#search-page-widget #searchform{
	position:relative;
}

#search-page-widget #s{
	background:#272727;
	height:30px;
	border:none;
	width:130px;
	height:30px;
	display:block;
	padding: 0 10px;
	line-height:30px;
	color:#858585;
	float:left;
}

#search-page-widget #s:focus{
	background:#333333;
}

#search-page-widget #searchsubmit{
	background:#3d3c3c url(images/search_btn.png) center no-repeat;
	border:none;
	width:30px;
	height:30px;
	display:block;
	text-indent:-9999px;
	right:0px;
	cursor:pointer;
	line-height:0;
	float:left;
}

 #search-page-widget #searchsubmit:hover{
	background:#515151 url(images/search_btn.png) center no-repeat;
}

.rss_tw_btn a.suscribe_btn{
	background:url(images/suscribe_btn.png) no-repeat;
	display:block;
	width:122px;
	height:32px;
	float:left;
	margin-right:30px;
}
.rss_tw_btn a.twitter_btn{
	background:url(images/twitter_btn.png) no-repeat;
	display:block;
	width:122px;
	height:32px;
	float:left;
}
.rss_tw_btn a:hover{
	opacity:0.9;
}
/*===========================================================================*/
/*Single Post																 */
/*===========================================================================*/
.share-widget {
	background-color:#f5f6ef;
	border:#d5d8c4 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px ;
	margin:30px 0;
}
.share-widget h5 {
    color: #5b5b5b;
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin: 22px 15px 15px;
}
.share-widget ul {
    float: right;
    margin: 15px 10px 10px;
}
.share-widget ul li {
    display: inline;
    list-style: none outside none;
    margin: 5px 10px;
}

.widget_about_author {
	margin-bottom:30px;
}
.widget_about_author .author_box {
	background-color:#f8f7f7;
	border:#c5c5c5 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px ;
	margin: 0;
	padding:25px;
}
.widget_about_author .author_box h5 a{
	font-size:16px;
}
.widget_about_author .author_img{
	float:left;
	margin-right:15px;
}
.widget_about_author .author_img img{
	background:#fff;
	padding:4px;
	border:#c5c5c5 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px ;
}
.widget_about_author .author_info{
	display:inline;
	width:470px;
	margin-left:20px;
}


.related-post-widget .related_post{
	width:171px;
	float:left;
	display:inline;
	margin-right:50px;
}
.related-post-widget .post_last{
	margin-right:0px;
}
.related-post-widget .related_post a{
	position:relative;
	display:block;
	margin-bottom:15px;
}
.related-post-widget .related_post a span{
	position:absolute;
	display:block;
	background:url(images/related_post_frame.png) no-repeat;
	height:129px;
	width:171px;
}
.related-post-widget .related_post a img{
	position:relative;
	top:6px;
	left:6px;
}
.related-post-widget .related_post a:hover img{
	opacity:0.8;
}
.related-post-widget .related_post h6 a{
	font-size:13px;
	font-weight:normal;
}



/*===========================================================================*/
/*Comments																	 */
/*===========================================================================*/

#comments ol.commentlist {
	margin-left:0;
}
#comments ol.commentlist li{
	list-style:none;
	margin-bottom:50px;
}
#comments .comment{
	margin-bottom:40px;
}
#comments .comment-author{
	width:90px;
}
#comments .comment-author div.inner-gravatar{
	border:#000 1px solid;
	margin: 0;
	text-shadow:0 1px 0 #fff;
	background: #e7e7e7; /* for non-css3 browsers */
	position:relative;
	width:80px;
	height:80px;
}
#comments .comment-author div.inner-gravatar div{
	width:80px;
	height:80px;
	z-index:10;
	position:absolute;
}
#comments .comment-author img{
	z-index:5;
}
#comments .comment-author cite{
	font-weight:bold;
	
}
#comments .comment-author cite, #comments .comment-author cite a{
	color:#757575;
	font-style:normal;
}
#comments .comment-author .comment-meta a{
	color:#aeaeae;
	font-size:10px;
}
ol.commentlist li .comment-entry{
	float:right;
    width: 340px;
	/*border:#c5c5c5 1px solid;*/
	margin: 0;
	background: #363636; /* for non-css3 browsers */
	position:relative;
	
}

ol.commentlist li .comment-entry div.inner-comment{
	
	padding:15px;
	color:#AFAFAF;
}


.ie8 ol.commentlist li .comment-entry, .ie7 ol.commentlist li .comment-entry{
	float:right;
    width: 75%;
	border:#cacaca 1px solid;
	margin: 0;
	background-color: #f3f3f3; /* for non-css3 browsers */
	position:relative;
}

ol.commentlist li ul .comment-entry{
	width:315px;
}
ol.commentlist li ul li ul .comment-entry{
	width:290px;
}
ol.commentlist li ul li ul li ul .comment-entry{
	width:265px;
}
ol.commentlist li ul li ul li ul li ul .comment-entry{
	width:240px;
}
ol.commentlist .comment-entry span.arrow_comment{
	display:block;
	position:absolute;
	width:31px;
	height:28px;
	top:17px;
	left:-22px;
}
.ie7 ol.commentlist .comment-entry span.arrow_comment, .ie8 ol.commentlist .comment-entry span.arrow_comment{
	background:none;
}
.comment-meta{
	float:left;
	/*margin-left:25px;*/
	margin-top:5px;
	font-size:11px;
	color:#c3c3c3;
}
.comment-meta a{
	font-size:11px;
	color:#c3c3c3;
}
.comment-meta a:hover{
	text-decoration:underline;
}
.reply{
	float:right;
	clear:right;
}
.comment-reply-link{
	width:54px;
	height:23px;
	display:block;
	color:#7e7e7e;
	font-size:11px;
	text-align:center;
	margin: 10px 0;
	line-height:20px;
}

#comments ul.children{
	margin-left: 25px;
	margin-top:20px;
	margin-bottom:10px;
}




/*-----------Comment Form-----------------*/
#respond{
	margin:30px 0;
}

#respond .input{
	margin:10px 15px 10px 0;
	width:180px;
	float:left;
}
#respond .input div{
	width:185px;
}
#respond input{
	width:165px;
	height:30px;
	padding: 0 10px;
	background:#272727;
	color:#858585;
	border:none;
	outline:none;
}
#respond input:focus{
	outline:none;
	background:#333333;
}
#respond .input label{
	color:#8c8b8b;
	font-size:12px;
	margin-bottom:5px;
	display:block;
}
#respond textarea{
	height:180px;
	border:none;
	padding: 10px;
	overflow:auto;
	background:#272727;
	color:#858585;
	width:420px;
	resize:none;
}
#respond textarea:focus{
	outline:none;
	background:#333333;
}
#respond .textarea{
	width:595px;
}
#respond .textarea div{
	width:595px;
	height:200px;
}

#respond #submit-respond{
	background:#3d3c3c;
	width:130px;
	height:32px;
	color:#858585;
	cursor:pointer;
	display:block;
	line-height:30px;
	font-size:12px;
	text-align:center;
	border:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#respond #submit-respond:hover{
	color:#d8d8d8;
	text-decoration:none;
}
#respond #submit-respond:active{
	color:#000;
	text-decoration:none;
	text-shadow:0 1px 0 #4f4f4f;
}



/*===========================================================================*/
/*Portfolio																	 */
/*===========================================================================*/
.page-template-portfolio-3columns-php header, .page-template-portfolio-2columns-php header, .page-template-portfolio-4columns-php header, .page-template-portfolio-1column-php header{
	margin-bottom:0;
}
.portfolio_page h2{
	margin-bottom:25px;	
}
ul.source{
	margin-bottom:15px;
	height:21px;
	margin-left:0;
}
ul.source li{
	display:inline;
	margin-right:15px;
	background:  url(images/portfolio_btn.png) 0px -30px no-repeat;
	height:21px;
	position:relative;
	float:left;
}

ul.source li a{
	background:#3b3a3a;
	height:21px;
	padding:0px 7px;
	font-size:11px;
	display:block;
	line-height:20px;
	color:#7a7a7a;
	text-shadow:0 1px 0 #000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
ul.source li a:hover{
	color:#d8d8d8;
	text-decoration:none;
}
ul.source li.active a{
	color:#fff305;
	text-decoration:none;
	text-shadow:0 1px 0 #4f4f4f;
}


ul.portfolio_items{
    display: block;
    letter-spacing: -4px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    word-spacing: -4px;
}
ul.portfolio_items li{
	list-style:none;
	display: inline-block;
    letter-spacing: normal;
    padding: 0;
    position: relative;
    vertical-align: top;
    word-spacing: normal;
}
ul.portfolio_items li .portfolio_img_wrap{
	position:relative;
}
ul.portfolio_items li a.portfolio_img{
	position:relative;	
	clear:both;
	z-index:1;
}

.shadow_portfolio{
	float:left;
	z-index:0;
	position:absolute;
	bottom:0;
	left:0;
}

#content .portfolio_items a.more-link{
	padding:2px 7px;
}
/*
#content .portfolio_items a.more-link:hover{
	color:#656565;
	text-decoration:none;
}
*/

.twitter_btn_single{
	height:24px;
	float:left;
	width:100px;
}

.facebook_btn_single{
	height:24px;
	float:left;
	width:100px;
}

.g-plus_btn_single{
	margin-top:-1px;
	height:24px;
	float:left;
	width:100px;
}


#content .portfolio_items .portfolio_info p{
	color:#AAAAAA;
}

/*1 Column-------------------------------------------------------*/
ul.portfolio1 li {
	margin-bottom:30px;
}
ul.portfolio1 li .portfolio_img span{
	position:absolute;
	width:310px;
	height:190px;
	display:none;
	z-index:10;
	top:0px;
	left:0px;
}
ul.portfolio1 li a.portfolio_img img{
	position:relative;	
}

ul.portfolio1 li a.portfolio_img{
	float:left;	
	width:310px;
	height:190px;
	top:24px;
}
ul.portfolio1 li .portfolio_img_wrap{
	float:left;	
	width:310px;
	height:230px;
}
ul.portfolio1 .portfolio_info a.more-link{
	margin-top:0!important;
	left:0px!important;
}
ul.portfolio1 .portfolio_info{
	float:left;	
	width:310px;
	margin-left:20px;
	margin-top:24px;
}


/*2 Columns-------------------------------------------------------*/
ul.portfolio2 li {
	margin-bottom:30px;
	/*float:left;	*/
	width:310px;
	margin-right:20px;
}
ul.portfolio2 li .portfolio_img span{
	position:absolute;
	width:310px;
	height:190px;
	display:none;
	z-index:10;
	top:0px;
	left:0px;
}
ul.portfolio2 li a.portfolio_img img{
	position:relative;	
}

ul.portfolio2 li a.portfolio_img{
	float:left;	
	width:310px;
	height:190px;
	top:24px;
}
ul.portfolio2 li .portfolio_img_wrap{
	float:left;	
	width:310px;
	height:230px;
}
ul.portfolio2 .portfolio_info a.more-link{
	margin-top:0!important;
	left:0px!important;
}
ul.portfolio2 .portfolio_info{
	float:left;	
	width:310px;
}


/*3 Columns-------------------------------------------------------*/
ul.portfolio3 li {
	margin-bottom:30px;
	/*float:left;	*/
	width:200px;
	margin-right:20px;
}
ul.portfolio3 li .portfolio_img span{
	position:absolute;
	width:200px;
	height:100px;
	display:none;
	z-index:10;
	top:0px;
	left:0px;
}
ul.portfolio3 li a.portfolio_img img{
	position:relative;	
}

ul.portfolio3 li a.portfolio_img{
	float:left;	
	width:200px;
	height:100px;
	top:24px;
}
ul.portfolio3 li .portfolio_img_wrap{
	float:left;	
	width:200px;
	height:130px;
}
ul.portfolio3 .portfolio_info{
	float:left;	
	width:200px;
}
ul.portfolio3 .portfolio_info h3{
	font-size:15px;
}
ul.portfolio3 .portfolio_info a.more-link{
	margin-top:0!important;
	left:0px!important;
}
ul.portfolio3 .portfolio_img span.zoom {
	bottom:-2px;
}



/*4 Columns-------------------------------------------------------*/
ul.portfolio4 li {
	margin-bottom:20px;
	/*float:left;	*/
	width:155px;
	margin-right:10px;
}
ul.portfolio4 li .portfolio_img span{
	position:absolute;
	width:155px;
	height:90px;
	display:none;
	z-index:10;
	top:0px;
	left:0px;
}
ul.portfolio4 li a.portfolio_img img{
	position:relative;	
}

ul.portfolio4 li a.portfolio_img{
	float:left;	
	width:155px;
	height:90px;
	top:24px;
}
ul.portfolio4 li .portfolio_img_wrap{
	float:left;	
	width:155px;
	height:130px;
}
ul.portfolio4 .portfolio_info{
	float:left;	
	width:155px;
}
ul.portfolio4 .portfolio_info h3{
	font-size:13px;
}
ul.portfolio4 .portfolio_info a.more-link{
	margin-top:0!important;
	left:0px!important;
}
ul.portfolio4 .portfolio_img span.zoom {
	bottom:-2px;
}






.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 920px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.commentlist .bypostauthor {
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
/*
.ie8 #supersized-loader, .ie7 #supersized-loader{
	display:none;
	
}
*/
.password_p{
	margin-bottom:40px;
}
.password_p input{
	background:#272727;
	height:30px;
	border:none;
	width:210px;
	height:30px;
	display:block;
	padding: 0 10px;
	line-height:30px;
	color:#858585;
}
.password_p input:focus{
	background:#333333;
}
.password_p input[type="submit"]{
	display:inline-block;
	color:#7a7a7a;
	text-shadow:0 1px 0 #000;
	margin-top:0px;
	font-size:13px;
	line-height:20px;
	background:#3b3a3a;
	padding:5px 7px;
	width: 70px;
}
/*
==========================================
Galleria
========================================== 
*/
.galleria-lightbox-title, .galleria-lightbox-counter{
	text-shadow:none;	
}
/*
==========================================
Rotating
========================================== 
*/
#rotating_wrap{
	background:#000;
	position:absolute;
	width:100%;
	left:0;
	top:12%;
	z-index:0;
	padding-top:30px;
}

/*
==========================================
ImageFlow
========================================== 
*/
#imageflow_wrap{
	width:100%;
	left:0;
	float:left;
	z-index:0;
	position:absolute;
}
#imageflow_pre{
	position:relative;	
}

#loginouti{
	text-align:right;
	font-size:11px;
	color:#4f4f4f;
	line-height:31px;
	height:30px;
	bottom:0;
	margin:0;
	margin-right:10px;
	position:absolute;
	right:0;
	font-size:11px;
	color:#4f4f4f;
}

#loginouti a{
	bottom:0;
	height:30px;
	margin: 0 5px;
}

/*
==========================================
Global Styles
========================================== 
*/
.background_1 { background:url(images/black_bck.png) repeat;}
.background_2 { background:url(images/black_bck2.png) repeat;}
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

.newsletter input{
	background:#272727;
	border:none;
	width:180px;
	height:30px;
	display:block;
	padding: 0 10px;
	line-height:30px;
	color:#858585;
	position:absolute;
}

.newsletter tr {
	height:40px;
	padding: 0 10px;
	line-height:30px;
	margin-bottom:10px;
}

.bw_img {
	filter: grayscale(100%) blur(2px);
	-webkit-filter: grayscale(100%) blur(2px);
	-moz-filter: grayscale(100%) blur(2px);
	-ms-filter: grayscale(100%) blur(2px);
	-o-filter: grayscale(100%) blur(2px);
}

//prettyphoto
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:105px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;font-color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:7px 0 0}.pp_social .facebook{float:left;position:relative;top:-1px;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}


//supersized
* { margin:0; padding:0; }
body { background:#111; height:100%; }
img { border:none; }

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(images/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; margin-left:0; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(images/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

#mycarouseldiv {
	float:right;
	padding-right:5px;
}

#mycarousel li a{
	display:block;
	width:80px;
	height:80px;
}
#mycarousel li a:hover{
	opacity:0.9;
}
.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 400px;
    padding: 20px 20px 20px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  400px;
    height: 100px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 80px;
    height: 80px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
	padding:1px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: -3px;
    width: 20px;
    height: 20px;
    cursor: pointer;
	background:url(images/navigation_controls.png) no-repeat -78px -29px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -78px -29px;
	opacity:0.9
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -78px -29px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -78px -29px;
	opacity:0.5;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: -2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
	background:url(images/navigation_controls.png) no-repeat 0px -28px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png );
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0px -28px;
	opacity:0.9
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0px -28px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px -28px;
	opacity:0.5;
}

#header h1 a.img, #header h1 a {
	text-decoration: none;
	border: 0 none;
}