/*
Theme Name: The Only Way Is Up
Theme URI: http://theonlywayisup.net/
Description: 
Version: 1.0
Author: Temi Kolawole
Author URI: http://antigravityinc.com/
Tags: 

*/


a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	color: #330000;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
a:active {
	color: #330000;
	text-decoration: none;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #663300;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header {
	clear: both;
	height: 150px;
	background-position: center 97px;
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
}
#content {
	clear: both;
	background-image: url(images/content_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	overflow:hidden;
}
#arrow {
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 200px;
	float: right;
	height: 150px;
}
#menu {
	float: left;
	width: 640px;
	padding-top: 80px;
	margin-left: 32px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
#footer {
	clear: both;
	color: #FFFFFF;
	text-align: right;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 11px;
	background-image: url(images/footer_bg.png);
	background-position: center -1px;
	background-repeat: no-repeat;
}
#footer a{
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
}
#inner {
	clear: both;
	width: 780px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-image: url(images/inner_bg.png);
	min-height: 450px;	
}
#left {
	float: left;
	width: 250px;
	overflow: hidden;
}
#left ul{
	margin: 0px;
	padding: 0px;
}
#left ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#left ul li ul{
	margin: 0px;
	padding: 0px;
}
#left ul li ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
}
#left ul li ul li a{
	padding: 5px;
	display: block;
}
#right {
	float: right;
	width: 500px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
}
.entry{
	line-height: 20px;
	overflow: auto;
}
h1{
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 0px;
}
#addcomment{
	overflow:hidden;
	clear:both;
	max-width: 450px;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}