/*
Theme Name: Georgia Caboose III
Theme URI: http://wordpress.org/
Description: The third rewrite of my site emphasizes simplicity as much as possible 
Version: 3.0
Author: Curtis Lassam
*/

body{ 
	margin: 0;
	background: url('images/texy_2.png') gray;
}

h1 {
	background-color: black;
	width: 350px;
	margin: 10px auto 0px auto;
	text-align: center;
	font-family: 'Inconsolata', monospace;
	-webkit-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	border-radius-topright: 10px;
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow: 3px 3px 3px #333;
}

h1 a{
	/*color: black;*/
	color: #8AFF93;
}

#page{
	background: url('images/texy.png') black;
	max-width: 700px;
	padding: 10px 50px;
	color: #8AFF93;
	margin: 0 auto;
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: 'Inconsolata', monospace;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;
}

#page a{
	color: #22FF33;
}

h2{
	margin-top: 2px;
	margin-bottom: 5px;
}

h2 a{ 
	color: #111122;
	text-decoration: none;
}

#page .header{
	margin: 0 0 30px 0;
}

#page .nav
{
	list-style-type: none;
	padding-left: 0;
	font-size: 80%;
	line-height: 1.1em;
}

#page img{
	display: block;
	margin: auto;
}

blockquote
{
	font-style: italic;
}

.post
{
	margin-bottom: 60px;
}

#page textarea
{
	background-color: black;
	color: #22FF33;
	width: 95%;
	padding: 5px;
	border: 3px double #22FF33;
}

#page input
{
	background-color: black;
	color: #22FF33;
	padding: 2px;
	border: 1px solid #22FF33;

}

#page .commentlist li img
{
	float: left;
	margin-right: 10px;
}

.navigation 
{
	margin-bottom: 30px;
}

.navigation .next
{
	float: right;
}

