/*****************Body - determines general characteristics for the site, background color is for the site outside the container***/
body {
	font-family: Arial, Helvetica, sans-serif; /****sets font sytle for entire site. Change fonts in each div if you want one to be different***/
	/***sets font size throught out the site, change size in div if you want it different***/
	Background-color:#ffffff; /***color outside of page, any extra area seen on large screens*****/
	text-align:center;
	color:#000000;
	
}
/************************General**************************************/
img {
	border:none;
	
}
p {
	font-size:14px; /****usually set to either 12px or 14px ****/
	/****sets how much space is between the lines in each paragraph******/
	 	font-family: Verdana, Helvetica;
}
a {
	text-decoration:none;
}
a:visited{
color:#330066;}

blockquote{
	padding:0px 2px 0px 15px;
	margin:0;
	font-size: 14px;
}
/*********header tags can be changed to any size, color, font weight, alignment***********/
h1 {
	font-size:18px;
	color:#000040;
	font-weight:bold;
	margin-bottom:5px;/****space below the heading*******/
	text-align:center; /***can be right, left or center*****/
}
h2 {margin-top:2px;
	font-size:16px;
	color:#CC99CC;
	font-weight:bold;
	margin-bottom:2px;/****space below the heading*******/
	text-align:center; /***can be right, left or center*****/
}
h3 {margin-top:2px;
	font-size:14px;
	color:#D892D6;
	font-weight:bold;
	margin-bottom:2px;/****space below the heading*******/
	text-align:center; /***can be right, left or center*****/
}

.danib {
	font-family: "Comic Sans MS";
	font-weight: bold;
}
/******************Container - sets up the entire page*****************/
#container {
	position:relative;
	background-color:#9999cc;
	margin: 10px auto;
	width: 810px;/****change this to be what ever size you want the page to be do not maximize above 1024px******/
}	
/**********************************Header******************************/
#header {
	position:relative;
	width: 810px;
	padding: 0px;
	height:55px;
	margin: 0px 0px 0px 0px;/****sets margin for all four sides, starting at top, right, bottom, left***/
	background-color:#ffffff;
}
#logo {
	position:absolute;
	left:0px;
	top:5px;
	width:117px;
	height:45px;
	z-index:10;
}
#date {
	position:absolute;
	left:522px;
	top:21px;
	width:280px;
	height:23px;
	z-index:24
}

.pagetitle{
	padding:5px;
	width: 760px;
}
/********************************Horizontal Navigation*********************/
#navigation { /***defines the area the horizontal links are in**********/
	position:relative;
	width: 800px;
	padding: 5px;
	background-color:#9999cc;
	height: 33px;
}
#horzmenu {
	display:block;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#horzmenu li {
	font-size:16px;
	float:left;
	display:block;
	margin: 0
}/****these set the margins for each word in the list**/
#horzontal ul li a {
	color:#27AD85;
	text-decoration:none;
}
 #horzmenu ul li a:hover, #horzmenu ul li a:currant {/*****rollover change size, color, underline *********/
color:#FF0000;
}
#submenu_music ul, #submenu_events ul {
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:left;
	padding:2px;
	z-index:999;
}
#submenu_music li, #submenu_events li {
	display:block;
	height:20px;
	width:130px;
	border-bottom:1px solid #ccc;
	padding-left:5px;
}
#submenu_music a, #submenu_events a {
	text-decoration:none;
	text-align:left;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;}
	
#submenu_events {
	position:absolute;
	left:128px;
	top:38px;
	width:133px;
	height:70px;
	z-index:999;
	visibility: hidden;
	overflow: hidden;
}
#submenu_events li {
	background-color:#00cc01;
}
#submenu_events a:hover {
	color:#66669a;
}
#submenu_music {
	position:absolute;
	left:255px;
	top:38px;
	height:100px;
	z-index:999;
	visibility: hidden;
	overflow: hidden;
	width: 130px;
}
#submenu_music li {
	background-color:#ff9935;
}
#submenu_music a:hover {
	color:#ff3334;
}
.leftcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
	background-color: #635493;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	margin-left: 10px;
}


/*********************Area for contert**************************************/

#wrapper{
	width:785px;
	font-size:14px;
	background-color: #9999CC;
	z-index:0;
	text-align: left;
	margin: 10px;
}

#wrapper img{padding:5px;}
#left {
	float: left;
	background-color:#635493;
	padding: 15px 10px 15px 20px;
	padding: 10px;
	width: 310px;
	height: 375px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	z-index:1;
}

#left img{
	padding:10px;
	margin:0px;
}


.feature{
	background-color: #9999CC;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	z-index: 0;
	}
	
.feature img{
padding:5px;
}

/**************************** CD PAGES *************************************/	
.cdleft{
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding: 15px 10px 15px 10px;
	background-color: #635493;
	height: 375px;
}
	
.meyou{
	background-image: url(../images/me-you-cd-cover-290.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 380px;
}

.life{
	background-image: url(../images/life-cd-cover-290.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 380px;
}

.cdleft img{
margin:0px;
padding:0px;}

.cdright{
	float:right;
	width:170px;
	background-color:#333366;
	text-align:left;
	padding-left:10px;
	color: #999999;
	margin-right: 5px;
	padding-bottom:5px;
	padding-top: 10px;
	position: relative;
	margin-top: 5px;
}

.cdright a{
	color:#FFEDF9;
}

.cdright a:hover{
	color:#86EBAC;
}

/*************************************CD TABLES ******************************/
.cd-listings {
	width:260px;
	background-color: #9999CC;
	text-align:left;
	float: left;
	margin-left: 5px;
}

.music{
	float: left;

}

.cd-listings a{
	color:#FFEDF9;
}

.cd-listings a:hover{
color:#FF3333;}

.cd-listings a:visited{
	color:#330066;
}

.alltable{
border:thin solid #333366;
}

.alltable tr {
border:thin solid #333366;}

.alltable td {
padding:5px;
	border:thin solid #333366;
	text-align:center;
}

.alltable p{
	text-align:left;
	color:#000000;
	font-size:14px;
}


.cdtable{
border:thin solid #333366;
height:470px;}

.cdtable tr {
border:thin solid #333366;}

.cdtable td {

	border:thin solid #333366;

}

.cdtable p{
	text-align:left;
	color:#000000;
	font-size:14px;
}

.cdtd{
text-align:left;
}

/********************************PAY PAL *************************************/

#paypal{
	float:right;
	width:500px;
	position:relative;
	height: 500px;
}


.sweetbutton{
	position:absolute;
	left: 43px;
	top: 92px;
	width: 175px;
}


.lowersection{
}


.mebutton{
	position:absolute;
	width: 175px;
	left: 43px;
	top: 276px;
}
/**********************Right Column******************************************/
#right {
	float:right;
	width:190px;
	background-color:#333366;
	text-align:left;
	padding-left:10px;
	color: #999999;
	margin-right: 10px;
	padding-bottom:5px;
	padding-top: 10px;
	position: relative;
}

#right blockquote{
margin-left:20px;
}

#right a{
	color:#FFEDF9;
}

#right a:hover{
	color:#86EBAC;
}
#right img{
padding:0px;
margin:0px;
}
/*********************Footer************************************************/
#footer {
	position:relative;
	width: 790px;
	clear: both;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
}

#footer p{
font-size: 10px;
padding-top:10px;}


.dbproductions{
	text-align:left;
	padding-left:30px;
	width:250px;
	float: left;
}

.copy{
	text-align:center;
	width:259px;
	float: right;
	padding-top: 20px;
	padding-right: 30px;
}
