/*-----------------------------------------
Style Sheet

author: Joey Schwab
email: dishwab@gmail.com
website: http://www.joeyschwab.com
organization: Digital Media Detroit http://www.digitalmediadetroit.com
------------------------------------------*/



/******** BEGIN STYLES FOR ALL PAGES ********/

* {border:0;margin:0;padding:0;}

body {

	background-color: #FFFFFF;
	margin: 0px; 
	color: #4F4F4F;
	font-size:12px;
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;

	}
	
	
H1 {
	margin:0px;
	font-size:10px;
	color:#FF6633;
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-weight:normal;
	}
	
	
H2 {
	text-align:left;
	margin:0px;
	font-size:12px;
	color:##4F4F4F;
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-weight:bold;
	}
	
p {
	text-align:right;
	margin:0px;
	font-size:12px;
	color:#FF6633;
	font-family: "Helvetica", "Arial", "Verdana", sans-serif;
	font-weight:normal;
	}


	
/* START GENERIC LINK STYLING */

	a img {
	
		border: none; 
		
		}


	a:link {
	
		color: #4F4F4F;
		
		text-decoration: none;
		
		}
		
	a:active {
	
		color: #4F4F4F;
		
		text-decoration: none;
		
		background-color: #DEDEDE;

		
		}

	a:visited {
	
		text-decoration: none;
		
		color: #4F4F4F;
		
		}

	a:hover {
	
		text-decoration: none;
		
		color: #4F4F4F;
		
		background-color: #DEDEDE;

		
		}
	 

/* END GENERIC LINK STYLING */

	a.selected { 

		background-color: #DEDEDE;

		}


/*overall wrapper for everything*/

#wrapper {

	margin-top:12px;
	
	margin-left: auto;
	
	margin-right: auto;
	
	width: 976px;
	
	height: 800px;
	
	}
	
	
#home_info {

	position:absolute;
	
	margin-left:600px;
	
	margin-top:420px;
	
}


#right_column {

	position: absolute;
	
	margin-left: 380px;
	
	margin-top: 240px;
	
	width: 330px;
	
	background-color: ;

}

#work_column {

	position: absolute;
	
	margin-left: 380px;
	
	margin-top: 240px;
	
	width: 375px;
	
	padding-bottom: 60px;
	
	background-color: ;

}
	
	
#left_column {


	position:absolute;
	
	margin-left:105px;
	
	margin-top:240px;

	width: 200px;
	
	background-color: ;
	
}

#footer {

	position: absolute;
	
	width: 200px;
	
	margin-top: 700px;
	
	margin-left: 0 px;
	
}

.footer {
	text-align: left;
	}
	
	
	
 /*controls position of header image*/

#header {

	position:absolute;

	top:12px;

	width:976px;

	height:238px;
	
	z-index:1;

}


ul {

	list-style: none;
	
	}

		
/*begin styling attributes for navigation*/

#nav {

	text-align: left; 
	
	position:absolute;
	
	margin-top:134px;
	
	margin-left:151px;

	width:805px;
	
	height:31px;
	
	z-index:2;

}

#nav ul {

	display: block;
	margin-left:-8px;
	margin-top:1px;
	height: 32px;
	padding: 0px;
	

} 



#nav ul li {

	list-style: none;

	display: inline;

	padding-left:12px;
	
	padding-top:0px;
	

}

#nav li a {

	line-height: 32px;
	height: 32px;
	padding:12px;
	padding-top: .65em;
	padding-bottom: .45em;
	
}


/*defined font & link styling for navigation*/


.menu {

	font-family: "Helvetica";

	font-size: 14px;

	color: #FFFFFF;

}


a.menu:link {
	
		color: #FFFFFF;
		
		text-decoration: none;
		
}

a.menu:visited {
	
		text-decoration: none;
		
		color: #FFFFFF;
		
}

a.menu:active {
	
		text-decoration: none;
		
		color: #FFFFFF;
		
}

a.menu:hover {
	
		text-decoration: none;
		
		color: #FFFFFF;
		
		background-color: #999999;
		
}

/*end styling attributes for navigation*/


/*begin styling attributes for image navigation*/


#worknav {


	position: absolute;
	
	margin-left: 830px;
	
	margin-top: 240px;
	
	background-color: ;
	
	}
	

#worknav ul {

	display: inline;
	margin-left:0px;
	margin-top:0px;
	height: 12px;
	padding: 0px;
	

} 



#worknav ul li {

	list-style: none;

	display: inline;

	padding-left:0px;
	
	padding-top:0px;

}

#worknav li a {

	line-height:12px;
	height: 12px;
	padding:0px;
	
}


/*end styling attributes for image navigation*/

p.footer {
	
	text-align: center;
	font-size: 10px;
	color: #4f4f4f;
	
	}



