@charset "UTF-8";
/* 

Theme Name: Rockstar Sluts
Theme URI: http://www.themusicslut.com/
Description: Original Theme for The Music Slut
Version: 1.0
Author: Blanks + Williams
*/

/* Credits*/
/* A custom made template for www.themusicslut.com */

/* ------------ GLOBAL */

body {   
	margin: 0px;
	padding: 0px;
	background-image: url('images/background.gif');
	background-position: 0px 0px;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

img, a img {
    border: 0px;
}

img.alignright {
    float: right;
    padding: 5px 0px 5px 5px;
}
img.alignleft {
    float: left;
    padding: 5px 5px 5px 0px;
}
img.aligncenter {
    margin: 0px auto 0px auto;
    padding: 5px;
}

/* ------------ LAYOUT */

#container {
	margin: 0px;
	width: 1000px;
	height: 100%;
}

#container-inner {
    width: 1000px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}


#header {
	margin: 0px;
	width: 1000px;
	height: 223px;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
    position: relative;
}
#beta {
    filter:alpha(opacity=80);
    opacity:0.8;
    -moz-opacity:0.8;
}

#header-inner, #footer-inner {
    overflow: hidden;
    position: static;
}

#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    position: static;
}

#alpha-inner {
    padding: 10px 10px 0px 12px;
}
#beta-inner {
    padding: 18px 10px 0px 10px;
}
#gamma-inner {
    padding: 20px 0px 0px 15px;
}
#alpha {
	left: 247px;
	width: 528px;
	padding: 0px;
	background-color: #E0E0E0;
	color: #000000;
}

#beta {
	left: -528px;
	width: 247px;
	margin-left: 0px;
	padding: 0px;
	color: #fff;
}

#gamma {
	left: 0px;
	width: 200px;
	margin-right: 0px;
	padding: 0px;
	color: #fff;
}

#footer {
	width: 900px;
	height: 50px;
	clear: both;
	margin: 0px 15px 0px 15px;
	padding: 20px 0px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

/* CATEGORY COLOR PATTERN */

#beta.home, #beta.uncategorized, #beta.faq { background-color: #0066cc; } 
#gamma.home, #gamma.uncategorized, #gamma.faq { background-color: #000033; }

#beta.contests { background-color: #9bc618; }
#gamma.contests { background-color: #2b3804; }

#beta.reviews { background-color: #0ac988; }
#gamma.reviews { background-color: #04402b; }

#beta.interviews { background-color: #a815cd; }
#gamma.interviews { background-color: #32033f; }

#beta.bsides { background-color: #ce3939; }
#gamma.bsides { background-color: #410a0a; }

#beta.mp3-mondays { background-color: #e29a1c; }
#gamma.mp3-mondays { background-color: #362303; } 

/* ------------ TOP HEADER */

#header-advertisement {
	margin-top: 3px;
	margin-left: 247px;
	width: 728px;
	height: 90px;
	background-color: white;
}

#home-button {
	margin-top: 30px;
	margin-left: 275px;
	width: 275px;
	height: 75px;
	float: left;
}

/* ------------ TOP NAV BAR */

ul#top-nav  {
	float: right;
	margin-top: 27px; 
	margin-right: 105px;
}
#top-nav li { /* Main nav list items */
	padding: 0px;
	list-style: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 14px; /* height of the tab */
	text-transform: uppercase;
	font-weight: bold;
}
#top-nav li a:link, #top-nav li a:visited {   /* Main nav styles for all links */
	display: block; /* Although display:block suggests a vertical list the float:left property under #nav li causes the menu to float inline */
	line-height: 14px; /* height of the tab */
	color: #fff;
	text-decoration: none;
}

#top-nav li.contests a:hover, #top-nav li.contests a:active, #top-nav li.contests a#current {
	display: block;
	line-height: 14px;
	color: #9bc618;
	text-decoration: none;
}

#top-nav li.reviews a:hover, #top-nav li.reviews a:active, #top-nav li.reviews a#current {
	display: block;
	line-height: 14px;
	color: #0ac988;
	text-decoration: none;
}

#top-nav li.interviews a:hover, #top-nav li.interviews a:active, #top-nav li.interviews a#current {
	display: block;
	line-height: 14px;
	color: #a815cd;
	text-decoration: none;
}

#top-nav li.bsides a:hover, #top-nav li.bsides a:active, #top-nav li.bsides a#current {
	display: block;
	line-height: 14px;
	color: #ce3939;
	text-decoration: none;
}

#top-nav li.mp3-mondays a:hover, #top-nav li.mp3-mondays a:active, #top-nav li.mp3-mondays a#current {
	display: block;
	line-height: 14px;
	color: #e29a1c;
	text-decoration: none;
}

/* ------------ MAIN BODY */

/*ENTRIES*/

#alpha-title {
	width: 490px;
	height: 65px;
	padding-bottom: 20px;
}

.entry {
	width: 480px;
}
.entry-header {
	width: 350px;
}
.entry-date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #000033;
}
.entry-title a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
	color: #0066CC;
	text-transform: uppercase;
	text-decoration: none;
}
.entry-content {
	width: 480px;
	padding: 10px -10px 15px 0px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.entry-content a:link, .entry-content a:visited {
	color: #000033;
	text-decoration: underline;
}
.entry-content a:hover, .entry-content a:active {
    color: #000033;
    text-decoration: none;
}
.entry-meta {
	width: 480px;
	padding: 8px 5px;
	border-width: 1px;
	border-color: #000033;
	border-style: dashed none dashed none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #000033;
	text-transform: uppercase;
	margin-bottom: 15px;
	clear: both;
}
.entry-meta a:link, .entry-meta a:visited {
	color: #000033;
	text-decoration: none;
}
.entry-meta a:hover, .entry-meta a:active {
	color: #000033;
	text-decoration: underline;
}

/*COMMENTS*/
#commentblock {
	margin-left: 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

/*FOOTER*/
#alpha-footer {
	width: 480px;
	padding: 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #000033;
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
	margin-bottom: 15px;
}

#alpha-footer a:link, #alpha-footer a:visited {
	color: #000033;
	text-decoration: underline;
}

#alpha-footer a:hover, #alpha-footer a:active {
	color: #000033;
	text-decoration: none;
}

/* ------------ SIDEBAR */

/* SEARCH BOX */
#beta-search {
	width: 210px;
	margin-left: 5px;
}
#beta-search input {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 200px;
	padding: 4px 0px 4px 10px;
	color: black;
	background-color: white;
	text-transform: uppercase;
	margin-bottom: 7px;
}
#beta-search-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-bottom: 12px;
}
#beta-contact {
	width: 205px;
	margin-left: 5px;
	padding: 10px 0px 15px 0px;
	border-style: solid none solid none;
	border-width: 1px;
	border-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
}
#beta-contact a:link, #beta-contact a:visited {
	text-decoration: none;
	color: white;
}
#beta-contact a:hover, #beta-contact a:active {
	text-decoration: underline;
	color: white;
}

/* BLOGROLL */
#beta-blogroll {
	padding: 5px 0px 0px 5px;
	width: 205px;
}
.beta-blogroll-list {
	padding: 0px;
	margin: 0px;
}
.beta-blogroll-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
ul.xoxo {
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	color: white;
}
.xoxo li { /* Main nav list items */
	padding: 0px;
	list-style: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.xoxo a:link, .xoxo a:visited {
	color: white;
	text-decoration: underline;
}
.xoxo a:hover, .xoxo a:active {
	color: white;
	text-decoration: none;
}
#the-slutstars {
	padding: 5px 0px 5px 0px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: white;
}
#blogs-of-note {
	padding: 10px 0px 0px 0px;
}

/*ALBUM COVER*/
#gamma-album {
	width: 170px;
	height: 175px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: white;
}
#gamma-ad-blurb {
	padding: 10px 25px 10px 0px;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: white;
}
#gamma-ad-blurb a:link, #gamma-ad-blurb a:visited {
	text-decoration: underline;
	color: white;
}
#gamma-ad-blurb a:hover, #gamma-ad-blurb a:active {
	text-decoration: none;
	color: white;
}
#gamma-advertisement {
	width: 160px;
	color: white;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 11px;
}
#gamma-advertisement a:link, #gamma-advertisement a:visited {
	text-decoration: underline;
	color: white;
}
#gamma-advertisement a:hover, #gamma-advertisement a:active {
	text-decoration: none;
	color: white;
}

/* ------------- VIPERS VIDEO QUICKTAGS */
.vvqbox { margin: 5px auto 0px auto; text-align: center; }

/* hides the second object from all versions of IE */
* html object.mov { display: none; }

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ { display: inline; }

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov { display/**/: none;	}
