/* CSS Document */

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/
body,div,dl,dt,dd,ul,ol,li,hr,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn/*,em,strong*/,th,var{font-style:normal;font-weight:normal;}
/*ol,ul {list-style:none;}*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*-------------- HTML tag styles -----------------*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
html body {
	background: #B6BD92 url(../images/gif/background_grn-wht_01.gif) repeat-y center top;
	font: normal 11px Skia, Tahoma, Verdana, sans-serif;
	line-height: 1.7em;
}

div a {
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: 2em Skia, Tahoma, Verdana, sans-serif;
	margin: 0 0 0 0;
}
h2 {
	color: #444;
	font: bold 1.5em Skia, Tahoma, Verdana, sans-serif;
	margin: 0 0 0 0;
}
.hr {  
	background:url(../images/gif/hr_grn_01.gif);
	height:1px;
	width:100%;
	margin: 0 0 0.5em 0;
}


p {
	margin:none;
	padding: 0 0 1em 0;
}

a {
	color: #336633;
}
a:hover {
	color: #EEEEEE;
	background:#336633;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 100%;
	height:700px;
	background: url(../images/jpg/background_silhouette_01.jpg) no-repeat center top;
	text-align:left;
	margin: 0 auto;
}

.main_news {
	width: 100%;
	height:700px;
	background: url(../images/jpg/background_erin_01.jpg) no-repeat center top;
	text-align:left;
	margin: 0 auto;
}

.main_music {
	width: 100%;
	height:700px;
	background: url(../images/jpg/background_piano_02.jpg) no-repeat center top;
	text-align:left;
	margin: 0 auto;
}

.main_bio {
	width: 100%;
	height:700px;
	background: url(../images/jpg/background_erin_03.jpg) no-repeat center top;
	text-align:left;
	margin: 0 auto;
}

.main_contact {
	width: 100%;
	height:700px;
	background: url(../images/jpg/background_erin_02.jpg) no-repeat center top;
	text-align:left;
	margin: 0 auto;
}

.main_photos {
	width: 100%;
	height:700px;
	background: url(../images/jpg/background_water_01.jpg) no-repeat center top;
	text-align:left;
	margin: 0 auto;
}

#top_nav {
	width:90%;
	margin: 0 auto;
}
#top_nav a {
	color: #336633;
	font-weight: bold;
	padding:0.5em;	
}
#top_nav a:hover {
	color: #EEEEEE;
	background:#336633;
}

.frame_left{
	z-index:1;
	position: absolute;
	top:0px;
	left:3%;
	padding: 0;
	width: 265px;
	height: 517px;
}

#main_left {
	z-index:2;
	position: absolute;
	top:0px;
	left:3%;
	padding: 110px 60px 0 60px;
	width: 265px;
	height: 617px;
	text-align:left;
}
#main_left a {
	color: #336633;
}
#main_left a:hover {
	color: #EEEEEE;
	background:#336633;
}
#main_right {
	width:90%;
	margin: 0 auto;
	padding:4em 0 0 0;
}

.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl,.link_updates a {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #D7162C;
	color: #FFF;
}

/* logo */
.header {
	background: #D91623 url(img/bgheader.gif) repeat-x;
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #CC2224 url(img/grdnt_red.png) repeat-x;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

/* projects */
.lbl {
	background: #222 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
}
.content a {
	color: #FD1C24;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
}
.footer .right a {
	background: #2A2A2A;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
.footer .left {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 407px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 220px;
}
