/*  
Theme Name: Clean Copy Right Sidebar
Author URI: http://corymiller.com
Version: 1
Author: Cory Miller
Description: Clean Copy 2 Column is a clean blue, grey and white theme designed for blog content and sharp simplicity.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
Header photo by Ville Miettinen, used with permission
*/


body {
	background: #C41230;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

#myoutercontainer { position:relative }
#myinnercontainer {
	position:absolute;
	top:50%;
	height:20px;
	margin-top:-5px
}


a, a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
#container {
	background: #ffffff;
	width: 900px;
	text-align: left;
	margin: 0px auto 20px auto;
	overflow: hidden;
	top: 0px;
	}
#header h2 {
	color: #cc0033;
	font-size: 30px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	text-indent: 30px;
	padding: 25px 0px 5px 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #000000;
	text-decoration: none;
	}

#header h3 {
	color: #ffffff;
	font-size: 13px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-indent: 35px; 
	margin: 0px;
	padding: 0px;
	}

#menu {
	background: #FFFFFF url(images/nav_bg.png) repeat-x;
	margin: 0px;
	padding: 4px 0px 11px;
	text-align: center;
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #999999;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 15px;
	color: #999999;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #000000;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	}

* html #content { width: 490px; margin: 20px 20px; }

#content {
	display: block;
	background: #ffffff;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-right: 0px;
	float: left;
	position:relative;
	padding: 0px;
	}
#content p{
	margin: 0px 30px 0px 0px;
	line-height: 18px;
	padding: 0px 0px 10px;
	}
	
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
	}
#content h1 {
	color: #cc0033;
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;
	;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #cc0033;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-weight: normal;
	margin: 0px;
	font-variant: normal;
	}
#content h2 a  {
	color: #cc0033;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	background: none;
	text-decoration: none;
	}

#content h3 {
	color: #333333;
	font-size: 14px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #666666;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	color: #333333;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

/*** Posts and Pages *********************************************************/

.post, .page {
	border-top:1px solid #d1d9dc;
	padding-top:1.5em;
}

.pagetitle {
	padding:0.333em 0;
	font-size:16px;
	color:#cc0033;
	position:relative;
	
}
.pagetitle span {position:absolute; left:240px;}


}
* html .post, * html .page {height:1%;} /* Fix for IE6 */

.sticky {border-top:3px solid #d1d9dc;}

h1 {
	color:#cc0033;
	font-size:16px;
	font-weight:bold;
	line-height:1em;
	text-transform:none;
	padding-bottom:0.6em;
}
h1 a:link, h1 a:visited {
	color:#999999;
	text-decoration:none;
}
h1 a:hover {
	color:#cc0033;
}

.post-info {
	float:left;
	width:125px;
	margin:0 1.667em 0 0;
}
#single-cat-title {
	float: right;
	width: 455px;
}

.timestamp {
	float:left;
	font-size:10px;
	color:#000000;
}
.author a, .author a:visited{
	font-size: 12px;
	color: #cc0033;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.author a:hover {
	color:#000000;
	}

.comment-bubble {float:left; font-size:1.5em; margin-left:0.5em; text-align:center;}
.comment-bubble a:link, .comment-bubble a:visited {
	color:#cc0033;
	text-decoration:none;
	display:block;
	width:27px;
	height:32px;
	background:url(images/comment-bubble.gif) no-repeat 0 2px;
}
.comment-bubble a:hover {
	color:#000000;
}

.post-content {
	float:left;
	width:455px;
	overflow:visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d9dc;
	padding-bottom: 10px;
	padding-top: 5px;
}

.post-content h2 {font-size:2.0em; margin-bottom:0.75em;}
.post-content h3 {font-size:1.5em; margin-bottom:1em;}
.post-content h4 {font-size:1.167em; margin-bottom:0.867em;}



.pull-1 {margin-left:-8.571em; width:41.428em}
.pull-2 {margin-left:-17.143em; width:50em;}
* html .pull-1, * html .pull-2 {position:relative;} /* Fix for IE6 */

.post-content ul, .post-content ol {margin:0 0 1.5em; padding:0; font-size:1.167em;}
.post-content ul li, .post-content ol li {margin-left:3em; padding-left:0em; line-height:1.5em;}
.post-content ul li ul, .post-content ol li ol, .post-content ul li ol, .post-content ol li ul {font-size:1em;}

pre {white-space:pre-wrap; word-wrap:break-word; margin:0 0 1.5em;}

dl {margin:0 0 1.5em;}
dt {font-weight:bold; font-size:1.167em;}
dd {font-size:1.167em; margin-left:8.571em;}

acronym, abbr {border-bottom:1px dotted #333;}

hr {color:#d1d9dc; height:1px; background-color:#d1d9dc; border:0;}

.more-link a, .more-link a:visited{
	display:block;
	margin-top:0em;
	color: #cc0033;
}

.more-link a:hover{
	color:#000000;
	}

.post-meta-data {position:relative; margin:0 0 0 10em; height:100%; padding:0.333em 0; border-top:1px solid #d1d9dc;}
.post-meta-data span {position:absolute; left:10em; top:0.333em;}

.gallery {margin:0 0 1.5em 0; padding:0;}
.gallery-item {float:left; margin:10px 0 0 0; text-align:left; padding:0;}
.gallery img, .gallery a img {border:solid 1px #D9D9D9; background:#ffffff; padding:4px; margin:0;}
.gallery a:hover img {border-color:#666666; background:#fff;}
.gallery-caption {margin:0 0 1.5em 0; font-size:0.833em; line-height:1.167em; color:#666;}

table {margin:1.5em 0; padding:0; border-collapse:collapse;}
table th {padding:0.5em; border:1px solid #d1d9dc; background-color:#f8f8f8;}
table tr {margin:0; padding:0;}
table tr td {
	padding:0.5em;
	border-bottom: 1px solid #d1d9dc;
}


/*** Posts and Pages End *********************************************************/





#sidebar1 {
	display: block;
	width: 225px;
	float: right;
	position:relative;
	margin: 5px 20px 0px 0px;
	text-align: left;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d1d9dc;
	padding-left: 17px;
	
	
	}

* html #sidebar1 {
	margin: 20px 20px 20px 5px;
}

#sidebar1 p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	color: #999999;
	}
#sidebar1  copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#sidebar1 h3 {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}



#sidebar1 h2 {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	background-color: #CCCCCC;
	text-align: center;
	}


#sideb    sar1 ul {
	list-style: none;
	margin: 0px;
		
	}
	
#sidebar1 li {
	margin: 0px;
	
	
	}
	
#sidebar1 ul li {
	list-style: none;
	margin: 0px;
	
	}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0033;
}
#sidebar1 ul li a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	}

#sidebar1 ul li a:hover {
	color: #999999;
	text-decoration: none;
	}
#sidebar1 ul li ul li {
	
}

#sidebar1 ul li ul li a {
	color: #999999;
}


#popular h2 {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0px;
	text-align: center;
	background-color: #cccccc;
	}


#popular {
	list-style: none;
	margin: 0px;
	padding:0px;
	
	}

#popular li {
	display:block;
	border:1px solid #cccccc;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	text-decoration:none;
	background:#eee;
	color:#999999;
	padding-top: 5px;
	padding-bottom: 5px;
			
	}
	
#popular ul li {
	
	margin: 0px;
	}
	
	
#popular a, #popular a:visited  {
	display:block;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	background:#eee;
	color:#999999;
	margin-left: 5px;	 
	  } 


popular a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
	






#footer {
	color: #ffffff;
	background: #ffffff;
	font-weight: bold;
	padding: 5px 20px;
	height: 20px;
	text-align: center;
	clear: both;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

 

