/* A BIG IDEA :: by Payal Dhar (http://writeside.net/) 
Feel free to use or modify, but do keep the credit.*/

*{
	padding: 0;
	margin: 0;
	}

body {
    background: black;
	color: #cccccc;
	text-align: center;
	font: 1em Arial, Helvetica, sans-serif;
	}

#wrapper{
	position: relative;
	margin: 15px auto;
	padding: 5px;
/*	border: 1px solid #666666; */
	background: url(images/logo.jpg) top left no-repeat;
	width: 750px;
}

a.download, a:link.download	{
        background: transparent;
	text-align:center; 
   	}

a:hover.download	{
        background: transparent;
	text-decoration: underline;
}

table.contrib {
       border: 1px solid #666666;
}

th.contrib {
       background: #1F1F1F;
       color: #cccccc;
       font-weight: normal;
       text-decoration: underline;
}

tr.even {
        background: #333333;
        color: #666666;
}

tr.odd {
        background: #666666;
        color: #333333;
}


/*Style for the page header */
#header	{
	position: relative;
	text-align: right;
	font-size: 1em;
	color: #aaaaaa;
	width: 750px;
        height: 160px;
} 
	
/*Style for the nav menu */
#nav {
	position: relative;
	margin: -18px 0 10px auto;
	width: 750px;
	line-height: 2em;
	}
	
#nav ul { 
	padding:5px; 
	margin:0; 
	padding:0; 
} 

#nav ul li { 
	float:right; 
	list-style:none; 
	margin:0; 
	padding:0; 
	} 
	
#nav a, a:link	{
	display:block; 
	margin:0; 
	padding: 2px 15px; 
	text-align:center; 
	background: #333333;
	}

#nav a:hover	{
	color: #333333;
	background: #666666;
	text-decoration: none;
}

/* Styles for the text area */
#text {
    position: relative;
    margin: 75px auto 50px auto;
	padding: 0;
	width: 750px;
	text-align: left;
	line-height: 1.25em;
	border-top: 3px solid #666666;
	}

a, a:link	{
	color: #cccccc;
	background-color: #1F1F1F;
	text-decoration: none;
	display: inline;
	padding: 0;
	}
	
a:hover	{
	color: #cccccc;
	text-decoration: underline;
	}
	
p {
	margin: 0;
	padding: 5px;
	padding-left: 20px;
	
}

h1	{
	font: 1.5em Garamond, serif;
	color: #aaaaaa;
	border-left: #aaaaaa 15px solid;
	padding: 5px;
	margin: 20px 0;
	}
	
h2	{
	font:1.25em Garamond, serif;
	color: #aaaaaa;
	margin: 0;
	padding: 20px;
	}

li, ul {
   margin-left: 20px;
}

/* Style for the footer */
#footer	{
	padding: 2px;
	margin: auto; 
	border-top: 1px solid #333333;
	font-size: 0.8em;
	width: 750px;
	}

