/*  
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
*/
html, body {
    height: 100%;
}
body {
	background: #000033 url('images/child.jpg');
	color: #000033;
	font-size: 13px;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #2397E9;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
#container { 
	background: #ffffff;
	width: 860px;
	text-align: left; 
	margin: 20px auto 20px auto; 
	border: 5px solid #cccccc;
	overflow: hidden;
	}

#wrapper {
    min-height: 100%;
}
 
* html #wrapper {
    height: 100%;
}

#header {
	width: 860px;
	height: 205px;
	background: url(images/header.JPG) top center no-repeat;
	padding: 0px;
	margin: 0px;
	text-align: left;
	}	
#header h2 {
	color: #090c9a;
	font-size: 20px;
	font-family: Georgia, Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: normal;
	margin: 0px;
	text-indent: 30px; 
	padding: 25px 0px 5px 0px;
	}

#header h2 a {
	color: #ffffff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #006699;
	text-decoration: none;
	}

#header h3 {
	color: #ffffff;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	text-indent: 35px; 
	margin: 0px;
	padding: 0px;
	}

#menu { 
	background: #006699;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: center;
	border-bottom: 5px solid #888888;
	}
#menu img{
	border: none;
	}
#menu h2 {
	color: #ffffff;
	font-size: 15px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	}

#menu ul li a:hover {
	color: #ffffff;
	background: #2397E9;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	}

* html #content { width: 520px; margin: 20px 10px; }

#content { 
	display: block;
	background: #ffffff;
	width: 500px; 
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	float: left; 
	position:relative;
	padding: 0px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
	
#content p img{
	border: none;
	padding: 0px 10px 10px 0px;
	}
#content h1 {
	color: #090c9a;
	font-size: 20px;
	font-family: Georgia, Helvetica, Arial, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #2397E9;
	text-decoration: none;
	}

#content h2 {
	color: #090c9a;
	font-size: 20px;	
	font-family: Georgia, Helvetica, Arial, Verdana, Sans-Serif;;
	font-weight: normal;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}
#content h2 a  {
	color: #333333;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #2397E9;
	background: none;
	text-decoration: underline;
	}

#content h3 {
	color: #333333;
	font-size: 12px;
	font-family: Georgia, Helvetica, Arial, Verdana, Sans-Serif;;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	color: #333333;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #2397E9;
	background: #ffffff;
	text-decoration: underline;
	}

#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: #666666;
		}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}


#sidebar { 
	display: block;
	color: #000000;
	width: 205px;
	float: right; 
	position:relative;
	margin: 5px 20px 20px 0px;
	padding: 5px 25px 20px 5px;
	text-align: left;
	border: 1px solid #cccccc;
	}

* html #sidebar { margin: 20px 20px 20px 10px; }

#sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#sidebar h2 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Helvetica, Arial, Verdana, Sans-Serif;;
	list-style: none;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	}
#sidebar ul li a {
	color: #2397E9;
	font-weight: bold;
	text-decoration: underline;
	}

#sidebar ul li a:hover {
	color: #000000;
	text-decoration: none;
	}
#sidebar ul li ul li {
	padding: 10px 0px 0px 15px;
}

#sidebar ul li ul li a {
	color: #2397E9;
}

#footer { 
	color: #ffffff;
	background: #666666;
	font-weight: bold;
	height: 50px;
        width: 860px;
	text-align: center;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
        border-left: 5px solid #cccccc;
        border-right:5px solid #cccccc;
        position: relative;
        margin-top: -60px;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}


.postalt {
	background-color: #F4F4F4;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}
	
.postdata
{
  font-family: verdana,verdana,arial;
	font-size: 12px;
	text-align: center;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

P.BigFirst:first-letter {
color: #990000;
font-size: 38em;
float: left;
padding-right: 0 em;
}
/* COMMENTS FORMATTING .......................................*/

#comments {
}

#comments h3 {
	font-size: 1.6em;
	margin: 0px 0;padding: 0px;
	background: #fff;
	color: #000;
}

p.avatar {
float:right;
padding: 20px;
}

p.avatar img {
}

#comments ul li{
	margin:15px 0 0 0;
	padding: 10px 15px 0 15px;
	background: #EEE8AA;
	border: 3px solid #DDDDDD;
	list-style:none;
list-style-position:outside;
}

.commentlist{
	padding:0;
	margin:0;
	}

.commentlist li{
	margin:15px 0 0 0;
	padding: 10px 15px 0 15px;
	list-style:none;
	}

.commenttext {
	width: 440px;
	text-align:justify;
	margin:0 0 0 0;
}

.commentmeta {
	font-weight: bold;
        font-size:1.0em;
	padding:0;
	margin:0 0 0 0;
}

p.commentdate {
	font-size: .7em;
	padding: 10px 0 ;margin: 0;
}


#reply {
	margin:10px 0 20px 0;
	padding: 0px;

}

textarea#comment {
	font-size:12px;
}

.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.gallery a{
color:#000000;
text-decoration:none;
font-size:12px;
}

.style1 {
background:#FF0000;
}

.commentbox{
	display:block;
	padding:10px 0 0 0;
	margin:0 0 10px 10px;
	border-bottom:3px solid #999;
	border-right:3px solid #999;
	background:#ffff80;
	float:right;
	width:75px;
	height:55px;
	text-align:center !important;
	}
.commentbox:hover{
	background:#ffff80;
	}
.comments-link,a.comments-link{
	color:#000000;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:12px;
	}
.comments-link big,a.comments-link big{
	color:#000000;
	font-size:36px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:36px;
text-decoration:underline !important;
	}
.comments-link:hover span,a.comments-link:hover span{
	text-decoration:underline !important;
	}

