/*
Theme Name:rhyweswithchaos
Theme URI:http://rhymeswithchaos.com
Description:This WordPress theme is designed by <a href="http://rhymeswithchaos.com/blog">Jesse Richard Bowline</a> specifically for <a href="rhymeswithchaos.com"><b>rhymes</b>with<b>chaos</b>.com</a>. It is a very minimal, clean design with full CSS widgetization. It is a heavily modified version of WordPress theme <a href="http://midmodesign.com/news/general/our-special-wordpress-theme/">Clean Home</a>. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version:1.1rwc
Author:Jesse Richard Bowline of <b>rhymes</b>with<b>chaos</b>
Author URI:http://rhymeswithchaos.com/
Tags:white, black, gray, red, variable-width, two-columns, right-sidebar, widgets

	"rhymeswithchaos" by http://rhymeswithchaos.com/

	This theme was designed and built by Jesse Bowline,
	based on the WordPress theme "Clean Home" by Bryan
	Helmig of Mid Mo Design: http://midmodesign.com/.

	The CSS, XHTML and design is released under the GPL.

*/

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;
	background-image:url(images/background.gif);
	background-repeat:repeat-y;
	background-position:center;
	color:#333;
	font-family:Georgia,Times New Roman,serif;
	font-size:14px;
	}
	
a:link {	
	color:#C00000;
	text-decoration:none;
	}
	
a:hover {	
	color:#666;
	text-decoration:none;
	}
	
a:visited {	
	color:#888;
	text-decoration:none;
	}
	
a:visited:hover {
	color:#C00000;
	text-decoration:none;
	}
	
a:active {	
	color:#666;
	text-decoration:none;
	}
	
hr {	
	margin-top:25px;
	border:0;
	border-top:1px solid #000;
	width:70%;
	clear:both;
	}
	
#head {	
	background-color:#000;
	font-family:Helvetica,Calibri,Verdana,Geneva,sans-serif;
	color:#FFF;
	text-indent:10%;
	padding:1px 0 1px 0;
	margin:8px;
	}
	
#head a:link {
	color:#FFF;
	}
	
#head a:hover {
	color:#C00000;
	text-decoration:none;
	}
	
#head a:visited {
	color:#999;
	text-decoration:none;
	}
	
#head a:visited:hover {
	color:#C00000;
	text-decoration:none;
	}
	
#head a:active {
	color:#FFF;
	text-decoration:none;
	}
	
#head ul {	
	margin:0;
	padding:0; 
	list-style-type:none;
	list-style-image:none;
	}
	
#head li {	
	display:inline;
	}
	
#title {	
	padding:5px 0 0 0;
	font-size:20px;
	}
	
#links {	
	padding:0 0 5px 0;
	font-size:18px;
	}

.wrapper {
	color:#333;
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}
	
.colr,
.colm,
.coll {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	}

.coll {
	margin-left:10%;
	padding-left:5px;
	}
	
.content,
.sidebal,
.sidebar {
	float:left;
	position:relative;
	overflow:hidden;
	margin-top:25px;
	}
	
.tcol .colm {
	right:30%;			/* width of the right column */
	}

.tcol .coll {
	right:50%;			/* width of the middle column */	/* left column background colour */
	}
	
.tcol .content {
	width:51.8%;
	left:93.4%;			/* 100% plus left padding of center column */
	min-height:420px;
	text-align:justify;
	}
	
.post {
	background-color:#FFF;
	margin:0 0 25px 0;
	padding:15px 4.8% 15px 4.8%;
	}
	
.post h1 {	
	font-size:24px;
	}
	
.post small {	
	font-size:10px;
	}
	
.post p {	
	margin:15px 0 15px 0;
	}
	
.post em {	
	font-style:italic;
	}
	
.post .alignright {
	float:right;
	margin-left:10px;
	}

.post .alignleft {
	float:left;
	margin-right:10px;
	}
	
.post .aligncenter {
	margin:0 auto;
	display:block;
	}

.post ul {	
	list-style:circle;
	margin:0 0 0 25px;
	}
	
.post ol {	
	list-style:decimal;
	margin:0 0 0 25px;
	}
	
.post .wp-caption {
	margin-top:20px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	text-align:center;
	}
	
.post blockquote {
	background-color:#CCC;
	border-left:5px solid #000;
	margin:15px 30px 0 10px;
	padding-left:20px;
	}
	
.post .message {
	display:none;
	margin-top:10px;
	padding:20px;
	color:#333;
	}
	
#comments h1 {
	background-color:#FFF;
	font-size:24px;
	margin:35px 0 5px;
	font-weight:normal;
	}
	
#comments cite {
	font-size:18px;
	font-weight:normal;
	text-align:left;
	}
	
#comments ol.commentlist li {
	background-color:#FFF;
	margin-top:20px;
	border:1px solid #000;
	padding:10px 10px 10px 10px;
	min-height:110px;
	}
	
#comments p {
	margin:10px 0 0 10px;
	width:auto;
	}
	
#comments span {
	display:block;
	font-size:24px;
	float:right;
	}
	
#comments ul.formlist {
	background-image:url(images/carrington_blog_dark.jpg);
	margin:20px auto;
	text-align:center;
	width:100%;
	color:#FFF;
	font:bold;
	}
	
#comments ul.formlist li {
	display:block;
	margin:10px 0 0;
	}
	
#comments ul.formlist p {
	margin:10px 0 0;
	text-align:center;
	}
	
#comments input {
	font-family:Helvetica,Calibri,Verdana,Geneva,sans-serif;
	width:50%;
	font-size:18px;
	}
	
#comments textarea {
	font-family:Helvetica,Calibri,Verdana,Geneva,sans-serif;
	width:60%;
	font-size:18px;
	}
	
#comments li.submitbutton input {
	text-align:center;
	background:#CCC;
	border:1px solid #000;
	color:#000;
	font-size:20px;
	width:40%;
	}
	
.tcol .sidebal {
	background-color:#FFF;
	width:13.1%;			/* Width of left column content (column width minus padding on either side) */
	left:28%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	padding: 15px 2px 0 0;
	}
	
.sidebal h1 {
	padding:4px 0 5px 0;
	font-size:18px;
	}
	
.sidebal .block {
	padding:0 0 21px 0;
	}
	
.sidebal .block ul {
	border-bottom:1px solid #CCC;
	}
	
.sidebal .block li {
	border-top:1px solid #CCC;
	padding:2px 0 2px 10px;
	display:block;
	}
	
.sidebal .widget_search label {
	display:block;
	padding:5px 0 3px 0;
	font-size:18px;
	border-bottom:1px solid #CCC;
	margin:0 0 5px;
	}
	
.sidebal .widget_tag_cloud h1 {
	margin:0 0 8px;
	border-bottom:1px solid #CCC;
	}
	
.sidebal .widget_text h1, .sidebar .calendar h1 {
	border-bottom:1px solid #CCC;
	}
	
.sidebal #wp-calendar {
	width:100%;
	text-align:center;
	}
	
.sidebal #wp-calendar caption, .sidebar #wp-calendar td, .sidebar #wp-calendar th {
	text-align:center;
	}
	
.sidebal #wp-calendar caption {
	border-top:1px solid #CCC;
	font-size:18px;
	padding:0 0 3px 0;
	}
	
.sidebal #wp-calendar th {
	font-weight: bold; 
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}
	
.sidebal #wp-calendar tfoot td {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}
	
.tcol .sidebar {
	background-color:#FFF;
	width:22.9%;			/* Width of right column content (column width minus padding on either side) */
	left:80.2%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	padding:15px 0 0 2px;
	}
	
.sidebar h1 {
	padding:25px 0 5px 0;
	font-size:18px;
	}
	
.sidebar .block ul {
	}
	
.sidebar .block li {
	border-top:1px solid #CCC;
	padding:2px 0 2px 10px;
	display:block;
	}
	
.sidebar .widget_search label {
	display:block;
	padding:5px 0 3px 0;
	font-size:18px;
	border-bottom:1px solid #CCC;
	margin:0 0 5px;
	}
	
.sidebar .widget_tag_cloud h1 {
	margin:0 0 8px;
	border-bottom:1px solid #CCC;
	}
	
.sidebar .widget_text h1, .sidebar .calendar h1 {
	border-bottom:1px solid #CCC;
	}
	
.sidebar #wp-calendar {
	width:100%;
	text-align:center;
	}
	
.sidebar #wp-calendar caption, .sidebar #wp-calendar td, .sidebar #wp-calendar th {
	text-align:center;
	}
	
.sidebar #wp-calendar caption {
	border-top:1px solid #CCC;
	font-size:18px;
	padding:0 0 3px 0;
	}
	
.sidebar #wp-calendar th {
	font-weight: bold; 
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}
	
.sidebar #wp-calendar tfoot td {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}
	
.navigation {
	padding:0 4.8%;
	height:15px;
	background-color:#fff;
	}
	
.navigation .alignleft {
	float:left;
	}
	
.navigation .alignright {
	float:right;
	}
	
#footer {
	background-color:#FFF;
	width:100%;
	float:left;
	text-align:center;
	padding:20px 0 20px 0;
	margin:2px 0 10px 0;
	}
