/*
_______________________________________________ 
ConcreteGenius.com
author:   James Zambon
version:  17 April 2004
_______________________________________________ */
/*
_______________________________________________import the pertinent CSS pages now! */
/*
_______________________________________________ Define the default styles here */
html body {
	margin:0;
	padding:0;
	font:x-small Verdana,Sans-serif;
	background:#fff;
	}
html>body { font-size:small;}
#header {
	position:fixed !important;
	position:absolute; /* this is because IE cannot handle fixed positioning*/
	top:0; left:0;
	width:100%;
	z-index:1;
	}
#container {
	top:1.2em;
	position:relative;
	}
#main { width:65%; margin:0;}
	#main .content {
		margin:0 20px;
		padding:0 0 20px 20px;
		}
#main .content .col {
	margin:0 15px 0 0;/* this pulls the content off the right side of the main column*/
	}	
#sidebar {
	position:absolute;
	right:15px; margin-right:-15px;/* IE5/Mac Horizontal Scrollbar Hack */
	left:auto;
	top:0;
	width:35%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:85%;
	}
	#sidebar .col { margin:0 20% 0 0; padding:10px 15px; }
#footer { vertical-align:middle; padding:20px; }
	#footer img {padding:0; vertical-align:middle; border:0; }
	#main #footer a { border:0; }
#1col { /* This is only for the gallery pages */
	width:80%;
	margin:0 auto;
		padding:0 0 20px 0;
	}
/*
______________________________________________________________________________________________ Nav styles */
.sitenav {
	margin:0;
	}
.sitenav ul {
	margin:0;
	padding:0;
	text-transform:none;
	white-space:nowrap;
	}
.sitenav ul li {
	margin:0;
	padding:0;
	list-style:none;
	background-image:none;
	line-height:normal;
	}
.sitenav ul li a {
	background:#fff;
	display:block;
	float:right;
	height:auto;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	margin:0;
	padding:2px 16px;
	text-decoration:none;
	font-weight:normal;
	color: #000;
	white-space:nowrap;
	}
	.sitenav #home { border-right:1px solid #000;}
.sitenav ul a:hover { background:#ccc; color:#000;}
	.sitenav ul a:hover span { color:#000;}
/*
______________________________________________________________________________________________ You are here */
#HOME #header .sitenav #home {color:#000; background:#999;}
#ABOUT #header .sitenav #about {color:#000; background:#999;}
#ARCHIVES #header .sitenav #archives {color:#000; background:#999;}
#PHOTOS #header .sitenav #gallery {color:#000; background:#999;}
#OTHER #header .sitenav #other {color:#000; background:#999;}


/*
______________________________________________________________________________________________ Clean up some defaults */
img,fieldset {border:0;}
