/*  
Theme Name: The Knott V2
Description: A theme built from scratch for The Knott's official website.
Version: 1.0
Author: Matt Keeble
Author URI: http://www.theknott.co.uk/


COLOUR REF:	
	Menu Items: #992b00;
	Page Background: #686667;
END COLOUR REF: 
**/


* {
	padding: 0;
	margin: 0;
}

body {
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #CCCCCC;
	background: #686667 url(images/backgrounds/mainbg.jpg) repeat-x;
}

h1 { font-size: 24px; line-height: 1.5em; }

h2 { font-size: 20px; line-height: 1.5em; }

h3 { font-size: 18px; line-height: 1.5em; }

h4 { font-size: 16px; line-height: 1.5em; }

h5 { font-size: 14px; line-height: 1.5em; }

p { font-size: 12px; line-height: 1.5em; margin: 10px 0 10px 0;}

a {
	text-decoration: none;
}

a, a:visited {
	color: #fff;
	background: transparent;
}

a:hover, a:active {
	color: #992b00;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
	margin-left: 15px;
}

#wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url(images/backgrounds/imagebg.jpg) right top no-repeat;
}

#header {
	width: 100%;
}

#header h1 {
	position: relative;
	top: 114px;
	float: right;
	clear: none;
	padding-top: 84px;
	background: transparent url(images/logos/theknott-logo.jpg) right top no-repeat; 
	overflow: hidden;
	height: 0px !important;
	height /**/: 84px;
}

#header h1 a {
	padding-top: 84px;
	padding-left: 380px;
}

#header h2 {
	position: relative;
	font-size: 1.3em;
	top: 114px;
	float: right;
	clear: right;
	color: #ffb200;
	margin-right: 5px;
}

#headerNav {
	position: absolute;
	left: 16px;
	margin-right: 463px;
	top: 10px;
	z-index: 5;
	list-style-type: none;
}

#headerNav li {
	float: left;
	clear: none;
	background: transparent url(images/backgrounds/navbuttonrightOFF.png) right top no-repeat;
	margin: 0;
	margin-right: 11px;
	height: 50px;
}


#headerNav li a {
	display: block;
	font-size: 1.65em;
	font-weight: bold;
	margin-left: -15px;
	padding: 13px 17px 17px 15px;
	background: transparent url(images/backgrounds/navbuttonleftOFF.png) left top no-repeat;

}

/* Sidebar Section */
.sidebar {
	position: relative;
	top: 0px;
	padding: 1px 1em 1em 0;
	width: 180px;
	text-align: center;
	margin: 0 0 15px 7px;

}

.sidebar img[href="http://www.reverbnation.com/widgets/buffer.gif"] {
        width: 1px;
}

#sidebar1 {
	float: left;
	border-right: 1px dashed #cccccc;
        width: 200px;
}

#sidebar2 {
	float: left;
	display: none;
        width: 0;
        height: 0;
}

#sidebar3 {
	float: right;
	border-left: 1px dashed #cccccc;
        width: 200px;
        margin-left: 10px
}

.sidebar * {
	float: none;
	text-align: left;
}

/* Sidebar headings */
.sidebar h4, .sidebar .widgettitle { 
	margin: 0;
}

/* CONTENT SECTION */
#content {
	padding: 0;
	position: absolute;
	top: 224px;
}

#content .entry {
	clear: none;
	margin: 0 196px 0px 210px;
	padding: 15px 15px 15px 25px;
	border-bottom: 1px dashed #ccc;
}

#content .entry h2 {
	font-size: 30px;
}
#content .entry h3 {
	font-size: 24px;
}

#content .contentdate {
	float: left;
	width: 50px;
	height: 50px;
	padding-right: 4px;
	background: transparent url(images/backgrounds/navbuttonrightOFF.png) right top no-repeat;
	text-align: center;
}
#content .contentdate  h3, #content .contentdate  h4 {
	text-align: center;
	margin: 0 0 0 -15px;
	padding: 0 0 4px 0;
}
#content .contentdate  h3 {
	font-size: 10px;
	padding: 2px 0 0 0;
	background-position: top left;
	background: transparent url(images/backgrounds/navbuttonleftOFF.png) left top no-repeat;
}

#content .contentdate h4 {
	font-size: 18px;
	margin-top: -5px;
	padding: 0 0 11px 0;
	background: transparent url(images/backgrounds/navbuttonleftOFF.png) bottom left no-repeat;
}

#content .post_related_links {
	padding: 4px 10px;
	clear: none;
}
#content .post_related_links li {
	display: inline;
	padding: 4px 0;
}
#content .post_related_links a {
	color: #CCCCCC;
	text-decoration: underline;
}

#album_fund_donate_button {
	float: right;
	margin-left: 10px;
}

#album_fund_donate_button_left {
	float: left;
	margin-right: 10px;
}

.image_container {
	float: left;
	width: 250px;
	margin: 15px 0 0 0;
}
.image_container img {
	margin: 0 10px 10px 0;
}


#image-gallery {
	display: block;
	float: none;
}

#image-gallery li, #image-gallery ul {
	display: inline;
	float: none;
	margin: 0;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px 0;
}

#footer p {
	width: 90%;
	margin: 10px auto;
	text-align: left;
}

.post_spacer {
        height: 35px;
}

/* SPECIFICS ... */
#bandMemberPhoto {
	float: left;
	margin: 0 10px 10px 0;
}
