/* eric meyers reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }






html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}

body {

	margin: 0px;
	padding: 0px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*font-family: Geneva, Helvetica, sans-serif;*/
	/*font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	background-image: url(../images/sky-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fbefd5;
	
	
	}


p { 
	}

b, strong
{
	font-weight: bolder
}

h1
{
	color:#996633;
	font-weight:bold;
	font-size:40px;
	margin-top:10px;
	margin-bottom:10px;
}



h2 { 
	color:#996633;
	font-weight:bold;
	font-size:30px;
	margin-top:10px;
	margin-bottom:10px;
}

h3 { 
	color:#996633;
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
}



a:link {
	color: #993300;
	text-decoration: none;
	}



a:visited {
	color: #999900;
	text-decoration: none;
	}
a:hover, a:active {
	color: #993300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
	}
acronym {
	}


#page-container {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 4;
	position: relative;
}


#footer {

	color:#996633;
	position: relative;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	z-index: 6;
	/*font-family: Arial, Helvetica, sans-serif;*/
	text-transform: uppercase;
	font-size: 0.75em;
	/*background-image: url(../images/footer.png);*/
	background-repeat: no-repeat;
	height: 57px;
	width: 252px;
	text-align: center;
	padding-top: 15px;
	padding-right: 40px;
	visibility: visible;
}


#bottomdiv {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
	text-align:center;
}
.accesskey {
	}
	
	
#banner
{
	clear:both;
	float:left;
/*
	margin-left:auto;
	margin-right:auto;
*/
}

#content
{
	width:875px;
	clear:both;
	margin-bottom:150px;
	padding-left:10px;
}


#header
{

	height:110px;
	width:875px;
	background:url(../images/header.png) no-repeat;
}

#header-container
{
	width:875px;
	margin-left:auto;
	margin-right:auto;
	height:140px;
}	

#social
{
	position:relative;
	float:right;
}

#homelink
{
	height:100px;
	width:100px;
	float:left;
}



.bottomspacer
{
	height:200px;
}



/* slider */

#slider a:link {
    color: #FFCC66;
}
#slider a:visited {
    color: #999900;
}
#slider a:hover, a:active {
    color: #FFCC66;
}


/* gallery **************************/

.gallery-section
{
    border:1px black solid;
    padding:5px;
    width:100%;
}



#discog-flow-container
{
    height:300px;
    background-color:#000;
    width:100%;
}

/*******************************/
#musicplayer
{
    position:absolute;
    left:0;
    top:0;
    height:20px;
    width:100%;
    margin:0;
    padding:0;
}

ul.lightbox li
{
    display:inline;
}



/************* news ***********************/

#leftcontent {
    float: left;
    /*padding-left: 15px;*/
    position: relative;
    width: 620px;
}
#rightrail {
    float: right;
    padding-right: 15px;
    position: relative;
    width: 230px;
}

.newsitem
{

	position:relative;
	padding:10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-bottom:15px;
}


.darkbluebox
{
	background-color:#bfc7d6;
	border:#3954a3 2px solid;
}

.bluebox
{
	background-color:#CCFFFF;
	border:#009999 2px solid;
}
.redbox
{
	background-color:#FF9999;
	border:#FF0066 2px solid;
}
.tanbox
{
	background-color: #D7CAB3;
	border:#663300 2px solid;
}
.yellowbox
{
	background-color:#FFFFCC;
	border:#FFCC33 2px solid;
}
.whitebox
{
	background-color:#fff;
	border:#999 2px solid;
}

.newsdetails
{
	position:relative;
	padding:10px;

}

.newsitem h2
{
	color:#333;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

.newsdetails img.center, .newsdetails p.center
{
	position:relative;
	display: block; 
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:10px;
}

.center
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;

}



#recentmedia a{
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
}
#recentmedia{
	padding: 20px;
}
#recentmedialinks a{
	font-size:14px;
}
#recentmedialinks div{
	margin-top:10px;
}


/*************/






#tab-writings img
{
	margin-right:5px;
}


#about-wrapper
{
	position:relative;
	border: 2px solid #663300;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;	
	padding:15px;
	margin-top:20px;
	width:800px;
	background-color:#fff;
	background-image:url(../../../images/olias-bg1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}	


#media-player {
	border:#999999 2px solid;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:5px;
}


.img-right
{
	position:relative;
	clear:both;
	float:right;
	margin:5px;
	
}