body {
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	background: #f0f0f0;
}

#container
{

}

/************ begin header **************/

#header /* Used as a wrapper for the header divs */
{
    
}

#headercontent /* Use this to control height of header */
{
	position: relative; /* required so that absolute (bottom) positioning can be used by child divs */
	background: black; /*#30292b;*/
	color: #c1c0c0;
	height: 29px;
	padding: 0px;
	border-bottom: solid 1px gray;
}

#headercontent h1
{
	display: inline;
	color: #b8c071;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;

}

#headercontent h2
{	

	color: #b8c071; /* #c1c0c0;*/
	font-size: 16px;
	margin-top: 0px; 
}

#headercontentl
{
	position: relative;
	float:left;
	margin-left: 5px;
	width: 28px;
	top: 5px;
}

#headercontentr
{
	position: absolute;
	/* float: right; */
	right: 5px;
	bottom: 3px;
	z-index: 100;
}

#headercontentm
{
	position: relative;
	margin-left: 60px;
	margin-bottom: 0px;
	padding-bottom: 0;
	height: 100%;
	color: white;
}

#headercontent ul
{
	position: absolute;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	width:100%;
	padding-left: 0px;
	/*padding-bottom: 0px;*/
	margin: 0;
	margin-bottom: 5px;
	bottom: 0px;
}

#headercontent ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	/*padding-right: 5px;
	padding-left: 5px;*/

}

#headercontent a
{
    text-decoration: none;
    color: #c1c0c0;
    font-size: 15px;
}

#headercontent a:hover
{
    color: orange;
}

#headercontent ul li a
{
	text-decoration: none;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	color: #c1c0c0;
	width: 100%;
	border: solid 1px #4c4c4c;
}

#headercontent ul li a:hover
{
	/*color:#b8c071;*/
	
	text-decoration:none;
	width: 100%;
	height:60px;
    color: #c1c0c0;
    background: #4c4c4c;
}

#leftcorner
{
	background: url(images/cornerbl.gif) 100% 100% no-repeat;
	float: left;
	width: 5px;
	height: 5px;
	margin: 0;
	padding: 0;
}

#rightcorner
{
	position: relative;
	background: url(images/cornerbr.gif) 100% 100% no-repeat;
	float: right;
	width: 5px;
	height: 5px;
	margin: 0;
	padding: 0;
}


#cornerspacer
{
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	height: 5px;
	width: auto;
	background: #30292b;
}

/****************** Content area *****************/
#contentheaderwrapper
{
    padding-bottom: 15px;
    margin-top: 0;
}

#contentheader
{
    width: 100%;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border: solid 1px lavender;
}

#contentheader h1, h2
{

    padding: 0;
    color: #003d4c;
}

#wrapper1 
{padding: 15px;
	position:relative;
	text-align:left;
	height: 100%;
	background: white; margin: 0;
	width: 800px;
    margin-left: auto;
    margin-right: auto; 
}

#wrapper2 
{
	position:relative;
	text-align:left;
	width:100%;
	height: 100%;
	margin: 0;
}

#maincol 
{
	position:relative;
	margin:0;
	padding:0px;
	height: 100%;
}

#maincol a
{
    text-decoration: none;
}

#rightcol 
{
	position:relative;
	top: 0px;
	right: 0px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: .9em;
	width:200px; /* actual value */
	height: 100%;
	margin:0 0 -10px 0;
	padding:0;
    /*border: solid 1px #b8c071;*/
	z-index:99;
}

.rightcolsection
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px silver;
}

#rightcolnav ul
{   
    padding: 0;
    margin: 0;
}

#rightcolnav ul li
{
    list-style-type: none;
}

#rightcolnav a
{
    text-decoration: none;
    
}

#rightcolnav a:hover
{
    text-decoration: underline;
}

#editprofilenav
{
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
    border: solid 2px gray;
}

#editprofilenav ul li
{
    list-style: none;
}

#editprofilenav a
{
    color: gray;
    font-size: 14px;
    text-decoration: none;
}

#leftcol
{
	position:relative;
	margin-right: 240px;
	height: 100%;
	font-size: 14px;
}

.profilecontent
{
    /*margin-left: 50px;*/
}

a.current
{
    color: orange;
    width: 100%;
}

.editmode
{
    /*border: solid 1px #b6d1ff;*/
    padding: 10px;
}

#leftcol h2, h3
{
    /*margin-top: 0;*/

    color: orange;
}

img
{
    border: 0;
}

#footer 
{
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	background: #30292b;
}

#topleftcorner
{
	background: url(images/cornertl.gif) 100% 100% no-repeat;
	float: left;
	width: 5px;
	height: 5px;
	margin: 0;
	padding: 0;
}

#toprightcorner
{
	position: relative;
	background: url(images/cornertr.gif) 100% 100% no-repeat;
	float: right;
	width: 5px;
	height: 5px;
	margin: 0;
	padding: 0;
}


#cornerspacer
{
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	height: 5px;
	width: auto;
	background: #30292b;
}

div.editalbum
{
    margin-top: 20px;
}

.editalbum h1, .editalbum h2, .editalbum h3
{
    margin: 0;
}

.hidden
{
    display: none;
}

/* Album and Track Tag stuff */
.albumtag {
    padding-left: 3px; padding-right: 3px; border: solid 1px #c8d1e0; color: #4b5b7c; background: #e3e9f3; font-size: 1em; margin-right: 4px;
}

.albumtag a {
    text-decoration: none; color: #4b5b7c;
}

.albumtag a:hover {
    text-decoration: underline;
}

.tracktag {
    padding-left: 3px; padding-right: 3px; border: solid 1px #c8d1e0; color: #4b5b7c; background: #e3e9f3; font-size: .82em; margin-right: 4px;
}

.tracktag a {
    text-decoration: none; color: #4b5b7c;
}

.tracktag a:hover {
    text-decoration: underline;
}

.blog_post {
    border-bottom: solid 1px silver;
    margin-bottom: 25px;
}