/*
Theme Name: Novomancy
Theme URI: http://novomancy.org/
Description: The theme for Novomancy.org
Author: John Bell
Author URI: http://john.novomancy.org/
Version: 1.0 
Tags: black, gold, two-columns, fixed-width, 

License: All rights reserved
*/

body{
	background: #111 url("img/novomancy_bg.jpg") no-repeat fixed center 136px;
	font-family: arial, sans-serif;
}

img{
	border: 2px solid black;
}

a, a:hover, a:visited, a:active{
	color: #BBB;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	border-width: 0px;
}

#header{
	width: 100%;
	height: 136px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#header_content{
	width: 950px;
	height: 136px;
	background: #111 url("img/novomancy_header_bg.jpg") no-repeat 0px 20px;	
	margin: 0 auto;
}

#header_title{
	height: 72px;
	width: 398px;
	position: relative;
	top: 53px;
	left: 5px;
}

#header_buttons{
	height: 45px;
	width: 165px;
	position: relative;
	top: 17px;
	left: 780px;	
}

.header_portfolio{
	background: url("img/title_portfolio.png") no-repeat;
}

p{
	margin: 1.5em 4em;
}

.hanging{
	text-indent: -45px;
	padding-left: 45px;
}

.hanging p{
	margin: 3px 0px;
}

#main{
	width: 100%;
	z-index: 0;	
}

#body_column{
	position: relative;
	width: 950px;
	margin: 140px auto 10px;
}

#nav{
	position: relative;
	width: 200px;
	left: 10px;
	top: 0px;
}

#nav img{
	margin-top: -7px;
}

#body_column{
	color: #F5F1DE;
	font-size: 14px;
}

#body_column div{
	margin: 2em 30px;
	line-height: 1.5em;
}

#navbar{
	padding: 2px 2px;
	text-align: center;
}

#perspective_top{
	width: 724px;
	height: 46px;
	margin: 0 auto 1em !important;
	background-image: url("img/perspective_top.png");
}

#perspective_top select{
	display: block;
	position: relative;
	background-color: #111;
	top: 7px;
	left: 310px;
	border: none;
	color: #F5F1DE;
	width: 216px;
	height: 24px;
	font-size: 15px;
	-khtml-appearance: none;
	cursor: pointer;
}

#project_list{
	width: 690px;
	margin: 0px auto !important;
	text-align: left;
}

#project_list div{
	float: left;
	width: 220px;
	height: 130px;
	text-align: center;
	padding: 5px;
	margin: .5em 0;
}

#perspective_bottom{
	clear: left;
	width: 724px;
	height: 20px;
	margin: .8em auto !important;
	background-image: url("img/perspective_bottom.png");
}