/*
AUTHOR: Dean Martin
		dean.martin@mydjspace.net
		www.deelowdesigns.com

*/


/*  RESETS AND THE BASIC PAGE SETUP     */


* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 62.5% "Lucidia Grande", sans-serif;
	background: url(images/bg-grass.jpg) top left repeat-x;
	background-color: #00A24C;
	float:left;
	
	}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }

	p.metadata { background: #fff9a7; padding: 3px; }
a { outline: none; }
a img { border: none; }

h1 {
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #a69028;
	 }
	
	h1#logo {
		width: 956px;
		height: 236px;
		background: url(images/header.jpg) no-repeat;
		text-indent: -9999px;
		
	}
	
	

/*   END RESET STUFF :) */

/* TOOOOOOOOOOOLBOOOOOOOOX*/
.floatleft {float:left; }
.floatright {float:right; }
.clear {clear: both; }
/* END TOOOOOOOOOOOLBOOOOOOOOX*/

/* STRUCTURE AND ALL THE OTHER STUFF :D*/

#page-wrap { 
	width: 956px;
	margin: 0 auto;
	background: url(images/main-area.jpg) repeat-y;
	}
	
	#main-content { 
		padding: 0px 40px 0px 80px;
		}
		
		#article-area { 
			width: 550px;
			float: right;
			padding-right:50px;
		
			}
			
			
		#sidebar { 
			
			width: 220px;
			float: left;
			}	
	
	
ul#nav {
		
}

	ul#nav li {
		
		display: inline;
		
	}
	
	
	ul#nav li a {
		
		display: block;
		height: 78px;
		text-indent: -9999px;
		float: left;
	}
	
	ul#nav li.home a {
		width: 232px;
		background: url(images/nav-home.jpg) bottom center no-repeat;
	}
	ul#nav li.portfolio a {
		width: 170px;
		background: url(images/nav-portfolio.jpg) bottom center no-repeat;
	}
	
	ul#nav li.about a {
		width: 170px;
		background: url(images/nav-about.jpg) bottom center no-repeat;
	}
	
	ul#nav li.contact a {
		width: 509px;
		background: url(images/nav-contact.jpg) bottom center no-repeat;
	}
	
	ul#nav li a:hover {
		background-position: center center;
		 }
		
		
		ul#nav li.home-on a {
			width: 232px;
			background: url(images/nav-home.jpg) no-repeat;
			background-position: top center;
		}
	
	
	
#footer { 
	
	min-height: 112px;
	background: url(images/footer.jpg) no-repeat;
	}
	
	
/* END STRUCTURE */
