/*
Theme Name: Altman's Evo IX
Theme URI: http://www.altonymous.com/
Description: Personal theme developed by Chris Altman and designed by Kevin Altman
Version: 1.0
Author: Chris & Kevin Altman
Author URI: http://www.altonymous.com/
Tags: slate, custom header, variable width, two columns

	Altman v1.0
	 http://www.altonymous.com/
	 http://www.itsthatguy.com/

	This theme was built by Chris Altman
	whose blog you will find at http://www.altonymous.com/

	This theme was designed by Kevin Altman
	whose blog you will find at http://www.itsthatguy.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background: url(images/main_bg.jpg);
	background-position: center top;
	color: #707070;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	font-size: 14px;
	color: #ed1c24;
	text-decoration: none;
}
.form {
	width: 339px;
}
#page {
	background: url(images/header.png);
	background-position: center 93px;
	background-repeat: no-repeat;
	height: auto;
	margin: 0 auto;
	min-height: 600px;
	position: relative;
	width: 100%;
	top: 0px;
}
/* -------------------------------------------- HEADER */
#header {
	background: url(images/header.jpg);
	background-color: #050e26;
	background-position: center top;
	background-repeat: no-repeat;
	height: 93px;
	position: relative;
	margin: 0 auto;
	width: 100%;
}
/* -------------------------------------------- TAG & NAV */
#tag {
	height: 205px;
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#nav {
	height: 65px;
	position: relative;
	margin: 0 auto;
	width: 960px;
	top: 19px;
}
#nav ul {
	display: inline;
	float: right;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	text-transform: uppercase;
}
#nav ul li {
	color: #ffffff;
	display: inline;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
}
#nav a {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul li:hover {
}
/* -------------------------------------------- MAIN CONTENT */
#maincontent {
	clear: both;
	height: auto;
	overflow: auto;
	padding-bottom: 20px;
	position: relative;
	margin: 0 auto;
	width: 960px;
}
#maincontent h1 {
	color: #ed1c24;
	font-weight: normal;
}
#maincontent h2 a:hover {
	background: none;
	color: #ed1c24;
	text-decoration: underline;
}
#maincontent h2, #maincontent h2 a {
	color: #ed1c24;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	text-decoration: none;
}
#maincontent a:hover {
	text-decoration: underline;
}
#maincontent p {
	font-size: 14px;
	line-height: 20px;
}
.resume ul {
	list-style-type: none;
	padding-top: 0;
	margin-top: 0;
}
#colleft {
	float: left;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 700px;
}
#colleft div:first-child {
	border-top: none;
	padding-top: 0;
}
#colleft > div {
	border-top: 1px solid #d5d5e4;
	padding-bottom: 10px;
	padding-top: 20px;
}
#colright {
	float: left;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 220px;
}
#colright ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
/* -------------------------------------------- THREE COLUMN */
#threecol {
	background: url(images/3col.png);
	clear: both;
	border-bottom: 1px solid #fafafa;
	border-top: 1px solid #fafafa;
	overflow: auto;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	position: relative;
}
#threecol #threeleft {
	float: left;
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 300px;
}
#threecol #threemid {
	float: left;
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 300px;
	overflow: auto;
}
#threecol #threeright {
	float: left;
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 300px;
}
/* -------------------------------------------- FOOTER */
#footer {
	background: url(images/evo.png);
	background-repeat: no-repeat;
	clear: both;
	height: 320px;
	margin: 0 auto;
	position: relative;
	width: 960px;
	padding-bottom: 20px;
}
#footer p {
	font-size: 12px;
	position: relative;
	text-align: right;
	top: 285px;
	line-height: 10px;
}
#footer p a
{
	font-size: 12px;
}
/* -------------------------------------------- POST STYLES */
.post small {
	font-size: 11px;
}
.post .entry p {
	margin-top: 12px;
}
.post a:hover {
	background-color: #ed1c24;
	color: #ffffff;
}
p.postmetadata, p.postmetadata a {
	font-size: 11px !important;
}