/* Here is the general layout for all of pl.com */

/*
# Play

    * popular playlists
    * tag playlists
	* new playlists

# Create
	* import

# Profile

# Search

# About
*/


/* General Structure */
body, th, td, input {
		font-family: verdana, sans-serif;
		font-size: 11px;
		/* font-size: small ;*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.2em 0;
	/* border-bottom: 1px dotted #ccc; */
	font-family: arial, verdana, sans-serif;
}
li h1, li h2, li h3, li h4, li h5, li h6 {
	border: none;
}

#header h1 { border: 0; }

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

/* Basic Struct */
body {
	min-width: 610px;
	margin: 20px;
}

#container {
	max-width: 70em;
	margin: 0 auto;
}

#mBody {
	clear: both;
	padding: 0 0 1em 0;
}

#side {
	float: left;
	width: 18%; /* 23% */
	margin-bottom: 1em;
	}

#sideright {
	float: right;
	width: 10%; /* 23% */
	margin-bottom: 1em;
	}

#mainContent {
	margin-left: 20%; /* 25% */
	margin-right: 12%; /* new */
	}
.nomenu #mainContent {
	margin-left: 0;
}

#mainContentRight {
	margin-left: 20%; /* 25% */
}

.bodyleft {
	margin-left: 25% ! important
}
#mainContent.right {
	float: left;
	width: 62%; /* 62% */
	margin-bottom: 1em;
	margin-left: 0;
}

#side.right {
	float: none;
	width: auto;
	margin-left: 88%; /* 65 */
}



/* Nav */

	:link { color: #039; }
	:visited { color: #636; }
	:link:hover, :visited:hover { color: red; }
	:link:active, :link:active { color: #000; }

/* Nav */

:link img,
:visited img {
	border: 0;
}
.deepLevel #mainContent :link img,
.deepLevel #mainContent :visited img {
	border: medium solid;
}
.deepLevel #mainContent #buttons :link img,
.deepLevel #mainContent #buttons :visited img {
	border: 0;
}


/* Sidebar */

#nav:before {
	line-height: 0.1;
	font-size: 1px;
	/*  */
	margin: 0;
	height: 9px; /* was 9px */
	display: block;
	border-bottom: 1px solid #ddd;
	/*  */
}
#nav {
	background: #E0E9E9; /*  */
}
#nav:after {
	display: block;
	padding-top: 0;
	line-height: 0.1;
	font-size: 1px;
	/*  */
	margin: 0 0 0 0;
	height: 8px;
	/*  */
	background: transparent scroll no-repeat bottom right ;
	border-top: 1px solid #fff;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav {
	margin-bottom: 1em;
}
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li span { /* used for un-linked menu items */
	display: block;
	padding: 6px 10px; 
	font-weight: bold;
	color: #666;
}

#nav li span#configParent, #nav li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
}

#nav li a {
	/* top-o-list */
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	background: #EDF2F2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}

#nav li a:hover {
	background: #E0E9E9;
}

#nav li li span { /* used for un-linked menu items */
	padding: 4px 8px 4px 20px;
}

#nav li li a {
	padding: 6px 8px 6px 20px;
}

#oN {
	background-color: #E0E9E9;
}
#oN:hover {
	background-color: #C6DCDC;
}

/* Logo */
#logo {	
	position: relative;
	margin: 0;
	padding: 12px;
	font-size: 32px;
	height: 24px;	
	color: red; /* #708090 */
}

/* Header */
/* see http://www.eightlines.com/neil/mozskin/csscommands.html */
#header {
	-moz-border-radius: 14px;
	background: #455372; /* #455372 */
	position: relative;
	min-height: 39px;
	height: 4em; /* 4em; */
	padding: 0;
	/* height: 3em; */
	/* padding: 15px 0; */
} #ignored {}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 2px;
	background: url("/images/header_tl.gif") no-repeat;
	height: 8px;
	z-index: 100; /* above the UL */
}
#header h1 a {  
	display: block;
	color: #ffffff;
	font-size: 24px;
	font-family: verdana, sans-serif;
	font-style: bold;
	/* width: 204px;
	height: 66px;
	background: transparent url("/images/hdr_logo.png") no-repeat; */	
	/* text-indent: -700em; */
	text-decoration: none;
	margin-top: 7px;
	margin-left: 18px;
}
#header ul {
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
	background: url("/images/header_br.gif") no-repeat bottom right;
	z-index: 90; /* below the H1 */
}
#header li {
	float: right;
	background: transparent url("/images/hdr_tab.gif") 100% -600px no-repeat;
	padding: 0 6px 0 0;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #515358;
}
#header ul a {
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	background: transparent url("/images/hdr_tab.gif") 0% -600px no-repeat;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#header ul li:hover a { background-position: 0% -400px; }
#header ul li:hover { background-position: 100% -400px; }

body {
background: #fff url(/img/grgrad.gif) repeat-x;
}

body.sectionAbout li#menu_aboutus a,
body.sectionPlay li#menu_play a,
body.sectionCreate li#menu_create a,
body.sectionDownload li#menu_download a,
body.sectionSearch li#menu_search a,
body.sectionRss li#menu_rss a,
body.sectionProfile li#menu_profile a {
	background-position: 0% -200px;
	color: #039;
}

body.sectionAbout li#menu_aboutus,
body.sectionPlay li#menu_play,
body.sectionCreate li#menu_create,
body.sectionDownload li#menu_download,
body.sectionSearch li#menu_search,
body.sectionRss li#menu_rss,
body.sectionProfile li#menu_profile {
	background-position: 100% -200px;
	border-bottom: 1px solid #fff;
}

body.sectionAbout li#menu_aboutus:hover,
body.sectionPlay li#menu_play:hover,
body.sectionCreate li#menu_create:hover,
body.sectionDownload li#menu_download:hover,
body.sectionSearch li#menu_search:hover,
body.sectionRss li#menu_rss:hover,
body.sectionProfile li#menu_profile:hover {
	background-position: 100% 0%;
}

body.sectionAbout li#menu_aboutus:hover a,
body.sectionPlay li#menu_play:hover a,
body.sectionCreate li#menu_create:hover a,
body.sectionDownload li#menu_download:hover a,
body.sectionSearch li#menu_search:hover a,
body.sectionRss li#menu_rss:hover a,
body.sectionProfile li#menu_profile:hover a {
	background-position: 0% 0%;
	color: #333;
}

/* Search Field */

#header form {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 20px 0 0;
	/*  */
	margin: 0; /* need for IE Mac */
	text-align: right; /* need for IE Mac */
	white-space: nowrap; /* for Opera */
}
#header form label { color: #fff; font-size: 85%; }
#header form input { font-size: 85%; }

#header form #submit {
	font-size: 85%;
	background: #6A7389;
	color: #fff;
	padding: 1px 4px;
	border-right: 1px solid #283043;
	border-bottom: 1px solid #283043;
	border-top: 1px solid #9097A2;
	border-left: 1px solid #9097A2;
}

#header form #q {
	width: 170px;
	font-size: 85%;
	border:	1px solid #9097A2;
	background: #D9DBE1;
	padding: 2px;
}
#header form #q:hover, #header form #q:focus {
	background: #fff;
}

/* nu skool */
.welcome {
    width: 96%;
    border: 1px dotted gray;
    padding:15px;
    background-color:lightyellow;
    font-size: 13px;
}

.focusbox {
    width: 96%;
    border: 1px dotted gray;
    padding:15px;    
    font-size: 13px;
}

.comment {
    width: 96%;    
    padding:15px;    
    font-size: 13px;
}

/* neutrals http://www.december.com/html/spec/color0.html (ie sucks) */

.commenthead {
    width: 96%;    
    padding: 4px;
    font-size: 11px;
    font-style: bold;
    background-color:#F5F5F5;
}

.commentbody {
    width: 96%;    
    padding: 4px;
    font-size: 13px;
    font-style: bold;
    background-color:#FCFCFC;
}

.tag {
    /* width: 96%; */
    padding: 4px;
    font-size: 11px;
    font-style: bold;
    background-color:#FAFAFA;
}

.bigtag {
    padding: 6px;
    text-decoration: none;
    background-color:#FAFAFA;
}


.displaytaglist {   
    font-size: 13px;
    padding:  4px;    
}

.bt {
  padding: 2px;
  font-size: 10px;
  font-weight: bold;
  background-color: #ffc;
  text-decoration: none;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 1px solid #4a4a4a;
}

.hlp {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

.tblplaylist {
  padding: 5px;
  background-color:#E0E6EB;
  font-size: 11px;
  text-decoration: none; 
}

.tbltitle {
  font-size: 14px;
  text-decoration: none; 
}


.tblheader {
  padding: 4px;
  background-color:#E3E6E8;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;  
}

.tblcontent {
  font-size: 13px;
  text-decoration: none;
  margin: 20px;
}

#navright, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.submit, #quicktags, .editform th, #postcustomsubmit {
  font-size: 13px;
  color: #455372;
  text-align: right; 
}

span.ajaxhidden{
  display: none;
}

span.ajaxerror{
  display: inline;
  color: black;
  background-color: pink;  
}

