/*	Desc: lioneldrew.com Screen Style Sheet
	Author: Dennis Cruz
	Date: January 14 2009
	+ Colours
	- Dark Grey: #27333a
	- Light Grey: #bdc7d0
	- Orange: #ff920a
*/

@import url("reset.css");
@import url("home.css");
@import url("projects.css");
@import url("biography.css");
@import url("awards.css");
@import url("news.css");
@import url("contact.css");
@import url("prettyPhoto.css");

/*=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */
html {

}
body {
	background: url(../images/background.png) repeat center;
}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}
p,
li {
	line-height: 150%
}
#header h1 {
	text-indent: -9999px;
	font-size: 1%
}
a {

}
/*=WRAPPER
=== === === === === === === === === === */
#wrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}
/*=MASTHEAD
=== === === === === === === === === === */
#header {
	width: inherit;
	height: 146px;
	position: relative;
	background:url(../images/header.png) no-repeat;
}
#header a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
/*=NAVIGATION
=== === === === === === === === === === */
#navigation {
	width: inherit;
	height: 25px;
	position: relative;
}
#navlist {
	height: 25px;
}
#navlist li{
	display: block;
	width: 160px;
	height: 25px;
	position: absolute;
	background-position: top left;
}
#navlist li a {
	display: block;
	width: 100%;
	height: 25px;
	text-indent: -9999px;
}
#navlist li#nav_home{
	left: 0px;
	background: url(../images/navigation/nav_home.png) no-repeat;
}
#navlist li#nav_biography{
	left: 160px;
	background: url(../images/navigation/nav_biography.png) no-repeat;
}
#navlist li#nav_projects{
	left: 320px;
	background: url(../images/navigation/nav_projects.png) no-repeat;
}
#navlist li#nav_awards{
	left: 480px;
	background: url(../images/navigation/nav_awards.png) no-repeat;
}
#navlist li#nav_news{
	left: 640px;
	background: url(../images/navigation/nav_news.png) no-repeat;
}
#navlist li#nav_contact{
	left: 800px;
	background: url(../images/navigation/nav_contact.png) no-repeat;
}
#navlist li#nav_home:hover,
#navlist li#nav_biography:hover,
#navlist li#nav_projects:hover,
#navlist li#nav_awards:hover,
#navlist li#nav_news:hover,
#navlist li#nav_contact:hover {
	background-position: 0 -25px;
}
/*#navlist li#nav_right{
	left: 640px;
	width: 320px;
	background: url(../images/nav_right.png) no-repeat;
	text-indent: -9999px;
}*/
/*=CONTENT
=== === === === === === === === === === */
#content {
	width: inherit;
	height: inherit;
	overflow: visible;
	position: relative;
	background: #bdc7d0;
}
/*=FOOTER
=== === === === === === === === === === */
#footer {
	position: relative;
	width: inherit;
	height: 25px;
	background: url(../images/home_footer.png) no-repeat;
}
#footer p {
	padding: 3px 0 0 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}