/*  401west10th.com members default style sheet */

/* =INITIAL

   v2.1, by Faruk Ates - www.kurafire.net

   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling:

   Elements we want to clean out entirely: */

html, body, form, fieldset {

        margin: 0;

        padding: 0;

        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;

}

/* Neutralize styling:

   Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,

blockquote, ul, ol, dl, address {

        margin: 1em 0;

        padding: 0;

}

/* Apply left margin:

   Only to the few elements that need it: */

li, dd, blockquote {

        margin-left: 1em;

}

/* Miscellaneous conveniences: */

form label {

        cursor: pointer;

}

fieldset {

        border: none;

}

input, select, textarea {

        font-size: 100%;

}

body {

    background: #330000;
    color: #FFFFFF;

}

/* end Initial */

/* css for top menu */

#menu {

	position: relative;
	top: 10px;
	font-size: 13pt;
	width: 100%;
	text-align: center;

}

#menuleft {

	position: relative;
	display: inline;
	width: 40%;
	background: #A5372A;
	text-align: center;
 	top: -70px;
	padding: 15px 0px 15px 0px;
	left: 2px;

}

#menuCenter {

	display: inline;
	width: 128px;
	height: 162px;

}

#menuright {

	position: relative;
	display: inline;
	width: 40%;
	background: #A5372A;
	text-align: center;
	top: -70px;
	padding: 15px 0px 15px 0px;
	left: -8px;

}

#menuleft a {

	text-decoration: none;
	padding: .2em 1em;

}

#menuright a {

	text-decoration: none;
	padding: .2em 1em;

}

#menu a:visited {

	color: #000000;

}

#menu a:link img{

	text-decoration: none;
	border-width: 0px;

}

#menu a:visited img{

	text-decoration: none;
	border-width: 0px;

}

#menu ul {

	display: inline;
	padding: .2em 0;
	margin: 0px;
	width: 100%;
	text-align: center;

}

#menu li {

  /*    width: 125px;
	position: relative;
	margin: 0px;
	list-style-type: none; */

	display: inline;
	padding: 0px 5px 0px 5px;

}

#menu li a:link {

	color: #FFFFFF;

}

#menu li a:visited {

	color: #FFFFFF;

}

#indexBody {

	padding: 75px 20px 20px 20px;
	width: 95%;
	text-align: center;

}

#body {

	padding: 50px 20px 20px 20px;
	width: 95%;

}

/* Generic CSS for content */

#content {

	width: 80%;
	position: relative;
	margin-top: 50px;
	left: 20px;

}

/* CSS for top right information panel of member page */

#topRight {

	width: 95%;
	text-align: right;

}

/* CSS for the login page */

#loginBox {
        
    width: 600px;
    height: 225px;
    margin: 250px 0px 0px 220px;
    
}

#loginTitle {
    
    text-align: center;
    font-size: 25pt;
    margin: 20px 0px 5px 0px;
    
}

#loginError {
    
    text-align: center;
    margin: 20px 0px 5px 0px;
    height: 15px;
    
}

#loginInput {
    
    margin: 20px 0px 10px 0px;

}

#loginButtons {

    width: 55%;
    margin-left: 200px;
    display: inline;
    
}

#loginCancelButton {
    
    float: left;
    
}

#loginEnterButton {
    
    float: right;   
    
}

/* CSS for the documents page */

#documents {
    
    margin-left: 100px;
    
}

#documents ul {
    
    list-style: none;
}

#documents ul li {
    
    margin: 10px;
}

/* Standard List Area CSS */

#listTitle {
    
    text-align: center;
    font-size: 20pt;
    
}

#listArea {
    
    margin: 30px;
    
}

#listArea td {
    
    width: 150px;
    text-align: center; 
    
}

