/*
Theme Name: S.N.O.
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 {
}

/* =body */
body {
	background: #000000;
	color: #cccccc;
	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 {
	background: url('/wp-content/themes/snoband/images/sitebg_900x600.jpg');
	height: 600px;
	width: 900px;
}

#header {
	height: 115px;
	overflow: hidden;
	text-align: left;
	width: 900px;
}

#menu {
	height: 20px;
	overflow: hidden;
	text-align: left;
	width: 900px;
}

#main {
	text-align: left;
	height: 420px;
	overflow: hidden;
	width: 900px;
}

#footer {
	/* background: #333333; */
	height: 50px;
	overflow: hidden;
	text-align: left;
	width: 900px;
}

.page {
	/* background: #660000; */
	height: 380px;
	overflow: auto;
	position: relative; top: 15px; left: 15px;
	width: 870px;
}

.left-column {
	/* background: #006600; */
	height: 350px;
	overflow: auto;
	float: left;
	width: 425px;
}

.right-column {
	/* background: #000066; */
	height: 350px;
	overflow: auto;
	float: right;
	width: 425px;
}

.navigation {
	margin: 10px 0 10px 0;
}

/* =h2 */
.page h2 {
	font-size: 16px;
	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;
}

/* =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 #666666;
	margin-bottom: 5px;
	padding-top: 5px;
}


/* =a */
a { color: #689f97; }
a:hover { color: #78afa7; }

a#home {
	display: block;
	margin: 10px;
	padding: 50px;
	text-decoration: none;
	width: 180px;
}

#menu ul li a {
	color: #689f97;
	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: #78afa7; }

/* =table */
table { margin: 0 0 25px 0; }

/* =td */
table.gigs td { padding: 2px 10px 2px 2px; }
table.gigs td.gig_when { background: #000000; width: 100px; }
table.gigs td.gig_where { background: #000000; width: 400px; }
table.gigs td.gig_comment { background: #000000; width: 300px; }

/* =img */
table.gigs img { margin-right: 5px; vertical-align: top; }

/* =input + =textarea */
input[type="text"], textarea {
	background: #000000;
	border: 1px solid #999999;
	color: #cccccc;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 2px;	
}
