/* www.cindylowe.com stylesheet
copyright Cindy Lowe, all rights reserved 2008
design by irmacreative.com */

/* standard */

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet, Verdana, Arial;
	font-size: 1.05em;
	text-align: center;
	background: url(img/bkgrd.gif);
	text-align: center;
	color: #074B4F;
	min-width: 910px;
	line-height: 1.4;
	}
	
a {
	text-decoration: underline;
	color: #210424;
	}
	
a:visited {
	text-decoration: none;
	color: #210424;
	}
	
a:hover {
	text-decoration: underline;
	color: #D4F6F2;
	}
	
img,
a img,
a:hover img {
	border: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 5px 0;
	}
	
p, ol, ul, pre {
	margin: 8px 0;
	}
	
.clr {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
	}
	
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */	

/* layout & structure */

#container {
	position: relative;
	width: 900px;
	padding: 0;
	margin: 0;
	}
	
#container-inner {
	position: static;
	padding: 0;
	width: auto;
	align: center;
	}
	
#sidebar, #main {
	position: relative;
	background: transparent;
	display: inline;
	float: left;
	min-height: 1px;
	}

#sidebar {
	width: 150px;
	}
	
#main {
	width: 745px;
	min-height: 1100px;
	background: #86C7CB;
	border-width: 0 2px 0 2px;
	border-color: #FAF7EC;
	border-style: solid;
	}
	
#sidebar-inner {
	padding: 150px 5px 5px 5px;
	color: #210424;
	font-size: .73em;
	line-height: 1.2;
	}
	
#sidebar-inner a {
	text-decoration: underline;
	color: #210424;
	}
	
#sidebar-inner a:visited {
	text-decoration: none;
	color: #210424;
	}
	
#sidebar-inner a:hover {
	text-decoration: underline;
	color: #358F952;
	}	
	
#main-inner {
	text-align: left;
	padding: 5px 5px 5px 15px;
	}
	
#footer {
	clear: both;
	padding-top: 40px;
	}
	
#footer-inner {
	position: static;
	background: url(/img/footer.gif) top left no-repeat;
	padding: 15px 5px 5px 5px;
	text-align: center;
	line-height: 1.1;
	font-size: .8em;
	}
	
/* titles / nav */

#title {
	position: static;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	}

#albums {
	margin: 0;
	padding: 0;
	height: 50px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#albums li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
#albums a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:50px; /* for IE5/Win only */;
	}
	
#albums a:hover,
#albums a:active {
	background-position: 0 -50px;
	}
	
#albums-title a {
	width: 125px;
	background: url(img/albums.gif);
	}
	
#nav {
	margin: 0;
	padding: 0;
	height: 45px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
#nav a {
	float: left;
	padding: 45px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:45px; /* for IE5/Win only */;
	}
	
#nav a:hover,
#nav a:active {
	background-position: 0 -45px;
	}	
	
#albums a {
	width: 81px;
	background: url(img/nav_01.gif);
	}
	
#songbook a {
	width: 101px;
	background: url(img/nav_02.gif);
	}
	
#lyrics a {
	width: 125px;
	background: url(img/nav_03.gif);
	}
	
#workshops a {
	width: 113px;
	background: url(img/nav_04.gif);
	}
	
#links a {
	width: 50px;
	background: url(img/nav_05.gif);
	}	
	
.covers {
	clear: both;
	}
	
.covers img,
.covers a img,
.covers a:visited img {
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	border: 1px solid #86C7CB;
	padding: 2px;
	}
	
.covers a:hover img {
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	border: 1px solid #074B4F;
	padding: 2px;
	}	
	
.cover img {
	border: 1px solid #210424;
	padding: 2px;
	float: left;
	margin: 0 10px 5px 0;
	}
	
	
/* nav 2 */



#nav2 {
	position: static;
	width: 540px;
	margin: 0;
	padding: 0;
	height: 45px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
	}
	
#nav2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
#nav2 a {
	float: left;
	padding: 45px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:45px; /* for IE5/Win only */;
	}
	
#nav2 a:hover,
#nav2 a:active {
	background-position: 0 -45px;
	}	
	
#home a {
	width: 70px;
	background: url(img/nav2_01.gif);
	}
	
#albums2 a {
	width: 81px;
	background: url(img/nav2_02.gif);
	}
	
#songbook2 a {
	width: 97px;
	background: url(img/nav2_03.gif);
	}
	
#lyrics2 a {
	width: 125px;
	background: url(img/nav2_04.gif);
	}
	
#workshops2 a {
	width: 112px;
	background: url(img/nav2_05.gif);
	}
	
#links2 a {
	width: 55px;
	background: url(img/nav2_06.gif);
	}	
	
	
	
	
	
	
