/*
Created by: TheBeginning.Net 
http://www.thebeginning.net
info@thebeginning.net
Code by: Bill Doyle 
Date: 12/06

Thanks for looking at the code.  This site relies heavily on CSS for it's layout and uses W3C compliant code.  
Should it look funny in your browswer you may want to consider upgrading to a newer standards compliant browser.

*/

body {
	color:#ffffff;
	background-color:#000000;
	background-image:url(../images/bg.gif);
	background-attachment: fixed;
	background-repeat:repeat-x;
	padding: 0px;
	border: 0px;
	margin: 0px;
	display: block;
	font-size: 12px;
	font-family: Tahoma, 'Lucida Grande', 'Trebuchet MS',  Verdana, Helvetica, Arial, sans-serif;
	white-space: normal;
	
	}

#container {
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: center;
	/* IE 7 pffset problem fixed by removing background-attachment: fixed
	
	background-attachment: fixed;
	background-color:#333333; 
	white-space: normal;
	display: block;*/
	height: 100%;
	width: 820px;
	padding: 0px 0px 0px 0px;
    border: 0px solid red; 
	margin: 0px auto;

}

.wraper {
	width: 740px;
	padding: 0px 0px 0px 2px;
	margin: 0px auto;
    border: 0px solid blue; 
	
}

.wraper_elist {
	width: 745px;
	padding: 0px 0px 0px 3px;
	margin: 0px auto;
    border: 0px solid blue; 
	
}



.top {
	background-image: url(../images/bg_top.gif);
	background-repeat: no-repeat;
	background-position: center;
	white-space: normal;
	display: block;
	height: 44px;
	width: 820px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
    border: 0px solid red; 

}

.bottom {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color:#000000;
	white-space: normal;
	/*display: block;*/
	height: 45px; 
	width: 820px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px solid green;
	clear:both;
}



.left {
	float:left;
	width:365px;
	padding: 0px 0px 0px 0px; 
	border: 0px solid green;

}

.right {
	/*background-image: url(../images/bg_content_rt.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FDC10F; */
	float:right;
	width: 365px;
	height:100%;
	padding: 0px 0px 0px 0px;
	border: 0px solid yellow;
	display:block;
}

.rt_header_bg {
	background-image: url(/images/bg_content_rt.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FDC10F;
	width: 365px;
	height: auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid yellow;
}

.header {
	background-color: #634F31;
	background-image:  url(../images/alxndr_logo.gif);
	background-repeat: no-repeat;
	width:365px;
	height:312px;
	margin: 0px;
	border: 0px dotted red;
	padding: 0px 0px 0px -1px;
	/*display: block;
	top: auto;
	clear: both;
	vertical-align:middle; */
}	

/* All the content boxes belong to the content class. Width between side dividers is 740. Left and right content areas are 365 */
.content {
	width: 340px;
	color: #000000;
	padding: 0px 10px;
	border: 0px solid purple; 
	margin: 0px;
	font-size: 100%;
	line-height: normal;
	display:block;
	}

.content>p {
	padding:10px 5px;
	border: 0px;
	margin: 0px;
	display: block; 
	}

.content_left {
	color:#FCBE0F;
	font-size: 100%;
	line-height:normal;
	padding:10px;
	border:0px solid #FEC10F;
	margin:10px 0px 0px 0px;
	font-weight: normal;
}

.content_left a:link{
	color:#FFFF00;
	font-size: 100%;
	font-weight:normal;
}

.content_left a:visited{
	color:#FFCC00;
	font-size: 100%;
}

.content_left a:hover{
	color:#FFFFFF;
	font-size: 100%;
	background-color: #685333;
}


/*.content>p+p {
	text-indent:15px;
	margin:10px 0px 10px 0px;
	}

*/


table .photo tr td {
	background-color:#FDC10F;
}

tr {
	background-color:#FDC10F;
}

h1 {
	font: bold 120% Verdana, Arial; 
	color:#FEC10F;
	text-align: left;
	background-color: #6C5635;
	padding: 5px;
	border-bottom: 2px solid #fec20f;
	margin:0px;
	width: 98%;
}
h2 {
	font:bold 110% Verdana, Arial; 
	color:#990000;
	padding: 5px;
	border: 0px;
	margin:0px;
	width: 100%;
	}
	
h3 {
	font:bold 100% Verdana, Arial; 
	color:#990000;
	text-align: left;
	background-color: #eeeeee;
	padding: 5px;
	border: 0px;
	margin:0px;
	width: 50%;
}
h4 {
	font: normal 95% Verdana, Arial; 
	color:#990000;
	text-align: left;
	padding: 5px;
	border: 0px;
	margin:0px;
	width: 50%;
}
	
h5 {
	font: normal 90% Verdana, Arial; 
	color:#990000;
	text-align: left;
	padding: 5px;
	border: 0px;
	margin:0px;
	width: 50%;
}
	
h6 {
	font: normal 85% Verdana, Arial; 
	color:#990000;
	text-align: left;
	padding: 5px;
	border: 0px;
	margin:0px;
	width: 50%;
}
	
p {
	padding:10px 5px;
	border: 0px;
	margin: 0px;
	display: block;
	color: #000000;
	}
	
.image {
	padding:8px;
	border: 1px solid black;
	margin: 5px;
	/*display: inline;*/
	
}

.photo {
	width:100%;
	margin:0px 0px 0px 0px;
	border-bottom:10px solid white;
	border-top:10px solid white;
	clear:both;
}

a {
	color:#990000;
	font-weight:bold;
	text-decoration: none;


	}
	
a:link {
	color:#990000;
	font-weight:bold;
	text-decoration: none;

}

a:visited {
	color:#990033;	
	font-weight:bold;

}

a:hover {
	color: #FDC10F;
	text-decoration:underline;
	background-color: #B42624;
}

.copyleft {
	font-size:95%;
	text-align: center;
	}

.subnav {
	font-size:95%;
	text-indent:5px;
	}


#footer {
	width: auto;
	color: #FEC10F;
	padding: 15px;
	margin: 0px 15px;
	clear: both;
	font-size: 85%;
	line-height: normal;
	text-align: center;
	/*visibility:hidden; */
	}

#footer a{
	color:#FEC10F;
	text-decoration:none;
}

#footer a:link{
	color:#FFFF00;
	text-decoration:underline;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	background-color:#000000
}

.spacer {
	padding:0px;
}


/* Previous stylesheet stuff */
#navmenu { 
	background-color: #330066; 
	border: 1px solid #FFFFFF; 
	border-width: 1px; 
	position: relative; 
} 
#navmenu ul { 
	display: block; 
	text-align: center; 
} 
#navmenu ul li { 
	list-style: none; 
	display: block; 
	float: left; 
	position: relative; 
	width: 15%; 
	} 
#navmenu a {color: #FFFFFF;} 

#navLeft {
	position:absolute;
	width:300px;
	top:225px;
	left:20px;
	border:1px dotted #CC3300;
	background-color:#FFFFFF;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navLeft {
	width:168px;
}
		
#navRight {
	position:absolute;
	width:190px;
	top:225px;
	right:20px;
	border:1px solid #CC3300;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navRight {width:168px;}








/*Home Page Styles*/

#body home{
	color:#333333;
	background-color:#000000;
	padding: 0px;
	border: 0px;
	margin: 0px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#homecontainer {
	background-color: #ffffff;
	white-space: normal;
	width: 750px;
	padding: 0px;
	border:0px solid black;
	margin: 0px auto;
	vertical-align: top;
	height: auto;
}

/*

#home_bg {
	background-color: #FFFFFF;
	background-image: url(../images/logo_750.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 750px;
	padding: 0px;
	vertical-align: top;
	height: 421px;
	border:2px #FFFFFF;

}


#homecontent {
	width:300px;
	color:#FFFFFF;
	font-size: 90%;
	background-color:#BEB361;
	position: relative;
	left: auto;
	right: 5%;
	padding:15px;
	border:1px dashed #cc0000;
	margin: 200px 0px 0px 0px;
	float:right;
}

#navhome ul {
	font-size: 100%;
	background-color: #333333;
	padding: 10px 0px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px 0px 2px 0px;
	margin: 0px;
	white-space: nowrap;
	text-align: center;
	width:750px;
	clear:both;
	color: #990000;
}

#navhome ul li{
	display: inline;
	text-align: center;
		padding: 10px 0px;

}

#navhome ul li a{
	color:#ffffff;
	background-color:#3336699;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #FFFFFF;
	margin:0px;
	display:inline;
	
}

#navhome ul li a:hover{
	color:#3336699;
	background-color:#FFFF99;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #FFFFFF;
	margin:0px;
	display:inline;
}
  
#navhome #current {
	color:#000000;
	background-color:#999966;
	font-weight: bold;
	display:inline;
	padding: 10px;
	border-right: 1px solid #FFFFFF;
	margin:0px;
}  


***Previous Nav***

#nav ul {
	font-size: 95%;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border: 2px solid #ffffff;
	background-color:#FDC10F;
	white-space: nowrap;
	text-align: center;
	width:363px;
	float:left;
}

#nav ul li{
	display: inline;
	text-align: center;
}

#nav ul li a{
	color:#993300;
	font-size:95%;
	font-weight: bold;
	background-color:#FDC10F;
	text-decoration: none;
	text-align: center;
	padding: 10px 3px;
	border-right: 1px solid #FEA129;
	margin:0px;
	display:inline;
	
}

#nav ul li a:hover{
	color:#FEA129;
	background-color:#993300;
	border-right: 1px solid #FEA129;
	display:inline;
}
  
#nav #current {
	color:#FEC10F;
	background-color:#993333;
	font-weight: bold;
	display:inline;
	padding: 10px;
	border-right: 1px solid #FEA129;
	margin:0px;
}  

.ll {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FEA129;	
}





*/


#footerhome {
	color: #000000;
	background-color: #ffffff;
	padding: 15px;
	margin: 0px;
	clear: both;
	font-size: 85%;
	line-height: normal;
	text-align: center;
	}

#footerhome a{
	color:#FEC10F;
	text-decoration:none;
}

#footerhome a:link{
	color:#6C5635;
	text-decoration:underline;
}

#footerhome a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.events {
	color:#000000;
	font-size: 98%;
	line-height:inherit;
	padding:5px;
	border:0px solid #FEC10F;
	margin:10px 0px 0px 0px;
}

.events a{
	color:#B32424;
	text-decoration:none;
}

.events .black{
	color:#000000;
	font-weight:bold;
}

.events a:link{
	color:#B32424;
	text-decoration:none;

}

.events a:hover{
	color:#FCBE0F;
	text-decoration:none;
	background-color: #B32424;
}

.events_home {
	color:#FCBE0F;
	font-size: 100%;
	line-height:inherit;
	padding:5px;
	border:0px solid #FEC10F;
	margin:5px 0px 0px 0px;
}

.events_home a{
	color:#FCBE0F;
	text-decoration:none;

}

.events_home a:link{
	color:#FCBE0F;
	text-decoration:none;

}

.events_home a:hover  {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #675233;	
}

/*  MATRIX Nav  */

ul#nav {
position: relative;
margin: 0 auto 0 auto;
width: 365px;
border: 0px solid #999;
padding: 0;
height: 50px;
/*background: #fff  url(../images/nav_all.gif) no-repeat left top; */
list-style-type: none;
}

ul#nav_events {
position: relative;
margin: 0 auto 0 0;
width: 365px;
border: 0px solid #999;
padding: 0;
height: 40px;
/*background: #fff  url(../images/nav_all.gif) no-repeat left top; */
list-style-type: none;
}

ul#nav li a {
position: absolute;
top: 0px;
width: 365px;
text-indent: -9000px;
text-decoration: none;
padding: 50px 0 0 0;
overflow: hidden;
height: 0px; /*Important*/
height /**/:0px; /* IE5/Win */
background: #000 url(../images/nav_all.gif) no-repeat;
}

ul#nav_events li a {
position: absolute;
top: 0px;
width: 365px;
text-indent: -9000px;
text-decoration: none;
padding: 40px 0 0 0;
overflow: hidden;
height: 0px; /*Important*/
height /**/:0px; /* IE5/Win */
background: #000 url(../images/nav_all.gif) no-repeat;
}


body#home li#home a { background-position: 0 0px; width: 50px; left: 0px;}
body#home li#home a:hover { background-position: 0 -50px; }

body#home li#events a { background-position: -49px 0px; width: 60px; left: 49px; }
body#home li#events a:hover { background-position: -49px -50px; }

body#home li#mixes a { background-position: -108px 0; width: 53px; left: 108px; }
body#home li#mixes a:hover { background-position: -108px -50px; }

body#home li#photos a { background-position: -160px 0; width: 60px; left: 160px; }
body#home li#photos a:hover { background-position: -160px -50px; }

body#home li#bio a { background-position: -220px 0; width: 50px; left: 220px; }
body#home li#bio a:hover { background-position: -220px -50px; }

body#home li#links a { background-position: -253px 0; width: 50px; left: 253px; }
body#home li#links a:hover { background-position: -253px -50px; }

body#home li#contactus a { background-position: -302px 0; width: 63px; left: 302px; }
body#home li#contactus a:hover { background-position: -302px -50px; }
