/*
Theme Name: Green
Theme URI: http://isupportgreen.org/
Description: Update
Version: 1.0
Author: Brinasa
Author URI: http://isupportgreen.org
*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: Tahoma;
	background: #fff;
	color: #000;
	text-align: center;
}

#content {
	font-size: 12px;
	font-family: Tahoma;
	color: #000000;
	}
	
a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006633;
}

a:hover {
color: #006633;
	text-decoration: none;
}
a:active {
	color: #006633;
	text-decoration: underline;
}

body,td,th {
	color: #000000;
	font-family: Tahoma;
}


.bodytext {
line-height: 13px;
}


.post {
	font-family: Tahoma;
	margin: 10px 0 10px;
	text-align: justify;
	font-size: 11px;
	}
	
.posted {
	font-family: Tahoma;
	color: #006633;
	text-align: justify;
	font-size: 11px;
	}
	
	/* Begin Images */
p img {
	padding: 0;
	max-width: 460px;
	border: 1px solid #000;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
	

.navigation {
	font-family: Tahoma;
	color: #006633;
	font-size: 11px;
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 60px;
	}

h1, h2, h3 {
	font-family: Tahoma;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}
	
	h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
