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

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

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

01 - General

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

*{margin:0;padding:0;}

body{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
}

div#wrapper{position:relative;z-index:1;}
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;}
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:#fff;
	left:206px;
	padding:0 0 0em;
	position:relative;
	top:119px;
	width:615px;
/*	line-height:2em; */
}
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 a.visit-site{color:#fff;position:absolute;right:42px;text-transform:uppercase;top:24px;}
div#content a.visit-site:hover{
	color:rgb(255,204,0);
}

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

	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:615px;
}
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;}
#wrapper #content table tr td .MsoNormal strong span a span {
	color: rgb(255,204,0);
}
#wrapper #content table tr td .MsoNormal strong span a span {
	color: rgb(255,204,0);
}
#wrapper #content table tr td p span {
	list-style-position: inside;
	list-style-type: square;
}
#wrapper #content table tr td ul li .MsoNormal {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrapper #content table tr td ul li .MsoNormal {
	font-size: 10pt;
}
#wrapper #content table tr td ul li .MsoNormal {
	font-size: 10pt;
}
