@charset "UTF-8";
/* CSS Document */

body {
	color:#EAF6FB;
	margin:0;
	padding:0;
	background:#000 url('../images/lamentations/bg_kerchief.jpg') no-repeat top left;
	font-family:"Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua Georgia", "Times New Roman", Times, serif;
}
 
h1, h2, h3, p, ol, ul, li {
	margin:0px;
	padding:0px;
}

h3 {
	font-variant:small-caps;
	font-weight:normal;
	color:#82A3AF;
	font-size:150%;
	clear:left;
}

p {
	font-size:70%;
	font-style:italic;
}

a:link, a:visited {
	text-decoration:none;
	padding-right:10px;
	color:#EAF6FB;
	-webkit-transition:color .3s ease-in;
	-moz-transition:color .3s ease-in;
	-o-transition:color .3s ease-in;
	transition:color .3s ease-in;
}

a:hover, a:active {
	color:#82A3AF;
}

a.soon:link, a.soon:visited, a.soon:hover, a.soon:active {
	text-decoration:none;
	color:#666;
	cursor:default;
}

li {
	font-size:120%;
	font-style:italic;
	margin:5px 0;
}

.clear {
	clear:both;
}

#wrapper {
	width:1020px;
	position:relative;
}


/* -----BEGIN SITE NAV----- */

#sitenav {
	width:26px;
	position:fixed;
	top:21px;
	left:0;
}

#nav li {
	margin-bottom:15px;
	overflow:hidden;
	width:26px;
	height:111px;
}

#home_nav a {
	display:block;
	width:26px;
	height:111px;
	background: transparent url(../images/nav/home.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#home_nav a:hover {
	background-position:-30px 0;
}


#getupkategetup_nav a {
	display:block;
	width:26px;
	height:111px;
	background: transparent url(../images/nav/getupkategetup.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#getupkategetup_nav a:hover {
	background-position:-30px 0;
}

#virginia_nav a {
	display:block;
	width:26px;
	height:111px;
	background: transparent url(../images/nav/virginia.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#virginia_nav a:hover {
	background-position:-30px 0;
}

#lamentations_nav a {
	display:block;
	width:26px;
	height:111px;
	background: transparent url(../images/nav/lamentations.png) -60px 0 no-repeat;
	text-indent:-9999px;
	cursor:default;
}

/* -----END SITE NAV----- */



#header {
	width:340px;
	height:140px;
	position:absolute;
	right:60px;
	top:35px;
	background-image:url('../images/lamentations/a-and-m.jpg');
}

#header h1, h2 {
	position:absolute;
	left: -9999px;
}


div#content {
	position:absolute;
	top:203px;
	left:525px;
	width:500px;
}

#content ol {
	width:450px;
}

div#buy {
	clear:left;
}

div#listen ol, div#buy ol {
	padding-left:80px;
	padding-bottom:30px;
}

/* Gallery CSS

div#look ol {
	list-style-type:none;
}

div#look ol li {
	float:left;
	padding:0 5px 5px 0;
	margin:0;
}

div#look ol li img {
	border:1px solid #82A3AF;
	padding:0;
	margin:0 0 30px 0;
}

*/

div#player {
	background-color:#82A3AF;
	width:400px;
	padding: 0;
	margin-bottom:30px;
}

#footer p {
	text-align:center;
	padding-top:800px;
}