/*
Theme Name: Altis
Theme URI: http://wordpress.org/
Description: sidebar, content, sidebar template
Version: 1.0
Author: Altis
Tags: black,orange,three-columns,fixed-width

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

* { margin: 0; padding: 0; }

html, body { 
	background: url(images/main.gif) repeat-x #000000; 
	height:90%;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 96px;
	border-bottom: 1px solid #737373;
}

#logo {
	margin-top: 16px;
	width: 50%;
}

#logo img {
	padding-right: 20px;
}

#menu {
	text-align: right;
	margin-top: -150px;
}

#menu a, a:visited { color: #F90; text-decoration: none;}
#menu a:hover { color: #F60; text-decoration: underline; }

#menu ul {
	list-style: none;
	font-size: 1px;
	margin-top: 76px;
}

#menu ul li {
	display: inline;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	padding-left: 15px;
}

#columns {
	padding-top: 10px;
	height:100%;
}

#content {
	width: 570px;
	padding: 0 0 0 10px;
	float: left;
}

#content .entry {
	margin-bottom: 10px;
}

#content .entry a, a:visited {
	text-decoration: none;
	color: #F90;
}

#content .entry a:hover {
	text-decoration: underline;
	color: #F60;
}

#content .entry h1 {
	color: #F90;
	font-family: Verdana;
	font-size: 17pt;
	font-weight: normal;
}

#content .entry h1.archive {
	font-size: 19pt;
}

#content .entry p {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	text-align: justify;
	margin-top: 5px;
	padding-bottom: 5px;
}

#content .entry .info {
	border-top: 1px solid #565656;
	border-bottom:  1px solid #737373;
}

#content .entry .info p.infoleft {
	width: 60%;
	float: left;
	font-size: 7pt;
	border-bottom: none;
}

#content .entry .info p.inforight {
	width: 40%;
	float: right;
	font-size: 7pt;
	border-bottom: none;
	text-align: right;
}

#sidebar1 {
	padding: 0 0 0 10px;
	float: left;
	border-right: 1px solid #737373;
	width: 150px;
}

#sidebar1 a, a:visited {
	color: #F90;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #F60;
	text-decoration: underline;
}

#sidebar2 {
	padding: 0 0 0 10px;
	float: right;
	width: 200px;
	border-left: 1px solid #737373;
}

#sidebar2 a, a:visited {
	color: #F90;
	text-decoration: none;
}

#sidebar2 a:hover {
	color: #F60;
	text-decoration: underline;
}

#sidebar1 h2, #sidebar2 h2 {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
}

#sidebar2 p {
	text-align: justify;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
}

#sidebar1 ul, #sidebar2 ul {
	list-style: none;
	font-size: 1px;
	margin-left: 15px;
	margin-bottom: 10px;
}

#sidebar1 ul li, #sidebar2 ul li {
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 8pt;
}

#sidebar1 .advertising, #sidebar2 .advertising {
	width: 99%;
	border: 1px solid #737373;
	margin: 5px 0px 10px 0px;
	height: 100px;
}

#footer {
	color: #7D7D7D;
	font-family: Verdana;
	font-size: 7pt;
	margin-bottom: 5px;
}

#footer a, a:visited {
	color: #E5E5E5;
	text-decoration: none;
}

#footer a:hover {
	color: #F90;
	text-decoration: underline;
}

#sidebar1 .searchbox #s, #sidebar2 .searchbox #s {
	width: 150px;
	border: 1px solid #737373;
	color: #E5E5E5;
	font-family: Verdana;
	font-size: 7pt;
	padding: 2%;
	margin: 10px 0px;
	background:transparent none repeat scroll 0 0;
	color:#E5E5E5;
	font-family:Tahoma;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:auto;
	line-height:normal;
	padding: 6px 10px 5px;
}

#sidebar1 .searchbox #x, #sidebar2 .searchbox #x {
	display: none;
}

#sidebar1 #rss, #sidebar2 #rss {
	margin-top: 50px;
}

.tagcloud {
	font-family: Tahoma;
	font-weight: normal;
}

/* Wordpress required */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* If logo isn't hardcoded */

h1.logo1, h1.logo1 a, h1.logo1 a:visited, h1.logo1 a:hover {
	color: #F90;
	font-weight: normal;
	font-family: Georgia,"Verdana","Times New Roman",serif;
	font-style: normal;
	font-size: 30px;
	line-height: 1.2em;
}

p.logo1 {
	color: #FFFFFF;
	font-size: 7pt;
	font-family: tahoma;
}