/**************************************************************
*                                                             *
*                   S L I P T I D E . c o m                   *
*                   C u s t o m   T h e m e                   *
*                   f r o m   S N N c o r e                   *
*                          *   *   *                          *
*               original design: Sean Armstrong               *
*               evolved design: Nicholas Cristo               *
*                                                             *
**************************************************************/



/* BODY ROCKIN
   ***********************************************************/

body {
	background: #000000 url('images/bg.jpg') repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}

a img {
	border: none;
	}

#main {
	width: 1020px;
	margin: 0 auto 5px auto;
	padding: 20px 0 0 0;
	background: #fff;
	border: solid 1px #000;
	}

#header {
	width: 100%;
	height: 150px;
	padding-top: 30px;
	background: url('images/header-1.jpg') top left;
	}

#netbar {
	width: auto;
	height: 12px;
	background: #1d1d1d;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #d1d1d1;
	}

#netlinks a {
	color: #fff;
	}

#netlinks a:hover {
	color: #d1d1d1;
	text-decoration: underline;
	}

#netlinks {
	font-size: 11px;
	color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	}

.masthead {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	margin: 0 20px 0 0;
	}

.profile {
	margin: 10px;
	}

.track {
	font-size: 12px;
	font-weight: bold;
	}

.block {
	margin-left: 30px;
	text-align: justify;
	}

.crumb {
	font-style: italic;
	margin: 5px;
	padding: 5px;
	width: 98%;
	border-bottom: solid 1px #ccc;
	}

#footer {
	font-size: 10px;
	text-align: right;
	margin: 5px;
	color: #fff;
	}

a, a:visited, a:active {
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #3399FF;
	font-weight: bold;
	}

img a {
	border: none;
	}

.discTitle {
	font-size: 12px;
	font-weight: bold;
	}

.trackTitle {
	margin: 10px;
	border-left: solid 1px #000; 
	padding-left: 20px; 
	height: 230px; 
	line-height: 18px;
	font-size: 11px;
	}

.descript {
	border-left: solid 1px #000; 
	padding-left: 20px; 
	height: 230px; 
	text-align: justify;
	line-height: 16px;
	margin: 10px;
	}


/* DYNAMIC MENU
   ***********************************************************/

#menu {
	background: url('images/menu.gif') bottom left;
	padding: 10px 0 25px 0;
	margin: 0;
	height: auto;
	width: auto;
	text-align: left;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: solid 1px #ccc;
	}

ul {
 	padding: 0;
 	margin: 0;
 	list-style: none;
	}

#nav li {
	padding: 3px 20px 3px 20px;
	float: left;
	position: relative;
	border-right: 1px solid #333333;
	display: inline;
	}

#social li {
	float: right;
	border: none;
	display: inline;
	margin-right: 10px;
	}

li ul {
	display: none;
	position: absolute;
	top: 14px;
    left: -1px;
	}

li > ul {
	top: auto;
	left: auto;
	}

li:hover {
	background-color:#e4e5ea;
	}


li:hover ul, li.over ul {
	background-color:#e4e5ea;
	display: block;
	border-left:1px solid #333333;
	border-bottom:2px solid #333333;
	}


/* What’s taters, eh?
   ***********************************************************/