/*
Theme Name: Maximalist
Theme URI: <a href="http://www.themeprince.com">Theme Prince</a>
Description: Wordpress Theme by <a href="http://www.themeprince.com">Theme Prince</a>
Author: ThemePrince
Author URI: <a href="http://www.themeprince.com">Theme Prince</a>
Version: 1.1
*/

@import 'css/reset.css';


body,html {
	padding: 0px;
	margin: 0px auto;
	text-align: center;	
	font-size: 12px;
	font-family: 'Open Sans',Arial;
	line-height: 20px;		
	background-color: #000;	
	background-position: top center;
	background-repeat: no-repeat;	
	width: 100%;
	min-height: 100%;
	color: #dcdcdc;
}



/* JAVASCRIPT FALLBACK */

#notification {
	float: left;
	left: 0px;
	top: 0px;
	height: 35px;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 20;
	background-color: #fff1ba;
	font-size: 12px;
	color: #000;	
	font-weight: bold;
	line-height: 35px;
	z-index: 1002;
}



/* WARNING FOR IE7 OR LOWER */

#ie_warning{
	display: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto;
	color: #333;
	font-size: 13px;
	position: absolute;
	z-index: 1002;
	background-color: #fff;
	padding-top: 350px;
}


#ie_warning a{
	color: blue;
}



/* LOADING LAYER */

#black_layer{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1001;	
}

#hp_preloader{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1000;
}





/* LENS FLARE */

#lens_flare{
	width: 100%;
	height: 100%;
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 3;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#lens_flare-left{
	width: 658px;
	height: 716px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	background-color: transparent;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#lens_flare-right{
	width: 879px;
	height: 619px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
	background-color: transparent;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}




/* PARTICLES */

#particles{
	width: 980px;
	margin: 0px auto;
	height: 100%;
	position: relative;
	z-index: 2;
	text-align: center;	
	margin-top: 30px;	
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}




/* HOMEPAGE SLIDER */


#hp_slider{
	width: 100%;
	min-height: 100%;
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 1;	
	overflow: hidden;
	background-color: transparent;
	background-position: top center;
	background-repeat: no-repeat;	
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#hp_slider .hp_slider-img{
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 100%;	
	top: 0px;
	left: 0px;
	position: absolute;
}


.autoresize{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}



/* BACKGROUND SLIDER */


#bg_slider{
	width: 100%;
	min-height: 100%;
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 1;	
	background-color: transparent;		
	background-position: top center;
	background-repeat: no-repeat;	
}

#bg_slider .bg_slider-img{
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 100%;
	height: 100%;	
	top: 0px;
	left: 0px;
	position: absolute;
}




/* PAGE HOLDERS */ 

#wrapper{
	width: 100%;
	text-align: center;	
}

#top_panel_holder{
	width: 100%;
	height: 256px;
	background-image: url('../images/top_panel_bg.png');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;	
}

#top_panel{
	width: 1280px; /*980px;*/
	height: 256px;
	background-image: url('../images/top_panel.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	top: 0px;
	z-index: 11;
	text-align: center;
	margin: 0px auto;
}

#logo{
	width: 174px;
	height: 180px;
	position: absolute;
	margin: 0px auto;
	top: 25px;		
	left: 50%;	
	margin-left: -87px;
	text-align: center;
}



/* MENU */

#menu-responsive,#menu-responsive-left,#menu-responsive-right,#show_menu{
	display: none;
}

#menu_left{
	width: 522px; /*362px;*/
	height: 43px;
	float: left;
	text-align: right;
}


#menu_right{
	width: 562px; /*362px;*/
	height: 43px;	
	float: right;
	text-align: left;
}

#menu_left ul{
	float: right;
}

#menu_right ul{
	float: left;
}

.menu_div {
	position: relative;		
}

.menu_div ul li a{
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 43px;	
}

.menu_div  a{
	color: #c07e00; /*#999999;*/
	white-space:nowrap;	
	font-size: 12px;
	font-weight: normal;
}

.menu_div  ul{
	list-style-type: none;	
}

.menu_div li {
	float: left;
	position: relative;	
	text-align: center;
	top:-10px;
}

.menu_div ul.sub-menu {
	display: none;
	position: absolute;
	padding-top:10px;
	top: 41px;
	left: 0px;
	z-index: 12;		
	background-image: url('../images/submenu_bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;		
}

.menu_div ul.sub-menu li {
	text-align: left;
	line-height: 30px;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background-image: url('../images/submenu_sep.png');
	background-repeat: no-repeat;
	background-position: bottom center;		
	float: none;
}

.menu_div ul.sub-menu li:last-child{
	background-image: none;
}

.menu_div ul  .sub-menu li a{
	line-height: 32px;
	top: 10px;
}

.menu_div li:hover ul.sub-menu {
	display: block;
	border: 1px solid #373737;	
}


/* 3RD LEVEL */
.menu_div ul.sub-menu ul.sub-menu{
	display: none;
}
.menu_div ul.sub-menu li:hover ul.sub-menu{
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
}




/* BASIC STYLINGS */


.colorizer, thead, blockquote{
	color: #ebc992;
}

.vspace{
	clear: left;
	float: left;
	width: 100%;
	height: 40px;
}

.hr{
	width: 100%;
	float: left;
	clear: left;
	height: 80px;
	background-image: url('../images/post_separator.png');
	background-repeat: no-repeat;
	background-position: top center;
	
}

.hidden{
	display: none;
}


.sm_caps {
color: #ebc992;
font-weight: bold;
font-size:14px;
font-variant:small-caps;
}

a{
	color: #dcdcdc;
	text-decoration: none;
}
a:hover, .menu .current{
	color: #fff;
}


h1 {	
    font-size: 16px;	
	text-align: center;	
	font-weight: normal;	
	color: #c07e00; /*#b5b5b5;*/
	margin-bottom: 20px;	
}


h2 {	
	font-size: 15px;	
	text-align: left;	
	font-weight: normal;	
	color: #b5b5b5;
	margin-bottom: 40px;	
}

h3 {	
	font-weight: normal;	
	font-size: 14px;	
	text-align: left;	
	color: #b5b5b5;
	margin-bottom: 20px;	
}

h4 {	
	font-weight: normal;	
	font-size: 13px;	
	text-align: left;
	color: #b5b5b5;
	margin-bottom: 20px;	
}

h5 {	
	font-weight: normal;	
	font-size: 12px;	
	text-align: left;
	color: #b5b5b5;
}

h6 {
	font-size: 11px;	
	text-align: left;
	color: #b5b5b5;
}

#content p, #page-content p{
	margin-bottom: 10px;
	font-size: 14px;
}


.justify{
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

#hidden{
	display: none;
}

.image, .small_image img, .medium_image img, .large_image img{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #000;
	padding: 1px;
	border: 2px solid #333;
}

.video{
	float: left;
	background-color: #000;
	padding: 1px;
	border: 2px solid #333;
	z-index: 11;
	position: relative;
}


blockquote{	
	width: 90%;		
	float: left;		
	padding: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;	
	margin-left: 10px;	
	margin-right: 10px;	
	font-size: 14px;	
	background-image: url('../images/quote.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;		
}

#page-content blockquote p{	
	margin: 0px;
	margin-bottom: 15px;
}

blockquote.align_right, blockquote.align_left{
	width: 190px;
}

#page-content .alignright, .align_right {
	float: right;
}

#page-content .alignleft, .align_left {
	float: left;
}

#page-content .aligncenter, .align_center {
	float: none;
	clear: both;
	text-align: center;
	margin: 0px auto;
}

.dropcap {
	font-size: 38px;
	font-weight:  bold;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}

code {
	line-height: 20px;
	width: 98%;
	border: 1px solid #333;	
	float: left;
	clear: left;
	background-image: url('../images/code_bg.png');
	padding-left: 1%;
	padding-right: 1%;		
	margin-bottom: 40px;	
	margin-top: 15px;
}

pre {
	line-height: 20px;
	width: 98%;
	border: 1px solid #ccc;	
	float: left;
	clear: left;
	padding-left: 1%;
	padding-right: 1%;	
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 20px;

}





/* TABLE */

table {		
	clear: left;	
	width: 100%;	
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

table th {
	height: 32px;
	vertical-align: middle;	
	text-align: center;	
}

table tr {		
	padding-left: 10px;
	padding-right: 10px;
}

table tr:nth-child(even){
	background-color: #171717;
}

table tbody {
	border-top: 1px solid #333;
}

table tr:hover {
	background-color: #222;
}

table td {	
	height: 30px;
	vertical-align: middle;
	text-align: center;
	
}




/* CONTENT PANEL */

#content_panel{
	width: 100%;
	min-height: 180px;
	background-image: url('../images/content_panel-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;		
	background-color: #000;
	position: absolute;
	top: 350px; /*600px; */
	left: 0px;
	z-index: 13;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

#content{
	width: 980px;
	margin: 0px auto;
	text-align: left;
	display: inline-block;
}



/* PAGE PANEL */

#page{
	width: 1200px;
	margin: 0px auto;	
	position: absolute;
	z-index: 10;	
	top: 200px; /*445px;*/
	left: 50%;
	margin-left: -600px;
}

#page-top{
	width: 1200px;
	height: 69px;
	background-image: url('../images/page-top.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	clear: left;
	position: relative;
	z-index: 10;	
}


#page-middle{
	width: 1200px;
	background-image: url('../images/page-bg.png');
	background-repeat: repeat-y;
	background-position: top center;
	float: left;
	clear: left;
	position: relative;
	z-index: 10;	
}

#page-content{
	width: 900px;	
	background-image: url('../images/page-middle.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
	position: relative;	
	text-align: left;
	min-height: 300px;
}


#page-bottom{
	width: 1200px;
	height: 92px;
	background-image: url('../images/page-bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	clear: left;
	position: relative;
	z-index: 10;
}

#left{
	float: left;
	width: 563px;		
	min-height: 300px;
}



#sidebar{
	float: left;
	width: 257px;
	min-height: 300px;
	margin-left: 40px;
	padding-left: 40px;
	background-image: url('../images/sidebar_separator.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.clear{
	clear: both;
}



/* FOOTER */

#footer{
	clear: left;
	float: left;
	background-image: url('../images/page_separator.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 40px;
	padding-top: 40px;
	width: 940px;
	
}

#footer_widgets_3 .footer_column{
	float: left;
	width: 273px;
	margin-right: 40px;
	margin-bottom: -40px;
}

#footer_widgets_4 .footer_column{
	float: left;
	width: 195px;
	margin-right: 40px;
	margin-bottom: -40px;
}





/* BLOG - SMALL THUMBS */


#blog-small, #blog-small li{
	float: left;
	clear: left;
	width: 562px;
}

#blog-small .blog_image{
	float: left;
	width: 184px;
	height: 121px;
	margin-right: 40px;
}

#blog-small .blog_image img{
	position: relative;
	float: left;
	z-index: 10;
	margin-top: 2px;
	margin-left: 1px;
	width: 182px;
	height: 118px;
}

#blog-small .blog_image span{
	display: block;
	position: absolute;
	z-index: 11;
	
	width: 184px;
	height: 121px;
	background-image: url('../images/blog-small-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#blog-small .blog_image span:hover{
	background-image: url('../images/blog-small-thumb-hover.png');
}

#blog-small .text{
	width: 338px;
	float: left;
}


#blog-small .text h2{
	margin-bottom: 0px;
}

#blog-small .text h2 a{
	color: #ebc992;
	width: 100%;	
}


#blog-small .text h2 a:hover{
	color: #fff;
}

#blog-small .text .info{
	color: #999;
	font-size: 11px;	
	margin-bottom: 20px;
	text-transform: uppercase;
}

#blog-small .text p{
	float: left;
	width: auto;
}

.post_separator,.separator{
	width: 100%;
	height: 80px;
	clear: left;
	float: left;
	background-image: url('../images/post_separator.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.page_separator{
	width: 100%;
	height: 80px;
	clear: left;
	float: left;
	background-image: url('../images/page_separator.png');
	background-repeat: no-repeat;
	background-position: top center;
}




/* BLOG - LARGE THUMBS */


#blog-large, #blog-large li{
	float: left;
	clear: left;
	width: 562px;
}

#blog-large .blog_image{
	float: left;
	width: 562px;
	height: 172px;
	margin-right: 40px;
	margin-bottom: 20px;
}

#blog-large .blog_image img{
	position: relative;
	float: left;
	z-index: 10;		
	width: 560px;
	height: 170px;
	margin: 1px;
}

#blog-large .blog_image span{
	display: block;
	position: absolute;
	z-index: 11;	
	width: 562px;
	height: 172px;
	background-image: url('../images/blog-large-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#blog-large .blog_image span:hover{
	background-image: url('../images/blog-large-thumb-hover.png');
}

#blog-large .text{
	width: 344px;
	float: right;
	margin-left: 20px;
}

#blog-large .text h2 {
	margin-bottom: 20px;
}	
	
#blog-large .text h2 a{
	color: #ebc992;
	width: 100%;		
}

#blog-large .text h2 a:hover{
	color: #fff;
}

#blog-large .info{
	color: #999;
	font-size: 11px;		
	width: 176px;
	min-height: 137px;
	float: left;
	padding-right: 21px;
	text-align: right;
	background-image: url('../images/blog-large-sep.png');
	background-repeat: no-repeat;
	background-position: top right;
}

#blog-large .info p{
	clear: right;
}


#blog-large .info .day{
	font-size: 26px;
	float: right;	
	color: #dcdcdc;	
	margin-right: 5px;
	clear: none;
	margin-bottom: 10px;
}

#blog-large .info .month_year{
	float: right;
	line-height: 12px;
	font-size: 10px;
	color: #dcdcdc;	
	clear: none;
	margin-top: -2px;
}

#blog-large .text p{
	float: left;
	width: auto;
}


#blog-small .full, #blog-large .full{
	width: 562px;
}

#blog-small p, #blog-large p{
	margin-bottom: 0px;
}




/* DEFAULT PAGINATION */

#page_control {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 40px;
}
#page_control-older {
	float: right;
	text-align: center;	
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	background-image: url('../images/button-gradient.png');
	background-repeat: repeat-x;
	background-position: top center;	
	background-color: transparent;
	width: 100px;
	height: 29px;	
	line-height: 29px;	
	cursor: pointer;
	color: #dcdcdc;
	font-size: 10px;	
	text-transform: uppercase;	
}
#page_control-older:hover {
	background-color: #c39040;
	background-image: url('../images/button-hover-gradient.png');	
	color: #000;
}

#page_control-newer {
	float: left;
	text-align: center;	
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	background-image: url('../images/button-gradient.png');
	background-repeat: repeat-x;
	background-position: top center;	
	background-color: transparent;
	width: 100px;
	height: 29px;	
	line-height: 29px;	
	cursor: pointer;
	color: #dcdcdc;
	font-size: 10px;	
	text-transform: uppercase;
}
#page_control-newer:hover {
	background-color: #c39040;
	background-image: url('../images/button-hover-gradient.png');	
	color: #000;
}



/* COMMENTS */

#page #respond #reply-title{
	font-size: 16px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.comments-avatar{
	float: left;
	background-image: url('../images/avatar.jpg');
	background-repeat: no-repeat;
	border: 1px solid #999;
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

#comments{
	width: 562px;
}

#comments, #comments #comments-list li{	
	clear: left;			
}


#comments #comments-list li ul li{
	margin-bottom: 0px;
	margin-left: 40px;	
	width: 522px;
}

#comments #comments-list li ul li ul li{
	margin-bottom: 0px;
	margin-left: 40px;	
	width: 482px;
}

#comments .info{
	color: #999;
	float: left;	
	margin-bottom: 0px;
}

#comments li span{
	color: #ebc992;
}

#comments li .comment{
	float: left;	
	width: 100%;
	width: 472px;
	margin-bottom: 20px;	
}

#comments li ul li .comment{
	width: 432px;	
	margin-bottom: 20px;	
}


/* COMMENTS REPLY */

#respond{
	width: 100%;
	clear: left;
	float: left;
}

#respond .comment-textinput,#respond .comment-textarea, #respond .form-submit{
	float: left;
	clear: left;
	margin-bottom: 20px;
}

#respond .comment-textinput input{
	width: 260px;
	height: 27px;
	line-height: 27px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	margin-right: 10px;
}

#respond .comment-textarea textarea{
	float: left;	
	height: 90px;
	width: 560px;
	background-image: url('../images/textarea-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;	
	background-color: #262626;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	color: #dcdcdc;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-submit #submit_btn{	
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	background-image: url('../images/button-gradient.png');
	background-repeat: repeat-x;
	background-position: top center;	
	background-color: transparent;
	width: 100px;
	height: 29px;	
	float: left;
	cursor: pointer;
	color: #dcdcdc;
	font-size: 10px;
}

#respond label{
	line-height: 29px;
	float: left;
}

#respond .c_required{
	color: red;
}

#respond .nopub{
	font-style: italic;
	color: #999;
}



/* PORTFOLIO - FULL WIDTH */



.pf_categories{
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.pf_categories li{
	display: inline;
	margin-right: 10px;
	color: #999;
}

.pf_categories li a{
	color: #999;
}

.pf_categories  .active, .pf_categories a:hover{
	color: #fff;
}

.portfolio{
	float: left;
	clear: left;
	width: 940px;	
	margin-bottom: -40px;	
}

.portfolio li{
	float: left;	
	width: 195px;
	margin-right: 40px;
	margin-bottom: 40px;
}


.portfolio .thumb{
	float: left;
	width: 195px;
	height: 121px;
	margin-bottom: 20px;
}


.portfolio .thumb img{
	position: relative;
	float: left;
	z-index: 10;
	margin-top: 1px;
	margin-left: 1px;
	width: 193px;
	height: 119px;
}

.portfolio  .thumb span{
	display: block;
	position: absolute;
	z-index: 11;	
	width: 195px;
	height: 121px;
	background-image: url('../images/portfolio-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.portfolio .thumb span:hover{
	background-image: url('../images/portfolio-thumb-hover.png');
}

.portfolio h2{
	margin-bottom: 20px;
}



/* PORTFOLIO - WITH SIDEBAR */

.pf_categories-sb{
	float: left;
	margin-bottom: 40px;
}

.pf_categories-sb li{
	display: inline;
	margin-right: 10px;
	color: #999;
}

.pf_categories-sb li a{
	color: #999;
}

.pf_categories-sb  .active, .pf_categories-sb a:hover{
	color: #fff;
}

.portfolio-sb{
	float: left;
	clear: left;
	width: 603px;		
	margin-bottom: -40px;
}

.portfolio-sb li{
	float: left;	
	width: 161px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.portfolio-sb li:nth-child(3n+1){
	clear: left;
}

.portfolio-sb .thumb{
	float: left;
	width: 161px;
	height: 121px;
	margin-bottom: 20px;
}


.portfolio-sb .thumb img{
	position: relative;
	float: left;
	z-index: 10;
	margin-top: 2px;
	margin-left: 1px;
	width: 159px;
	height: 118px;
}

.portfolio-sb  .thumb span{
	display: block;
	position: absolute;
	z-index: 11;	
	width: 161px;
	height: 121px;
	background-image: url('../images/portfolio-sb-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.portfolio-sb .thumb span:hover{
	background-image: url('../images/portfolio-sb-thumb-hover.png');
}

.portfolio-sb h2{
	margin-bottom: 20px;
}




/* GALLERY */

.galleries{
	float: left;
	clear: left;
	width: 940px;		
	
}

.galleries li{
	float: left;	
	width: 195px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.galleries h2{
	margin-top: 20px;
	float: left;
}

.galleries  img{
	position: relative;
	float: left;
	z-index: 10;
	margin-top: 1px;
	margin-left: 1px;
	width: 193px;
	height: 119px;
}

.galleries  span{
	display: block;
	position: absolute;
	z-index: 11;	
	width: 195px;
	height: 121px;
	background-image: url('../images/portfolio-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.galleries  span:hover{
	background-image: url('../images/portfolio-thumb-hover.png');
}
/******************************************/
.galleries1{
	float: right;
	margin-right:90px;
	width: 740px;		
	
}

.galleries1 li{
    list-style-type: none;
	float: right;	
	width: 645px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.galleries1 h2{
	margin-top: 20px;
	float: left;
}

.galleries1  img{
	position: relative;
	float: right;
	z-index: 10;
	margin-top: 1px;
	margin-left: 1px;
	width: 640px;
	height: 319px;
}

.galleries1  span{
	display: block;
	position: absolute;
	z-index: 11;	
	width: 642px;
	height: 321px;
	background-image: url('../images/portfolio-thumb.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.galleries1  span:hover{
	background-image: url('../images/portfolio-thumb-hover.png');
}




/* COLUMNS */


#page-content #left .col-one_half{
	float: left;
	width: 261px;
	margin-right: 40px;	
}

#page-content #left .col-one_half_last{
	float: left;
	width: 261px;
	margin-right: 0px;	
}

#page-content .col-one_half{
	float: left;
	width: 430px;
	margin-right: 40px;	
}

#page-content .col-one_half_last{
	float: left;
	width: 430px;
	margin-right: 0px;	
}

#content .col-one_half{
	float: left;
	width: 450px;
	margin-right: 40px;	
}

#content .col-one_half_last{
	float: left;
	width: 450px;
	margin-right: 0px;	
}





#page-content #left .col-one_third{
	float: left;
	width: 160px;
	margin-right: 40px;	
}

#page-content #left .col-one_third_last{
	float: left;
	width: 160px;
	margin-right: 0px;	
}

#page-content .col-one_third{
	float: left;
	width: 273px;
	margin-right: 60px;	
}

#page-content .col-one_third_last{
	float: left;
	width: 273px;
	margin-right: 0px;	
}

#content .col-one_third{
	float: left;
	width: 300px;
	margin-right: 40px;	
}

#content .col-one_third_last{
	float: left;
	width: 300px;
	margin-right: 0px;	
}




#page-content #left .col-two_third{
	float: left;
	width: 320px;
	margin-right: 40px;	
}

#page-content #left .col-two_third_last{
	float: left;
	width: 320px;
	margin-right: 0px;	
}

#page-content .col-two_third{
	float: left;
	width: 546px;
	margin-right: 40px;	
}

#page-content .col-two_third_last{
	float: left;
	width: 546px;
	margin-right: 0px;	
}

#content .col-two_third{
	float: left;
	width: 600px;
	margin-right: 40px;	
}

#content .col-two_third_last{
	float: left;
	width: 600px;
	margin-right: 0px;	
}




.last, #left .last{
	margin-right: 0px;
}






/* BUTTONS */

.button{
	margin-right: 10px;
	margin-top: 10px;
	width: 110px;
	height: 30px;
	line-height: 30px;
	background-color: #0f0f0f;
	background-image: url('../images/button-gradient.png');
	background-repeat: no-repeat;
	background-position: top center;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */		
	text-align: center;
	position: relative;
	border-left: 1px solid #2f2f2f;  
	border-right: 1px solid #2f2f2f;  
	border-bottom: 1px solid #2f2f2f;
	
}

.button:hover { 
	background-color: #c39040;
	background-image: url('../images/button-hover-gradient.png');	
	background-position: top center;
}
.button.large:hover{
	background-color: #c39040;
	background-image: url('../images/button-large-hover-gradient.png');	
	background-position: top center;
}
 
 
.button a{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	color: #dcdcdc;
	font-size: 11px;
}

.button a:hover,.button:hover{
	color: #000;
}

.button.large{
	font-size: 15px;
	padding: 10px;		
}

.button.normal {
	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

.button.small{
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}



/* LIST WITH ARROWS */

.list{
	margin-bottom: 40px;
	margin-top: -6px;
	float: left;
	clear: left;	
	width: 100%;
}

.list li{
	width: 100%;	
	float: left;
	clear: left;	
	background-image: url('../images/list_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 14px;
	line-height: 32px;
	padding-left: 16px;
}

.list li a{
	display: block;
}




/* LISTS */

.list10 {
	float: left;
	margin-right: 40px;		
}
.list10 li {
	padding-left: 10px;		
	margin: 0px;
	line-height: 28px;
	font-size: 14px;
}


.list1 {
	float: left;
	margin-right: 40px;	
	
}
.list1 li {
	background-image: url('../images/list1-bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;		
	margin: 0px;
	line-height: 30px;
}
.list2 {
	float: left;
	margin-right: 40px;
}
.list2 li {
	background-image: url('../images/list2-bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin: 0px;
	line-height: 30px;
}
.list3 {
	float: left;
	margin-right: 40px;
}
.list3 li {
	background-image: url('../images/list3-bullet.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 30px;
	padding-right: 10px;
}
.list4 {
	float: left;
	margin-right: 40px;
}
.list4 li {
	background-image: url('../images/list-bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	margin: 0px;
}

#page-content .list_num{
	float: left;	
	clear: left;
	list-style-type: none;
	width: 620px;
	margin-bottom: 40px;
}
#page-content .list_num li{
	width: 160px;
	float: left;
	clear: none;
	margin-right: 40px;
	text-align: justify;
}
#page-content .list_num .last{
	margin-right: 0px;
}
#page-content .list_num li span{
	float: left;
	width: 34px;
	height: 34px;
	background-image: url('../images/list_num_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	line-height: 34px;
	font-size: 20px;
	color: #000;
	margin-right: 5px;
}








/* IMAGE PRELOADER */

.preloader {  
	background: url('../images/preloader.gif') center center no-repeat #000;  
	display: inline-block;  	
}  



/* TABS */

#tabs { float: left; clear: left; width: 98%; }
.ui-tabs { position: relative; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {  margin: 0; width: 100%; float: left; border-top: 1px solid #333; border-bottom: 1px solid #333; margin-bottom: 15px; }
.widget-area .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; width: 33%; text-align: center; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { padding-left: 10px; padding-right: 10px; line-height: 35px; text-decoration: none; font-size: 11px;  text-align: center; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin: 0px; padding: 0px; border-top: 3px solid #666; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; line-height: 30px; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0px; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-widget-content { float: left; }

  .tabContainer{
  margin:10px 0;
  width:944px;
  }
  .tabContainer .digiTabs{
  list-style:none;
  display:block;
  overflow:hidden;
  margin:0;
  padding:0px;
  position:relative;
  top:1px;
  }
  .tabContainer .digiTabs li{
  float:left;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(255, 255, 255);
  /* RGBa with 0.6 opacity */
  background: rgba(255, 255, 255, 0.1);  
  border:0px solid #333333;
  padding:5px!important;
  cursor:pointer;
  border-bottom:none;
  margin-right:10px;
  font-family:verdana;
  font-size:.9em;
  font-weight:bold;
  color:#c07e00;
  }
  .tabContainer .digiTabs .selected{
  background-color:none;
  color:#DCDCDC;
  }
  #tabContent{
  padding:10px;
  background-color:none;
  overflow:hidden;
  float:left;
  margin-bottom:10px;
  border:0px solid #333333;
  width:93%;
  }


/* TOGGLES */

.toggle{
	float: left;
	clear: left;
	margin-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url('../images/icon-plus.png');
	background-position: 0px 3px;
	
}

.toggle_box {
	background-color:#222;
	border: 1px solid #333;
	/* Rounder Corner */
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	overflow: hidden;
	width: 295px;
	clear: both;
	margin-bottom:10px;
}

.toggle_box .block {
	padding: 15px;
}

	
	

/* CAROUSEL (HORIZONTAL) */

#carousel { height: 1%; overflow:hidden; position: relative; padding: 0 0 10px; float: left; clear: left;  }
#carousel .viewport { float: left; width: 430px; height: 130px; overflow: hidden; position: relative; }
#carousel .buttons { background:url("../images/carousel-buttons.png") no-repeat scroll 0 0 transparent; display: block; margin: 50px 10px 0 0; background-position: 0 -38px; text-indent: -999em; float: left; width: 39px; height: 37px; overflow: hidden; position: relative; }
#carousel .buttons:hover { background-image:url("../images/carousel-buttons-hover.png"); }
#carousel .next { background-position: 0 0; margin: 50px 0 0 10px; }
#carousel .disable { /*visibility: hidden;*/ }
#carousel .overview { list-style: none; position: absolute; width: 240px; left: 0 top: 0; }
#carousel .overview li{ float: left; margin: 0 30px 0 0; padding: 1px; height: 119px; width: 193px;}
#carousel .overview li img{ float: left; margin-right: 15px; width: 193px; height: 119px; 	background-color: #000; padding: 1px; border: 2px solid #333; }




/* CONTACT FORM - ON PAGE */

#ub_s_contact_form .i-text{
	width: 260px;
	height: 27px;
	line-height: 27px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

#ub_s_contact_form .i-textarea{
	float: left;
	height: 150px;
	width: 560px;
	background-image: url('../images/textarea-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;	
	background-color: #262626;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	color: #dcdcdc;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
}

#ub_s_contact_form .i-text2{
	width: 50px;
	height: 27px;
	line-height: 27px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.shortcode_contact_form  li{
	float: left;
	clear: left;
	width: 562px;
	margin-bottom: 20px;
	list-style-type: none;
}

.shortcode_contact_form  li label{
	float: left;
	line-height: 27px;
	margin-left: 10px;
}

#ub_s_contact_form #captcha{
	height: 25px;
	border: 1px solid #454545;
	margin-left: 10px;	
	float: left;
}

#ub_s_contact_form .send_button{
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	background-image: url('../images/button-gradient.png');
	background-repeat: repeat-x;
	background-position: top center;	
	background-color: transparent;
	width: 100px;
	height: 29px;	
	float: left;
	cursor: pointer;
	color: #dcdcdc;
	font-size: 10px;
}






/* WIDGETS */


#sidebar .widget-area{
	width: 257px;
}

#sidebar .widget-container{
	width: 100%;
	clear: left;
	float: left;
	margin-bottom: 40px;
}

#footer .widget-container{
	width: 100%;
	clear: left;
	float: left;
	margin-bottom: 40px;
}

.widget-title{
	width: 100%;
	clear: left;
	float: left;
	margin-bottom: 30px;
	font-size: 16px;
}

#footer .widget-container p, #sidebar .widget-container p {
	margin-bottom: 0px;
}



/* WIDGET - TAGS, CATEGORIES */


.tagcloud a {
	float: left;	
	margin-bottom: 10px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}




/* WIDGET - CATEGORIES, ARCHIVES, CUSTOM MENU, META */

.widget_categories ul li,.widget_archive ul li ,.widget_meta ul li ,.widget_nav_menu ul li  {
	width: 97%;	
	float: left;
	clear: left;	
	background-image: url('../images/list_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 14px;
	line-height: 32px;
	padding-left: 16px;
}

.widget_categories li a,.widget_archive li a,.widget_meta li a,.widget_nav_menu li a {
	display: block;
}




/* WIDGET - FLICKR FEED */

#flickr_feed {
	float: left;	
}

#flickr_feed  .flickr_badge_image{
	float: left;
}

#flickr_feed img:hover{	
	background-color: #5f5f5f;
}

#flickr_feed img{	
	background-color: #000;
	padding: 2px;
	border: 1px solid #5f5f5f;
	width: 55px;
	height: 55px;
	float: left;
	margin-right: 20px;	
	margin-bottom: 20px;	
}



/* WIDGET - GOOGLE MAPS*/

.ub_widget_google_maps iframe{
	background-color: #000;
	padding: 2px;
	border: 1px solid #5f5f5f;
}





/* WIDGET - POPULAR/RECENT POSTS */

.widget_post_list, .widget_post_list li{
	clear: left;
	float: left;
	width: 100%;
}

.widget_post_list{
	margin-bottom: -20px;
}

.widget_post_list li{
	margin-bottom: 20px;
}


.widget_post_list img{
	background-color: #000;
	padding: 2px;
	border: 1px solid #5f5f5f;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

.widget_post_list img:hover{
	background-color: #5f5f5f;
}

#sidebar .widget_post_list p{
	float: left;
	width: 125px;	
	margin-top: -4px;
	margin-bottom: 0px;
}

#footer_widgets_3 .widget_post_list p{
	float: left;
	width: 200px;	
	margin-top: -4px;
	margin-bottom: 0px;
}

#footer_widgets_4 .widget_post_list p{
	float: left;
	width: 100%;	
	margin-top: -4px;
	margin-bottom: 0px;
}

.widget_post_list p span{
	color: #999;
}




/* WIDGET - CALENDAR */

.widget_calendar caption{
	margin-bottom: 20px;
}



/* WIDGET - SOCIAL ICONS */

#social_icons {
	float: left;
}

#social_icons li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}



/* WIDGET - TAGS */


.tagcloud a {
	float: left;	
	margin-bottom: 10px;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
	display: block;	
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	background-image: url('../images/text-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;	
}




/* WIDGETS - SEARCH */

.search{
	float: left;
	clear: left;	
}

.search .input-text{
	width: 200px;
	height: 27px;
	line-height: 27px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	margin-right: 4px;
}

#footer_widgets_4 .search .input-text{
	width: 130px;
}

.search .input-button{
	float: left;
	width: 36px;
	height: 29px;
	background-color: transparent;
	border: 0px;
}



/* WIDGETS - TWITTER */

#twitter {
	float: left;
	clear: left;
}

#twitter  li {
	background-image: url('../images/tweet.png');
	background-repeat: no-repeat;	
	background-position: 0px 4px;
	padding-left: 30px;
	padding-bottom: 15px;
	float: left;
	clear: left;
	line-height: 20px;
}

#twitter .twitter_time {
	color: #999;
	font-size: 11px;
	font-style: italic;
}

#twitter  li a {
	font-weight: bold;	
}
#twitter  .twitter_time {
	font-weight: normal;
}




/* WIDGETS - CONTACT FORM */

#contact_form ul{
	width: 100%;
	float: left;
}

#contact_form li{
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 100%;
}

#contact_form li label{
	float: left;
	margin-left: 10px;
	line-height: 22px;
	width: 70px;
}

#contact_form .input-text{
	width: 96px;
	height: 22px;
	line-height: 22px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input2-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	color: #dcdcdc;
}

#sidebar #contact_form .input-text{
	width: 130px;
}

#footer_widgets_3 #contact_form .input-text{
	width: 160px;
}

#contact_form .input-text2{
	width: 40px;
	height: 22px;
	line-height: 22px;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	background-image: url('../images/text-input2-bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	background-color: transparent;
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #dcdcdc;
}

#contact_form textarea{
	width: 195px;
	height: 69px;
	float: left;
	background-image: url('../images/textarea-input-bg.png');
	background-repeat: no-repeat;
	background-position: top center;	
	background-color: #262626;
	border: 0px;
	border-left: 1px solid #454545;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	color: #dcdcdc;
	font-family: arial;
	font-size: 11px;
	line-height: 18px;
}

#sidebar #contact_form textarea{
	width: 250px;
}

#footer_widgets_3 #contact_form textarea{
	width: 270px;
}

#contact_form #captcha{
	float: left;
	margin-left: 6px;	
	border: 1px solid #454545;

}

#contact_form .input-button{
	background-image: url('../images/contact_form-button.png');
	background-repeat: repeat-x;
	background-position: top center;	
	background-color: transparent;
	width: 51px;
	height: 28px;
	line-height: 20px;
	float: left;
	border: 0px;
	cursor: pointer;
	color: #dcdcdc;
	font-size: 10px;
}




/* POST/PAGE INSERTED GALLERY */ 

#page-content .gallery-columns-3{
	width: 100%;
}

#page-content .gallery-columns-2 .gallery-item{ width: 50%; }
#page-content .gallery-columns-3 .gallery-item{ width: 33%; }
#page-content .gallery-columns-4 .gallery-item{ width: 25%; }
#page-content .gallery-columns-5 .gallery-item{ width: 20%; }
#page-content .gallery-columns-6 .gallery-item{ width: 16%; }
#page-content .gallery-columns-7 .gallery-item{ width: 14%; }
#page-content .gallery-columns-8 .gallery-item{ width: 12%; }
#page-content .gallery-columns-9 .gallery-item{ width: 11%; }

#page-content .gallery-item{
	float: left;
	
}

#page-content img.attachment-thumbnail {
	float: left;
	background-color: #000;
	padding: 1px;
	border: 2px solid #333;
}
#page-content img.attachment-thumbnail:hover {
	background-color: #5f5f5f;	
}



/* SHORTCODES - BOXES */ 

.box_error {
	float: left;
	width: 98%;
	padding: 10px;
	background-color: #ffaea6;
	border: 1px solid #d70000;
	color: #8d4343;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box_success{
	float: left;
	width: 98%;
	padding: 10px;
	background-color: #e4f6d7;
	border: 1px solid #79e32c;
	color: #798571;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box_info {
	float: left;
	width: 98%;
	padding: 10px;
	background-color: #e2e8ff;
	border: 1px solid #c9c8ff;
	color: #384b94;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.box_note {
	width: 100%;
	width: 98%;
	background-color: #fff9e2;
	border: 1px solid #cdae62;
	color: #333;
	font-size: 12px;		
	float: left;	
	margin-top: 10px;
	margin-bottom: 10px;
}



/* SHORTCODES - PURCHASE BUTTON  */ 


#page_content .purchase_button p{
	margin: 0px;
	padding: 0px;
}

.purchase_button{
	float: left;
	clear: left;				
	width: 100%;
}

.purchase_button p{
	float: left;	
	width: auto;
	max-width: 770px;
	margin-right: 30px;
	font-size: 14px;
	line-height: 24px;
}

#left .purchase_button p{
	float: left;	
	width: auto;
	max-width: 400px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 24px;
}

.purchase_button a{
	float: right;	
	white-space: nowrap;
}







/* Default WP styles */

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

.sticky  {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.commentlist > li.bypostauthor {
	background: #eee;	
}

/* TABS */
#tab-container{
	margin: 0px;
	width: 100%;
}
#tab-container ul{
	list-style: none;
	list-style-position: outside;
}
#tab-container ul.tab-menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
}
#tab-container ul.tab-menu li{
	display: block;
	padding: 5px 10px 5px 10px;
	margin-bottom: 0px;
	/*position: relative;
	color: #777777;
	cursor: pointer;
	font-family: 'Arimo', arial, sans-serif;
	font-size:12px;
	text-shadow:0 0 0 transparent,#ffffff 0px 1px 0px; */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.1);
}
#tab-container ul.tab-menu li.active{
	/* color: #777777;
	font-family: 'Arimo', arial, sans-serif;
	font-size:12px;
	text-shadow:0 0 0 transparent,#ffffff 0px 1px 0px; */
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.5);	
}

.tab-content{
	/*margin: 0pt auto;
	text-align: left; */
	padding: 10px;
	padding-bottom: 20px;
	/*font-size: 11px;*/
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.5);
}
.tab-content.one{
	display: block;
}
.tab-content.two{
	display: none;
}
.tab-content.three{
	display: none;
}
.tab-content.four{
	display: none;
}
.tab-content.five{
	display: none;
}
/*.content.links a{
	color: #5f95ef;
}
.content h4{
	color: #888888;
	text-shadow:0 0 0 transparent,#ffffff 0px 1px 0px;
} */