/*
Title:      Savagepianist.com Styles Screen Media
Author:     Wolf Chiappella, wolfango@gmail.com
Updated:    4th of December 2007
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: left;
	color: #003;
	}

/* links */

a:link, a:visited {
	padding-bottom: 0;
	color: #003;
	text-decoration: none;
	border-bottom: 1px dotted #BBCEFF;
	}
a:hover {
	padding-bottom: 0;
	border-bottom: 1px solid #003;
	}
a.more {
	padding-right: 7px;
	background: url(../img/ico-more.gif) no-repeat 100% 4px;
	border-bottom: none;
	}

/* page structure */

#header {
	padding: 0;
	font-size: 95%;
	background: #003;
	border-bottom: 5px solid #BBCEFF;
	}
#main-body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	text-align: left;
	}
#content {
	width: 70%;
	float: right;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 20px;
	}
#error {
	width: 70%;
	float: right;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 20px;
	}
#sidebar {
	width: 25%;
	float: left;
	font-size: 90%;
	background: #000033 url(../img/edge-bottom-right.gif) no-repeat right bottom;
	height: 260px;
	}
#footer {
	width: 70%;
	margin: 0 auto;
	padding: 15px 20px 30px 0;
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
	float: right;
	border-top: 2px solid #BBCEFF;
	}

/* logo */

#logo {
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	}
#logo span, #logo a {
	display: block;
	width: 196px;
	height: 91px;
	padding: 0 10px;
	border-style: none;
	background: url(../img/logo.gif) no-repeat;
	text-decoration: none;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo a:hover {
	background-image: url(../img/logo-hover.gif);
	}

/* navigation */

#nav {
	background-color: #003;
	margin: 0;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	font-size: 90%;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#nav li a {
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	color: #fff;
	border: none;
	background: #003;
	}
#nav li a:hover {
	display: block;
	color: #003;
	background: #BBCEFF url(../img/bg-nav-hover.gif) repeat-y right top;
	}
#nav a.active {
	display: block;
	color: #003;
	font-weight: bold;
	background: #FFF;
	}
	
/* content */

#content ul {
	list-style: none;
	}
#content ul li {
	padding: 0 22px 1.6em;
	background: url(../img/ico-check.gif) no-repeat 0 4px;
	}
#content img {
	border: 2px solid #BBCEFF;
	padding: 3px;
	margin: 0px;
	}
#content p.quote {
	background: url(../img/ico-article.gif) no-repeat left 0;
	padding-left: 18px;
	font-size: 85%;
	font-style: italic;
	}
#content p.music {
	background: url(../img/ico-mp3.gif) no-repeat left 3px;
	padding-left: 16px;
	text-decoration: none;
	border-style: none;
	line-height: 1.6em;
	font-size: 90%;
	}
	
/* error */

#error ul {
	list-style: none;
	}
#error ul li {
	padding: 0 9px;
	background: url(../img/ico-more.gif) no-repeat 0 50%;
	}
#error .confirm {
	margin: 1.5em 0;
	padding: 20px;
	font-size: 90%;
	line-height: 1.5em;
	color: #963;
	border: 2px solid #FDDC9A;
	border-left: none;
	border-right: none;
	background: #FFF3CE;
	}
#error .alert {
	padding-left: 16px;
	background: url(../img/ico-alert.gif) no-repeat 0 1px;
	}	

/* footer */

#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#footer p.logo {
	padding-left: 90px;
	background: url(../img/ico-logo.gif) no-repeat 0 50%;
	line-height: 3em;
	}
#footer a.design {
	background: url(../img/ico-design.gif) no-repeat left 2px;
	padding-left: 14px;
	}

/* misc. */

h1 {
	font-size: 170%;
	font-weight: bolder;
	border-bottom: 2px solid #BBCEFF;
	padding-bottom: 5px;
	letter-spacing: 1px;
	}
h2 {
	font-size: 120%;
	font-weight: bolder;
	padding-bottom: 5px;
	letter-spacing: 1px;
	}
hr, .hide {
	display: none;
	}
a img {
	border: none;
	}
blockquote {
	font-size: 110%;
	line-height: 1.5em;
	border-left: 2px solid #BBCEFF;
	background: url(../img/ico-quote.gif) no-repeat 10px 2px;
	padding-left: 38px;
	color: #000033;
	font-style: italic;
	font-weight: bold;
	}
abbr {
	font-size: 90%;
	font-style: italic;
	cursor: help;
	border-style: none;
	}

h2.email {
	background: url(../img/ico-email.gif) no-repeat left 50%;
	padding-left: 30px;
	}

/* self-clearing floats */

#nav ul:after, 
#main-body:after,
#sidebar:after,
#logo:after,
#content:after,
#error:after,
#footer:after
 	{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
