/*
Theme Name: Blank HTML A
Theme URI: http://www.WPThemerKit.com
Description: Blank HTML A
Version: 1.0
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */

/*general alignment*/
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/*the main div containers*/
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 95%;
	padding: 0px;
	color: #555555;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}
#wrapper {
	width: 750px;
	padding: 0px;
	border: 2px solid #8A9713;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	width: 750px;
	margin: 0px;
	background-color: #FFFFFF;
	display: block;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 150px;
}
#content {
	width: 730px;
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	background-color: #8A9713;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}



/*general classes*/
.description {
	text-align: right;
	font-size: 21px;
	width: 310px;
	margin-right: 20px;
	float: right;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.navigation {
	clear: both;
	margin-bottom: 15px;
	width: 730px;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}

/*style the header h1 - the main heading*/
#header p a:link, #header p a:visited {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 750px;
	display: block;
	padding: 0px;
}
#header p a:hover {
	text-decoration: underline;
}
#header p {
	margin: 0px;
	padding: 0px;
	text-indent: -70000px;
}

/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	white-space: nowrap;
	width: 750px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #8A9713;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu ul {
	margin: 0px;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 15px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
}
#menu li a:hover, #menu li a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/*style the headings*/
#content h1 {
	font-size: 1.8em;
	padding: 0;
	color: #8A9713;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.post h2 {
	font-size: 1.6em;
	color: #8A9713;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.post h3 {
	font-size: 1.6em;
	padding: 0;
	color: #8A9713;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.post h4 {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	color: #8A9713;
	font-weight: normal;
}

/*style the post date*/
.entry-date {
	width: 71px;
	display: inline;
	float: left;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 0px;
}
.entry-month {
	font-size: 16px;
	width: 71px;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	width: 71px;
	font-weight: normal;
	height: 30px;
	margin: 0px;
}

/*style content and footer links*/
#content a:link, #content a:visited {
	color: #8A9713;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
	color: #8A9713;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
}

/*underpost is under the post on single.php*/
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}

/*if you insert image and give it a class of the below.*/
img.aligncenter{
	display: block;
	padding: 6px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
img.alignright{
	padding: 6px;
	display: inline;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
}
img.alignleft{
	padding: 6px;
	display: inline;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0;
	border: 1px solid #CCCCCC;
}

/*oh you're so fancy with those blockquotes....*/
blockquote {
	width: 600px;
	background: url(images/blockquote1.png) no-repeat right bottom;
	padding: 0 10px 0 30px;
	text-indent: -30px;
	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
	line-height: 1.6em;
	font-style: italic;
}
blockquote p:first-letter {
	padding: 0 0 0 30px;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.5em;
	font-style: italic;
	background-color: #FFFFFF;
	background-image: url(images/blockquote2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/*time to fancy up the commenting form and stuff*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}

/*below styles admin authors comments on single.php*/
li.author {
	padding: 5px;
}
/*start to style comments, they're an ordered list, hence the ol..*/
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}

/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}
