/****************

Author: Bill Sledge
Date: December 1, 2009
Website: http://www.poetskiss.com

/****************

01 - General

****************/

*{margin:0;padding:0;}
/*
Body font size is set to 68.8% which is 11px at default on most browsers (1em or 100% being 16px)
*/
body{font-family:Helvetica, Arial, sans-serif;font-size:68.8%;height:100%;}
html{height:100%;}
div#wrapper{position:relative;z-index:1;}
a{
	color:rgb(255,204,0);
	text-decoration:none;
}
a:hover{text-decoration:underline;}
img{border:none}

/****************

	Background

****************/

#supersize{position:fixed;}
#supersize img{height:100%;position:absolute;width:100%;z-index:0;}

/****************

	Header

****************/

div#header{height:64px;left:0;overflow:hidden;position:absolute;top:50px;width:100%;z-index:80;}
h1{background:url(../images/logo.png) no-repeat 0 0;height:64px;left:0;position:fixed;text-indent:-999em;width:201px;}
a#home-link{display:block;height:64px;left:0;position:absolute;text-indent:-999em;width:201px;}
div#tagline{
	background-color:rgb(255,204,0);
	filter:alpha(opacity=80);
	height:64px;
	left:826px;
	opacity:0.8px;
	position:fixed;
	text-indent:-999em;
	width:100%;
}
	
/****************
	
	Menu Navigation
	
****************/
	
	ul#mainNavigation{left:206px;position:absolute;}
	ul#mainNavigation li{float:left;list-style:none;margin-right:5px;}
	div#header ul#mainNavigation li a{
	background-position:0 -64px;
	display:block;
	height:64px;
	text-indent:-999em;
	width:150px;
}
	ul#mainNavigation li a#home{
	background-image: url(../images/main-navigation-home.gif);
	background-repeat: no-repeat;
}
	ul#mainNavigation li a#poets{
	background-image: url(../images/main-navigation-poets.gif);
	background-repeat: no-repeat;
}
	ul#mainNavigation li a#about{
	background-image: url(../images/main-navigation-about.gif);
	background-repeat: no-repeat;

}
	ul#mainNavigation li a#contact{
	background-image: url(../images/main-navigation-contact.gif);
	background-repeat: no-repeat;
}
	div#header ul#mainNavigation li a:hover{
	background-position:0 0;
	color: #CC0;
}
	div#header ul#mainNavigation li a.active{background-position:0 0;}

/****************

	Content

****************/

div#content{
	background-color:none;
	left:206px;
	padding:0 0 0em;
	position:relative;
	top:119px;
	width:618px;
	line-height:2em;
}
div#content h2.toph2{
	border-top:none;
	margin-bottom:0px;
}
div#content h2{
	background-color:none;
	border-bottom:1px solid rgb(255,204,0);
	color:rgb(255,204,0);
	font-size:1em;
	font-weight:595;
	margin-bottom:1em;
	padding:24px 200px 1.2em 42px;
}
div#content h2 span{color:#fff;}
div#content h3{font-size:1.3em;font-weight:400;margin-bottom:0;margin-left:42px;margin-right:66px;}
div#content h4{
	color:rgb(255,204,0);
	font-size:1.3em;
	font-weight:400;
	margin-bottom:1em;
	margin-left:42px;
	margin-right:66px;
}
div#content h5{font-size:1.2em;font-weight:400;margin-bottom:1em;margin-left:42px;margin-right:66px;}
div#content p{
	font-size:12pt;
	margin-bottom:0em;
	margin-left:42px;
	margin-right:66px;
	color:rgb(255, 204, 0);
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: normal;
}
div#content p.error{color:red;}
div#content a.visit-site{color:#fff;position:absolute;right:42px;text-transform:uppercase;top:24px;}
div#content a.visit-site:hover{color:#74a125;}

	
/****************

	Footer

****************/

div#footer{
	background-color:#000;
	color:#fff;
	filter:alpha(opacity=80);
	height:46px;
	left:206px;
	opacity:0.8px;
	padding-top:18px;
	position:relative;
	top:124px;
	width:600px;
}
div#footer p{
	color:rgb(255,204,0);
	font-size:0.8em;
	margin:0;
	text-align:center;
}
div#footer ul{font-size:1.1em;margin:0 0 6px;text-align:center;}
div#footer ul li{border-left:1px solid #fff;display:inline;list-style:none;margin-right:5px;padding:3px 0 0 7px;}
div#footer ul li.first{border:none;}
div#footer ul li a{color:#fff;text-decoration:none;}
div#footer ul li a:hover{text-decoration:underline;}
div#footer img#rss-tiny{padding:1px 4px 0 0;}
