/*
Theme Name: Lightness  
Author URI: http://www.hilightprojects.com/
Version: 1.0
Author: mikei
Description: 2 columns, liquid, extralight, widget ready theme
The CSS, XHTML and design are released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/


body  {
margin:0;
padding:0;
font: 80% Verdana, Arial, Helvetica, sans-serif;
text-align: center; 
color: #000000;
background-color: #66635C;
}

body,h1,h2,h3,h4,h5,h6,hr,blockquote,p,form {
margin:0;
padding:0;
}

h1 {
	font-family:Georgia, Sans-serif;
	font-size:24px;
	padding:0 0 10px 0;
	color: #000000;
}

a:link, a:visited {
	text-decoration:none;
	color:#66635C;
}

a:hover {
	text-decoration:none;
	color:#699075;
}

p {
padding: 10px 0 0 0;
}

#wrapper {
width: 1000px;
margin:0 auto auto 0;
text-align: left; 
background-color: #CCC8C4;
background-image:url(bg-right.gif);
background-repeat: repeat-y;
background-position: right;
}

#header {
padding: 0 10px;  
height: 160px;
background-image: url(snow-header.jpg);
background-repeat: no-repeat;
background-color: #66635C;
} 
#header h1 {
margin: 0 0 0 680px; 
padding: 10px 0;
color: #66635C;
width: 300px;
}

#header h2 {
margin: 0 0 0 620px; 
padding: 0;
color: #66635C;
font-size:12px;
width: 380px;
}


.sidebar {
float: left;
width: 240px; 
padding: 15px 0; 
margin:0;
display:inline; /* IE6 double-margin bug */
background-color: #CCC8C4;
color: #66635C;
font-family: Georgia, Sans-serif;
}

.sidebar h3, #sidebar p {
margin-left: 10px; 
margin-right: 2px;
	
}

.sidebar ul {
list-style-type:none;
margin:0;
padding:0 0 0 10px;

}

.sidebar h2 {
padding:10px;
font-size:18px;
}

.sidebar ul ul li {
padding:0;
line-height:18px;
font-size: 12px;
font-weight:normal;
}

.sidebar li li li{
padding:0;
font-weight:bold;

}
.sidebar a {
color:#333029;
}
.sidebar a:hover {
color:#699075;
}


table#wp-calendar {
width:80%;
}

#s {
background-color:#ccc8c4;
}

#maincontent{
margin: 0 20px 0 244px; 
-border-left: 0 solid #66635C;
padding-left: 2em;
background-image:url(ornament.gif);
background-repeat: repeat-y;
background-position:left;
}
#maincontent p {
text-indent:2em;
padding:10px;
text-align:justify;
}
#maincontent pre {
padding-left:60px;
}

img {
padding:0 6px;
float:left;
}

.post {
padding: 10px 0;
}
.post img {
padding:0 6px;
border:none;
}
.clear-picture img{
padding-left:30px;
padding-bottom:10px;
}

.post h2 {
font-family:Georgia, Sans-serif;
font-size:20px;
padding:8px 0 8px 100px;
}

.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;
}

.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: 14px;
color:#fff;
padding:0 40px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;

}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
background-color:#ccc;
}
#author, #email, #url {
background-color:#ccc;
}

#footer {
margin-top:8px;

	padding: 4px 10px;
	clear:both;
	color:#ccc;
background-color: #66635C;
} 
#footer p {
	font-size:85%;
	margin: 0; 
	padding: 0;
}
#footer a:link, #footer a:visited {
color:#699075;
}
#footer a:hover {
color:#ccc;
}


/* Miscellaneous classes for reuse */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.statcounter img{
margin-top:16px;
margin-left:12px;
}
.stat a{
margin:0;
padding:0;
font-style:italic;
font-size:smaller;
}


