@import 'css/reset.css';


body,
html {	
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: center;	
	font-size: 13px;
	font-family: 'OpenSansRegular',sans-serif;
	line-height: 20px;		
	background-color: #fff;				
	background-image: none !important;	
	color: #444;		
}

a{
	text-decoration: none;
	color: #484848;	
}

a:hover{
	color: #266a88;
}

#wrapper article p a{
	color: #266a88;
	font-weight: bold;
}


h1{	
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2{
	font-size: 18px;	
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 26px;
}

h3{
	font-size: 16px;	
	font-weight: normal;
	margin-bottom: 20px;
}

h4{
	font-size: 15px;	
	font-weight: normal;
	margin-bottom: 20px;
}

h5{
	font-size: 14px;
	margin-bottom: 20px;
}

h6{
	font-size: 13px;
	margin-bottom: 20px;
}


address{
	clear: both;
	margin-bottom: 15px;
	font-style: italic;
	padding-left: 15px;
	border-left: 3px solid #969696;
}

abbr,
acronym{
	border-bottom: 1px dotted #969696; 
	cursor:help;
}

del{
	text-decoration: line-through;
}

ins{
	background-color: #FFFF99;
}

sub,
sup{
	font-size: 10px;
	height: 0px;
	line-height: 1px;
	position: relative;
	vertical-align: baseline;
}

sup{
	bottom: 1ex;
}

sub{
	top: 0.5ex;
}


#wrapper article ol{
	margin-left: 5px;
	margin-bottom: 30px;
	clear: both;
	list-style-position:inside;
	list-style-type: decimal;
}

#wrapper article ol li {
	line-height: 26px;	
}

#wrapper article ol li ol{
	margin: 0px;
	margin-left: 15px;
	list-style-type: upper-alpha;
}

#wrapper article ol li ol li ol{
	list-style-type: upper-roman;
}



#wrapper article ul {
	clear: both;
	margin-left: 5px;
	margin-bottom: 30px;
	list-style-position:inside;
	list-style-type: square;
}

#wrapper article ul li {
	line-height: 26px;
}

#wrapper article ul li ul{
	margin: 0px;
	margin-left: 15px;
}




/* 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-style-type: none;
}

.list-1 li a{
	display: block;
}



.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-style-type: none;
}

.list-2 li a{
	display: block;
}



#wrapper dl{
	clear: both;
	width: 98%;	
	margin-bottom: 30px;
}
#wrapper dl dt{
	font-weight: bold;	
	border-left: 3px solid #eee;
	padding-left: 2%;
	font-size: 14px;
}
#wrapper dl dd{
	margin-bottom: 15px;
	border-left: 3px solid #eee;
	padding-left: 2%;
}




blockquote{
	width: 95%;		
	float: left;		
	padding: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 5%;	
	padding-top: 5px;		
	background-image: url('images/quote.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	margin-bottom: 30px;
}

blockquote.align_right{
	width: 40%;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

blockquote.align_left{
	width: 40%;
	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 {
	background-image: url('images/code_bg.gif');
	line-height: 20px;	
	border: 1px solid #ccc;		
	
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;	
	margin-top: 15px;
}

pre {
	line-height: 20px;
	width: 90%;
	border: 1px solid #ccc;	
	clear: both;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;	
	margin-top: 15px;
}

p{
	clear: both;
}

article p,
.author p{
	clear: none;
}

#wrapper #content article p,
#wrapper #page-content article p{
	margin-bottom: 15px;
}
#wrapper #content article div p,
#wrapper #page-content article div p{
	margin-bottom: 0px;
}




#wrapper article p img{
	padding: 2px;
	border: 1px solid #444444;
	float: none;
}


.align_left{
	float: left;
	margin-right: 10px;
}

.align_right{
	float: right;
	margin-left: 10px;
}

.aligncenter{
	margin: 0px auto;
	text-align: center;
	float: none;
	margin-bottom: 15px;
}
.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}


.alignnone{
	margin-bottom: 15px;
}	


img.aligncenter,
.aligncenter img,
.alignleft img,
.alignright img,
.alignnone img{
	clear: both;
	display: block;
	margin: 0px auto;
	padding: 2px;
	border: 1px solid #444444;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#wrapper article img.alignleft{
	float: left;
	margin-right: 10px;
}
#wrapper article img.alignright{
	float: right;
	margin-left: 10px;
}


#wrapper img.wp-smiley{
	border: 0px;
	padding: 0px;
}

img.size-full{
	max-width: 100%;
}


.image,
.avatar,
.video_player{
	padding: 2px;
	border: 1px solid #444444;
	float: left;
	margin-right: 15px;
	margin-top: 5px;	
	max-width: 100%;
	line-height: 0px;
}


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

.vspace2{
	width: 100%;
	height: 60px;
	clear: left;
}

.justify{
	text-align: justify;
}

.center{
	margin: 0px auto;
	float: none;
	clear: none;
	text-align: center;
}

h3.grey{
	color: #969696;
	margin-top: -20px;
}

.hidden{
	display: none;
}




/* DEFAULT FORM ELEMENTS */

textarea,
input[type="text"],
input[type="password"]{
	width: 50%;
	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: 21px;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
}

textarea{
	height: 100px;
}

textarea.small{
	width: 150px;
	height: 60px;
}

textarea.large{
	width: 70%;
	height: 200px;
}


form ul {
	width: 100%;
}


form ul li {
	list-style-type: none;
	clear: left;
	margin-bottom: 15px;
	width: 100%;
}

form label{
	width: 20%;
	float: left;
	margin-right: 4%;
	font-weight: bold;
}


input[type="checkbox"]{
	width: 10px;
	height: 10px;
	border: 1px solid #c2c2c5;	
	background-color: #fff;	
}

input[type="radio"]{
	width: 10px;
	height: 10px;
	border: 1px solid #c2c2c5;	
	background-color: #fff;		
	
}

input[type="submit"]{
	width: auto;	
}

input{
	width: 60%;
}

input.short {
	width: 20%;
}

input.long{
	width: 70%;
}



select {
	min-width: 150px;		
	border: 1px solid #c2c2c5;	
	background-color: #fff;	
	padding: 4px;
	cursor: pointer;
}


.posts-small li input[name="post_password"],
.single-post input[name="post_password"]{
	width: 25%;
	margin-left: 10px;
}

.posts-small li  input[type="submit"],
input[type="submit"]{
	background-image: none;	
	line-height: 32px;	
	border: 0px;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;		
	background-color: #969696;
	text-transform: uppercase;
	height: 32px;
}

.posts-small li  input[type="submit"]:hover,
input[type="submit"]:hover{
	background-color: #444;
}




/* HTML5 TAGS */
header,
section,
footer,
aside,
nav,
article,
figure {
	display: block;
}

article{
	float: left;
	width: 100%;
}



/* TABLE */

table {		
	clear: left;	
	width: 100%;	
	border-bottom: 1px solid #dedede;	
	margin-bottom: 30px;
	font-size: 12px;
}

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

table tr {		
	border-bottom: 1px solid #dedede;	
}

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

table td:first-child,
table th:first-child {	
	padding-left: 10px;
	text-align: left;
}




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


#background{
	width: 100%;
	float: left;	
	height: 918px;
	position: absolute;
	background-image: none !important;	
	top: 0px;
	z-index: 1;
	padding-top: 0px;
}

#wrapper{	
	width: 880px;	
	float: left;			
	text-align: left;
	background-image: none !important;	
	position: relative;
	z-index: 2;	
	padding-left: 50px;
	padding-right: 50px;	
	clear: both;
}


#wrapper-top{
	position: relative;
	width: 100%;
	height: 74px;
	background-image: none !important;	
	clear: both;
}


#wrapper-bottom{
	position: relative;
	width: 100%;
	height: 181px;
	background-image: none !important;	
	float: left;
	clear: both;
	z-index: 1000;
	margin-top: -100px;
	
}


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


.error404 .search{	
	clear: both;
	width: 300px;
	margin-top: 40px;
}
.error404 .search .input-text{
	width: 250px;
}

#page-content{
	width: 880px;
	float: left;
	min-height: 550px;	
}



#content{
	width: 577px;
	float: left;
	margin-right: 40px;
	min-height: 700px;
	
}
#content.right{
	margin-right: 0px;
	margin-left: 40px;
}


#sidebar{
	float: left;
	width: 263px;
}


#logo{
	width: 400px;
	height: 100px;	
	float: left;	
}



.separator{
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	float: left;
	margin-bottom: 30px;
}

.separator2{
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	float: left;
	margin-bottom: 15px;
}


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


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


.clear{
	clear: both;		
}

.responsive{
	display: none;
}






/* MENU */

#responsive-menu{
	display:none;
}

header nav .menu{
	position: relative;		
	height: 38px;
	float: right;
	text-align: left;
	list-style-type: none;	
	margin-top: 20px;	
}

header nav .menu li {
	float: left;
	position: relative;	
	text-align: center;
}

header nav .menu li img {
	vertical-align: middle;
	margin-left: 3px;
}

header nav .menu li a {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 38px;	
	color: #969696;
	white-space:nowrap;	
	font-size: 13px;
}

header nav .menu li a:hover {
	color: #444;
}

header nav .menu li ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0px;
	z-index: 99;
	background-color: #fff;
	opacity: 0.9;
}


header nav .menu li:hover ul {
	display: block;		
}

header nav .menu li:hover ul li:hover {	
	height: 36px;	
}

header nav .menu li:hover ul li {
	border: 0px;
	border-bottom: 1px solid #e2e2e2;
	width: 100%;
	text-align: left;
}

header nav .menu li ul li a,
header nav .menu li.current-menu-item ul li a{
	font-size: 12px;
	color: #969696;
	line-height: 36px;
	opacity: 1;
}

header nav .menu li.current-menu-item a,
header nav .menu li.current-menu-item ul li a{
	color: #444;
}


/* 3RD LEVEL */
	
header nav .menu li:hover ul li ul{
	display: none;
}

header nav .menu li:hover ul li:hover ul{
	display: block;
	position: absolute;
	left: 100%;
	top: -2px;	
	border-top: 1px solid #e2e2e2;		
}




/* COLUMNS */

.column-one_fourth{
	width: 197px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

.colum-three_fourth{
	width: 591px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

.column-one_third{
	width: 253px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;	
}

.column-two_third{
	width: 506px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;	
}


.column-one_half{
	width: 425px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

.last,
.portfolio .last,
.gallery .last,
#content .column-one_fourth.last,
#content .column-three_fourth.last,
#content .column-one_third.last,
#content .column-two_third.last,
#content .column-one_half.last{
	margin-right: 0px;	
}

#content .column-one_fourth{
	width: 121px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

#content .column-three_fourth{
	width: 423px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}


#content .column-one_third{
	width: 172px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

#content .column-two_third{
	width: 374px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

#content .column-one_half{
	width: 273px;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}

#footer .column-one_fourth,
#footer .column-one_third{
	margin-bottom: 0px;
}




/* NUMBERED CIRCLES */

span.circle{
	background-color: #444;
	-moz-border-radius: 36px;
    -webkit-border-radius: 36px;
	-khtml-border-radius: 36px;
	border-radius: 36px 36px 36px 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;		
}





/* FOOTER */

footer#footer{
	width: 980px;	
	float: left;	
	text-align: left;
	background-image: none !important;	
	position: relative;
	z-index: 2;	
	clear: both;					
}

#footer-gradient{	
	width: 938px;			
	border-top: 1px solid #d9d9d9;	
	background-image: none !important;	
	margin-left: 21px;
}


#footer-wrapper{	
	width: 908px;		
	margin: 0px auto;	
	background-image: none !important;	
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 50px;
}

#footer h1{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;	
}






/* WIDGETS */

ul.xoxo,
.widget-container{
	width: 100%;
}

.widget-container{
	float: left;
	margin-bottom: 30px;
}


h3.widget-title{
	font-size: 18px;	
	margin-bottom: 30px;	
}

#sidebar h3.widget-title{
	font-size: 16px;
}



.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;
	margin-top: -8px;
}

.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 #444;
	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%;		
	clear: none;
}

#sidebar .widget_post_list p{
	width: 160px;
}

.widget_post_list p span,
.widget_post_list span{
	color: #969696;
}

.ub_widget_rp_excerpt{
	color: #444;
}




/* WIDGET - TWITTER FEED */

#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: 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 !important;
	padding-left: 12px;
	padding-right: 12px;
	list-style-type: none;
}

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







/* FOOTER LINE */

#footer-line{
	width: 900px;
	margin: 0px auto;
	color: #8c8c8c;
	font-size: 11px;			
	position: relative;
	line-height: 20px;	
	z-index: 998;		
}

#footer-line #left{
	width: 50%;
	float: left;
	text-align: left;			
	margin-bottom: 40px;
}

#footer-line #right{
	width: auto;
	float: right;
	text-align: right;		
	margin-bottom: 40px;
}

#footer-line a{
	font-size: 11px;	
}

#footer-line #left p{
	float: left;
	clear: none;
}

#footer-line #right p{
	float: left;
	text-align: right;	
	clear: none;
}

.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%;
	background-position: top right;
	background-repeat: no-repeat;	
	background-color: transparent;
	margin: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #cccccc;
}

#wrapper .page_heading header{
	float: left;	
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	
}

.page_heading h1{
	font-size: 15px;
	line-height: 32px;
	margin: 0px;
	width: auto;
	float: left;
	max-width: 70%;
}

.page_heading h2.info{
	font-size: 12px;
	text-align: right;
	float: right;
	line-height: 32px;
	margin: 0px;
	width: 30%;
}


.page-template-page-portfolio-php .page_heading h1{
	width: 50%;
}

.page-template-page-portfolio-php .page_heading h2.info{
	width: 50%;
}



/* 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 .image{
	margin-top: 0px;
}

.posts-small li{
	float: left;
	width: 100%;
	margin-bottom: 30px;	
	list-style-type: none;
	line-height: 20px !important;
}

.posts-small article a img{
	padding: 2px;
	border: 1px solid #444444;
	float: left;
	margin-right: 15px;	
	max-width: 100%;
	line-height: 0px;
}

#wrapper .posts-small header,
#wrapper .posts-small .full2 header  {
	float: left;
	width: 440px;
	margin-bottom: 0px;
}

#wrapper .posts-small .full header {
	width: 100%;
}


#wrapper .posts-small li.full header {
	float: left;
	margin-bottom: 10px;
}


.posts-small h1{
	font-size: 15px;
	font-weight: normal;
	width: 100%;	
	margin-bottom: 0px;
}


.posts-small p{
	float: left;
	width: 440px;
	clear: none;
}



.posts-small p.info{
	font-size: 12px;
	color: #8c8c8c;
	width: auto;
	margin-bottom: 5px;
}

.posts-small p.info-responsive{
	display: none;
}

p.full_width,
.posts-small p.full{
	width: 100%;
}

.posts-small .full header,
.posts-small .full p{
	width: 100%;
	clear: none;
	float: none;
}

.posts-small .full2 p{
	width: auto !important;
	clear: none;
	float: none;
}


.posts-small .full p.info{
	width: auto;
}


.posts-small .hr{
	width: 100%;
	float: left;
	clear: left;
	height: 1px;
	background-image: url('images/hr2.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 30px;
}

.posts-small article p a{
	font-weight: bold;
}

.posts-small article p img{
	max-width: 100%;
}

.posts-small article  .size-full,
.posts-small article  div{
	max-width: 560px;
}




/* AUTHOR */

section.author{	
	border: 1px solid #dedede;
	float: left;
	width: 100%;
	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{
	margin-right: 20px;
}





/* COMMENTS */

.comments h3{
}

.comments ul li{
	list-style-type: none;
	line-height: 20px !important;
}

#wrapper section.comments header,
#wrapper section.comments h3{
	margin-bottom: 0px;
}

h3#reply-title{
	line-height: 30px;
}

.comments #comments-list{
	clear: left;	
	float: left;
	margin-top: 30px;	
}

.comments #comments-list li{
	float: left;
	clear: left;
	margin-bottom: 30px;
}


.comments .comments-avatar{	
	float: left;
	margin-right: 20px;	
	width: 60px;
}

.comments .comments-text{	
	float: left;	
	width: 490px;
}

.comments .comments-text p.info{
	color: #8c8c8c;
}

.comments #comments-list li ul.children,
#comments-list li ul li ul.children{	
	margin-top: 30px;
	margin-left: 30px;	
	float: left;
	clear: left;
	margin-bottom: -30px;
}

.comments #comments-list li ul.children .comments-text{
	width: 440px;
}

.comments #comments-list li ul li ul.children .comments-text{
	width: 390px;
}

.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;	
	width: 100%;
	margin-bottom: 60px;
	margin-top: 30px;
}

.comments #commentform .heading_line{
	margin-bottom: 30px;
}

.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;
	margin-bottom: 15px;
}

.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-repeat: no-repeat;
	background-position: -70px -20px;		
	background-color: #969696;
}

.comments #commentform input#submit_btn:hover{	
	background-color: #444;
	background-image: none;
}

.comments .comments-text .info span{
	color: #444;
	font-weight: bold;
}

.comments-navigation{
	width: 100%;
	clear: both;
}
.comments-navigation .nav-previous,
.comments-navigation .nav-next{
	width: 280px;
	float: left;
}
.comments-navigation .nav-next{
	text-align: right;
}




/* 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;	
	width: 100%;
	clear:  both;
	color: #969696;	
}

.page-link span{
	font-weight: bold;
	margin-right: 10px;	
	color: #444;	
}

.page-link a{		
	padding-left: 6px;
	padding-right: 6px;	
	margin-left: 3px;
	margin-right: 3px;
	color: #444;
	background-color: #eee;
}



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





/* SIDEBAR */

#sidebar h1{
	font-weight: normal;
	font-size: 15px;	
}

#sidebar section{
	margin-bottom: 40px;
	float: left;
	width: 100%;
}


/* SEARCH FORM */

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

#sidebar .search .input-text{
	width: 75%;
}



/* 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: 880px;
	float: left;	
	margin-bottom: 30px;
	list-style-type: none;
}

.portfolio li{
	width: 197px;
	float: left;
	margin-right: 30px;	
	margin-bottom: 30px;		
}

.portfolio li:nth-child(4n){
	margin-right: 0px;
}

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

#wrapper .portfolio li .image{
	margin: 0px;
}



.portfolio li h3{
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	font-size: 15px;
}




/* IMAGE HOVERS */

.posts-small article a img:hover,
.recent_posts a img:hover,
.showcase a img:hover,
.portfolio a 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;	
}







/* SHORTCODES - POST */

section.sc_post h4{
	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;
}





/* DEFAULT PAGINATION */

#page_control {
	width: 100%;
	float: left;
	clear: left;
	margin-bottom: 70px;
	z-index: 1001;
	position: relative;
}
#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: 30px;	
	text-align: center;
	clear: none;
}


#wrapper dl dt.gallery-icon{
	width: auto;
	border: 0px;
	padding: 0px;	
	text-align: center;
	float: none;
	margin: 0px auto;	
}


#wrapper img.attachment-thumbnail {
	padding: 2px;
	border: 1px solid #444;	
	max-width: 85%;	
	height: auto !important;
	margin-right: 5px;
}







/* DEFAULT WP STYLES */

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;	
}
#wrapper .wp-caption .wp-caption-text,
#wrapper .gallery-caption {
	color: #969696;
	font-size: 12px;
	font-style: italic;
	clear: both;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;	
	max-width: 96%;
}

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

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




