/*  
Theme Name: Custom
Theme URI: http://www.steve-hansen.com
Description: This is my first custom theme.
Version: 1.0
Author: Steve Hansen
Author URI: http://www.steve-hansen.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	background: url('images/background.gif');
}

h1 {
	font-family: Georgia, sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

p {
	padding: 10px 0 0 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 764px;
	height: 100%;
	text-align: left;
}

#header {
	float: left;
	width: 752px;
	background: #eeeeee;
	margin: 5px 0 5px 0;
	padding: 10px 5px 10px 5px;
	border: 1px solid blue;
	text-align: center;
	font-family: Georgia, sans-serif;
	font-size: 1.5em;
	font-variant: small-caps;
}

#header h1 {
	font-size: 2em;
	font-weight: bold;
}

#header h1 a {
	font-style: smallcaps;
	text-decoration: none;
}

#header img {
	border: 0;
}

#content {
	float: left;
	width: 495px; /* 500px */
	background: #eeeeee;
	padding: 0 4px 0 5px; /* 0 5px 0 5px */
	border: 1px solid blue;
}

.post {
	padding: 10px 0 10px 0;
}

.post h2 {
	font-family: Georgia, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	padding: 12px 0 0 0;
}

.entry {
	line-height: 18px;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar {
	float: left;
	width: 245px;
	background: #eeeeee;
	margin: 0 0 5px 5px;
	border: 1px solid blue;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
}

.sidebar ul li h2 {
	font-family: Georgia, sans-serif;
	font-size: 14px;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}

.addtoany_subscribe {
	margin: 0 auto 0 auto;
	text-align: center;
}

table#wp-calendar {
	width: 100%;
}

table#wp-calendar td {
	text-align: center;
}

.widget_tag_cloud h2 {
	display: none;
}

.widget_tag_cloud div {
	text-align: center;
}

.widget_tag_cloud a {
	text-decoration: none;
	font: Georgia, sans-serif;
	margin: 0;
	padding: 0;
}

.widget_tag_cloud a:hover {
	color: #ee0000;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer {
	clear: both;
	float: left;
	width: 762px;
	padding: 10px 0 0 0;
	background: #eeeeee;
	text-align: center;
	border: 1px solid blue;
}

#footer p {
	line-height: 18px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.post img {border: none;}

blockquote {
   margin: 15px;
   padding: 15px;
   border: 1px solid #cfcfcf;
   background-color: #e0e0e0;
}
