/*
Theme Name: CocoaDevBlog
Theme URI: http://cocoadevhouse.org/blog
Description: CocoaDevHouse Blog
Author: Jake Dahn
Author URI: http://hyperboledesign.com			
*/


body {
	background-color: #333333;
	font: 62.5% "Georgia", Helvetica, sans-serif;
}

h1{
	font-family: "Georgia", Helvetica, sans-serif;
	font-size: 3.2em;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 0;
}

h2{
	font-family: "Georgia", Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 5px;
}

blockquote {
	border-left: 1px solid #e1e1e1;
	width: 400px;
	font-size: 1em;
	padding-left: 5px;
	margin-left: 20px;
	color: #505050;
}

a:link {
	color: #565656;
	font-family: "Georgia", Helvetica, sans-serif;
	text-decoration: underline;
}

a:active {
	color: #7A3716;
	font-family: "Georgia", Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #444444;
	font-family: "Georgia", Helvetica, sans-serif;
	text-decoration: underline;
}
	
a:hover {
	color: #000000;
	font-family: "Georgia", Helvetica, sans-serif;
	text-decoration: none;
}

#wrapper {
	background-color: #F0F0F0;
	width: 700px;
	min-height: 930px;
	margin: 0 auto;
}


/*----------------------------------
		=Header
----------------------------------*/

#header {
	background-color: #333333;
	width: 700px;
	height: 215px;
	margin: 0 auto;	
}

/*----------------------------------
		=Content
----------------------------------*/

p {
	font-size: 1.2em;
}

#content {
	background-color: #ffffff;
	font-size: 1.1em;
	width: 480px;
	min-height: 920px;
	border-right: 1px solid #e1e1e1;
	float: left;
	padding: 10px;
}


 .metainfo {
	margin-top: -5px;
	margin-left: 25px;
}
.post-content { 
	padding: 10px;
}

.published {
	display: block;
	text-align: center;
	float: left;
	font-family: Arial, Helvetica, sans-serif; 
	border-bottom: none;
	background-image: url(images/clip.png);
	margin-top: 10px;

}
.pub-month {
	display: block; 
	font-size: 1.8em;
	padding-top: 5px;
	margin-bottom: -3px
}
.pub-date { 
	display: block; 
	font-size: 2.3em;
	margin: 0 auto; 
	padding-left: 8px; 
	padding-right: 8px; 
}


/*----------------------------------
		=Sidebar
----------------------------------*/

#sidebar {
	background-color: #f0f0f0;
	width: 179px;
	min-height: 500px;
	padding: 10px;
	float: right;
}

#sidebar li {
	font-size: 1.2em;
	list-style: none;
	border-bottom:1px solid #e1e1e1;
}

#sidebar ul{
	list-style-type:none;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
#sidebar ul li{
	padding: 2px;
}

.sidelogo {
	margin-left: -10px;
	margin-top: 100px;
}

.sideTitle {
	margin-top: 15px ;
}

/*----------------------------------
		=Footer
----------------------------------*/

#footer {
	background-image: url(images/footer.png);
	color: #ffffff;
	width: 700px;
	height: 27px;
	padding-top: 1px;
	clear: both;
}

#footer a:link {
	color: #f9f9f9;
}

#footer a:active {
	color: #f9f9f9;
	font-family: "Georgia", Helvetica, sans-serif;
	text-decoration: none;
}

#footer a:visited {
	color: #f9f9f9;
	font-family: "Georgia", Helvetica, sans-serif;
	text-decoration: underline;
}
	
#footer a:hover {
	color: #cccccc;
	font-family: "Georgia", Helvetica, sans-serif;
	text-decoration: none;
}

/*------------Comments-------------*/
#comments h3 {
	margin-bottom: -5px;
	margin-top: 25px;
}

#commentForm input {
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentForm textarea {
	width: 98%;
	padding: 2px;
}

.commentMetadata {
	font-size: .8em;
}

.commentList li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -35px;
	width: 450px;
	padding: 5px;
	list-style: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

li.grayBox {
	background-color: #f1f1f1;
}