/*
	Style sheet for Devine Lies
	Last updated: 07/10/2005
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; 
	color:#CC66CC;
	}
	
body {
	margin: 0;
	padding: 0;
	background:  #000;
	width: 100%;
	text-align: center;
	font-size: 80%; 
	}

#wrapper {
	margin: 3px auto;
	padding: 0;
	width: 990px;	 
	background-color: #000;
	text-align: justify;
	}

#header {
	margin: 0;
	padding: 0;
	height: 165px;
	}

#navigation {
	text-align:right;
	padding: 0;
	margin: 0;
	background:#000;
	}

#sidenavigation {
	width:233px;
	margin: 0;
	padding:0;
	float:left;
	background-image: url('/media/devine-sidenav.jpg');
	background-repeat: no-repeat; 
	/* compensates for IE Win bungling */
	height: 398px;
	
	}

#maincontent	{
	padding: 5px 15px 5px 15px;
	margin: 0px;
	width:411px;
	background: #131313;
	}

#rightnavigation{
	float: right;
	margin: 0;
	padding: 0;
	width: 290px;
	}

#footer {
	clear: both;
	width: 768px;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	background: #7f024b;
	text-align: center;
	}
	
.tablepadding {
	padding:10px;
	}

.tablefontpadding {
	padding:10px 0 0 0;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color:#fff;
	margin: 0;
	padding: 0;
	font-size: 100%; 
	}
	
p {
	color:#fff;
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	color: #fff;
	}
	
td {
	vertical-align:top;
	}

#footer p {
	padding:5px;
	color: #fff;
	margin-left:10px;
	}

.small{
	font-size:85%;
	}

#maincontent p {
	text-align: left;
	}

	
.purplelink a {
	font-color:#B466B4;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: none;
	color: #fff;
	background: transparent; 
    }

a:hover {
    text-decoration: underline;
	color: #a60262;
	background: transparent;
    }

a:visited {
    text-decoration: none;
	color: #fff;
	background: transparent; 
    }


#footer a {	
	text-decoration:none;
	padding:3px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:none;
	padding:3px;
	background-color: #fff;
	color: #0080ad;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #666666 ;
	background-color: transparent;
	text-align:center;
	}

.sitecredit:hover  {
	background-color: #b36f7d;
	color: white; 
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.hide {
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #000;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0px; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #0080ad;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #0080ad;
	}

.center {  
    text-align: center;
    }

#curvetop {
	background-image: url('/media/index-curve-top.jpg');
	background-repeat: no-repeat; 
	width: 416px;
	height: 13px;
	padding: 2px 0 6px 25px;
	color: #fff;
	font-weight: bold;
	}

#curvebottom {
	background-image: url('/media/curve-bottom2.jpg');
	background-repeat: no-repeat; 
	width: 416px;
	height: 21px;
	padding: 0 0 0 25px;
	}

#music li {
	list-style: none;
	margin: 2px 2px 2px 0;
	text-align: left;
	}

#music li a {
	display: block;
	padding: 5px 0 0 5px;
	text-decoration: none;
	}

#music li a img {
	text-decoration: none;
	margin-right: 5px;
	}

#music li a:hover{
	color: #7f024b;
	background: transparent; 
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 5px;
	}

option {
	color: #000;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #000;
	}
	
legend {
	margin: 0px;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#7f024b;
	}

.blurred {
	border: #7f024b 1px solid;
	padding: 2px;
	color: #000;
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px;
	color: #000;
	}


#sidenavigation form{
	font-size:85%;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 0;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 30px 4px 7px;
	text-decoration: none;
	color: #000;
	font-size:105%;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	}

#topnav a:hover {
	color: #fff; 
	}
	
	
.nav a {font-size:95%;}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #sidenav{
	padding: 20px 0 0 10px;
	margin: 0;
	width: 150px;
	font-size: 110%;
	}

#sidenav li {
	list-style: none;
	margin: 2px 2px 2px 0;
	text-align: left;
	}

#sidenav li a {
	display: block;
	padding: 5px 0 0 5px;
	text-decoration: none;
	}

#sidenav li a:link {
	color: #000; 
}

#sidenav li a:visited {
	color: #000; 
	}

#sidenav li a:hover{
	color: #7f024b;
	background: transparent; 
	}

#sidenav li a img {
	text-decoration: none;
	margin-right: 5px;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
