/*Page style*/
/************/
body {
	font-family: "Myriad Pro","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin: 0 50px; padding: 10px 0 0 0;
	color: #333;
}
.page {
	width: 781px;
	margin: 0 auto;
}
a {
	color: #61B466;
}
a:hover {
	color: #666666;
}
a:active, a:focus {
	outline: 0;
}
h1, h2, h3, h4, h5 {
	margin-bottom: .25em;
	letter-spacing: -1px;
}
img {
	border: none;
}
p {
	margin-top: 0;
}
/*Header styles*/
/***************/
#header {
	height: 134px;
	position: relative;
	padding-left: 332px;
}
#header h1 {
	width: 332px; height: 115px;
	margin: 0;
	position: absolute;
	top: 0; left: 0;
}
#header h1 a {
	text-indent: -5000px;  /*hide the text*/
	width: 332px; height: 115px;
	margin: 0;
	background: transparent url(images/logo.jpg) no-repeat;
	display: block;
}
#header ul {
	margin: 0;
	list-style: none;
	padding: 75px 0 0 25px;
	font-size: 1.25em;
}
#header ul li {
	display: inline;
	margin-right: .75em;
}
#header ul li a {
	color: #666666;
	text-decoration: none;
}
#header ul li.active a {
	color: #61B466;
}
#header ul li a:hover {
	text-decoration: underline;
}



/*Content styles*/
#content {
	height: 500px;
	padding: 10px 0;
	position: relative;
	font-size: .875em;
	line-height: 2em;
	background: transparent url(images/bio-bg.jpg) no-repeat top right;	
}

#scroller {
	overflow: hidden;
	height: 500px;
}

#scroll-arrow-up {
	position: absolute;
	top: 0; left: -50px;
	width: 30px; height: 30px;
	background: transparent url(images/arrows.gif) no-repeat scroll 0 -90px;
}
#scroll-arrow-down {
	position: absolute;
	bottom: 0; left: -50px;
	width: 30px; height: 30px;
	background: transparent url(images/arrows.gif) no-repeat scroll 0 -30px;
}
.post {
}

#footer {
	clear: both;
	color: #777;
	font-size: .55em;
	text-align: right;
	margin-top: 30px;
}



/*Page specific styles*/

/*home*/
#page2 #content {  
	background: transparent url(images/home-bg.jpg) no-repeat;	
}
#page2 #content .post {
	position: absolute;
	bottom: 0; left: 0;
	height: 53px; width: 761px;
	line-height: 53px;
	color: #61B466;
	font-size: 1.25em;
	padding: 0 10px;
	overflow: auto;
}
#page2 #content .post a {
	color: #61B466;
}
#page2 #content .post a:hover {
	color: #666666;
}

/*bio*/
#page3 #content {  
}
#page3 #content .post {
	margin-top: 25px;
}

/*photos*/
#page4 #content {  
	background: none;
	height: 615px;
}
#page4 #content .post ul {
	margin: 0; padding: 0;
	list-style: none;
}
#page4 #content .post ul li {
	display: block;
	float: left;
}
#page4 #content .post ul li img {
	width: 175px; height: 175px;
	margin: 0 20px 20px 0;
}

/*music*/
#page5 #content {  
	background: transparent url(images/music-bg.jpg) no-repeat top right;	
}
#page5 #scroll-arrow-up {
	top: 0; left: -50px;
}
#page5 #scroll-arrow-down {
	bottom: 0; left: -50px;
}
#page5 #criticReview {
	position: absolute;
	top: 390px; left: 400px;
	margin: 0; padding: 0;
	list-style: none;
}
#page5 #content .post ul {
	margin: 1em 0 0 0; padding: 0;
	list-style: none;
}
#page5 #content .post ul li {
}

/*calendar*/
#page6 #content {  
	background: transparent url(images/calendar-bg.jpg) no-repeat top right;	
}
#page6 #scroll-arrow-up {
	top: 45px; left: -30px;
}
#page6 #scroll-arrow-down {
	bottom: 0; left: -30px
}
#page6 #content #scroller {
	position: absolute;
	left: 25px; top: 55px;
	width: 245px; height: 450px;
}
#page6 #content .post {
	font-size: .9em;
	line-height: 1.25em;
}

#page6 #content .post a {
	color: white;
	padding: 0 2px;
}

#page6 #content .post a:hover {
	color: black;
	background-color: white;
}

#page6 #content .post ul {
	margin: 0; padding: 0;
	list-style: none;
}


#page6 #content .post ul li {
	margin: 0 0 1em 0;
}

#page6 #content .post ul div.title {
	font-weight: bold;
	color: white;
}