@CHARSET "UTF-8";
/* $Rev: 13 $

	Green Style

	Copyright 2008 Jordi Canals (email : jcanals@gmail.com)

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* ---------------------------------------------------------- GLOBAL */
body {
	margin: 0 0;
	text-align: center;
	background: #404040;
	background: #008000;
	background: #6f8545;
	background-image: url('../images/graduated-bk.png');
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h1 a {
	color: #008000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h2, h2 a {
	color: #008000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

h3, h3 a {
	color: #008000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

a {
	color: #008000;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
blockquote {
	margin: 10px;
	border: 2px dotted #008000;
	padding: 0 10px;
	background: #ffffc0;
	font-style: italic;
	}

blockquote blockquote {
	margin: 5px;
	padding: 0 10px;
	}

code {
	font-family: 'Courier New', Courier, Monaco, monospace, fixed;
	font-size: 12px;
	display: block;
	border: 1px solid #606060;
	padding: 10px;
	background: white;
	}

input[type=text] {
	border: 0;
	border: 1px dotted #00dd6f;
	background: white;
	}

textarea {
	border: 1px dotted #00dd6f;
	}
	
/* ------------------------------------------------------------ PAGE */
#page {
	text-align: left;
	width: 972px;
	margin: 10px auto 0 auto;
	}

h2.pagetitle {
	padding: 5px 30px;
	color: #000080;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
	
/* ----------------------------------------------- HEADER & MENU BAR */
#header {
	width: 100%;
	height: 200px;
	/*height: 121px;*/
	background: #008000;
	background-image:url('/wp-content/themes/wind/images/steve-blog-header1.jpg');
	border: 1px solid #008000;
	}

#header_title {
	color: #ffff80;
	font-size: 35px;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
	}
	
#header_desc {
	float:right;
	color: #ffff80;
/*	color: #7eb6c6; */
	padding-top: 5px;
	padding-right: 370px;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	text-align: right;
	/*padding-top: 5px;
	padding-top: 180px;
	padding-right: 65px;*/
	}
	
#menu_bar {
	width: 100%;
	height: 30px;
	font-size: 16px;
	text-align: left;
	background: #404040;
	border-right: 1px solid #008000;
	border-left: 1px solid #008000;
	}
	
#menu_bar ul {
	margin: 0;
	padding: 6px 0 0 15px;
	list-style-type: none;
	list-style-image: none;
	}

#menu_bar li {
	display: inline;
	}

#menu_bar ul li a {
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
	}

#menu_bar ul li a:hover {
	color: #0080ff;
	background: #ececff;
	}

/* ---------------------------------------------------- CONTENT AREA */
#content {
	width: 100%;
	text-align: left;
	background: #ffffff;
	border: 1px solid #008000;
}

#content_end {
	clear: both;
	}

/* ------------------------------------------------------- LEFT SIDE */
#inside {
	border-right: 1px dotted #00dd6f;
	width: 614px;
	float: left;
	}

#inside div.navigator {
	height: 30px;
	margin: 10px;
	padding: 2px 10px;
	font-size: 14px;
	background: #f0f0ff;
	border: 1px solid #00dd6f;
	}
	
#inside div.navleft {
	float:left;
	padding: 6px;
	}

#inside div.navright {
	padding: 6px;
	text-align: right;
	}

#blog {
	margin: 10px;
	padding: 10px;
	}

/* ------------------------------------------------------- EACH POST */
#blog div.post {
	margin-top: 15px;
	margin-bottom: 20px;
	}

#blog div.post_title {
	color: #008000;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
	}

#blog div.post_title a {
	color: #008000;
	}
	
#blog div.post_title a:hover {
	color: #0080ff;
	text-decoration: none;
	}
	
#blog div.post_info {
	font-size: 10px;
	margin: 0 10px;
	color: #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#blog div.post_text {
	color: #282828;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0px 15px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#blog div.post img.alignleft {
	float: left;
	margin: 5px;
	padding: 2px;
	border: 1px solid gray;
	clear: both;
	}
	
#blog div.post img.alignright {
	float: right;
	margin: 5px;
	padding: 2px;
	border: 1px solid gray;
	clear: both;
}

#blog div.post img.aligncenter {
	display: block;
	border: 0px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
	
#blog div.post_meta {
	height: 20px;
	margin: 10px;
	padding: 2px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #f0f0ff;
	border: 1px solid #00dd6f;
	clear: both;
	}

#blog div.post_meta a {
	color: #008000;
	font-weight: normal;
	}

#blog div.meta_left {
	padding: 3px;
	color: #03c402;
	float:left;
	}

#blog div.meta_right {
	padding: 3px;
	text-align: right;
	}

#blog div.meta_left .link {
	margin-right: 5px;
	padding-left: 5px;
	}

#blog div.meta_right .permalink {
	padding-left: 5px;
	padding-right: 5px;
	}

#blog ul, #blog ol {
	margin: 0px 20px;
	padding-left: 20px;
	}
#blog ul li, #blog ol li {
	padding-left: 15px;
	}
	
/* --------------------------------------------------------- SIDEBAR */
#sidebar {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
	float: left;
	}

#sidebar h2 {
	color: #008000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #008000;
	}

#sidebar ul {
	padding: 0px;
	margin: 0px;
	}

#sidebar li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#top_bar {
	padding: 5px 5px 10px 12px;
	}

#search_bar {
	height: 30px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 10px;
	}

#search_form {
	float: right;
	display: inline;
	}

#search_bar input.string {
	width: 190px;
	font-size: 13px;
	color: #666666;
	border: 0px;
	border-bottom: 1px dotted #0080ff;
	background: none;
	}

#search_bar input.button {
	position: relative;
	top: -3px;
	}

#top_bar h2 { }
		
#left_bar {
	margin-left: 15px;
	margin-right: 5px;
	width: 160px;
	float: left;
	}

#left_bar h2 { }

#right_bar {
	margin-left: 185px;
	margin-right: 5px;
	width: 160px;
	}

#right_bar h2 { }

#bottom_bar {
	padding: 10px 5px 0 12px;
	clear: both;
	}

#bottom_bar h2 { }

/* --------------------------------------------------- SIDEBAR LISTS */
#sidebar ul li {
	color: #474747;
	padding-bottom: 10px;
}

#sidebar li a {
	color: #474747;
	text-decoration: none;
	font-weight: normal;
	line-height: 19px;
	}

#sidebar li a:hover {
	color: #008000;
	text-decoration: underline;
	}

#sidebar ul li ul li {
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	border-bottom: 1px dotted #00dd6f;
	}

#sidebar ul li ul li ul {
	padding-left:10px;
	}

#sidebar ul li ul li ul li {
	font-weight: normal;
	color: #474747;
	padding-bottom: 0px;
	border: none;
	}

#sidebar ul li ul li ul li a {
	font-weight: normal;
	color: #474747;
	}

/* ---------------------------------------------- COMMENTS AND FORMS */
#comments, #contact {
	margin: 0 30px;
	}

#comments h3 {
	color: #008000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

#respond { }

#comments .moderate {
	color: #ff0000;
	font-style: italic;
	}

.nocomments {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #000080;
	}

#postform {
	margin: 5px 0;
	}

#postform .info {
	font-style: italic;
	}

#postform .info a {
	font-weight: normal;
	}

/* ----------------------------------------------- TEMPLATE ARCHIVES */
#archives_left {
	width: 200px;
	margin: 10px;
	margin-left: 50px;
	font-size: 14px;
	float: left;
	}
	
#archives_right {
	width: 200px;
	margin: 10px;
	font-size: 14px;
	margin-right: 50px;
	float: right;
	}

/* -------------------------------------------------- TEMPLATE LINKS */

#link_list {
	margin-left: 125px;
	}
	
#link_list ul {
	list-style-type: none;
	}

#link_list ul li {
	padding-top: 20px;
	}
	
#link_list ul li ul li {
	padding-top: 0px;
	list-style-type: square;
	font-size: 14px;
	}
	
/* ---------------------------------------------------------- FOOTER */
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	}

#footer_top { 
	height: 10px;
}

#footer_text {
	color: white;
	}

#footer_text a {
	color: #8ffe8e;
	}
	
/* -------------------------------------------------- CUSTOM WIDGETS */
#wp-calendar td a {
	color: #008000;
	font-weight: bold;
}
/* Roland added see: http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/* EOF */
