/*
Theme Name: Nick Anvelink
Theme URI: http://www.budzodesigns.com/
Description: Default theme for anvelink15.com.
Version: 1.0
Author: Chris Budzban
Author URI: http://www.budzodesigns.com/
Tags: nick, anvelink

*/

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

a {
	color: #008E47;	
}

a:hover {
	color: #555;	
}

a img {
	border: none;	
}

body {
	background: #2c2c2c url(images/back.gif) repeat-x; 	
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

#header {
	width: 1152px;
	height: 324px;
	margin: 0 auto;
}

#header p  {
	width: 1152px;
	height: 324px;
	display: block;
	border: none;
}



#wrapper {
	width: 960px;
	margin: 0 auto -74px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Navigation */

#navigation {
	width: 960px;
	height: 66px;	
}

#navigation ul {
	list-style: none;
	float: left;
}

#navigation ul li {
	float: left;	
}

#navigation ul li a {
	display: block;
	height: 66px;
	text-indent: -9999px;
	float: left;
}

#navigation ul li#nav-bio a {
	width: 130px;
	background: url(images/nav-bio.gif) no-repeat;
}

#navigation ul li#nav-pics a {
	width: 168px;
	background: url(images/nav-pics.gif) no-repeat;
}

#navigation ul li#nav-sponsors a {
	width: 242px;
	background: url(images/nav-sponsors.gif) no-repeat;
}

#navigation ul li#nav-merch a {
	width: 200px;
	background: url(images/nav-merch.gif) no-repeat;
}

#navigation ul li#nav-contact a {
	width: 220px;
	background: url(images/nav-contact.gif) no-repeat;
}

/* Side Column */

#side-column {
	width: 300px;
	float: left;
	display: inline;
	margin: 25px 0 25px 15px;
	clear: left;
	background: #000 url(images/sidebar-bottom-back.jpg) bottom left no-repeat;
}

#sidebar-wrap {
	background: url(images/sidebar-top-back.jpg) top left no-repeat;	
}

#side-column h3 {
	margin: 0 15px;
	padding: 15px 0 0px;
}

#side-column p, .textwidget {
	font-size: 1.2em;
	margin: 15px 20px;
	line-height: 1.4em;	
}

#side-column ul, #content ul {
	margin: 10px 0;
	list-style: none;
	font-size: 1.3em;
}

#side-column li {
	margin: 10px 20px;	
}

#side-column li.li-widget {
	margin: 0;	
}

#content ul {
	margin: 10px 20px;	
}

#content li {
	margin: 5px 0;	
}

/* Content */

#content {
	width: 615px;
	float: left;
	display: inline;
	margin: 25px 15px 25px 15px;
	background: #000 url(images/content-bottom-back.jpg) bottom left no-repeat;
}

#content h1, #content h2 {
	margin: 0 15px;
	padding: 15px 0 0px;
}

#content p {
	font-size: 1.2em;
	margin: 15px 20px;
	line-height: 1.4em;
}

#content-wrap {
	background: url(images/content-top-back.jpg) top left no-repeat;	
}

.navigation-posts {
	margin: 20px;	
}

.navigation-posts .alignleft {
	float: left;	
}

.navigation-posts .alignright {
	float: right;	
}

.alignleft a, .alignright a {
	display: block;
	padding: 10px 5px;
	font-size: 1.1em;
}

/* Footer */

#photos-provided-by {
	width: 800px;
	clear: left;
	margin: 15px auto;
}

#push {
	clear: both;
	height: 74px;	
}

#footer {
	clear: both;
	height: 74px;
	background: #000 url(images/footer-back.gif) repeat-x;
}

#footer-inside {
	width: 960px;
	margin: 0 auto;
}

#footer-inside p#footer-links {
	line-height: 74px;
	float: left;
	width: 500px;
	font-size: 1.4em;
	color: #555;
	margin-left: 10px;
	letter-spacing: 1px;
}

p#footer-links a {
	color: #ccc;
	text-transform: uppercase;
	text-decoration: none;
}

p#footer-links a:hover {
	color: #fff;	
}

#footer span#budzodesigns a {
	display: block;
	height: 74px;
	width: 299px;
	background: url(images/budzodesigns.gif) no-repeat;
	text-indent: -9999px;
	float: right;
}