/*  
Theme Name: Kevin Rheault
Version: 1.6
Author: Yosef
Author URI: http://www.yoyoyosef.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background: #000000;
	color: #ffffff;
	text-align: left;
	line-height:1.6em;
	}

table,th,td {font-size:inherit;font:100%;}

#content {font-size: 1.1em; background: transparent;}

.alt {background-color: #333; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
xsmall {font: .9em 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; color: #fff;}
abbr {border: none; text-decoration: none;}

h1, h2, h3 {margin: 2em 0 .3em 0; font-size: 3em; background-color:transparent; font-weight:normal; text-transform:uppercase;}
h1, h1 a, h1 a:hover, h1 a:visited, {text-decoration: none; color:black;}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {color: #ffffff;}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, {text-decoration: none;}
a, h2 a:hover, h3 a:hover {color: #ffffff;text-decoration: underline;}
a:hover {color: #ffffff;text-decoration: none;}
/* End Typography & Colors */




/* Begin Structure */
body {margin: 0 0 0 0; padding: 0;}

#page {
	background: #000000 url('http://www.kevinrheault.com/img/bg.jpg');
	margin: 50px auto;
	padding: 0;
	width: 900px;
	height:600px;
	border: 1px solid #ffffff;
	overflow: auto;
	}

#page.about {background: #000000 url('http://www.kevinrheault.com/img/photos/small_tape_recorder.jpg') repeat;}
#page.music {background: #000000 url('http://www.kevinrheault.com/img/photos/record_playa.jpg') repeat;}
#page.shows {background: #000000 url('http://www.kevinrheault.com/img/photos/dolby_rack.jpg') repeat;}
#page.links {background: #000000 url('http://www.kevinrheault.com/img/photos/3m_tape_box.jpg') repeat;}

#header {
	background: #ffffff;
	margin: 0px; 
	padding: 0px; 
	height: 50px; 
	width: 900px;
	}

#rightcolumnwrap {
	background:transparent;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 570px;
	display:block;
	}
	
#leftcolumn {
	background:transparent;
	float: left;
	padding: 0px;
	margin: 0 0 0 25px;
	width: 270px;
	}
	
#middlecolumn {
	background:transparent;
	float: left;
	padding: 0px;
	width: 270px;
	}

.fullcolumn {
	float: left;
	padding: 50px 20px 20px 20px;
	margin: 0px 0 0;
	width: 800px;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height:20px;
	clear: both;
	color: #fff;
	}

#footer p {
	margin: 0;
	padding: 5px 30px 0 50px;
	text-align: right;
	}
	
hr {display: none;}
/* End Structure */




/* Begin right column
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
#rightcolumn {
	background:transparent;
	float: right;
	width: 270px;
	padding: 0;
	margin: 0px;
	}

#rightcolumn ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#rightcolumn li{
	margin: 0;
	display: block;
	padding: 0;
	text-decoration: none;
	width: 100%;
	}

#rightcolumn li ul li {
	margin: 0 0 10px 0;
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}
	
#rightcolumn li ul li li {
	margin: 0;
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #rightcolumn li a {width: auto;}
/* End Sidebar */