/*
	Nicholas Griego stylesheet
	
	Author:Nicholas Robinson
	Email:nicholas@pixelumbrella.com
	Website:http://www.pixelumbrella.com
	
	Table of Contents:layout
		navigation
		typography
		images
*/

/* layout
----------------------------------------------- */
body {
	margin:0;
	padding:0;
	text-align:left;
	background:url(images/backgroundPage.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#000;
	}
#idhome {
	margin:0;
	padding:0;
	background:url(images/backgroundMain.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#000;
	}
#page {
	clear:both;
	display:block;
	width:799px;
	}
#idhome #page {
	width:872px;
	}
#logo {
	margin:6px 0 0 27px;
	}
#idhome #logo {
	margin:325px 0 0 30px;
	}
#idwork #title {
	position:absolute;
	top:50px;
	left:535px;
	background-image:url(images/titleWork.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:131px;
	width:184px;
	}
#idabout #title {
	position:absolute;
	top:85px;
	left:525px;
	background-image:url(images/titleAbout.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:79px;
	width:249px;
	}
#idlinks #title {
	position:absolute;
	top:75px;
	left:535px;
	background-image:url(images/titleLinks.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:92px;
	width:239px;
	}
#menu {
	width:497px;
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
	background:transparent;
	}
#opener {
	color:#904800;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:85px 0 0 450px;
	}
#left-column {
	width:468px;
	float:left;
	background:url(images/backgroundLeft.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#15151a;
	min-height:200px;
	margin:48px 0 0 23px;
	padding:27px;
	font-size:10px;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	}
#right-column {
	width:229px;
	margin:48px 0 0 23px;
	float:left;
	background-color:#15151a;
	min-height:200px;
	}
.clear {
	clear:both;
	}

/* navigation
----------------------------------------------- */
ul#subnav {
	height:30px;
	width:238px;
	background-image:url(images/backgroundSubNav.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0 0 0 149px;
	padding:7px 0 0 0;
	list-style:none;
	}
ul#subnav li, ul#subnav li a {
	display:inline;
	text-transform:lowercase;
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 6px;
	}
ul#subnav li a:hover {
	color:#000;
	}
		
ul#navigation{
	height:28px;
	width:497px;
	background-image:url(images/nav02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}
ul#navigation li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	text-indent:-9999px;
	}
ul#navigation li, ul#navigation a{
	height:28px;
	display:block;
	}
ul#navigation li a{
	text-indent:-9999px;
	text-decoration:none;
	}

/* nav menu */
li#work {left:159px;width:35px;}
li#about {left:216px;width:40px;}
li#links {left:283px;width:35px;}
li#contact {left:345px;width:61px;}
li#home {left:427px;width:34px;}

/* nav hover */
li#work a:hover {background:transparent url(images/nav02.gif) -159px -28px no-repeat;}
li#about a:hover {background:transparent url(images/nav02.gif) -216px -28px no-repeat;}
li#links a:hover {background:transparent url(images/nav02.gif) -283px -28px no-repeat;}
li#contact a:hover {background:transparent url(images/nav02.gif) -345px -28px no-repeat;}
li#home a:hover {background:transparent url(images/nav02.gif) -427px -28px no-repeat;}

/* nav current page */
#idwork li#work {background:transparent url(images/nav02.gif) -159px -28px no-repeat;}
#idabout li#about {background:transparent url(images/nav02.gif) -216px -28px no-repeat;}
#idlinks li#links {background:transparent url(images/nav02.gif) -283px -28px no-repeat;}
#idcontact li#contact {background:transparent url(images/nav02.gif) -345px -28px no-repeat;}

/* HOME PAGE MENU */
	#idhome ul#navigation{
		height:28px;
		width:497px;
		background-image:url(images/nav.gif);
		background-position:top left;
		background-repeat:no-repeat;
		margin:0;
		padding:0;
		}
	
	/* nav menu */
	#idhome li#work {left:159px;width:35px;}
	#idhome li#about {left:216px;width:40px;}
	#idhome li#links {left:283px;width:35px;}
	#idhome li#contact {left:345px;width:61px;}
	#idhome li#home {left:427px;width:34px;}
	
	/* nav hover */
	#idhome li#work a:hover {background:transparent url(images/nav.gif) -159px -28px no-repeat;}
	#idhome li#about a:hover {background:transparent url(images/nav.gif) -216px -28px no-repeat;}
	#idhome li#links a:hover {background:transparent url(images/nav.gif) -283px -28px no-repeat;}
	#idhome li#contact a:hover {background:transparent url(images/nav.gif) -345px -28px no-repeat;}
	#idhome li#home a:hover {background:transparent url(images/nav.gif) -427px -28px no-repeat;}


/* typography
----------------------------------------------- */
a, a:active {
	outline:none;
	color:#666666;
	text-decoration:none;
	}
#left-column a:hover, #right-column a:hover {
	border-bottom:dashed #CC6600 1px;
	}
h2 {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:10px 10px 0pt 10px;
	font-weight:normal;
	text-decoration:none;
	border-bottom:dashed #101010 1px;
	}
.storytitle {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	margin:0;
	font-weight:normal;
	text-decoration:none;
	}
#right-column ul {
	padding-left:33px;
	margin-top:5px;
	}
#right-column li {
	color:#CC6600;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	padding:5px 0;
	}

/* images
----------------------------------------------- */
img{
	margin:0;
	padding:0;
	border:0;
	}
