/* LAYOUT 1  --- this value is parsed as 11th character - do not change spacing */

/* Delta Phi (Llenroc) Website */


/*HTML Elements*/

#wrap {
	width: 970px;
	}

body {
	margin: 0px;
	background-color: #000;
	color: #fff;
	background-repeat: repeat-x;
	background-image: url(131-deltaphicor/redesign/again.jpg);
	}

	
a 	{
	color: #2FAECE;
	border: none;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #ccc;
	text-decoration: underline;
	font-weight: normal;
	}	



/* This section controls fonts and colors in the login section */

#login	{
	background-repeat: no-repeat;
	background-color: transparent;
	height: 150px;
	position: relative;
	margin-left: 10px;
	margin-top: -3px;
	width: 100%;
	font-family: Arial;
	}

#loginlinks {
	font-size: 11px;
	margin-right:  50px;
	font-family: Arial;
	}
	
#login form {
	margin-top: 35px;
	padding-right: 50px;
	color: #fff;
	font-size: 11px;
	font-family: Arial;
	}

#login a 	
	
	{
	color: white;
	}

#login a:hover 	
	
	{
	color: #2FAECE;
	}


#banner {
	background-image: url(131-deltaphicor/redesign/new2.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	font-size: 25px;
	width: 1000px;
	margin-top: -150px;
	text-align: center;
	margin-left:-40px;
	height: 282px;
	}




/* This section controls the wraps*/



#navwrap {
	width: 800px;
	padding-top: -20px;
	padding-bottom: 10px;
	clear: right;
	z-index: 5;	
	font-family: arial;
	font-size: 15px;
	color: #000;
	background-color: transparent;
	
	}
	
#contentWrap {
	padding-top: 0px;
	width: 970px;
	padding-bottom: 0px;
	
	}
	
#content {
	font-family: arial;
	font-size: 13px;
	width: 947px;
	padding-left: 0px;

	}

#content form
	{
	background-color: transparent;
	width: 950px;
	}


#content-long
	{
	background-color: #999;
	} 

/* This section controls the menu navigation div*/


#nav {
	float: left;
	width: 800px;
	list-style: none;
	border: 0px solid #000;
	background-color: transparent;
	height: 21px;
	clear: both;
	color: #52A0BF;
	font-family: century gothic, arial, helvetica;
	font-size: 13px;
	margin-top: 10px;
	margin-left: 240px;
	}

#membernav {
	float: left;
	width: 550px;
	height: 23px;
	list-style: none;
	margin-top: 5px;
	margin-left: 450px;
	clear: both;
	background-color: transparent;
	font-family: century gothic, arial, helvetica;
	font-size: 12px;
	border: 0px;

	}

#officernav {
	float: left;
	margin-left: 610px;
	width: 320px;
	height: 23px;
	list-style: none;
	border-top: 1px solid #fff;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	background-color: transparent;
	font-family: century gothic, arial, helvetica;
	font-size: 11px;	 
	/* for IE */
  	filter:alpha(opacity=90);
 	/* CSS3 standard */
  	opacity:0.9;
	clear: both;
	background-color: #ccc;
	margin-top: 5px;
	}

#adminnav {
	float: left;
	width: 930px;
	list-style: none;
	border: 0px;
	background-color: #999;
	font-size: .7em;
	margin-top: 15px;
	}


#nav li a, #membernav li a, #officernav li a, #adminnav li a {
	float: left;
	position: relative;
	margin: 0px;
	color: white;
	}


/* the hover characteristics */

#nav a:hover, #officernav a:hover, #adminnav a:hover 
	{
	background-color: #3896B8;
	color: #fff;
	font-weight: normal;
	
	}

#membernav li a
	{ 
	color: #2FAECE;
	}
	
#officernav li a
	{ 
	color: #000;
	}
	
	
#membernav a:hover
	{
	color: #000;
	background-color: #fff;
	font-weight: normal;
	}
	
/* Gifts and event and login table controls */
	

td.gifts1 	{
		width: 450px;
		text-align: left;
		}

.row1_event td {	
	background-color: #99CEDB;
	font-size: 1.1em;
	text-align:left;
	color: #000;
	padding-left: 15px;
	}

.row1_event td a {
	color: #000;
	}

.row0_event td {
	background-color: #BFC0C0;
	text-align:left;
	font-size: 1.1em;
	color: #000;
	padding-left: 15px;
	}

.row0_event td a {
	color: #000;
	}
	
/* Misc. */

#footer {
	width: 970px;
	margin-left: -1px;
	font-size: .8em;
	color: white;
	border-bottom: solid;
	border-width: 0px;
	border-color: #2E86A4;
	font-family: century gothic, arial, helvetica;
	}

/* Headers and font colors */
	
	
.lg_header { 
	font-size: 1.5em; 
	font-family: century gothic, arial, helvetica;
	text-align: left;
	color: #2FAECE;
	font-weight: lighter;
	}
	
.sm_header  {
    font-size: 1.2em;
	font-family: century gothic, arial, helvetica;
	color: #BFC0C0;
 	text-align: left;
	text-decoration: none;
	font-weight: normal;
	}	

.highlight
	{
	color: #99CEDB;
	}
