@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700|Open+Sans:400,700,800);


/*Structure--------------------------*/

body {
	background-color: #E5DED1;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 40px 0px 40px 0px;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	line-height: 24px;
	color: #222;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content {
	position: relative;
}

#page{
	position: relative;
	clear: both;
}

a:link,
a:visited {
	color: #B06035;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2 {
	font-family: 'Open Sans', sans-serif;
	color: #222;
}

h1 {
	padding: 12px 10px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	font-size: 36px;
	line-height: 54px;
	font-weight: 800;
}

h2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}

img {
	border: 0px;
}

.spacer {
	clear: both;
}

.feed {
	border: 0px solid;
	border-radius: 9px;
	background-color: #ededed;
	box-shadow: 0px 0px 10px #aaa;
}

h2#musicbg {
	border: 0px;
}

h2#musicbg a:link,
h2#musicbg a:visited {
	display: block;
	background-color: #fefefe;
	padding: 17px 0px 17px 0px;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
}

h2#musicbg a:hover {
	display: block;
	text-decoration: none;
	background-color: #444;
}

/*Navigation--------------------------*/

#nav {
	position: relative;
}

#leftlogo {
	width: 270px;
	position:relative;
	float: left;
	margin: 0px 40px 0px 0px;
}

#rightlogo {
	width: 272px;
	position: relative;
	float: left;
}

#rightlogo img {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

#rightlogo img:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/*Leftsidebar--------------------------*/

#leftsidebar {
	position:relative;
	width: 590px;
	float: left;
	margin: 0px 40px 0px 0px;
}

.leftsection {
	position: relative;
	/*background: #C5D0DC;*/
	background: hsla(212, 32%, 60%, .60);
	padding: 0px 15px 25px 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border: 0px solid;
	border-radius: 11px;
	box-shadow: 0px 0px 10px #999;
	margin: 0px 0px 50px 0px;
}

/*Rightsidebar--------------------------*/

#rightsidebar {
	position: relative;
	width: 330px;
	float: left;
}

.rightsidecontent {
	margin-bottom: 30px;	
}

/*Footer--------------------------*/

#footer {
	font-family: 'Open Sans', san-serif;
	width: 940px;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	margin: 40px 0px 25px 0px;
	padding: 15px 10px 15px 10px;
}

/*Unordered Lists---------------*/

ul#music {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#music li {
}

ul#music li a {
	display: block;
	margin: 3px 0px 3px 0px;
	padding: 8px 0px 8px 10px;
	background-color: #fefefe;
}

ul#music li a:hover {
	text-decoration: none;
	background-color: #444;
}

ul#photos {
	margin: 0px;
	padding: 0px;
	width: 330px;
}

ul#photos li {
	display: block;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px 20px 20px 0px;
}

ul#photos img {
	display: block;
	border: #FFF 5px solid;
	/*border-radius: 7px;
	-moz-border-radius: 7px; /* Firefox 3.6 and earlier */
}

ul#photos img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

ul#contact {
	margin: 0px;
	padding: 0px;
}

ul#contact img {
	vertical-align: middle;
}

ul#contact li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 12px 10px;
}

/*Lightbox--------------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
