/*
Theme Name: grid2
Theme URI: http://www.sashapotapov.ru
Version: 1.0
Author: <a href="http://www.sashapotapov.ru">(c) 2009 Sasha Potapov</a>
*/

body {			background-color:#bed0c5;
				color:#56543d;
				font-family: lucida grande, tahoma;
				font-size:11px;
				line-height: 14px;
				padding:20px;
				margin:0px;	
				}


a,a:visited,a:hover,a:active {	
color:#ffffff; 
font-size: 10px;
outline: none;
background-color: #bed0c5;
text-transform: none;
text-decoration: none;
}

a > img { 
	border-bottom-color: #ffec1e;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;

}

a:visited > img { 
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;

}

a:hover > img { 
	border-bottom-color: #fb5958;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;

}

p {
margin: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 8px;
}

.nextpost { 	background-color:#ffffff;
				-moz-border-radius:4px;
  				-khtml-border-radius: 4px;
				-webkit-border-radius:4px;
				position:absolute;	
				border: 0;
				float: left;
				margin-right: 10px;
				margin-bottom: 10px;
				width: 200px;

}			

.nextpost > div { padding:10px; }
	
#allposts { margin-bottom:60px; }

.clearall { clear: both; }