/*
File:			custom.css
Description:	Custom styles for WideZine

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/
.main_img{
	text-align: center;
}
.main_img img{
/*
	width: 100%;
	height: 100%;
*/
}
.posts h3,
.entry h3{
padding:20px 0 10px 0;
margin-bottom:10px;
color:#000;
background:url('assets/border.png') left bottom repeat-x;
}
.posts,.entry{
font-size:15px;
line-height: 25px;
}
.posts a,
.entry a{
text-decoration: underline;
/* color:d26630; */
}

.social_button_area{
height: 100%;
width:100%;
overflow: auto;
clear: left;
}
.social_button{
float:left;margin-left:5px;
}
.shadow{
-webkit-box-shadow: 5px 5px 5px #dcdcdc;
-moz-box-shadow: 5px 5px 5px #dcdcdc;
box-shadow: 5px 5px 5px #dcdcdc;
}