/*  
Theme Name: zacharywyatt-03
Theme URI: http://zacharywyatt.org
Description: Very simple layout
Version:0.3
Author:Zachary Wyatt
Author URI:http://www.zacharywyatt.org
*/

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

body {
	background: #fff;
	font-family: Times New Roman, serif;
	font-size: 14px;
	border-top: 10px solid #000;
}

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

body a:hover {
	color: #f00;
}

a img {
	border: none;
}

img {
	padding: 5px;
}

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

li {
	padding-bottom: 5px;
}

/* End Basics */


/* Start Main Layout */

#container {
	margin: 0px auto;
	width: 770px;
	border-right: 5px solid #000;
}

/* End Main Layout */


/* Start Header */
#header {
	padding-bottom: 3px;	
	border-bottom: 2px solid #000;
}

#title {
	font-size: 25px;
	}
	
#title a:link, #title a:visited, #title a:active, #title a:hover {
	color: #000;
	text-decoration: none;
	}

#subtitle {
	color:#888;
	font-style: italic;
	font-size: 18px;
	padding-left: 10px;
}
/* End Header */


/* Start Menu */
#menu {
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#menu ul {
	list-style: none;
	padding-left: 20px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	vertical-align: middle;
	padding: 2px 50px 2px 4px;
	background: #fff;
	color: #888;
	text-decoration: underline;
	text-transform: uppercase;
	border-left: 1px solid #000;
}

#menu ul li a:hover {
	background: #000;
	color: #fff;
}
/* End Menu */


/* Start Sidebar */
#sidebar {
	float: right;
	width: 200px;
	border-left: 1px solid #000;
	padding-top: 5px;
}

#sidebar ul {
	margin-left: 5px; 
	margin-right: 5px;
}

#sidebar ul li{
	list-style: none;
	font-size: 12px;
	padding-bottom: 10px;
}

#sidebar ul li p {
	margin-top: 7px;
	margin-bottom: 7px;
}

#sidebar ul li h2 {
	font-size: 13px;
	text-transform: uppercase;
}


#sidebar ul li ul li{
	font-size: 10px;	
	padding:5px 2px
}

/* End Sidebar */


/* Start Content */
#content {
	clear: both;
	width: 100%;
}

#contentwithsidebar {
	float: left;
	width: 550px;
}

.post {
	border-bottom: 1px solid #000;
	padding: 10px 0px 10px 0px;
}

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

.posttitle a {
	text-decoration: underline;
}

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

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

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

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

.entry ol {
	list-style-type: decimal;
	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;
	color: #888;
	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;
	color: #888;
}

/* 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;
	color: #888;
	text-transform: uppercase;
}


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

/* 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;	
	padding-top: 30px;
	font-size: 13px;
	text-align: center;
	color: #888;
	}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #f00;
}
/* End Footer */
