/* Begin Typography & Colors */
body {
	color: #666666;
	text-align: left;
}

small {
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-weight: bold;
}

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

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.1em;
}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	text-decoration: none;
}

small, blockquote, strike {
	color: #777;
}

pre {
	font: normal 'Courier New', Courier, Fixed;
	display: block;
	overflow: auto;
	padding: 1%;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	color: #62A335;
	text-decoration: none;
}

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

/* End Typography & Colors */



/* Begin Structure */
body {
	background-color: #EBEBEB;
	margin-top: 20px;
	padding: 0px; 
}

.button {
	text-indent: -900em;
	letter-spacing: -999em; 
	height: 15px;
	width: 177px;
	margin: 0px 0px -2px -9px;
}

.button a {
	text-indent: -900em;
	letter-spacing: -999em; 
	display: block;
	height: 15px;
	width: 177px;
}

#footer {
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#footer {
	background-color: #D8D8D8;
}

#footer big {
	font-size: normal;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
}

h2 {
	margin: 3px 0 0;
	/*	font-size: 1em; */
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	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 */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

/* End Entry Lists */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}
a img {
	border: none;
}

/* End Various Tags & Classes*/

.gray {
	letter-spacing: -.1em;
	color: #777;
}

