/*
Theme Name: Nigels11
Theme URI: http://www.evillittleclown.com/
Description: Theme for Nigels11 by Bill Curran
Version: 0.1
Author: Andre Sugai
Author URI: http://www.andresugai.com/
Tags: band, custom, brown, red, yellow

	Nigels11 v0.1
	 http://www.evillittleclown.com/

	This theme was designed by Bill Curran 
	and built by Andre Sugai

*/

html {
	overflow: hidden;
	background-color: #000;
}

#page {
	width: 970px;
	margin: 0 auto;
	font-family: "Courier New", Courier, monospace;
}

a {
	color: #790000;
	text-decoration: none;
	font-weight: bold;
}

p {
	margin-bottom: 18px;	
}

/* General */
.alignleft {
	text-align: left;	
}

/* Header */
#header {
	width: 970px;
	height: 52px;
	position: absolute;
	top: 0;
	margin: 0 auto;
	text-align: center;
}

/* Content */
#content {
	background: url('images/content.jpg') top left no-repeat;
	width: 970px;
	margin: 0 auto;
	padding-top: 28px;
	text-align: center;
	overflow: auto;
	position: absolute;
	top: 52px;
	bottom: 49px;	
}

#logo_link {
	width: 175px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 20px;
	cursor: pointer;
}

/* Posts */
#posts {
	width: 370px;
	text-align: left;
	margin-left: 255px;
	float: left;
	word-wrap: break-word;
}

.photos {
	width: 670px !important;
}

.post {
	font-size: 12px;
	color: #000;
	margin-bottom: 40px;
}

.post h2 {
	color: #330000;
}

.post strong {
	font-weight: bold;
}

.post img {
	width: 279px;
	height: auto;
	margin: 0 0 0 44px;
}

.entry {
	margin-top: 10px;
}

#comments {
	font-size: 12px;
	font-weight: bold;
}

.comment {
	font-size: 12px;
}

#respond {
	font-size: 13px;
}

#respond h3 {
	font-weight: bold;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 310px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
	display: table;
}

#sidebar strong {
	color: #000;	
}

#sidebar div {
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 18px;	
}

#sidebar h1 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Footer */
#footer {
	background: url('images/footer.jpg') top left no-repeat;
	width: 970px;
	height: 49px;
	margin: 0 auto;
	text-align: center;
	position: fixed; 
	bottom: 0;
}

/* GigPress Override */
p.gigpress-subscribe, tr.gigpress-info td span {
	color: #000 !important;	
}

#tourdates li, #twitterfeeds li {
	float: left;
	margin-bottom: 10px;
	font-weight: normal;
}

#tourdates span {
	float: left;
	font-weight: normal;
}

#tourdates span a {
	font-weight: normal;	
}

.gigpress-sidebar-date {
	margin-right: 10px;	
}

.gigpress-sidebar-city, .gigpress-sidebar-prep, .gigpress-sidebar-venu {
	margin-right: 5px;
}

/* Twitter Widget Override */
.widgettitle {
	display: none;
}
.tweets li {
	width: 300px;
	word-wrap: break-word;
}