/*  
Theme Name: RSS Machine
Theme URI: http://wordpress.org/
Description: Get More Free Wordpress Themes By Visiting <a href="http://www.wordpress.pro">Wordpress Themes</a>
Version: 0.1
Author: Gary R. Hess
Author URI: http://chickencamels.poemofquotes.com/
*/

body {
	font: 62.5%/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #ddd;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	}

/* Start Basic Structure */
#wrapper {
 display: block;
 border-left: 1px solid #999;
 border-right: 1px solid #999;
 background: #fff;
}
#wrapwrap {
 margin: 0 10px;
 border-left: 3px solid #ccc;
 border-right: 3px solid #ccc;
}
#tnav {
 float: left;
 width: 100%;
 border-bottom: 2px solid #000;
 background: #fff url(images/tdesc.png);
}
#header {
 float: left;
	background: #000 url(images/lhead.png);
	width: 100%;
}
#lheader {
 float: left;
	height: 134px;
	margin: 0;
	padding: 0;
	width: 600px;
	 background: url(images/tpage.png) top right no-repeat;
}
#rheader {
 float: right;
 margin-right: 0;
 padding-right: 0;
 width: 250px;
}
#content {
 float: left;
 width: 100%;
 font-size: 1.2em;
 border-top: 1px solid #000;
 background: #fff url(images/lside.png) repeat-y;
}
#sidebar {
	float: right;
	padding: 0;
	width: 250px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style: none;
	background: #efefef url(images/sidebar-bg.png);
	border-left: 1px solid #ccc;
	color: #333;
	display: block;
	height: 100%;
}
#footer {
	padding: 0;
	margin: auto;
	width: 100%;
	clear: both;
	border-top: #ccc 1px solid;
	color: #666;
	background: url(images/foot.png) bottom left;
}

/* TOp nav styles */
#tnav ul li{
 float: right;
 list-style: none;
 color: #fff;
 margin-left: 2px;
}
#tnav a {
 color: #fff;
 font-size: 1.2em;
 padding: 8px;
 display: block;
 background: transparent url(images/tnav-bg.png);
 text-decoration: none;
}
#tnav a:hover {
 background: transparent url(images/tnav-hover.png);
}

/* Main styles */
ol li {
	list-style: decimal outside;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
em {
}
ul {
	margin: 0;
	padding-left: 5px;
}
h1, h2, h3 {
font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
h1, h2 {
	font-size: 1.6em;
  margin: 0 0 5px;
	text-align: left;
	}
h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 10px;
}
h1 a, h2 a, h3 a {
 color: #333;
}
a, h2 a:hover, h3 a:hover {
	color: #C30038;
	text-decoration: none;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
p img {
	padding: 0;
	max-width: 100%;
}
select {
	width: 130px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
hr {
 height: 1px;
 border: 0;
	border-bottom: 1px #ccc dashed;
}

/* Basic structure tags */
p.meta {
 color: #aaa;
 font-size: 0.9em;
}
#footer a {
 color: #0030CE;
}
#footer .clear {
 clear: both;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
#sidebar .block {
 float: left;
 margin: 10px;
}
#sidebar h2 {
  text-align: center;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	display: block;
	font-size: 1.2em;
	margin: 0 0 5px;
	padding: 3px;
	text-decoration: none;
	list-style: none;
	color: #fff;
	background: #333;
	font-weight: normal;
}
.narrowcolumn .entry {
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	}
.entry p a:visited {
	color: #b85b5a;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	list-style: none;
}
#sidebar a {
 color: #c00;
 text-decoration: underline;
 font-size: 0.9em;
}
#sidebar a:hover {
 text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
	}
#lheader h1, #lheader h2 {
 font-size: 2.5em;
 margin: 20px 45px 10px;
 color: #00248B;
 font-weight: normal;
 font-family: Georgia, "Times New Roman", Times, serif;
}
#lheader a {
 color: #d5d5d5;
}
#rheader .left {
 float: left;
}
#lheader .description {
 color: #164FC4;
 padding: 0 45px;
 margin-top: 10px;
 width: 180px;
}
.narrowcolumn {
 float: left;
	padding: 30px 10px 10px 45px;
	width: 545px;
	background: url(images/ct-bg.png) top right no-repeat;
}
.post {
	margin: 0 0 40px;
}
.narrowcolumn .postmetadata {
	text-align: left;
	font-size: 0.9em;
	padding: 5px 0 0;
	margin: 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.entry ol,ul {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
 margin: 0;
 padding: 0;
 list-style: none;
}
#sidebar ul.links {
 padding-left: 10px;
}
#sidebar ul li {
	list-style: none;
	margin-bottom: 5px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	list-style: none;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	list-style: none;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
  list-style: none;
}
#header #searchform {
 float: left;
	margin: 0;
	padding: 2px 0; 
	text-align: center;
	background: url(images/tnav-bg.png);
	width:200px;
	height: 100%;
}
#searchform #s {
	width: 115px;
	padding: 0;
}
#searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
}
.center {
	text-align: center;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 40px;
}

/* Image styles */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Comment styles */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.alt {
	margin: 3px 0;
	padding: 10px;
	background: #efefef;
	border: #ccc 1px solid;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* Begin The Stupid Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */