@import 'css/reset.css';


body,html {
	padding: 0px;
	margin: 0px auto;
	text-align: center;	
	font-size: 13px;
	font-family: 'OpenSansRegular',sans-serif;
	line-height: 20px;		
	background-color: #fcfcfc;	
	width: 100%;
	min-height: 100%;
	color: #484848;	
}

a{
	text-decoration: none;
	color: #484848;
	font-size: 13px;
}

h1{	
	font-size: 18px;
	line-height: 30px;
}

h2{
	font-size: 16px;	
	line-height: 30px;
}

h3{
	font-size: 15px;		
	line-height: 30px;
}

h4{
	font-size: 14x;	
}

h5{
	font-size: 13px;
}

h6{
	font-size: 12px;
}






#page-content article ol,#content article ol{		
	clear: left;
	width: 100%;			
	list-style-type: decimal;
	list-style-position:inside;
}

#page-content article ol li,#content article ol li{
	width: 100%;	
	float: left;
	clear: left;		
	line-height: 26px;	
}

#page-content article ol li a,#content article ol li a{
	display: block;
}



blockquote{
	width: 90%;		
	float: left;		
	padding: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 40px;	
	padding-top: 5px;		
	background-image: url('images/quote.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}


blockquote.align_right{
	width: 80%;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

blockquote.align_left{
	width: 80%;
	margin-right: 20px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}


blockquote footer{
	font-style: italic;
	color: #8c8c8c;
	margin-top: 10px;
}


.dropcap {
	font-size: 32px;
	font-weight:  bold;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}

code {
	line-height: 20px;
	width: 570px;
	border: 1px solid #ccc;	
	float: left;
	background-image: url('images/code_bg.gif');
	padding-left: 10px;
	padding-right: 10px;		
	margin-bottom: 30px;	
	margin-top: 15px;
}

pre {
	line-height: 20px;
	width: 606px;
	border: 1px solid #ccc;	
	float: left;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 40px;
	margin-top: 20px;

}


article p, .author p{
	clear: none;
}


p.full_width{
	width: 100%;
}


.align_left{
	float: left;
	margin-right: 10px;
}

.align_right{
	float: right;
	margin-left: 10px;
}

.image,.avatar,.video_player{
	padding: 2px;
	border: 1px solid #dedede;
	float: left;
	margin-right: 15px;
	margin-top: 5px;	
	max-width: 100%;
	line-height: 0px;
}

.vspace{
	width: 100%;
	height: 40px;
	float: left;
	clear: left;
}

.justify{
	text-align: justify;
}

.hidden{
	display: none;
}

.responsive{
	display: inline;
}




/* DEFAULT FORM ELEMENTS */

textarea,input[type=text]{
	width: 90%;
	border: 1px solid #dedede;
	background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fcfcfc;
	color: #484848;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}




/* HTML5 TAGS */
header, section, footer, aside, nav, article, figure {
	display: block;
}



/* BODY LAYOUT */
#wrapper{
	width: auto;
    margin: auto;
}

#logo{
	width: auto;	
	height: auto;
	margin-top: 20px;	
}

#logo img {
	max-width: 100%;
}

#wrapper-boxed-page #logo{
	margin-top: 0px;
	padding-top: 20px;
	margin-top: 5px;
}






/* TABLE */

table {		
	clear: left;		
	width: 100%;
	border-bottom: 1px solid #dedede;	
	font-size: 11px;
}

table th {
	height: 32px;
	vertical-align: middle;	
	text-align: center;	
}

table tr {		
	border-bottom: 1px solid #dedede;	
	width: auto;
}

table tr:nth-child(even){
	background-color: #f7f7f7;
}

table tbody {
	border: 1px solid #dedede;	
}

table tbody tr:hover {
	background-color: #f7f7f7;
}

table td {	
	height: 30px;
	vertical-align: middle;
	text-align: center;	
	padding-left: 4px;
	padding-right: 4px;
	width: auto;
}





/* 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;
}



/* LAYOUT */

#toTop {
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 20px;
	right: 10px; 
	cursor: pointer;
	display: none;
	z-index: 999;
}


#topline{
	height: 6px;
	width: 100%;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
}


#wrapper{
	background-image: url('images/topline.gif');
	background-position: top center;
	background-repeat: no-repeat;		
	margin: auto;
	text-align: left;
	padding: 20px;
	padding-bottom: 0px;	
	overflow: hidden;	
	min-height: 500px;
}

#wrapper_bottom{
	width: 100%;
	height: 53px;
	background-image: url('images/page_bottom.png');
	background-repeat: no-repeat;
	background-position: top center;
	float: left;	
	margin-top: -40px;
}





#wrapper2{
	width: 100%;	
	margin: 0px auto;		
	margin-top: 6px;
	padding-top: 60px;
	text-align: center;	
	min-height: 500px;
}


.error404 #wrapper_bottom,.search-no-results #wrapper_bottom{
	background-image: none;
}

.error404 .search{	
	clear: both;
	margin: 0px auto;
	text-align: center;
	width: 80%;
	margin-top: 40px;
	float: none;
}
.error404 .search .input-text{
	width: 50%;
}


.error404 #page-content{
	text-align: center;	
	width: 100%;
}
.error404 #page-content p{
	text-align: center;	
	width: 100%;		
}


#page-content{
	width: 100%;
	float: left;
	padding-bottom: 40px;
}


#content{
	width: 100%;
	float: left;
}

#sidebar{
	float: left;
	width: 100%;
}

#logo{
	width: 100%;
	height: auto;		
	margin-bottom: 40px;
	text-align: center;
}

#logo img{
	max-width: 100%;
}

.separator{
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	float: left;
}


.separator2{
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	float: left;
	margin-bottom: 40px;
}


.hr{
	width: 100%;
	float: left;
	clear: left;
	height: 1px;
	background-image: url('images/hr.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 40px;
}


.hr2{
	width: 100%;
	float: left;
	clear: left;
	height: 1px;
	background-image: url('images/hr3.png');
	background-repeat: no-repeat;
	background-position: top center;	
	margin-bottom: 40px;
}

.clear{
	clear: both;		
}




/* LAYOUT BOXED */


#background_repeat{
	width: 100%;
	min-height: 100%;
	background-image: none;
	background-repeat: repeat-x;	
	background-position: top center;
	z-index: 1;
	position: relative;
	float: left;
}
#background{
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 1;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
}
	
	
#boxed-page-shadow{
	display: none;
}

#wrapper-boxed-page{	
	width: 95%;	
	margin: 0px auto;	
	text-align: left;
	z-index: 3;
	position: relative;	
	height: auto;		
	background-image: none;
	overflow: hidden;
	
}

#wrapper-boxed-page-top{	
	display: none;
}

#wrapper-boxed-page-bottom{	
	display: none;
}




/* RESPONSIVE MENU */

header .menu{
	display: none;
}

#responsive-menu{
	width: 100%;
	max-width: 100%;
	padding: 5px;
	margin-bottom: 80px;
	font-size: 14px;
	float: left;
}	






/* CALL TO ACTION SECTION */

.call_to_action{	
	float: left;
	width: 100%;	
	margin-top: 40px;
	margin-bottom: 40px;
}

.call_to_action p{
	float: left;
	clear: left;
	width: 100%;
	text-align: center;	
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

.call_to_action .button{
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;		
	text-align: center;
	line-height: 44px;
	padding-left: 20px;
	padding-right: 20px;		
	color: #fff;
	font-size: 14px;
	display: block;
	background-image: url('images/button-light.png');
	background-repeat: no-repeat;
	background-position: -50px -10px;	
	border: 3px solid #fcfcfc;
	position: relative;
	clear: both;	
	margin: 0px auto;
	float: none;
}
.call_to_action .button:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;	
	padding-right: 4px;
	padding-bottom: 4px;
	border: 1px solid #dedede;
	left: -3px;
	top: -3px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
}

.call_to_action .button img{
	margin-left: 8px;
}

.call_to_action .button:hover{	
	color: #f6d8b4;
	background-image: none;
}




/* COLUMNS */

.column-one_fourth,
.column-three_fourth,
.column-one_third,
.column-two_third,
.column-one_half
{
	width: 100%;	
	float: left;
	margin-bottom: 40px;
}

.last{
	margin-right: 0px;	
}



/* NUMBERED CIRCLES */

span.circle{
	-moz-border-radius: 36px;
    -webkit-border-radius: 36px;
	-khtml-border-radius: 36px;
	border-radius: 36px;	
	float: left;	
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: block;
	margin-right: 8px;
	margin-top: 4px;	
}




/* HEADING */

.heading{
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}


#page-content .heading h1,#content .heading h1{
	font-size: 16px;
}

#page-content .heading h3,#content .heading h3{
	font-size: 14px;
}

.heading h1{
	line-height: 24px;
	margin: 0px;
}
.heading h3{
	color: #8c8c8c;
	font-weight: normal;
	margin-bottom: 10px;	
	line-height: 20px;
}

.heading .overlay{
	height: 1px;
	width: 15%;
	position: relative;
	float: left;
	background-color: #dedede;	
}


.recent_posts h2,.showcase h3{
	font-weight: normal;
}




/* FEATURED BOX */

.featured_box{
	background-image: url('images/featured_box_bg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 168px;		
	position: relative;	
}

.featured_box img{	
	float: right;
	bottom: 2px;
	position: absolute;
	right: 0px;
}

.featured_box p{
	width: 60%;
	float: left;
}

.featured_box h1{
	font-weight: normal;
}
.featured_box h2{
	font-weight: normal;
	color: #8c8c8c;
	font-size: 14px;
	margin-bottom: 10px;
}



/* WELCOME SECTION */

.welcome{
	float: left;
	clear: left;
	width: 100%;	
	margin-top: 40px;
	margin-bottom: 40px;
}

.welcome p{
	float: left;
	clear: left;
	width: 100%;
	text-align: center;	
	font-size: 18px;
	line-height: 30px;
}



/* FEATURE LIST */

.feature_list header h1{
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 20px;
}

.feature_list img{
	float: left;
	margin-right: 8px;
}





/* FOOTER */

footer#footer{
	width: 100%;
	background-color: #f8f8f8;	
	float: left;
	border-top: 1px solid #f2f2f2;
	background-image: url('images/footer_top.png');
	background-position: top center;
	background-repeat: no-repeat;	
	padding-top: 40px;	
}

#footer_wrapper{	
	margin: 0px auto;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#footer .widget-title{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;	
}

#footer .heading_line{
	margin-bottom: 40px;
}



/* FOOTER BOXED */

footer#boxed{
	margin-bottom: -80px;
	float: left;
	padding-top: 40px;
	
}


/* WIDGETS */

ul.xoxo,.widget-container{
	width: 100%;
}

.widget-container{
	float: left;
	margin-bottom: 40px;
}


h3.widget-title{
	font-size: 18px;	
	margin-bottom: 10px;
}

#sidebar h3.widget-title{
	font-size: 15px;
}


.heading_line{
	height: 1px;
	width: 100%;	
	margin-bottom: 20px;	
	clear: left;
	float: left;
}

.heading_line span.overlay{
	height: 1px;
	width: 85%;
	position: relative;
	float: right;
	background-color: #dedede;	
}

.widget_recent_comments ul li {
	color: #8c8c8c;
}



/* WIDGET - FLICKR */


#flickr_feed {
	float: left;	
	width: 100%;
}

#flickr_feed  .flickr_badge_image{
	float: left;	
	margin-right: 10px;	
	margin-bottom: 10px;
}

#flickr_feed img:hover{	
	background-color: #eee;
}

#flickr_feed img{	
	background-color: #fff;
	padding: 3px;
	border: 1px solid #dedede;
	width: 48px;
	height: 48px;
	float: left;	
}

#flickr_feed .flickr_badge_image:nth-child(3n+1){
	margin-right: 0px;
}


/* WIDGET - GOOGLE MAPS */


.ub_widget_google_maps iframe{
	width: 100%;
	height: 220px;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #dedede;
	float: left;	
}




/* WIDGET - CALENDAR */

.widget_calendar caption{	
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	font-weight: bold;
}

#wp-calendar #today {
	font-weight: bold;
}

#wp-calendar tbody tr:nth-child(even){
	background-color: #eee;	
}

#wp-calendar td{
	padding-left: 0px;
}
table#wp-calendar{
	border-bottom: 0px;
}



/* WIDGETS - NAV */


.widget_nav_menu .menu {
	overflow: hidden;
	width: 100%;
	float: left;
}

.widget_nav_menu .menu li, .widget_nav_menu .menu .sub-menu li{
	float: left;
	clear: left;	
	background-image: url('images/list_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 14px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
	
	width: 100%;
}

.widget_nav_menu .menu .sub-menu li{
	margin: 0px;
	width: 100%;
}





/* WIDGET - SOCIAL ICONS */

#social_icons {
	float: left;
}

#social_icons li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}




/* RECENT/POPULAR POSTS*/

.widget_post_list{
	margin-bottom: -20px;
}

.widget_post_list, .widget_post_list li{
	clear: left;
	float: left;
	width: 100%;
}

.widget_post_list li{
	margin-bottom: 20px;
}


.widget_post_list img{
	background-color: #fff;
	padding: 3px;
	border: 1px solid #dedede;
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 10px;
}

.widget_post_list img:hover{
	background-color: #eee;
}

.widget_post_list p{
	float: left;
	width: 100%;	
	margin-top: -4px;
	clear: none;
}

#sidebar .widget_post_list p{
	width: 160px;
}

.widget_post_list p span{
	color: #999;
}

.ub_widget_rp_excerpt{
	color: #8c8c8c;
}




/* TWITTER FEED */

#twitter {
	float: left;
	clear: left;
	width: 100%;
}

#twitter  li {
	background-image: url('images/tweet.png');
	background-repeat: no-repeat;	
	background-position: 0px 4px;
	padding-left: 30px;
	padding-bottom: 20px;
	float: left;
	clear: left;
	line-height: 20px;
}

#twitter .twitter_time {
	color: #999;
	font-size: 12px;
	font-style: italic;
}

#twitter  li a {
	font-weight: bold;	
}
#twitter  .twitter_time {
	font-weight: normal;
}





/* LIST WITH ARROWS AND LINES */

.list,.widget_archive ul,.widget_categories ul,.widget_meta ul, .blogroll,.widget_pages{	
	margin-top: -6px;
	clear: left;
	width: 95%;	
}

.list li,.widget_categories ul li,.widget_archive ul li ,.widget_meta ul li ,.blogroll li,.widget_pages li{	
	float: left;
	clear: left;	
	background-image: url('images/list_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 14px;
	line-height: 32px;
	padding-left: 12px;
	padding-right: 12px;
}

.list li a,.widget_archive ul li  a,.widget_meta ul li a,.widget_nav_menu ul li a,.blogroll li a,.widget_pages li a{	
	display: block;
}

#sidebar .list li,footer .list li, .widget_archive li,.widget_meta ul li,.widget_categories ul li,.blogroll li ,.widget_pages li{
	width: 95%;	
	padding-right: 0px;
}





/* LIST WITH ARROWS */

.list-1{	
	clear: left;	
	width: 100%;			
}

.list-1 li{
	width: 100%;	
	float: left;
	clear: left;	
	background-image: url('images/list-1.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	line-height: 26px;
	padding-left: 12px;
}

.list-1 li a{
	display: block;
}


/* LIST WITH BULLETS */

.list-2{		
	clear: left;
	width: 100%;			
}

.list-2 li{
	width: 100%;	
	float: left;
	clear: left;	
	background-image: url('images/list-2.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	line-height: 26px;
	padding-left: 12px;
}

.list-2 li a{
	display: block;
}




/* 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;
	font-size: 12px;	
}

#contact_form .input-text{
	width: 96px;
	height: 22px;
	line-height: 22px;	
	border: 1px solid #dedede;
	background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	float: left;
	background-color: #fcfcfc;
	color: #484848;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

#contact_form .input-text2{
	width: 40px;
	height: 22px;
	line-height: 22px;	
	border: 1px solid #dedede;
	background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	float: left;
	background-color: #fcfcfc;
	color: #484848;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#contact_form textarea{
	width: 90%;
	height: 90px;
	float: left;
	border: 1px solid #dedede;
	background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fcfcfc;
	color: #484848;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

#contact_form #captcha{
	float: left;
	margin-left: 6px;	
	border: 1px solid #dedede;

}

#contact_form .input-button{	
	background-color: #575757;
	width: 60px;
	height: 26px;
	line-height: 20px;
	float: left;
	border: 0px;
	cursor: pointer;
	color: #dcdcdc;
	font-size: 10px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}



/* ON PAGE CONTACT FORM */

#ub_s_contact_form ul{
	width: 100%;
	float: left;
}

#ub_s_contact_form ul li{
	float: left;
	clear: left;
	margin-bottom: 20px;
	width: 100%;
}

#ub_s_contact_form ul li label{
	float: right;
	margin-left: 10px;
	line-height: 22px;
	width: 40%;
	font-size: 12px;
	float: left;
}

#ub_s_contact_form .i-text{
	width: 50%;
	height: 22px;
	line-height: 22px;	
	border: 1px solid #dedede;
	background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	float: left;
	background-color: #fcfcfc;
	color: #484848;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

#ub_s_contact_form .i-text2{
	width: 40px;
	height: 22px;
	line-height: 22px;	
	border: 1px solid #dedede;
	background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	float: left;
	background-color: #fcfcfc;
	color: #484848;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#ub_s_contact_form textarea{
	width: 95%;
	height: 150px;
	float: left;
	border: 1px solid #dedede;
	background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fcfcfc;
	color: #484848;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
}

#ub_s_contact_form #captcha{
	float: left;
	margin-left: 6px;	
	border: 1px solid #dedede;

}

#ub_s_contact_form .send_button{	
	width: 90px;
	height: 30px;
	float: left;
	border: 0px;
	cursor: pointer;
	color: #dcdcdc;
	font-size: 11px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	

	background-image: url('images/button-light.png');
	background-repeat: no-repeat;
	background-position: -70px -20px;		
}

#ub_s_contact_form .send_button:hover{	
	background-color: #484848;
	background-image: none;
}




/* FOOTER LINE */

#footer-line .separator{
	display: none;
}

#footer-line{
	width: 90%;
	margin: 0px auto;
	color: #8c8c8c;
	font-size: 11px;			
	position: relative;
	line-height: 20px;	
	z-index: 998;
	border-top: 1px solid #dedede;
	padding-top: 20px;
	padding-bottom: 40px;
	clear: both;	
}

#footer-line #left{
	width: auto;
	float: left;
	clear: both;
	text-align: center;	
	margin-bottom: 20px;
}

#footer-line #right{
	width: auto;
	float: left;
	text-align: center;	
	clear: both;
	margin-bottom: 40px;
}

#footer-line a{
	font-size: 11px;	
}


#footer-line #right p{	
	text-align: left;		
	float: left;
}

.social_icons{		
	float: right;
	margin-left: 20px;
}

.social_icons li{
	display: inline;
	margin-right: 6px;
	line-height: 20px;
}

.social_icons li img{
	vertical-align: middle;
}



/* HEADING */

.page_heading{
	float: left;
	width: 100%;
	height: 70px;	
	padding-top: 1px;
	padding-bottom: 1px;
	background-repeat: no-repeat;	
	background-position: -30% 100%;
	margin-bottom: 40px;
}



.page_heading header{
	float: left;	
	width: 100%;
	height: 100%;
	position: relative;
}

.page_heading h1{
	margin-top: 15px;
	font-size: 16px;
}
.page_heading h3{
	font-size: 13px;
}


.page_heading .heading{
	margin-bottom: 0px;
	border-bottom: 0px;
	margin-top: 1px;
}





/* POSTS - SMALL THUMBS */

.post_format{
	-moz-border-radius: 36px;
    -webkit-border-radius: 36px;
	-khtml-border-radius: 36px;
	border-radius: 36px 36px 36px 36px;	
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 32px;
	display: block;
	float: left;
	margin-right: 10px;
}

.post_format img{
	vertical-align: middle;
	text-align: center;	
}

.posts-small{
	float: left;
	width: 100%;
}

.posts-small li{
	float: left;
	width: 100%;
	margin-bottom: 40px;	
}

.posts-small article a img{
	float: left;	
	max-width: 100%;
	width: 100%;
}

.posts-small header {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.posts-small h1{
	font-size: 15px;
	font-weight: normal;
	width: 100%;	
	line-height: 20px;
	margin-bottom: 0px;
}



.posts-small p{
	float: left;
	width: 100%;
}

.posts-small p.info{
	font-size: 12px;
	color: #8c8c8c;
	width: auto;
	display: none;
}

.posts-small p.info-responsive{
	font-size: 12px;
	color: #8c8c8c;
	width: auto;
	display: block;
	margin-left: 46px;
	float: left;		
	clear: left;
}

.posts-small p.full{
	width: 100%;
}

.posts-small .heading_line{
	margin-top: 10px;
	float: left;
}



/* POSTS - LARGE THUMBS */

.posts-large{
	float: left;
	width: 100%;
}

.posts-large li{
	float: left;
	width: 100%;
	margin-bottom: 40px;	
}


.posts-large h1{
	font-size: 15px;
	font-weight: normal;
	width: 100%;	
	
}

.posts-large .post_info{
	display: none;
}


.posts-large .excerpt{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.posts-large p.info{
	font-size: 12px;
	color: #8c8c8c;
	clear: right;
	float: right;
	text-align: right;
}

.posts-large p.info-responsive{
	font-size: 12px;
	color: #8c8c8c;
	width: 100%;
	display: block;	
	float: left;		
	clear: left;
	margin-bottom: 20px;
	margin-top: -10px;
}


.posts-large p.full{
	width: 100%;
}

.posts-large iframe{
	padding: 2px;
	border: 1px solid #dedede;
	width: 100%;
	height: auto;
}

.posts-large .heading_line{
	margin-top: 10px;
	float: left;
}




section.author{	
	border: 1px solid #dedede;
	float: left;
	width: 95%;
	padding: 1px;
	background-color: #f8f8f8;
	font-style: normal;	
	background-image: url('images/author_bg.gif');
	background-repeat: repeat-y;	
}


section.author img{
	float: left;
	margin: 20px;	
}

section.author h4{
	margin-bottom: 20px;
	margin-top: 20px;
}

section.author p{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

p.tags{
	
	margin-bottom: 20px;
}



/* COMMENTS */

.comments h3{
	margin-bottom: 5px;
}

h3#reply-title{
	line-height: 30px;
}

.comments #comments-list{
	clear: left;	
	float: left;
	margin-top: 20px;	
}

.comments #comments-list li{
	float: left;
	clear: left;
	margin-bottom: 40px;
}


.comments .comments-avatar{	
	float: left;
	margin-bottom: 10px;	
	margin-right: 10px;	
	width: 60px;
}

.comments .comments-text{	
	float: left;	
	width: 75%;
}

.comments .comments-text p.info{
	color: #8c8c8c;
}

.comments #comments-list li ul.children,#comments-list li ul li ul.children{	
	margin-top: 40px;
	margin-left: 40px;	
	float: left;
	clear: left;
	margin-bottom: -40px;
}

.comments #comments-list li ul.children .comments-text{
	width: 70%;
}

.comments #comments-list li ul li ul.children .comments-text{
	width: 60%;
}

.comments #comments-list li ul li ul li .children{
	margin-left: 0px;
}
	
.comments #respond{
	clear: both;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.comments #commentform{
	float: left;
	margin-top: 20px;
	width: 100%;
}

.comments #commentform p{
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.comments #commentform label{
	float: left;
	margin-left: 10px;
}

.comments .comment-textinput input{
	width: 200px;
	height: 22px;
	line-height: 22px;	
	border: 1px solid #dedede;
	background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	float: left;
	background-color: #fcfcfc;
	color: #484848;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
}

.comments .comment-textarea textarea{
	float: left;
	width: 95%;
	height: 100px;
	line-height: 22px;	
	border: 1px solid #dedede;
	background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
	background-position: top center;	
	background-color: #fcfcfc;
	color: #484848;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 13px;
	font-family: arial;
}

.comments .nopub{
	color: #8c8c8c;
	font-style: italic;
}

.comments .c_required{
	color: #C11B17;
}


.comments #commentform input#submit_btn{	
	background-image: none;
	width: 100px;
	height: 30px;
	line-height: 22px;
	float: left;
	border: 0px;
	cursor: pointer;
	color: #dcdcdc;
	font-size: 11px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	

	background-image: url('images/button-light.png');
	background-repeat: no-repeat;
	background-position: -70px -20px;		
}

.comments #commentform input#submit_btn:hover{	
	background-color: #8c8c8c;
	background-image: none;
}





/* PAGINATION */

.pagination{
	float: right;
	margin-bottom: 40px;
}

.pagination li{
	float: left;
	margin-left: 2px; 
}

.pagination a {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pagination .current a{
	background-color: #ededed;	
}


.page-link{
	margin-top: 40px;	
	line-height: 30px;	
	color: #8c8c8c;
}

.page-link span{
	font-weight: bold;
	margin-right: 10px;	
	color: #484848;
}

.page-link a{		
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 6px;
	margin-right: 6px;	
}



/* PAGINATION - FULL PAGE */

.pagination_full{		
	float: left;
	width: 100%;
	text-align: center;
}

.pagination_full .pagination {
	width: auto;	
	float: none;
	margin: 0px auto;	
	display: inline;
}

.pagination_full .pagination  li{
	float: none;
	display: inline-block;
	width: auto;
	text-align: center;
}



.pagination_full .pagination  li{
	float: left;		
	text-align: center;
}





/* SIDEBAR */

#sidebar{
	margin-top: 40px;	
}

#sidebar h1{
	font-weight: normal;
	font-size: 15px;	
}

#sidebar section{
	margin-bottom: 40px;
	float: left;
	width: 100%;	
}


/* SEARCH FORM */

.search 	.input-text{
	width: 80%;
	height: 22px;
	line-height: 22px;	
	border: 1px solid #dedede;
	background-image: url('images/input_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	float: left;
	background-color: #fcfcfc;
	color: #484848;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

.search 	.input-button{
	background-color: transparent;
	float: left;
	width: 29px;
	height: 26px;
	margin-left: 6px;
}



/* TAGS */


.widget_tag_cloud a{
	display: block;
	padding-left: 8px;
	background-image: url('images/tag.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;	
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;		
	font-size: 12px !important;
	width: auto;
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
}







/* PORTFOLIO */

.portfolio{
	width: 100%;
	float: left;	
}

.portfolio li{
	width: 100%;
	float: left;
	margin-right: 40px;	
	margin-bottom: 40px;		
}

.portfolio li:nth-child(4n+1){
	clear: left;
}


.portfolio li .image{
	width: 100%;
	max-width: none;
}

.portfolio_categories{
	display: none;
}

.portfolio_categories-responsive{
	float: left;
	margin-bottom: 20px;
	padding-bottom: 16px;
	margin-top: -20px;
	border-bottom: 1px solid #dedede;
}

.portfolio_categories-responsive li{
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}




/* GALLERY */

.gallery_page{
	width: 100%;
	float: left;		
}

.gallery_page li{
	width: 100%;	
	margin-bottom: 20px;	
	float: left;
}

.gallery_page li .image{
	width: 100%;
	max-width: none;
}



/* GALLERIES */

.galleries{
	width: 100%;
	float: left;	
	margin-bottom: 20px;
}

.galleries li{
	width: 100%;	
	margin-bottom: 20px;	
	float: left;
}


.galleries li h1{
	line-height: 24px;
	margin: 0px;
	font-size: 16px;	
}
.galleries li h3{
	color: #8c8c8c;
	font-weight: normal;
	margin-bottom: 10px;	
	font-size: 14px;
}

.galleries li .image{
	width: 100%;
	max-width: none;
}




/* IMAGE HOVERS */

.posts-small article a img:hover,.recent_posts a img:hover,.showcase a img:hover,.portfolio a img:hover, #carousel img:hover,.sc_post img:hover,.gallery-item img:hover,.gallery_page img:hover,.galleries img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}	



/* BUTTON */

.button{
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
	float: left;	
	text-align: center;
	line-height: 44px;
	padding-left: 20px;
	padding-right: 20px;	
	margin-top: 6px;
	color: #fff;
	font-size: 14px;
	display: block;
	background-image: url('images/button-light.png');
	background-repeat: no-repeat;
	background-position: -50px -10px;	
	border: 3px solid #fcfcfc;
	position: relative;	
}
.button:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;	
	padding-right: 4px;
	padding-bottom: 4px;
	border: 1px solid #dedede;
	left: -3px;
	top: -3px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
}

.button img{
	margin-left: 8px;
}

.button:hover{	
	color: #f6d8b4;
	background-image: none;
}


.button.small{
	font-size: 10px;
	line-height: 26px;
	padding-right: 10px;
	padding-left: 10px;	
}
.button.normal{
	font-size: 12px;
	line-height: 32px;
	padding-right: 10px;
	padding-left: 10px;	
}


/* HORIZONTAL TAB */

.tabs { float: left; clear: left; width: 98%; }
.tabs.ui-tabs { position: relative; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.tabs.ui-tabs .ui-tabs-nav {  margin: 0; width: 100%; float: left; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; 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; }
.tabs.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.tabs.ui-tabs .ui-tabs-nav li a { padding-left: 10px; padding-right: 10px; line-height: 35px; text-decoration: none; font-size: 12px;  text-align: center; }
.tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin: 0px; padding: 0px; border-top: 1px solid #666; margin-top: -1px; padding-top: 2px;  }
.tabs.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; }
.tabs.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... */
.tabs.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0px; background: none; }
.tabs.ui-tabs .ui-tabs-hide { display: none !important; }
.tabs.ui-tabs .ui-widget-content { float: left; }



/* VERTICAL TAB */

.tabs-vertical { float: left; clear: left; width: 98%; }
.tabs-vertical.ui-tabs { position: relative; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.tabs-vertical.ui-tabs .ui-tabs-nav {  margin: 0; width: 100%; float: left; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; 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; }
.tabs-vertical.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0px; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.tabs-vertical.ui-tabs .ui-tabs-nav li a { padding-left: 10px; padding-right: 10px; line-height: 35px; text-decoration: none; font-size: 12px;  text-align: center; }
.tabs-vertical.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin: 0px; padding: 0px; border-top: 1px solid #666; margin-top: -1px; padding-top: 2px;  }
.tabs-vertical.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; }
.tabs-vertical.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... */
.tabs-vertical.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0px; background: none; }
.tabs-vertical.ui-tabs .ui-tabs-hide { display: none !important; }
.tabs-vertical.ui-tabs .ui-widget-content { float: left; }




/* TOGGLES */

.toggle{
	float: left;
	clear: left;
	margin-bottom: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-image: url('images/icon-plus.png');
	background-position: 0px 3px;
	height: 30px;
	line-height: 30px;
}

.toggle_box {
	background-color:#f7f7f7;
	border: 1px solid #dedede;
	/* Rounder Corner */
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	overflow: hidden;
	width: 100%;
	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: 200px; height: 110px; overflow: hidden; position: relative; }
#carousel .buttons { background:url("images/carousel-buttons.png") no-repeat scroll 0 0 transparent; display: block; margin: 0px 0px 0 0; background-position: -6px -36px; text-indent: -999em; float: left; width: 26px; height: 36px; overflow: hidden; position: relative; }
#carousel .buttons:hover{ background-image: url("images/carousel-buttons-hover.png"); }
#carousel .next { background-position: -6px 0px; margin: 0px 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 20px 0 0; padding: 1px; height: 105px; width: 189px;}
#carousel .overview li img{ float: left; width: 189px; height: 105px; padding: 1px; border: 1px solid #dedede; }
#carousel ul{ width: 52px; float: right; clear: right;}



/* SHORTCODES - POST */

section.sc_post h3{
	line-height: 30px;
	margin-bottom: 5px;
}



/* SHORTCODES - BOXES */

.box_error {
	float: left;
	width: 98%;
	background-color: #ffaea6;
	border: 1px solid #d70000;
	color: #8d4343;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.box_success{
	float: left;
	width: 98%;
	background-color: #e4f6d7;
	border: 1px solid #79e32c;
	color: #798571;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.box_info {
	float: left;
	width: 98%;
	background-color: #e2e8ff;
	border: 1px solid #c9c8ff;
	color: #384b94;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 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;
	padding: 10px;
}





/* AUDIO FLASH PLAYER */
.post-format-audio object{
	width: 95%;		
	float: left;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 1px solid #f2f2f2;
	background-color: #f8f8f8;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
}



/* DEFAULT PAGINATION */

#page_control {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 20px;
}
#page_control-older {
	float: right;
	text-align: center;	
	cursor: pointer;
}

#page_control-newer {
	float: left;
	text-align: center;	
	cursor: pointer;
}




/* POST/PAGE INSERTED GALLERY */ 

#wrapper .gallery{
	margin-bottom: -40px;
	margin-top: 20px;
}

#wrapper .gallery-columns-3{
	width: 100%;
}

#wrapper .gallery-columns-2 .gallery-item{ width: 50%; }
#wrapper .gallery-columns-3 .gallery-item{ width: 33%; }
#wrapper .gallery-columns-4 .gallery-item{ width: 25%; }
#wrapper .gallery-columns-5 .gallery-item{ width: 20%; }
#wrapper .gallery-columns-6 .gallery-item{ width: 16%; }
#wrapper .gallery-columns-7 .gallery-item{ width: 14%; }
#wrapper .gallery-columns-8 .gallery-item{ width: 12%; }
#wrapper .gallery-columns-9 .gallery-item{ width: 11%; }

#wrapper .gallery-item{
	float: left;			
	margin-bottom: 20px;	
}

#wrapper img.attachment-thumbnail {
	padding: 2px;
	border: 1px solid #dedede;
	float: left;
	max-width: 100%;	
	margin-right: 5px;
}








/* COLORIZER */

#topline,.ei-slider-thumbs li.ei-slider-element,.call_to_action .button,.button,span.circle,.heading_line,#contact_form .input-button,#ub_s_contact_form .send_button,.comments #commentform input#submit_btn,.post_format,.heading .overlay{	
	background-color: #7b2d08;
}

.colorizer,a:hover,header nav .menu .current-menu-item a,header nav .menu a:hover,header nav .menu li.current a,header nav .menu li:hover ul li a:hover,#responsive-menu,.ei-title h2,.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,#wp-calendar #today,.comments .comments-text .info span{
	color: #7b2d08;
}

header nav .menu .current-menu-item,header nav .menu li:hover,.tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
	border-top: 1px solid #7b2d08;
}

header nav .menu li ul {
	border-top: 2px solid #7b2d08;
}

#responsive-menu{
	border: 1px solid #7b2d08;
}






/* 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;	
}


#styler{
	display: none;
}