/* @override http://local.geoffgrobergmusic.dev/include/styles.css */

body {
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif, Arial, Helvetica;
	color: #acbacb;
	background: #000 url(../img/dark%20blue%20grad%20top.jpg) repeat-x;
}

a:link, a:visited {
	color: #fff;
}

a:hover, a:active{
	color: #ffaa5a;
}

h1 {
	font-size: 24px;
	color: #fff;
}
h2 {
	margin-bottom: 5px;
	color: #a2b4d8;
}

#pageHeader {
	padding: 15px 10%;
}

#pageHeader h1 {
	font-size: 48px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	letter-spacing: 2px;
	font-weight: normal;
}

#pageHeader h1 a {
	text-decoration: none;
}

#pageHeader h1 a:hover, a:active{
	color: #fff;
}


#pageHeader h2 {
	margin: 0;
	font-variant: small-caps;
	letter-spacing: 2px;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}

#navcontainer {
	background-color: #fff6b8;
	padding: 10px 50px;
	border-top: 1px solid #fffad8;
	border-bottom: 1px solid #ece3a5;
	color: maroon;
}

#content {
	background-color: #fffcdc;
	position: relative;
	padding: 0px 10% 20px;
 	background-image: url(../img/texture-papier2.jpg); 
	border-bottom: 1px solid #bea75f;
	border-top: 2px solid #ffffed;
	color: #7f5b53;
}

#content a:link, #content a:visited {
	color: #b13638;
}

#content a:hover, #content a:active{
	color: #ff5e26;
}
#content h1 {
	color: #4c1213;
	margin-top: 25px;
}

#content h2 {
	color: #996e64;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
	margin-top: 25px;
}

#sidebar {
	width: 30%;
	float: right;
	margin-bottom: 0;
	padding: 0px 10px 0;
	font-size: smaller;
	position: relative; /* peekaboo bug fix for IE6 */
	min-width: 0;
	margin-left: 15px;
}

#sidebar h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 0;
}

div.clearer {
	clear: both;
}


#footer {
	font-size: smaller;
	border-top: 4px solid #0e1215;
	background: #000 url(../img/dark%20blue%20grad2.jpg) repeat-x;
	padding: 15px 10% 50px;
}

label {
	font-size: 12px;
}

#footerLinks {
	margin-bottom: 25px;
	clear: both;
	padding-top: 5px;
	margin-top: 25px;
	color: #5a6475;
	padding-bottom: 6px;
	text-align: right;
}

span.copyright {
}

#footerLinks a {
	margin-left: 20px;
}

#footerLinks a:link, #footerLinks a:visited {
	color: #5a6475;
}

#footerLinks a:hover, #footerLinks a:active{
	color: #ffaa5a;
}

#footer h1 {
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
}

a.mb {
	white-space: nowrap;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 7px;
}

.img-right {
	float: right;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 1px;
	background-color: #424958;
	/*border: 10px solid #414c5c;*/
}
.img-left {
	float: left;
	margin-right: 33px;
	margin-top: 15px;
	margin-bottom: 20px;
	background-color: #786d73;
	border: 2px solid #535b65;
	padding: 0;
}