/*   
Theme Name: IMadeThis
Theme URI: 
Description: Evan's Custom Theme 
Author: Evan Barba
Author URI: 
Version: 0.1
Tags: 
*/

html {
	font-size:16px;
}

body {
	font-size: 12px;
	margin: 0px;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* header */

#header {
		width: 960px;
		height: 225px;
		background: #FFFFFF;
		padding: 0px 0px 0px 0px;
}

#headband {
		position:relative;
		top:25px;
		width: 85%;
		height:125px;
		background:#D8D8D8;
		padding: 0px 0px 0px 0px;
}

#evatar { 
		float:right;
		position:relative;
		top: 50px;
		right: 50px;
}		
		

#headband h1 {
		font-size: 36px;
		font-weight: normal;
		margin-bottom: 6px;
        	letter-spacing: 2px;
		position: absolute;
		left: 50px;
}

#headband h1 .description {
        clear: both;
        letter-spacing: 1px;
        font-size: 14px;
	width: 500px;
}




/*------begin navbar-----*/

#navbar {	
		position:relative;
		top: 50px;
		height:75px;
		width:70%;
		padding: 0px 0px 0px 0px;
		
}

#navbar ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		text-align: center;
}

#navbar ul li {
		font-size: 20px;		
		display:inline;
}

#navbar ul li a {
			text-decoration: none; 
			padding: 0px 25px 0px 25px;	
			background-color: #FFFFFF;
			color:#369;
}

#navbar ul li a:hover {
			color: #fffFFF;
			background-color: #369;
}

/*-------maincontent-------*/

#contentwindow {
	margin: 75px 100px 0px 50px;
}

/*-------links-------------*/

A.linkto:link {
	text-decoration: none; 
	font-size: 20px;
	padding: 0px 25px 0px 25px;	
	background-color: #FFFFFF;
	color:#369;
}

A.linkto:visited 
	{
	text-decoration: none; 
	font-size: 20px;
	padding: 0px 25px 0px 25px;	
	background-color: #FFFFFF;
	color:#369;
}

A.linkto:active 
	{text-decoration: none}

A.linkto:hover 
	{
	font-size: 20px;
	color: #fffFFF;
	background-color: #369;
}


/*------secret links-------*/

#navbar ul li li{

}

#headbandit {
			position:absolute;
			right:-150px;
			top: 12px;
			
			color:blue;
			float:right;
			width: 100px;
			height: 100px;
	
}



#headbandit a:link {
			position:absolute;
			text-decoration: none; 
			width:100px;
			height:100px;
			background-color: #FFFFFF;
}

#headbandit a:hover { 
			background-color: #000000;			
}

#headbandit a:visited {
			position:absolute;
			text-decoration: none; 
			width:100px;
			height:100px;
			background-color: #FFFFFF;
}

/*----footer-----*/
#emailfoot{
	
	width:100%;
	text-align: center;
        letter-spacing: 11px; 
	font-size: 22px;
	color: #BDBDBD;
	height: 88px;
	background: #2E2E2E;
 	padding: 22px 0px 0px 0px;
	margin:0;
}

