/*    
Theme Name: Year of Months 
Theme URI: http://www.yearofmonths.com/ 
Author: Nathan Clark
*/ 

body
{
	color: #333;
	font-size: 11px;
	padding: 0px 0 40px;
}

a
{
	color: #4c6764;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Helvetica, Arial, san-serif;
	font-weight: normal;
	text-align: center;
	font-size: 36px;

}

h2{
	font-family: Helvetica, Arial, san-serif;
	font-weight: normal;
	text-align: center;
	font-size: 26px;

}
h3{
	font-family: Helvetica, Arial, san-serif;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
}

p
{
	border: 0px solid #666;
	overflow: hidden;
	padding: 2px 0;
	text-align: center;
	font-size:12px;
}

.container_12
{
	background: #fff url(img/12_col.gif) repeat-y;
	margin-bottom: 20px;
}

.container_16
{
}

/*my junk*/

#prologue
{
	background: #4c6764;
	margin-bottom: 10px;
	padding: 10px 0 20px;
}
#prologue p, #prologue h2
{
	color: #fff;
	text-align:left;
	padding-bottom:0;
	padding-top:0;
	margin-bottom:0;
}
#prologue p{
	padding-bottom:10px;
}
#logo
{
	background:url(img/logo.jpg) no-repeat;
	height: 84px;
}

#logo p
{
}

h1
{
	text-align: left;
	background: #e7fbc7;
	padding: 0 10px;
	margin:0;
}

#currently .or {
	text-align: left;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	background:#fff;
	text-transform: uppercase;
	font-style: italic;
}
#content{
	padding-top:20px;
}
#content p{
	text-align:left;
	font-size: 12px;
}
#logo{
	margin-bottom:20px;
	margin-top:10px;
}
#content h2{
	text-align:left;
	margin: 0;
	padding-top:11px;
	padding-bottom:0;
	/*line-height: .5;*/
}
#content h3{
	text-align:left;
	margin:0;
	padding-top:0;
	padding-bottom:0;

}
#content h1{
	font-size:24px;
	text-align:center;
	padding:8px 0;
	line-height:.9;
}
h1 .month{
	text-decoration: underline;
}
#currently{
	margin-bottom:40px;
}
#currently p{
	text-align: left;
	padding: 0;
	margin: 0;
	padding-bottom:10px;
}

#content ul, #content li{
	font-size: 12px;
}

textarea#comment { width: 400px; padding: 5px; }  
  
.commentmetadata { font-size: 10px; }

.img {
	float: left;
	display: inline;
	padding-right:10px;
}