/**********RESET**********/

* {
	
	border: none;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-decoration: none;
	font-style: normal;
}


/**********BODY & FONT**********/

body {

	background: #ffffff;
	margin: 10px;
	max-width: 815px;
	min-width: 700px;
	font: .8em "Verdana", sans-serif;
	color: #222222;
	position: relative;
}

#flex {

	max-width: none;
	min-width: 100px;
	margin: 20px;
}
	


/**********BACKGROUND COLORS**********/



.cell, .gray {

	background-color: #e8e8e8;
}

.purple {
	
	background-color: #924bff;
}

hr {

	background: #FFC300;
	color: #FFC300; 
}

/**********TEXT & LINK**********/

h1, h2 {

	text-align: center;
}

h3, h4, p {

	margin: 20px;
}

p {

	text-indent: 2em;
}

.caption {

	text-indent: 0;
}

.emph {

	font-weight: bold;
	text-transform: uppercase;
}

.important {

	font-weight: bold;
	color: #ff0000;
	text-transform: uppercase;
}

.list, .list li {

	list-style: disc;
	margin-left: 20px;
}

.admin li {

	margin: 20px;
}

a, a:link, a:visited {

	color: #5200cc;
	cursor: pointer;
}

a:hover {

	color: #924bff;
	text-decoration: underline;
}
.center {

	display: block;
	margin-left: auto;
	margin-right: auto;
}



/**********DIV LAYOUT & DISPLAY**********/

#head {

	background: url(../images/banner.jpg) no-repeat #924bff;
	margin-right: 10px;
	position: relative;
}

#navbar {

	background: url(../images/navbar.jpg) no-repeat #924bff;
	width: 180px;
	height: auto;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 135px;
	z-index: 1;
}

#main {

	background: url(../images/insidecurve.jpg) no-repeat; 
	margin-left: 180px;
	padding: 5px;
	width: auto;
	position: relative;
	z-index: 0;
	line-height: 1.5;
}

#footer {
	
	clear: both;
	padding-top: 90px;
	text-align: center;
}

#player {

	padding: 5px;
	width: auto;
}

.admin {

	margin: 50px;
	width: auto;
}


/**********MASTHEAD & hr **********/

h1 {

	background: url(../images/masthead.png) no-repeat;
	height: 135px;
	margin: 0px 15px 0px 225px;
	text-indent: -9999px;
}

hr {

	height: 2px;
	width: 50%;
	margin: 10px auto;
}


/**********NAVBAR**********/

#navbar ul {

	width: 140px;
	margin: 90px 0px 20px 20px;
	background: #8F66CC;
	border: 1px solid #FFC300;
}

#navbar li {
	position: relative;
}

#navbar a {

	display: block;
	color: #222222;
	padding: 6px;
	width: 128px;
}

#navbar a:hover {

	background: #777777;
	text-decoration: none;
	
}

#navbar li ul {

	display: none;
	font-size: 12px;
	position: absolute;
	left: 110px;
	top: -91px;
}


#navbar li:hover ul {

	display: block;
}




/**********CELL LAYOUT**********/

.full {width: auto}

.half {width: 50%}

.onequarter {width: 25%}

.threequarter {width: 75%}

.left {float: left;}

.right {float: right;}

.clear {clear: both}

.cell {margin: 5px; padding: 10px 0; position: relative; min-height: 280px;}


/**********CURVES**********/


.tlcurve {

	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/tlcurve.png) no-repeat;
	width: 10px;
	height: 10px;
}

.trcurve {

	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/trcurve.png) no-repeat;
	width: 10px;
	height: 10px;
}

.blcurve {

	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/blcurve.png) no-repeat;
	width: 10px;
	height: 10px;
}

.brcurve {

	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/brcurve.png) no-repeat;
	width: 10px;
	height: 10px;
}


/*image display*/





/**********FORMS**********/

textarea {

	width: 100%;
}

form {

	margin: 20px;
}

input, textarea, select { border: 1px solid #777777; }



/*******ME AND MY GIRL page ***********/

.table { margin: 0 20px 20px; border-collapse: collapse; font-size: .9em; }

.table td, .table th { border: 1px solid #666666; padding: 5px; }

.table #Done td { font-style: italic; text-decoration: line-through; }

#Cutlist { margin: 20px; list-style: disc inside;}
#Cutlist li { margin: 10px 2em; list-style: disc inside; }

h5 { margin: 0px 20px; font-size: 1em; }


