/* Main stylesheet for the Noisy Women Web site */

/* Styles that apply everywhere */

#the-band {
	margin-left:1em; 
	margin-top:1em;
	}
	
a:link, a:visited {
    color:#CCCC72;
    font-weight:bold;
    text-decoration:none;
    background-color:#843463;
}

a:hover, a:active {
    color:#F7F78B;
    background-color:#B989A3;
}

fieldset {  
    float: left;  
    clear: left;  
    width: 70%;  
    margin: 0 0 1.5em 0;  
    padding: 0;
}

legend {  
    margin-left: 1em;  
    color: #000000;  
    font-weight: bold;
}

fieldset ol {  
    padding: 1em 1em 0 1em;  
    list-style: none;
}

fieldset li {  
    float: left;  
    clear: left;  
    width: 100%;  
    padding-bottom: 1em;
}

fieldset.submit {  
    float: none;  
/*    margin:0 auto;
    width: 50%; */  
    border: 0 none #FFF;  
    padding-left: 17em;
}

label {  
    float: left;  
    width: 15em;  
    margin-right: 1em;
}

.required {
	font-size: .9em;
	color: red;
	font-style: italic;
	}

.errorMsg {
	color:red;
}

.clear-div {
	clear:both;
	}
	
/* Styles that apply to the body */

body {
    font: 14px/1.5 Verdana, Arial, sans-serif;
    margin:0;
    padding:0;
    border:0;
    background-image: url(../images/noisy-women-background-2.jpg);
    background-repeat:no-repeat;
    background-position:top center;
}

body#home {
    background-image:none;
}

/* Styles that apply to the main container */

#container {
    width:100%;
    margin:0 auto;
/*    margin-top: 4em;*/
}

img#logo {
    display:block;
    margin:0 auto;
}

#enter-button {
    margin:0 auto;
    background-color:#843463;
    width:30%;
    text-align:center;
    padding-top:1em;
    padding-bottom:1em;
}

#enter-button a:link, #enter-button a:visited {
    font-size:2em;
    padding-top:1em;
    padding-bottom:1em;
    padding-left:4em;
    padding-right:4em;
    border-top:4px solid #B989A3;
    border-left:4px solid #B989A3;
    border-right:4px solid #4B2139;
    border-bottom:4px solid #4B2139;

}

#enter-button a:hover, #enter-button a:active {
}

/* Styles that apply to the main-content area */

#main-content {
    float:right;
    width:70%;
    padding:2em;
    margin-left:2.5em;
}

#main-content h1 {
    text-align:center;
    background-color:#4B2139;
    color:#F7F78B;
    width:70%;
    font-size:1.7em;
}

#main-content h2 {
    text-align:center;
    color:#4B2139;
    width:70%;
}

#main-content h3 {
    color:#4B2139;
    width:70%;
    font-size:1.5em;
    padding-left:.7em;
}

#main-content p {
    width:70%;
    padding-left:.7em;
}

#main-content a:link, #main-content a:visited {
    color:#843463;
    text-decoration:none;
    background-color:white;
}

#main-content a:hover, #main-content a:active {
    color:#B989A3;
    text-decoration:underline;
    background-color:white;
}

/* Styles that apply to the leftnav area */

#leftnav {
    float:right;
}

#leftnav ul {
    margin:0;
    padding:0;
    border:0;
    width:10em;
    margin-top:11em;
}

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

#leftnav ul li a:link, #leftnav ul li a:visited {
    display: block;
/*    margin: 0.4em 0.2em;*/
    font-size: 1em;
    margin-top:0.4em;
    margin-left:0;
    padding: 0.5em 1.5em;
    width:100%;     /* for IE6 (to make all the nav links the same width) */
}

#leftnav a:hover {
/*    background-color: #00F;
*/
}

/* Footer styles */

#footer {
    clear:both;
    margin:0 auto;
    width:90%;
    padding-top:1em;
}

#footer p {
    text-align:center;
}

#footer small {
/*    font-weight: bold; */
}

#footer a:link, #footer a:visited {
    color:black;
    background-color:white;
    text-decoration:underline;
    font-weight:normal;
}

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