/* Core elements */


body                    { padding: 0; margin: 0px; background-color: #594a4a; font-family: Arial, "Helvetica Neue", Helvetica, sans;
                        font-weight: normal; font-size: 12px; color: #8c9194; line-height: 130%; }
                        
                        
                        
                        
hr                      { 
						border: 2px solid #444; 
						border-style: none none solid; 
						margin-top: 50px;
						margin-bottom: 50px;
						}
						
						
						
						
						
						
						
						
						
						
img                     { 
							border: 0; 	
							}
							

						
#leftcol img                     { 
							border-top: 7px solid #594a4a; 
							border-bottom: 2px solid #594a4a; 	
							}
														
							
							
							
a                       { outline: none; }













/* Table elements */
th                      { padding-bottom: 4px; padding-right: 10px; text-align: left; font-size: 13px; }
td                      { padding-bottom: 4px; padding-right: 10px; font-size: 13px; }
tr                      { vertical-align:top; }
table                   { padding: 0px; margin: 0px; border-collapse: collapse; }
.table_list th          { background-color: #a0a0a0; color: #8c9194; text-align: left; }
.table_list tr          { border-bottom: 1px solid #f0f0f0; }
.table_gap              { width: 200px; }












/* Form elements */
input				    { padding: 3px; font-family:  Arial, "Helvetica Neue", Helvetica, sans; font-weight: normal; font-size: 13px;
                        border: 1px solid #8c9194; color: #8c9194; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
input:hover		    	{ border: 1px solid #594a4a; color: #594a4a; }
input:focus			    { border: 1px solid #8c9194; color: #8c9194; }
select				    { padding: 3px; font-family: Arial, "Helvetica Neue", Helvetica, sans; font-weight: normal; font-size: 13px;
                        border: 1px solid #8c9194; color: #594a4a; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
select:hover		    { border: 1px solid #594a4a; color: #594a4a; }
select:focus			{ border: 1px solid #8c9194; color: #8c9194; }
textarea				{ padding: 3px; font-family: Arial, "Helvetica Neue", Helvetica, sans; font-weight: normal; font-size: 13px;
                        border: 1px solid #8c9194; color: #8c9194; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
textarea:hover		    { border: 1px solid #594a4a; color: #594a4a; }
textarea:focus			{ border: 1px solid #8c9194; color: #8c9194; }
input.submit,button,input[type=submit],input[type=button],input[type="file"]>input[type="button"]
                        { color: #8c9194; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 0px; 
                        padding-top: 1px solid #8c9194; padding: 3px 3px; font-weight: bold;
                        font-size: 13px; vertical-align: top; cursor: pointer; 
                        background-color: #181818; }
input.submit:hover,button:hover,input[type=submit]:hover,input[type="file"]>input[type="button"]:hover
                        { background: #181818; }
input.submit:active,button:active,input[type=submit]:active,input[type="file"]>input[type="button"]:active
                        { background: #181818; }










/* PARALLAX */

div#toplogo{
    margin:0 auto;
    width:988px;
}

div#midground{
    background:  #000;
    background-image: url(http://www.maxrichtermusic.com/images/headers/random.php);
    background-repeat: no-repeat;
background-position: top center;
    left:0;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#midgroundindex{
    background:  #000;
    background-image: url(http://www.maxrichtermusic.com/images/headers/StudioMAX600-June10-001aMH.jpg);
    background-repeat: no-repeat;
background-position: top center;
    left:0;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#foreground{
    background: transparent;
    left:0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 395px;
    border-bottom: 2px solid #594a4a;

}


#toplogocontainer	{
			position: absolute;
			height: 400px;
			width:988px;
			margin: 0 auto 0 auto;	
			z-index: 1;
			}
		










/* NAV */

#navbg {
	/* background: #594a4a; */
		background: #1b0505;

	/* background-image: url(http://www.maxrichtermusic.com/images/nav/navbg.jpg);
    background-repeat: no-repeat;
background-position: top center; */
	width: 100%;
	height: 60px;
	margin: 0;
	/* border-top: 5px solid #9b8282;*/
	border-bottom: 7px solid #594a4a; 
	padding: 0;
	text-align: left;
}

#navcontainer {
	background: transparent;
	width: 948px;
	height: 60px;
	margin: 0 auto 0 auto;
	padding: 15px 20px;
	text-align: left;
}



.navtxt                  { 
	font-family: Arial, "Helvetica Neue", sans-serif;
						font-size: 17px; 
						font-weight: normal;
						color: #8c9194; 
						font-weight: normal;
						letter-spacing: 0;
						line-height: 15px;
						text-transform: lowercase;
						}









/* Body BGs */


#indexid { 
	background:#181818;
	color:#8c9194;
	background-image: url(#);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	}











/* Layout elements */


#container              { 
						margin: 25px auto 25px auto;	
						width: 988px; 
						line-height: 160%; 
						}
							
							
#content                { 
						float: left; 
						width: 948px; 
						margin-top: 25px;
						margin-bottom: 10px; 
						padding: 0 20px;
						min-height: 500px; 
						}
						
						
						
#leftcol                { 
						float: left; 
						width: 600px; 
						margin-right: 100px; 
						min-height: 500px; 
						}
						
						
						
#rightcol               { 
						float: left; 
						width: 218px; 
						min-height: 500px; 
						}
           
         
         


#navcontainer a:link, #navcontainer a:visited 
                        { color: #8c9194; text-decoration: none; }
#navcontainer a:hover         { color: #8c9194; text-decoration: underline; }
#navcontainer a:active        { background-color: #8c9194; color: #8c9194; outline: none; }


   
           
                                                
/* Header 
#header                 { 
						float: left; 
						width: 968px; 
						height: 70px; 
						margin-bottom: 10px; 
						border-bottom: 1px solid #444; 
						font-size: 24px;
                        font-style: italic; 
                        line-height: 30px; 
                        color: #8c9194; 
                        }


                        
                        
                        
.header                 { color: #8c9194; font-weight: bold; }
#header a:link, #header a:visited 
                        { color: #8c9194; text-decoration: none; }
#header a:hover         { color: #8c9194; text-decoration: underline; }
#header a:active        { background-color: #8c9194; color: #8c9194; outline: none; }
#title                  { background-color: #000000; float: left; padding: 10px; width: 968px;
                        margin-bottom: 10px; line-height: 26px; font-size: 26px; font-weight: bold; height: 40px; color: #8c91948c9194;
                        -moz-border-radius: 5px; -webkit-border-radius: 5px;  }
#headericons            { float: right; margin-top: 3px;}
#headericons img        { width: 25px; height: 25px; }

*/




/* Header - Messages*/
#messages 				{ width: 988px; font-weight: bold; font-size: 13px; margin-left: 10px; }
.message 				{ margin-bottom: 2px; padding: 2px 8px 0px 8px; color: #8c9194; font-weight: bold; background-color: #999; 
                        float: left; clear: both; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.warning 				{ margin-bottom: 2px; padding: 2px 8px 0px 8px; color: #8c9194; font-weight: bold; background-color: #999966; 
                        float: left; clear: both; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.success 				{ margin-bottom: 2px; padding: 2px 8px 0px 8px;color: #8c9194; font-weight: bold; background-color: #009900; 
                        float: left; clear: both; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.error 					{ margin-bottom: 2px; padding: 2px 8px 0px 8px; color: #8c9194; font-weight: bold; background-color: #990000; 
                        float: left; clear: both; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
                
                
                
                
                
/* Content */
#content a:link, #content a:visited 
                        { color: #8c9194; text-decoration: none; }
#content a:hover        { text-decoration: underline; }
#content a:active       { color: #8c9194; outline: none; } 

#intro                  { color: #8c9194; font-size: 30px; margin-bottom: 40px; }
#intro img              { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #444; }
.large                  { font-size: 18px; line-height: 20px; color: #ddd; }




.small                  { 
						font-size: 9px; 
						color: #8c9194; 
						font-weight: bold;
						line-height: 12px;
						text-transform: uppercase;
						}

.smallside                 { 
						font-size: 12px; 
						color: #8c9194; 
						font-weight: bold;
						line-height: 14px;
						/* text-transform: uppercase; */
						}         
         

.smallsiden                { 
						font-size: 12px; 
						color: #8c9194; 
						font-weight: normal;
						line-height: 14px;
						/* text-transform: uppercase; */
						}                
         
h1 { 	
	/* font-family: Garamond, Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-style: normal;
	font-weight: normal;
						/* text-transform: uppercase; */
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 17px;
	color: #8c9194;
	}





.subtitle               { font-size: 15px;  font-weight: bold; color: #ddd; }
                 
.release                { float: left; width: 293px; margin-right: 20px; margin-bottom: 8px;}
.release img            { width: 293px; height: 293px; border-top: 7px solid #594a4a; border-bottom: 2px solid #594a4a; }

ul.leaflist             { margin-top: 0px; margin-left: 0px; padding-left: 0px; list-style-position: inside; }





.release_old                { float: left; width: 170px; margin-right: 17px; margin-bottom: 8px;}
.release_old img            { width: 170px; height: 170px; border-top: 7px solid #594a4a; border-bottom: 2px solid #594a4a; }











#footerbg {
	background: #594a4a; 
	/* 	background: #1b0505;*/

	/* background-image: url(http://www.maxrichtermusic.com/images/nav/navbg.jpg);
    background-repeat: no-repeat;
background-position: top center; */
	width: 100%;
	height: 200px;
	margin: 0;
	border-top: 2px solid #8c9194;
	/* border-bottom: 7px solid #594a4a; */
	padding: 0;
	text-align: left;
}

#footercontainer {
	background: transparent;
	width: 948px;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 45px 25px;
	text-align: left;
}








/* Footer */
#footer                 { 
						width: 948px; 
						font-size: 12px; 
						color: #181818; 
						padding-top: 10px; 
						line-height: 130%; 
						}
						
#footer a:link, #footer a:visited 
                        { color: #181818; text-decoration: none; }
#footer a:hover         { color: #181818; text-decoration: underline; }
#footer a:active        { background-color: #181818; color: #8c9194; outline: none; }
#footericons            { float: left; }
#footericons img        { width: 30px; height: 30px; }
#footersearch           { float: right; }

#footer h1				{ color: #181818; }



.smallf                { 
						font-size: 9px; 
						color: #181818; 
						font-weight: bold;
						line-height: 12px;
						text-transform: uppercase;
						}
