	/*
	Theme Name: Sky in Brown WordPress Theme
	Theme URI: http://www.jump2top.com
	Description: The Sky in Brown Theme is a simple and stylish search engine friendly 2-column theme brought to you by jump2top. 
	Version: 1.0
	Author: Jump2Top 
	Author URI: http://www.jump2top.com
	
	These WordPress Themes can be redistributed and/or modified as long as the bottom links are intact.
	
	*/
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #e7dccf;
	margin: 0px;
}
/* HEADER */
#header {
	background: url(images/header_img.png) no-repeat;
	width: 800px;
	height: 245px;
	margin-top: 10px;
}
#headertext {
	font-size: 24pt;
	color: #ffffff;
	text-align: left;
	padding-left: 40px;
	padding-top: 120px;
}
#headertext a {
	color: #ffffff;
	text-decoration: none;
}
#description {
	font-size: 14pt;
	color: #CCCCCC;
	font-weight: normal;
	padding-left: 40px;
	text-align: left;
}
#navigation {
	height: 20px;
	width: 800px;
	padding-top: 10px;
}
#nav {
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	display: inline;
	float: left;
}
#nav ul{
	list-style-type: none;
}
#nav ul li {
	float: left;

}
#nav ul li a {
	padding: 0px 20px 0px 0px;
	text-decoration: none;
	color: #ffffff;
}
/* CONTENT */
#main {
	background-color: #c7b299;
	width: 798px;
	padding-top: 15px;
	border: #2a262d solid 1px;
}

#content {
	width: 570px;
	float: left;
	text-align: left;
	padding-left: 20px;
}
.post {
	border: 1px #2a262d solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 530px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.postmetadata {
	color: #2a262d;
	font-size: 8pt;
}
.postmetadata a{
	color: #2a262d;
	text-decoration: none;
}
/* SIDEBAR */
#sidebar {
	width: 200px;
	float: right;
	text-align: left;
}
#sidebar a{
	color: #000000;
	text-decoration: none;
}
#sidebar ul li {
	list-style-type: none;
	padding-right: 10px;
	margin-left: -40px;
}
#box ul li ul li {
	list-style-type: none;
	margin-left: 30px;
}
#box {
	border: 3px #2a262d solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 150px;
	margin-left: -40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* TEXT */
h1 {
	color: #2a262d;
	font-size: 14pt;

}
h1 a {
	color: #2a262d;
	text-decoration: none;
}
h2 {
	color: #2a262d;
	font-size: 12pt;
}
h2 a {
	color: #2a262d;
	text-decoration: none;
}
h3 {
	color: #2a262d;
	font-size: 11pt;
}
h3 a {
	color: #2a262d;
	text-decoration: none;
}
a {
	color: #2a262d;
}
/* FOOTER */
#footer {
	font-size: 8pt;
	width: 800px;
}
#login {
	color: #898989;
	text-align: right;
	background-color: #2a262d;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#login a {
	color: #898989;
	text-decoration: none;
}
#login a: {
	color: #898989;
	text-decoration: underline;
}
#copyright {
	color: #252525;
	padding-top: 5px;
	text-align: right;
}
#copyright a {
	color: #252525;
	text-decoration: none;
}
.navigation {
	padding: 10px 0px;
}
.alignleft {
	float:left;
}
.alignright {
	float: right;
}
	