/*
Theme Name: The Inclined
Theme URI: http://www.theinclined.com
Description: Designed by Jeremy. Developed by Jake.
Version: 2.0
Author: Jake Camara
Author URI: http://www.jakecamara.com
*/

/* Reset! */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {margin: 0px; padding: 0px;}

/* Main Stylings */

h2, h3 {
	font-size: 20px;
	padding: 8px 0px;
}

h3 {
	color: #660000;
}

a {
	color: #660000;
	text-decoration: none;
}

small {
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000;
	text-align: center;
	font: 14px Arial;
}

#container {
	margin: 0px auto;
	width: 847px;
	min-height: 600px;
	background: url('images/bg-container.jpg');
	text-align: left;
}

/* Navigation */

#navigation {
	width: 234px;
	min-height: 600px;
	float: left;
}

#navigation ul {
	margin: 100px 0px 0px 50px;
}

#navigation ul li {
	padding: 3px 0px;
}

#navigation ul li a {
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: none;
}

#navigation ul li img {
	border: 0px;
}

#external {
	padding: 100px 0px 0px 100px;
}

#external img {
	margin: 0px 0px 10px 0px;
}

#external a:hover img {
	background-color: none !important;
}

.nav-home:hover {
	background: url('images/bg-nav-home.png') no-repeat right center;
}

.nav-bio:hover {
	background: url('images/bg-nav-bio.png') no-repeat right center;
}

.nav-photo:hover {
	background: url('images/bg-nav-photo.png') no-repeat right center;
}

.nav-video:hover {
	background: url('images/bg-nav-video.png') no-repeat right center;
}

.nav-live:hover {
	background: url('images/bg-nav-live.png') no-repeat right center;
}

.nav-extra:hover {
	background: url('images/bg-nav-extra.png') no-repeat right center;
}

.nav-links:hover {
	background: url('images/bg-nav-links.png') no-repeat right center;
}

.nav-store:hover {
	background: url('images/bg-nav-store.png') no-repeat right center;
}

/* Content Area */

#rightcol {
	margin: 80px 50px 0px 0px;
	width: 563px;
	float: right;
}

#pre-content {
	margin: 0px;
	padding: 0px;
}

#content {
	background: url('images/bg-content.png') repeat-y;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#content a:hover {
	background-color: #660000;
	color: #fff;
}

span#xspf_player0 {
	margin: 0px 25px 0px 25px;
}

#post-content {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.post {
	margin: 0px 25px 0px 25px;
	padding: 15px 0px 7px 0px;
}

.entry {
	line-height: 1.25em;
	padding: 0px 0px 15px 0px;
}

.entry p {
	margin: 8px 0px 7px 0px;
}

.entry img {
	margin: 10px 0px;
}

h3#respond {
	color: #666;
	margin: 0px 0px 10px 0px;
}

form#commentform label {
	font-size: 10px;
}


/* Photo Page */

html body .ngg-album {
	width: 110px;
	float: left;
	border: none;
}

.ngg-albumtitle {
	font-size: .9em;
	font-weight: normal;
	margin: 0px;
}

.ngg-thumbnail {
	float: none;
	clear: right;
}

.ngg-description {
	display: none;
}





