/*
Theme Name: A Visual Media Blog Theme
Theme URI: http://visual--media.com/blog
Description: Visual Media Theme Blog
Author: Marcus Daniel & Evandro Pastor
URI: http://quartoestudio.com
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}


body{
	background:#bfbfbf;
	font-family: Arial, sans-serif;
	font-size:12px !important;
}


#container{
	width:1062px;
	margin:auto;
	margin-bottom:60px;
	margin-top:10px;
}

#bg_top{
	background: url(images/blog_bg_top.png) no-repeat;
	height:111px;
}

#bg_center{
	background: url(images/blog_bg_center_repeat.png) repeat-y;
	overflow:auto;

}

#bg_bottom{
	background: url(images/blog_bg_bottom.png) no-repeat;
	height:17px;
}


h1{
	float:left;
}

h1 a{
	margin-top:18px;
	display:block;
	background: url(images/blog_signature_logo.png) no-repeat;
	width:181px;
	height:52px;
	text-indent:-50000px;
	overflow:hidden;
	margin-left:51px;

}



/*main navigation*/

ul#main_navigation{
	float:right;
	margin-top:5px;
	margin-right:23px;
}

ul#main_navigation  li{
	display:inline;
	margin-left:31px;
	float:left;

}

ul#main_navigation li a{
text-indent:-5000px;
overflow:hidden;
display:block;
width:57px;
height:57px;
}

a#home_link,
a#about_link,
a#banner_link,
a#client_link,
a#zazzle_link,
a#shop_link,
a#contact_link,
a#blog_link{
background: url(images/menu_top_full.png) no-repeat;
}

a#home_link{background-position: 0px -56px }
a#home_link:hover{background-position: 0 0 }

a#about_link{background-position: -57px -56px }
a#about_link:hover{background-position: -57px 0 }

a#banner_link{background-position: -115px -56px }
a#banner_link:hover{background-position:-115px 0 }

a#client_link{background-position: -174px -56px }
a#client_link:hover{background-position:-174px 0 }

a#contact_link{background-position: -224px -56px }
a#contact_link:hover{background-position:-224px 0 }

a#blog_link{background-position: -291px -56px }
a#blog_link:hover{background-position:-291px 0 }

a#zazzle_link{background-position:-398px -56px}
a#zazzle_link:hover{background-position:-398px 0}

a#shop_link{background-position:-344px -56px}
a#shop_link:hover{background-position:-344px 0}



#sidebar,
#content{
	margin-top:-3px;
}

#sidebar{
	float:left;
	width:224px;
	margin-left:55px;
	font-size:12px;
	color:#737373;
	padding-bottom:30px;
	
}

h2#sidebar_title a{
	display:block;
	width:63px;
	height:61px;
	background: url(images/blog_header_sidebar.png) no-repeat;
	text-indent:-500000px;
	overflow:hidden;
	position:relative;
	left:27px;
	top:-10px;
}

h2#sidebar_title a:hover{
	display:block;
	width:63px;
	height:61px;
	background: url(images/blog_header_sidebar_over.png) no-repeat;
	text-indent:-500000px;
	overflow:hidden;
	position:relative;
	left:27px;
	top:-10px;
}

#sidebar h3{
	color:#45688C;
}


ul#sidebar_itens{
	padding-top:74px;
	padding-left:27px;
	padding-bottom:130px;
	padding-right:18px;
	text-align:right;
}

#sidebar_top{
	background: url(images/blog_bg_sidebar_top.png) no-repeat;
	height:18px;
}

#sidebar_center{
	background: url(images/blog_bg_sidebar_center_repeat.png) repeat-y;
}

#sidebar_bottom{
	background: url(images/blog_bg_sidebar_bottom.png) no-repeat;
	height:19px;
}

li.menu_item{
	margin:0 0 25px 0;
}


#content{
	float:right;
	width:730px;
	margin-right:32px;
}


ul#post_list{
	padding-top:18px;
	padding-left:38px;
}

li.post{
	width:646px;
	padding-bottom:44px;
}

li.post h2 a{
	color: #0e3257;
	font-size: 25px;
	text-decoration:none;
}

li.post h2 a:hover{
	text-decoration:underline;
}

.storycontent p{
margin-bottom:15px;
}

li.post p,
div.storycontent ul li,
ol.commentlist{
	color:#45688c;
	font-size:14px;
	line-height:1.5em;
}

div.storycontent ul{
	margin:15px 0 15px 15px;
}

div.storycontent ul li{
	list-style:disc;
	padding-left:10px;
}

li.post p.post_info{
	color:#b7b7b7;
	font-size:12px;
	margin-bottom:10px;
}

li.post p.post_info span.comments{
	background: url(images/icon_comments.jpg) no-repeat;
	padding:0 0 0 18px;
}



#paper_top{
	background: url(images/blog_bg_paper_top.png) no-repeat;
	height:18px;
}

#paper_center{
	background: url(images/blog_bg_paper_center_repeat.png) repeat-y;
}

#paper_bottom{
	background: url(images/blog_bg_paper_bottom.png) no-repeat;
	height:19px;
}

#credits{
	clear:both;
	padding-bottom:39px;
	margin-left:10px;
	color:#c6d6e6;
	font-family:Helvetica,Arial,sans-serif;
	font-size:9px;
}


a{
	color:#0E3257;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*align images*/

img.alignright{
	float:right;
	margin: 8px 0 15px 15px;
}

img.alignleft{
	float:left;
	margin: 8px 15px 15px 0px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*widgets*/

li.widget{
	margin-bottom:25px;
}

li.widget h3{
	line-height:2.5em;
}

li.widget ul li{
	margin-bottom:.8em;
}

/* annoter ajustments */

img{
	margin:8px 15px;
}


/* comments */

h3#comments{
	color:rgb(69, 104, 140);
	width:646px;
}

ol.commentlist{
	width:646px;
	padding-bottom:25px;
}

li.comment{
	margin-top:15px;
	margin-bottom: 15px;
	font-size:12px;
	color:#737373;
	line-height:1.3em;
	padding:0 80px 0 80px;
}


label.screen-reader-text {
	display:none;
}



/* leave a reply */
#respond{
	color:#737373;
	padding-bottom:30px;
}

#respond h3{
	font-size:14px;
}

#respond p{
	font-size:12px;
}

/* newer and older posts*/

p.oldernewer {
	text-align:center;
	font-size:12px;
	padding-bottom:10px;
	color:#B7B7B7;
}

p.oldernewer a{
	color:#B7B7B7;
}

p.oldernewer a:hover{
	text-decoration:underline;
}

/*wordpress styles*/

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

.wp-caption p.wp-caption-text{
color:#737373;
font-size:12px;
text-align:left;
margin-left:15px;
margin-top:-10px;
line-height:16px;
padding-bottom:15px;
}

