/*
	cody krieger dot com / stylesheet
	http://codykrieger.com
	cody krieger, 2010
*/

body, h1, h2, h3, h4, h5, h6, div, span, p, ul, li {
	padding: 0;
	margin: 0;
}

body {
	background: url(/images/bg.jpg) repeat;
	text-shadow: #eaeaea 0 1px 0;
	font: 10pt/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #545454;
}

a:hover, a:active {
	color: #272727;
}

a img {
	border: none;
	text-decoration: none;
}

abbr {
	border-bottom: dashed black 1px;
	cursor: help;
}

h1, h2, h3, h4 {
	display: block;
	color: #555;
	border-bottom: dotted #777 1px;
}

h1 {
	font-size: 19pt;
	padding-bottom: 8px;
}

h2 {
	font-size: 14pt;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
  text-align: center;
}

.biColumn {
	float: left;
	width: 45%;
	padding: 15px;
}

.biColumn.left {
	text-align: right;
}

.clear {
	clear: both;
}

.top {
	position: relative;
	text-align: center;
	top: 45px;
}

.middle {
	top: 50%;
}

#wrapper {
	background: url(/images/bg-main.jpg) no-repeat center top;
	width: 881px;
	height: 587px;
	margin: 0 auto;
	overflow: visible;
}

#nav, #nav-hot {
  position: relative;
	clear: both;
	margin: 0 auto;
	margin-top: 5px;
	width: 415px;
	height: 20px;
	border-top: solid #bbb 1px;
	border-bottom: solid #bbb 1px;
}

#nav-hot {
  margin-top: 0;
  border-top: none;
}

#nav a, #nav-hot a {
	font-weight: normal;
}

#nav .sep {
	padding: 0 13px;
}

#nav-hot .sep {
  padding: 0 5px;
}

.sep.red {
  color: #890000;
}

#main {
	text-align: left;
	margin-top: 15px;
}

#main a {
	border-bottom: dotted #666 1px;
}

#main a:hover, #main a:active {
	border-bottom: solid #272727 1px;
}

#content {
	padding: 15px 25px;
}
