/*
	Theme Name: Green Light
	Theme URI: http://www.templatelite.com/green-light-free-wordpress-theme/
	Description: 
	Version: 1.03
	Author: Keen	Author URI: http://www.newvoiceart.com/
	Tags: green, fixed width, two columns, widget ready
*/

/* ---------------------------------------------------------------------------------- */

/***** general *****/
body {
	margin:0px auto;
	font-size: 16px;
	font-family: Garamond;
	background: #ffffff;
	color:#000000;
}
img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#444444;text-decoration: none;}
a:hover {color: #444444;text-decoration: none;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	
}
input {
	margin-bottom:5px;
	vertical-align: middle;
        
}
select{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:0px;}
/***** layout *****/
#base{
	width:888px;
	margin:0px auto;
	
}
#base2{
	width:888px;
	
}
#header{
	position:relative;
	width: 100%;
	height: 150px;
        background:url('images/obamalattemugweb3.jpg') no-repeat left; float:left; left:30px;
	}
#container{
	position:relative;
        float:left; 
	width:100%;
	overflow:hidden;
	}

#content{ /*width=800px*/
        position:relative;	
	float:left;
        overflow:hidden; /*when ie6, image's with is > content width, hidden*/
	width:800px;
	min-height:200px; /*ie6 not support*/
	padding: 15px 15px 15px 25px;
}
#footer a {color: #ffffff; font-weight:bold;}	


/***** header *****/
#blogtitle {font-family: Arial,Verdana; position:absolute; width:80%; float:center; right:325px; top:25px; text-align:right; font-size:20px; color:#333333; font-weight:bold;}
#blogtitle a, #blogtitle a:hover {font-family: Arial,Verdana; color:#669933; text-decoration:none;}
#subtitle {font-family: Verdana,Arial; position:absolute; width:80%; float:right; right:100; top:40px; text-align:right; font-size:2px; color:#555555; font-weight:bold;}

#header ul {
	position: relative;
	height: 28px;
	float:right;  top:50px; text-align:right;    
        color:#555555;
	margin:0px;
}
#header ul li {
	display: inline;
	font-size: 18px;
}

#header ul li a {
	display: block;
	float:right; 
	line-height: 20px;
	color: #444444;
	padding: 0px 12px 0px 0px;
	text-decoration:none;
}

#header ul li a:hover, #header ul li.current_page_item a {

}

#header img.home {
	
	position: absolute;
	margin:0px;padding:0px;
	right: 75px;
	top: 19px;
	width:35px;
	height:35px;
}

/***** content *****/

.archivetitle {
	color: #000000;
	font-size: 20px;
	font-variant: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}
.title, .title a {
	color: #000000;
	font-size: 20px;
}

.date {
	font-size: 10px;
	padding: 0px 0px 4px 0px;
	
}

.entry {
	color: #ffffff;
	line-height: 1.6em;
	text-align: justify;
	padding: 8px 0px 0px 0px;
}
.page_entry {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 20px 0px;
	}

.info {
	line-height: 1.6em;
	font-size: 10px;
	text-align: left;
	margin: 0px 1px 50px 0px;
	padding: 4px 0px 1px 1px;
	border-top: 1px solid #444444;
}
.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4Px 20px;
	background: url('images/category.gif') no-repeat top left transparent;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/tags.gif') no-repeat top left transparent;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/bubble.gif') no-repeat top left transparent;
}


.navigation {
	font-size: 11px;
	margin: 40px 0px 0px 0px;
	padding: 2px 0px 17px 0px;
	border-top: 2px solid #444444;
	border-bottom: 1px solid #444444;
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}
#postmetadata {
	font-size: 12px;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #444444;
	border-bottom: 2px solid #444444;
}

.nocomments {background: none; color: #444444;}
.commenttitle {
	color: #444444;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	
}
.commentlist {list-style: none;}
.commentbody {
	color: #444444;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	
}

.adminbody {
	color: #444444;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 20px 25px;
	padding: 0px 0px 0px 0px;
	}
.commenthead {
	color: #444444;
	padding: 5px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	background:#ffffff;
}


.adminhead {
	color: #444444;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	background:#ffffff;
}

.avatar {
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #444444;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #444444; font-size: 11px; font-weight: bold;}
.authorlink a {color: #444444; font-size: 11px; font-weight: bold;}
.commentlink {font-size: 10px; color: #444444;}
.trackhead {
	color: #444444;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 8px 41px;
	background: url(images/track.jpg) no-repeat top left;
}
.trackbody {
	color: #444444;
	font-size: 11px;
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
.trackbody p a {color: #444444;}
#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #444444;
	font-size: 12px;
	background: none;
	padding-left: 2px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 400px;
	color: #444444;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #444444;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}


/***** widget *****/
#wp-calendar td {font-size:11px;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 174px;
	text-align: center;
	font-size:11px;
	border-bottom: 0px solid #444444;}

.wp-caption { /*images caption*/
	text-align: center;
	color:#444444;
}

.textwidget { /*text box*/
	margin:2px 0px 5px 2px;

}

#akismetwrap{
	margin:2px 0 2px 25px;
}
.rsswidget img {
	padding:1px;
	background:#ff0 fixed;
}
