/*
Theme Name: S.N.O. 2010
Theme URI: http://snoband.com/
Description: Custom made theme for S.N.O.
Version: 0.1
Author: Mackan
Author URI: http://snoband.com/
Tags:
*/

/* ########## reset all styles ########## */

/* UI Reset CSS, stolen from http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* ########## common style for entire site ########## */

/* =html */

html { background: #000000; }

/* =body */
body {
	background: #000000;
	color: #f6e0b8;
	color: #bda26e;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	word-spacing: 0.1em;
	font-size: 11px;
}

/* =div */
#site-wrapper {
	margin: 25px auto 0 auto;
	width: 900px;
}

#content {
	// border: 1px dotted #666666;
	background: url('/wp-content/themes/snoband-2010/images/sitebg_900x600.gif');
	height: 600px;
	text-align: center;
	width: 900px;
}

#header {
	// border: 1px dotted #666666;
	height: 115px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-align: center;
	width: 800px;
}

#menu {
	// border: 1px dotted #666666;
	height: 25px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 800px;
}

#main {
	// border: 1px dotted #666666;
	text-align: left;
	height: 415px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	width: 800px;
// background: #ff0000;
}

#footer {
	// border: 1px dotted #666666;
	height: 50px;
	overflow: hidden;
	text-align: left;
	width: 900px;
}

.page {
	// background: #660000;
	height: 420px;
	overflow: auto;
	// position: relative; top: 15px; left: 15px;
	width: 800px;
}

.left-column {
	// background: #006600;
	height: 415px;
	overflow: auto;
	float: left;
	width: 400px;
}

.right-column {
	// background: #000066;
	height: 415px;
	overflow: auto;
	float: right;
	width: 400px;
}

.navigation {
	margin: 10px 0 10px 0;
}

/* =h2 */
.page h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

/* =h3 */
.page h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

/* =p */
p {
	margin: 0 0 10px 0; }

/* =strong */
strong { font-weight: bold; }

/* =emphasized */
em { font-style: italic; }

/* =ul */
#menu ul {
	margin-left: 15px;
	overflow: auto;
}

/* =li */
#menu ul li {
	float: left;
	font-family: Arial, sans-serif;
	padding-right: 25px;
}
ol.commentlist li {
	border-bottom: 1px solid #332010;
	margin-bottom: 8px;
	padding-top: 8px;
}

/* =a */
a { color: #8f681f; }
a:hover { color: #f6e0b8; }

a#home {
	display: block;
	height: 80px;
	margin: 25px auto 0 auto;
	padding: 0px;
	text-decoration: none;
	width: 200px;
}

#menu ul li a {
	color: #8f681f;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:hover { color: #f6e0b8; text-decoration: underline; }

/* =table */
table { margin: 0 0 25px 0; }

/* =td */
table.gigs td { padding: 2px 10px 2px 2px; }
table.gigs td.gig_when { background: #332010; width: 100px; }
table.gigs td.gig_where { background: #332010; width: 400px; }
table.gigs td.gig_comment { background: #332010; width: 300px; }

/* =img */
table.gigs img { margin-right: 5px; vertical-align: top; }

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* =input + =textarea */
input[type="text"], textarea {
	background: #000000;
	border: 1px solid #332010;
	color: #f6e0b8;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 2px;	
}
