/*  
Theme Name: Greenday (Adsense-Ready)
Theme URI: http://www.adityanaik.com/blog/greenday-theme/
Description: A simple olive green theme without any images inspired by <a href="http://www.bbpress.org">bbpress</a> website. The theme is Adsense-ready. Just enable Adsense in the Greenday Options
Version: 1.2
Author: Aditya Naik
Author URI: http://www.adityanaik.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Version History
1.0 : First Release
1.1 : Widget Ready release
1.2 : Google Adsense fix - Publisher ID Display
*/

.post {
padding-left:70px;
}

.post ul, 
.post ol, 
.post ul li, 
.post ol li {
margin-left:15px;
padding-left:15px;
}

h3 {
	float: left;
	width: 50px;
	border: 1px solid #006400;
	margin:0px 10px 10px 0px;
	text-align:center;
}

h3 #date {
	font-size: 1.7em;
	color:#006400;
	margin:auto;
}

.post img {
        margin-left:10px;
}

h3 #mon {
	margin:-3px 0px 2px 0px;
}

h3 #year {
	font-size: 0.7em;
	color:#000;
	border-top: 2px solid #006400;
	margin:2px;
}


html, body {
	/*background: #ddd;*/
	font-family: Georgia;
	text-align: left;
	margin: 0px auto;
	padding: 15px;

}

body {
background:#f8f8f3 url(bbg.png) repeat-x;

}

a {
	color: #FF9900;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color: #FF9900;
	text-decoration:underline;
	font-weight:bold;

}

#rightads {
	width:120px;
	background: #fff;
float:right;
padding: 2em 0.5em; 
}

#container {
	margin: auto;
}

#main {
	/*float: left; */
	width: 670px;
	background: #fff;
	padding: 1.5em;
}

h1, h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:0px;
}

h1{

	font-family: Times, serif;
	/*float:left;*/
}

h1 a{
margin-top: -5px;
text-decoration:none;
color:#006400;
font-size: 42px;
}

h1 {
margin-top: -5px;
}
h1 a span {
color:#000;
}

h2 {

	font-size: 22px;

	font-weight: normal;

}

h2#tag {


    font-style: italic;


    font-size: 20px;

text-align:right;

}

#searchform div {
padding-top:2px;
vertical-align:bottom;
font-size:0.8em;
}

#searchform input {
font-size:0.8em;
}


.post small {
margin: 0px;
}

.post h2 {
	margin-bottom:5px;
}

.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }

#ancillary{
	margin:0 auto;
padding-top:20px;
}
#ancillary .block{
	float:left;
	width: 30%;
	margin:0 0 0 5%;
}
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 1em 0;
color:#006400;
}

ul, dl{ margin:1em 0; padding 0px;}
li, dd { margin-left:5%; padding 0px; }

.block ul{
	list-style-type:none;
	margin:1.5em 0 2em 0;
padding:0px;
	border-top:1px solid #3D3D3D;
}
.block ul li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0em;
	border-bottom:1px solid #3D3D3D;
}
.block ul.dates .date{

	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
}

.block ul a{
	color:#000;
	text-decoration:none;
}
.block ul a:hover{ 

}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}

#content a:visited{
	//font-weight: normal;
}


#menu {
	#border-top:4px solid #000;
    border-bottom: 5px solid #e9e9e9;
	font-variant: small-caps;
	height: 23px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	
}

#menu #last a {
	border-right: none;
	font-weight: bold;
}

#menu a {
	border-right: 1px solid #ccc;
	color: #000;
	float: left;
	padding: 1px 10px;
	text-decoration: none;
}

#menu a:hover, #menu #current {
	background: #e9e9e9;
	color: #333;
}

#menu li {
	display: inline;
	margin: 0;
	text-align: center;
	padding:0px;
}

#footer {
	text-align: center;
	font-size: 0.7em;
}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

