/* CSS Document */

html { overflow: -moz-scrollbars-vertical; 
}

body {
	background: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px;
	color: #333;
}

a {
	color: #009C8C;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.site_main {
	background: #FFF url(images/main_bg.jpg) repeat-y;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	text-align: center;
}

.site_main #header {
	background: #FFF url(images/header.jpg) no-repeat;
	background-position: left;
	height: 137px;
	padding: 0px;
	margin: 0px
}

.site_main #header h1 {
	display: none;
}

.site_main #nav {
	text-align:	Left;
	text-transform: uppercase;
	padding: 23px 0px 0px;
}

.site_main #nav a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

.site_main #nav a:hover {
	text-decoration: underline;
}

.site_main #nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 35px;
}

.site_main #nav li {
	display: inline;
	margin: 0px 10px;
}

/*  Index Content */

.site_content_idx {
	text-align: left;
	font-size: 12px;
}

.site_content_idx h1 {
	color: #009C8C;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
}

.site_content_idx #sidebar {
	background: url("images/idx_sidebar.jpg") no-repeat;
	float: right; /* since this element is floated, a width must be given */
	width: 325px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.site_content_idx #contentMain { 
	background: url("images/idx_contentMain.jpg") no-repeat;
	height: 738px;
	margin: 0px 325px 0px 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/*  //Index Content */

/*  Poetry Content */

.poetry {
	text-align: left;
	font-size: 12px;
}

.poetry h1 {
	color: #009C8C;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 10px;
}

.poetry #sidebar {
	background: url("images/poetry_sidebar.jpg") no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 233px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 469px;
	padding: 10px 55px 10px 0px;
	margin: 0px 0px 0px 10px;
	text-align:	left;
	text-transform: uppercase;
}

.poetry #sidebar a {
	color: #009C8C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}

.poetry #sidebar a:hover {
	color: #252525;
	padding-left: 15px; 
}

.poetry #sidebar a:visited {
	color: #252525;
}

.poetry #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.poetry #sidebar li {
	display: block;
	margin: 10px 62px 10px 0px;
	border-bottom: 1px dotted #CCC;
}

.poetry #contentMain { 
	background: url("images/poetry_contentMain.jpg") no-repeat;
	height: 488px;
	margin: 0 10px 0 309px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 127px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
}

.poetry #contentMain h1 {
	color: #FFF;
	text-align: center;
	padding-top: 50px;
	font-size: 16px;
}

.poetry #contentMain h2 {
	color: #FFF;
	text-align: center;
	padding-top: 27px;
	margin: 0px 0px -10px;
	text-transform: uppercase;
	font-size: 16px;
}

.poetry #contentMain p {
	text-align: center;
	margin: 10px 0px;
}

.poetry #footer {
	background: url("images/poetry_footer.jpg") no-repeat;
	height: 269px;
	margin: 0px 10px;
	
}

/*  //Poetry Content */

/*  Music Content */

.music {
	text-align: left;
	font-size: 12px;
}

.music h1 {
	color: #009C8C;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
}

.music h2 {
	font-size: 16px;
	text-transform: uppercase;
}

.music #sidebar {
	background: url("images/music_sidebar.jpg") no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 163px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 362px;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	text-align:	left;
	text-transform: uppercase;
}

.music #contentMain { 
	background: #FFF;
	height: 281px;
	margin: 0 10px 0 183px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 80px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}

.music #footer {
	background: url("images/music_footer.jpg") no-repeat;
	height: 386px;
	margin: 0px 10px;
	
}

/*  //Music Content */

/*  Lyrics Content */

.lyrics {
	text-align: left;
	font-size: 12px;
}

.lyrics h1 {
	color: #009C8C;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 10px;
}

.lyrics #sidebar {
	background: url("images/lyrics_sidebar.jpg") no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 362px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	text-align:	left;
	text-transform: uppercase;
}

.lyrics #sidebar a {
	color: #009C8C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px 10px 10px;
}

.lyrics #sidebar a:hover {
	color: #252525;
	padding-left: 15px; 
}

.lyrics #sidebar a:visited {
	color: #252525;
}

.lyrics #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.lyrics #sidebar li {
	display: block;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px dotted #CCC;
}

.lyrics #contentMain { 
	background: url("images/lyrics_contentMain.jpg") no-repeat;
	height: 371px;
	margin: 0 10px 0 183px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 45px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
}

.lyrics #contentMain h1 {
	color: #FFF;
	padding-top: 65px;
	font-size: 16px;
	margin: 0px;
}

.lyrics #contentMain p {
	margin: 10px 0px;
	line-height: 22px;
}

.lyrics #footer {
	background: url("images/lyrics_footer.jpg") no-repeat;
	height: 386px;
	margin: 0px 10px;
	
}

/*  //Lyrics Content */

/*  Literatrure Content */

.literatrure {
	text-align: left;
	font-size: 12px;
}

.literatrure h1 {
	color: #009C8C;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
}

.literatrure #sidebar {
	background: url("images/literatrure_sidebar.jpg") no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 163px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 362px;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
	text-align:	left;
	text-transform: uppercase;
}

.literatrure #contentMain { 
	background: url("images/literatrure_contentMain.jpg") no-repeat;
	height: 371px;
	margin: 0 10px 0 183px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 45px 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
}

.literatrure #contentMain h1 {
	color: #FFF;
	padding-top: 160px;
	font-size: 0px;
}

.literatrure #contentMain p {
	margin: 10px 0px;
	line-height: 22px;
}

.literatrure #footer {
	background: url("images/literatrure_footer.jpg") no-repeat;
	height: 386px;
	margin: 0px 10px;
	
}

/*  //Literatrure Content */

/*  Bio Content */

.bio {
	text-align: left;
	font-size: 12px;
}

.bio h1 {
	color: #009C8C;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
}

.bio #sidebar {
	background: url("images/bio_sidebar.jpg") no-repeat;
	float: right; /* since this element is floated, a width must be given */
	width: 238px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 758px;
}

.bio #contentMain { 
	background: url("images/bio_contentMain.jpg") no-repeat;
	height: 738px;
	margin: 0px 238px 0px 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.bio #p {
	margin: 60px 30px 0px 30px;
	color: #FFF;
}

/*  //Bio Content */

/*  Contact Content */

.contact {
	text-align: left;
	font-size: 12px;
}

.contact h1 {
	color: #009C8C;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
}
.contact h2 {
	font-size: 16px;
}

.contact #sidebar {
	background: url("images/contact_sidebar.jpg") no-repeat;
	float: right; /* since this element is floated, a width must be given */
	width: 238px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 758px;
}

.contact #contentMain { 
	background: url("images/contact_contentMain.jpg") no-repeat;
	height: 738px;
	margin: 0px 238px 0px 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/*  //Contact Content */

/*  Footer */

.site_footer {
	background: url("images/footer.jpg") no-repeat;
	height: 35px;
	padding: 5px 0px 0px;
	color: #CCC;
}

.site_footer #copy {
	float: left;
	font-size: 10px;
	color: #009C8C;
	font-weight: bold;
	margin: 4px 0px 0px;
	padding: 0px 20px;
}

.site_footer #author {
	float: right;
	text-align: right;
	font-weight: bold;
	padding: 0px 20px;
}

.grey {
	color: #CCC;
}

.site_footer #author a {
	font-size: 11px;
	color: #009C8C;
	text-decoration: none;
}

/*  //Footer */


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.site_content_idx #sidebar { width: 350px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.site_content_idx #sidebar { padding-top: 30px; }
.site_content_idx #contentMain { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

/* place css box model fixes for IE 5* in this conditional comment */
.poetry #sidebar { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.poetry #sidebar { padding-top: 30px; }
.poetry #contentMain { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->