/*
default styles for kylemasuga.com
Created:        Feb 27 2006
Last Modified:	Feb 27 2006
----------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
===========================================*/

/* NORMALIZING styles
===========================================*/
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
}
table { border: 0px;}





/* MAIN styles
===========================================*/
body{
	background-color: #fff;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #363636;
}

h1{
	font-size: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin:0;
	font-weight: normal;
}

	#header h1 { 
		position: absolute;
		top: 0px;
		left: 0px;
		/* put the background image here too to avoid 'flash' when viewing in IE */
		background: transparent url('../images/logo.gif') 0 0 no-repeat;
	}

	#header h1 a {
	background: transparent url('../images/logo.gif') 0 0 no-repeat;
	display: block;
	height: 25px;
	width: 399px;
	color: #DADFCE;
	padding: 25px 0px 0px 0px; 
	height: 0px !important;
	height /**/:25px;
	overflow:hidden;
	font-size: 1px;
	}

h2{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin:10px 0 0;
}

a:link, a:visited {color: #06c; text-decoration: none;}
a:hover{color: #4695E7;}
a:active{color: #06c;}

p {
	padding:5px 0;
	margin:0px 0px 5px 0px;
}

td { vertical-align: top;}

dt { font-weight: bold; }

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.buildnotes{
	border: 1px solid #cacaca;
	margin: 5px;
	padding: 10px;
	background: #E2F372;
	font-style: italic;
	clear:both;
	width: 600px;
	position:relative;
	left: 50%;
	margin: 0 0 0 -300px;
}



/* =CONTAINER styles
===========================================*/
#container{
	width: 602px;
	position:relative;
	left: 50%;
	margin: 50px 0 0 -301px;
	background: #fff;
}




/* =HEADER styles
===========================================*/
#header{
	margin: 5px;
	padding: 10px;
	text-align: right;
	background: #fff;
}
	#header h1 { text-align: left; }

	#header-nav, #header-nav-sup{
		margin: 5px 0px;
		padding: 0px;
		list-style: none;
	}
	#header-nav li{
		display: inline;
		padding: 5px 0px 0px 5px;
	}
	#header-nav-sup li{
		display: inline;
		padding: 5px 0px 0px 5px;
	}





/* =CONTENT styles
===========================================*/
#content{
	margin: 15px 0 15px 0;
	padding: 0;
	background: #fff;
	width: 602px;
	float: left;
	display: inline;
}




/* =SIDEBAR styles
===========================================*/
#sidebar{
	border: 1px solid #ccc;
	margin: 5px;
	padding: 10px;
	background: #fff;
	width: 200px;
	float: right;
	display: inline;
}




/* =FOOTER styles
===========================================*/
#footer{
	clear: both;
	border-top: 1px dotted #ccc;
	margin: 0;
	padding: 0px;
	background: #fff;
	width: 600px;
}

#footer p {
	padding: 5px 10px;
	text-align:center;
	margin: 0px;
}

#footer-nav {
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
}
#footer-nav li{
	display: inline;
	padding: 5px 0px 0px 5px;
