@import '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{
	display: none;
}

#lens_flare-left{
	display: none;
}

#lens_flare-right{
	display: none;
}

#lens_flare img {
	max-width: 100%;
}



/* PARTICLES */

#particles{
	display: 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;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;		
}


.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%;	
	min-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: none;
	background-position: top center;
	background-repeat: repeat-x;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 97;	
		
}

#top_panel{
	width: 100%;
	height: 256px;
	background-image: url('../images/top_panel-responsive.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	top: 0px;
	z-index: 98;
	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_left{
	display: none;
}

#menu_right{
	display: none;
}


#show_menu{
	width: 160px;
	text-align: center;	
	position: absolute;
	z-index: 99;
	top: 223px;
	margin: 0px auto;
	left: 50%;
	margin-left: -80px;
}
#show_menu a {
	font-size: 14px;
}


#menu-responsive-bg{
	width: 100%;
	position: absolute;
	z-index: 96;
	background-image: url('../images/submenu_bg-responsive.png');
	background-repeat: repeat;
	background-position: bottom left;		
	display: none;
	left: 0px;
	top: 0px;
}

#menu-responsive-left{
	top: 260px;	
	left: 0px;
	width: 44%;	
	height: 450px;
	position: absolute;
	z-index: 99;
	margin-left: 3%;	
	display: none;
	padding-bottom: 40px;
}

#menu-responsive-right{
	top: 260px;
	right: 0px;
	width: 44%;	
	height: 450px;
	position: absolute;
	z-index: 99;	
	margin-right: 3%;	
	display: none;	
	padding-bottom: 40px;
}


#menu-responsive-left li, #menu-responsive-right li{	
	clear: both;	
	text-align: center;
	line-height: 32px;	
	font-size: 13px;
	margin-top: 34px;	
}

#menu-responsive-left li ul li, #menu-responsive-right li ul li{	
	margin-top: 0px;
	background-image: url('../images/list_bg-responsive.png');
	background-repeat: no-repeat;
	background-position: bottom center;	
}


#menu-responsive-left li a, #menu-responsive-right li a{	
	display: block;
	font-size: 15px;
}

#menu-responsive-left .sub-menu li a,#menu-responsive-right .sub-menu li a{
	font-size: 12px;
	color: #aaa;
}

#menu-responsive-left .sub-menu li a:hover,#menu-responsive-right .sub-menu li a:hover{
	color: #fff;
}

#menu-responsive-left .sub-menu,#menu-responsive-right .sub-menu {
	margin-bottom: 20px;
}





/* 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;
}

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


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


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

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

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: 20px;
	
}


.justify{
	text-align: justify;
}

#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;
	max-width: 100%;
}

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


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: 45%;
}

#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;
	font-size: 10px;
}

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{
	max-width: 100%;
	width: 94%;
	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: 380px;
	left: 0px;
	z-index: 13;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 3%;
	padding-right: 3%;	
}

#content{
	width: 100%;
	margin: 0px auto;
	text-align: left;
}



/* PAGE PANEL */

#page{
	max-width: 100%;
	width: 100%;
	margin: 0px auto;	
	position: absolute;
	z-index: 10;	
	top: 445px;
	left: 0px;
}

#page-top{
	width: 100%;
	height: 99px;
	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: 100%;
	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{
	max-width: 100%;	
	background-image: url('../images/page-middle.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px auto;
	position: relative;	
	text-align: left;		
	padding-left: 30px;
	padding-right: 30px;	
}


#page-bottom{
	width: 100%;
	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: 100%;		
}



#sidebar{
	clear: left;
	float: left;
	width: 100%;	
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #333;
}

.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: 100%;
	
}

#footer_widgets_3 .footer_column{
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}

#footer_widgets_4 .footer_column{
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}





/* BLOG - SMALL THUMBS */

#blog-small, #blog-small li{
	float: left;
	clear: left;
	width: 100%;
}

#blog-small .blog_image{
	float: left;
	width: 100%;	
}

#blog-small .blog_image img{
	float: left;
	width: 100%;
	max-width: 100%;
	height: auto;	
	margin-bottom: 20px;
	padding: 1px;
	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;
	padding-top: 2px;
}

#blog-small .blog_image span{

}


#blog-small .text{
	width: 100%;
	float: left;
}

#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;
}

#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: 100%;
}

#blog-large .blog_image{
	float: left;
	width: 100%;
	max-width: 100%;
	height: auto;	
	margin-bottom: 20px;
	padding: 1px;
	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;
}

#blog-large .blog_image img{
	position: relative;
	float: left;
	z-index: 10;		
	width: 100%;
	max-width: 100%;
	height: auto;	
	margin-top: 1px;
}

#blog-large .blog_image span{
	display: none;
}

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

#blog-large .text{
	width: 45%;
	float: right;
	margin-left: 5%;
}

#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: 45%;
	min-height: 137px;
	float: left;
	text-align: right;
	background-image: url('../images/blog-large-sep.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 5%;
}

#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: 100%;
}

#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: 100%;
}

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


#comments #comments-list li ul li{
	margin-bottom: 0px;
	margin-left: 5%;	
	width: 95%;
}

#comments #comments-list li ul li ul li{
	margin-bottom: 0px;
	margin-left: 10%;	
	width: 80%;
}

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

#comments li span{
	color: #ebc992;
}

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

#comments li ul li .comment{
	width: 80%;	
	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;
	width: 100%;
}

#respond .comment-textinput input{
	width: 50%;
	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: 100%;
	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: 100%;	
	margin-bottom: -40px;	
}

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


.portfolio .thumb{
	
}


.portfolio .thumb img{
	position: relative;
	float: left;
	z-index: 10;
	width: 100%;
	max-width: 100%;
	
	padding: 1px;
	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;	
	padding-top: 2px;	
	margin-bottom: 10px;
}

.portfolio  .thumb span{
	display: none;
}


.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: 100%;
	
}

.portfolio-sb li{
	width: 100%;
	max-width: 100%;
	float: left;
	margin-right: 0%;	
	margin-bottom: 20px;
	
}


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

.portfolio-sb .thumb{	
	float: left;
	z-index: 10;
	
	width: 100%;
	max-width: 100%;
}


.portfolio-sb .thumb img{
	position: relative;
	float: left;
	z-index: 10;
	
	width: 100%;
	max-width: 100%;
	padding: 1px;
	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;	
	padding-top: 2px;
	margin-bottom: 10px;
}

.portfolio-sb  .thumb span{
	display: none;
}


.portfolio-sb h2{
	margin-bottom: 0px;
	clear: left;
}




/* GALLERY */

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

.galleries li{
	width: 100%;
	float: left;
	margin-right: 0%;	
	margin-bottom: 20px;	
}

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

.galleries  img{
	position: relative;
	float: left;
	z-index: 10;
	width: 100%;
	max-width: 100%;
	
	padding: 1px;
	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;	
	padding-top: 2px;
	
}

.galleries  span{
	display: none;
}




/* COLUMNS */


#page-content #left .col-one_half{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#page-content #left .col-one_half_last{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#page-content .col-one_half{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#page-content .col-one_half_last{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#content .col-one_half{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#content .col-one_half_last{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}




#page-content #left .col-one_third{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#page-content #left .col-one_third_last{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#page-content .col-one_third{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#page-content .col-one_third_last{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#content .col-one_third{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#content .col-one_third_last{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}





#page-content #left .col-two_third{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#page-content #left .col-two_third_last{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#page-content .col-two_third{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;	
}

#page-content .col-two_third_last{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#content .col-two_third{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}

#content .col-two_third_last{
	float: left;
	width: 100%;
	margin-right: 0%;	
	margin-bottom: 20px;
}




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








/* BUTTONS */

.button{
	margin-right: 10px;
	margin-top: 10px;	
	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;
	clear: left;
	float: left;
}

.button:hover { 
	background-color: #c39040;
	background-image: url('../images/button-hover-gradient.png');	
}
 
 
.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;
}

.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: 95%;
}

.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 */


.list1 {
	float: left;
	margin-right: 40px;	
	width: 95%;
}
.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;
	width: 95%;
}
.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;
	width: 95%;
}
.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;
	width: 95%;
}
.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: 95%;
	margin-bottom: 20px;
}
#page-content .list_num li{
	width: 95%;
	float: left;
	clear: none;
	margin-right: 40px;
	text-align: justify;
	margin-bottom: 10px;
}
#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; }




/* 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: 70%;
	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; width: 100%;  }
#carousel .viewport { float: left; width: 100%; 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 10px 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: 10px 0 0 0px; }
#carousel .disable { /*visibility: hidden;*/ }
#carousel .overview { list-style: none; position: absolute; width: 100%; 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: 100%; max-width: 100%; height: auto; 	background-color: #000; padding: 1px; border: 2px solid #333; }




/* CONTACT FORM - ON PAGE */

#ub_s_contact_form{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#ub_s_contact_form .i-text{
	width: 70%;
	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: 100%;
	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: 100%;
	margin-bottom: 20px;
}

.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: 100%;
}

#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: 95%;	
	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: 100%;	
	margin-top: -4px;
	margin-bottom: 0px;
}

#footer_widgets_3 .widget_post_list p{
	float: left;
	width: 100%;	
	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;	
	width: 100%;
}

.search .input-text{
	width: 70%;
	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: 1%;
}

#footer_widgets_4 .search .input-text{
	width: 70%;
}

.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: 5%;
	line-height: 22px;
	width: 20%;
}

#contact_form .input-text{
	width: 60%;
	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: 60%;
}

#footer_widgets_3 #contact_form .input-text{
	width: 60%;
}

#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: 100%;
	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: 100%;
}

#footer_widgets_3 #contact_form textarea{
	width: 100%;
}

#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: 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%;
	text-align: center;
}

.purchase_button p{
	float: left;	
	width: auto;
	width: 100%;		
	font-size: 14px;
	line-height: 24px;
}

#left .purchase_button p{
	float: left;	
	width: auto;	
	width: 100%;	
	font-size: 14px;
	line-height: 24px;
}

.purchase_button a{
	float: none;	
	clear: both;
	white-space: nowrap;
	margin: 0px auto;
}








/* 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;	
}