/*	Forest Camo Glype v1.x Proxy Theme
	Designed by: FreeProxyThemes.com
	All footer links must remain
	intact for license compliance.
	Released under the Creative 
	Commons Attribution 3.0 License
	http://creativecommons.org/licenses/by/3.0
	(c) 2011 All Rights Reserved.
*/

body {
	margin: 10px 0px 10px 0px;
	background: url(http://cloakship.com/themes/forestcamo/forest.jpg) fixed;
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #171721;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #171721;
	font-weight: normal;
	letter-spacing: -2px;
}

h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #171721;
	letter-spacing: -1px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #171721;
}

a:hover {
	text-decoration: none;
}

/* HEADER */

#header {
	width: 770px;
	height: 60px;
	margin: 0px auto;
	color: #171721;
	background: #344A33;
}

#header h1 {
	float: left;
	margin: 0px;
	color: #768949;
	padding: 10px 0px 0px 10px;
}

#header h1 a {
	color: #768949;
	text-decoration: none;
}

#header h2 {
	float: right;
	margin: 0px;
	color: #768949;
	padding: 20px 10px 0px 0px;
}

/* MENU */

#menu {
	width: 770px;
	height: 30px;
	margin: 0px auto;
	background: #463B29;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu ul li a {
	color: #768949;
}

#menu ul li a:hover {
	color: #768949;
	background-color: #171721;
}

#menu a {
	display: block;
	float: left;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
}

/* CONTENT */

#content {
	width: 770px;
	margin: 0px auto;
	background: #768949;
}

#post {
	font-size: 14px;
	float: left;
	width: 720px;
	padding: 20px;
}

#mid {
	text-align: center;
}

#comments {
	font-size: 11px;
	float: left;
	width: 720px;
	padding: 10px;
	text-align: justify;
}

#error {
	border: 1px solid #171721;
	background: #FFFF00;
	color: #FF0000;
	font-size: 14px;
	padding: 2px;
	margin: 5px 0 15px 0;
}

#options {
	display: inline-block;
}

#options li {
	font-size: 12px;
	padding-right: 5px;
	list-style-type: none;
	float: left;
}

/* FOOTER */

#footer {
	width: 770px;
	margin: 0px auto;
	background: #344A33;
}

#footer p {
	margin: 0px;
	padding: 15px 10px;;
	font-size: 10px;
	color: #768949;
}

#footer a {
	color: #768949;
}

#footer a:hover {
	text-decoration: none;
}