/*  
Theme Name: Green Star Windows
Theme URI: http://www.greenstarwindows.com/
Description: 
Version: 1.0
Author: Scott Gottreu
Author URI: http://www.treutech.com/


*/

/* Global Styles
---------------------------------------------------------- */

body {
	margin: 0; padding: 0;
	background: #547f14 url("images/background.jpg") repeat fixed left;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, Tahoma, sans-serif;
}

a {
	text-decoration: none;
	color: #395c02;
}

#container {
	margin:20px;
	height: 100%; 
	_height: 95%;
	padding:10px;
	background: #fff;
	border: solid thin #fff;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
}

#content {
	float:left;
	/*background: #ccffcc; */
	background:#c9d69b;
	padding:10px;
	width:60%;
	border: solid thin #547f14;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;

}

.storycontent a:link, .storycontent a:visited {
	color:#712FA0;
}
.storycontent a:hover, .storycontent a:active {
	color:#605D00;
}

#sidebar {
	float:right;
	padding:10px;
	width:35%;
}

.clear {
	clear:both;
}

.alignright {
	float:right;
	padding-left:6px;
	padding-bottom:3px;
}

.alignleft {
	float:left;
	padding-right:6px;
	padding-bottom:3px;
}

.widgettitle {
	display:none;
}

.sidebar li {
	list-style:none;
}
.widget li {
	list-style:none;
}

.page_item {
      background: #405a00 url("images/green_button.png") no-repeat;
      margin-bottom:5px;
      height:22px;
	  _height:30px;
      width:200px;
      color:#fff;
      font-size:.9em;
      text-align:center;
      padding-top: 8px;
}



.page_item a:link { color:#fff; }
.page_item a:visited { color:#fff; }
.page_item a:active { color:#0000FF; }
.page_item a:hover { color:#0000FF; }

#footer {
      text-align:center;
	padding:30px auto 30px auto;
      width:100%;
	min-height:70px;
	margin-top:30px;
}
