/*  
Theme Name: muchlikeit-01
Theme URI: http://muchlikeit.org
Description: simple one-column / one entry layout
Version:0.1
Author:Zachary Wyatt
Author URI:http://www.zacharywyatt.org
*/

/* Start Basics */
*{
	margin: 0px;
	padding: 0px;
}

body {
	background: #000;
	color: #fff;
	font-family: "Lucida Sans", "Verdana", "Arial", sans-serif;
	font-size: 14px;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}

body a:hover {
	color: #ffc0cb;
}

a img {
	border: none;
}

img {
	padding: 5px;
}

blockquote {
	margin-left: 30px;
	margin-right: 30px;
}

ul { 
	list-style: disc-inside;
}

ol {
	list-style-type: decimal;
}

li {
	padding-bottom: 5px;
}

/* End Basics */


/* Start Main Layout */

#overarch {
	margin: 0px auto;
	width: 840px;
}

.container {
	margin: 0px auto;
	width: 800px;
}

/* End Main Layout */


/* Start Header */
#header {
	padding-bottom: 3px;	
	padding-top: 3px;	
	background: #000;
	color: #a67d3d;
	height: 23px;
}

#header .lefttitle {
	font-size: 14px;
	float: left;
}

#header .righttitle { 
	float: right;
	font-size: 10px;
	padding-top: 5px;	
}

#header .blogtitle {
	font-size: 20px;
	}

#header a:link, #header a:visited, #header a:active {
	color: #d3be2c;
	text-decoration: none;
	font-style: italic;
	}

#header a:hover {
	color: #ffc0cb;
}

/* End Header */


/* Start Menu */
#menu {
	clear: both;
	font-size: 12px;
	font-weight: bold;
	background: #7f582b;
	height: 23px;
}

#menuleft {
	float: left;
	padding-left: 4px;
}

#menuright {
	float: right;
}

#menu ul li {
	float: left;
	margin: 2px 0px 2px 0px;	
	padding: 2px 5px 2px 5px;
}

#menu ul li a {
	display: block;
	padding-left: 3px;	
	vertical-align: middle;
	text-decoration: underline;
	text-transform: uppercase;
	border-left: 2px solid #000;
}

/* End Menu */

/* Start Bottom */
#bottom {
	background: #7f582b;
	color: #291c0e;
	font-size: 12px;
}

#bottom .onethird {
	float:left;
	width: 250px;
	margin: 10px 3px 3px 10px;
	padding-bottom: 10px;
}

#bottom .thirdtitle {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #000;
}

#bottom .bottombar {
	clear: both;
	margin: 10px 3px 3px 10px;
	border-top: 1px solid #000;
}
	

/* End Bottom */


/* Start Content */
#content {
	clear: both;
	background: #a67d3d;
	color: #000;
}

.post {
	padding: 10px 0px 10px 0px;
}

.posttitle {
	font-size: 26px;
	font-weight: bold;
	color: #d3be2c;
}

.posttitle a {
	text-decoration: underline;
	color: #d3be2c;
}

.posttitle a:hover {
	color: #ffc0cb;
}

.postmetadata {
	font-size: 13px;
	font-style: italic;
	color: #000;
}

.postreadon a {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #d3be2c;
}

.entry {
	padding: 5px 10px 5px 0px;
	font-size: 14px;
}

.entry p {
	padding: 12px 0px 12px 0px; 
}

.entry ul {
	margin-left: 40px;
}

.entry ol {
	margin-left: 40px;
}

/* End Content */


/* Start Comments */

#comments p {
	padding: 12px 0px 12px 0px; 
}

#comments .commentstitle {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

#comments ol {
	list-style: none;
	margin-left: 20px;
}

#comments ol li {
	font-size: 15px;
	border-left: 1px solid #000;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 5px;
}

#comments .commentmetadata {
	font-size: 13px;
	font-style: italic;
}

/* End Comments */


/* Start Comment Form */

#commentsform {
	border-top: 1px solid #000;
	margin-top: 30px;
}

#commentsform .commentsformtitle {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}


#commentsform .commentmetadata {
	font-size: 13px;
	font-style: italic;
}

/* End Comment Form */

/* Start Archives */

.pagetitle {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

.archives h2 {	
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.archives ul {
	padding-left: 50px;
}

/* End Archives */


/* Start Footer */	
#footer {
	clear: both;
	background: #000;
	color: #a67d3d;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 13px;
	text-align: center;
	}

#footer a {
	color: #a67d3d;
}

/* End Footer */
