/*  
Theme Name: The Straws
Theme URI: http://www.thestraws.be
Description: A custom theme for the band "The straws"
Version: 1.0
Author: Nicolas St&eacute;venart
Author URI: http://www.j0hn.be
*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
div.spacer { clear: both; height: 0px; overflow: hidden; }




/* THE STRAWS */

body { 
	background-color: #000000; 
	font: 12px "Lucida Grande", Arial, Verdana, sans-serif; 	
	color: #a6a6a6;
}

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

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#container {
	background-color: #000000;
	width: 100%;	
}

div#header {
	background: url("./images/header_home.jpg") top left no-repeat #000000;
	height: 301px;
}

div.menusep {
	clear: both; height: 1px; overflow: hidden;
	background: url("./images/menusep_home.jpg") top left no-repeat #000000;
}

ul#menu {
	display: block; 
	list-style: none;
	padding: 0px 0px 0px 108px;
}
	ul#menu li {
		float: left;
	}
	ul#menu a {
		color: #ffffff;
		display:block;
		text-decoration: none;
		padding: 5px 15px 5px 0px;
	}
	
	ul#menu a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	ul#menu li.current_page_item a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}
	

div#content {
	
	width: 780px;
	padding: 10px 0px 10px 108px;
}


/* POSTS */ 

div.entrytitle {
}
	div.entrytitle h2 {
		font-size: 2em;
		padding: 0px 0px 0px 0px;
	}
		div.entrytitle h2 a {
			color: #ffffff;
			text-decoration: none;
		}
	div.entrytitle h3 {
		color: #333333;
		font-size: .9em;
		padding: 0px 0px 0px 0px;
	}


div.entrybody {
}

	div.entrybody p {
		padding: 5px 0px 5px 0px;
	}
	
	div.entrybody strong {
		color: #a50700; font-weight: bold;
	}
	
	div.entrybody em {
		font-style: italic; 
	}
	
	div.entrybody div.col_left {
		float: left;
		padding-right: 30px;
	}
	div.entrybody div.col_right {
		float: left;
		text-align: justify;
	}
	div.entrybody div.w100 { width: 100px; }
	div.entrybody div.w200 { width: 200px; }
	div.entrybody div.w300 { width: 300px; }
	div.entrybody div.w400 { width: 400px; }
	div.entrybody div.w500 { width: 500px; }
	div.entrybody div.spacer { clear: both; float: none; height: 0px; overflow: hidden; }

div.entrymeta {
	margin: 0px 0px 20px 0px;	
}

div.postinfo {
	color: #313131;
	font-size: .9em;
	padding: 5px 0px 5px 0px;
}
	div.postinfo a { color: #a6a6a6; text-decoration: none; }
	div.postinfo a:hover { color: #a6a6a6; text-decoration: underline; }
	div.postinfo .postedby {
		
	}
	div.postinfo .filedto {
		
	}

a.commentslink {
	color: #a50700;
	text-decoration: none;
}
	a.commentslink:hover {
		text-decoration: underline;
	}


/* COMMENTS */

div.commentsblock {
	
}
	div.commentsblock h3 {
		font-size: 1.5em;
		color: #a50700;
		margin: 20px 0px 5px 0px;
	}

	div.commentsblock ol.commentlist {
		
	}
	
		div.commentsblock ol.commentlist li {
			margin: 0px 0px 10px 10px;
			padding: 0px 0px 0px 10px;
		}
		
		div.commentsblock ol.commentlist li.odd {
			border-left: 5px solid #a50700;
		}
		
		div.commentsblock ol.commentlist li.pair {
			border-left: 5px solid #a6a6a6;
		}
	
	div.commentsblock form#commentform {
		border-left: 5px solid #333333;
		margin: 0px 0px 10px 10px;
		padding: 0px 0px 0px 10px;
	}
		
		div.commentsblock form#commentform .required {
			color: #a50700;
		}
		
		div.commentsblock form#commentform input {
			background-color: #000000;
			border-style: none;
			border-bottom: solid 1px #a50700;
			color: #ffffff;
			margin: 0px 0px 2px 0px;
		}
		
		div.commentsblock form#commentform input#submit {
			background-color: #a50700;
			border-style: none;
			color: #ffffff;
			margin: 5px 0px 0px 0px;
		}
		
		div.commentsblock form#commentform textarea {
			background-color: #000000;
			border: solid 1px #a50700;
			color: #ffffff;
			font: 1em "Lucida Grande", Arial, Verdana, sans-serif; 
			width: 500px;
			margin: 5px 0px 5px 0px;
			
		}


/* FOOTER */

div#footer {
}

	div#footer div#blog_links {
		background-color: #111111;
		font-variant: small-caps;
		padding: 10px 0px 10px 108px;
	}

		div#footer div#blog_links div.column {
			float: left;
			width: 200px;
			margin-right: 20px;
		}
		
		div#footer div#blog_links strong { color: #a50700; font-weight: bold; }
	
		div#footer div#blog_links ul {
			list-style: none;
		}
		
		div#footer div#blog_links li {
		}

	div#footer div#copyright {
		color: #333333;
		font-size: .8em;
		padding: 10px 0px 10px 108px;
	}
		
		div#footer div#copyright strong { font-weight: bold; }































