/*
-----------------------------------------------
Style Sheet

Site: Jonathan Segal
Author:   aaryn.com
Version:  2007.02
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* reset margin and padding for all elements to 0 */
* { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background: #fff;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#4B3D22;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#4687A8;
	text-decoration:none;
	}

table {
	margin:0;
	padding:0;
	}

table td {
	margin:0;
	padding:0;
	}


/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.new_title {
	color:#4b3d22;
	font-weight:bold;
	}

.project_thumb {
	margin:0 0 8px 8px;
	}

.photo_thumbs a:link img, .photo_thumbs a:visited img {
	border:1px solid #878787;
	padding:2px;

	outline:none;
	}

/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:957px;
	text-align:left;
	margin:10px auto;
	background:url(../images/container_bg.gif) repeat-y;
	font-size:.92em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#container2 {
	width:957px;
	text-align:left;
	margin:15px auto 10px auto;
	background:#fff;
	font-size:.92em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.maintext {
	text-align:left;
	font-size:.99em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777;
	line-height:1.4em;
	}
	
.maintext2 {
	text-align:left;
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777;
	line-height:1.4em;
	}
	
	.whitetext {
	text-align:left;
	font-size:.99em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:1.4em;
	}
	
.browntext {
	text-align:left;
	font-size:1.01em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#564930;
	line-height:1.4em;
	}
	
	.greytext2 {
	text-align:left;
	font-size:1.01em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777;
	line-height:1.5em;
	}
	
#title {
	background:url(../images/title.jpg) no-repeat #fff;
	width:957px;
	height:29px;
	padding-bottom:10px;
	}
	
	#title span {
		display:none;
		}


#column_left {
	width:645px;
	margin-right:8px;
	float:left;
	display:inline;
	background:#fff;
	border-bottom:2px solid #fff;
	}


#sub_left {
	width:337px;
	margin-right:8px;
	float:left;
	display:inline;
	}

#sub_right {
	width:300px;
	float:left;
	color:#878787;
	background:#fff;
	display:inline;
	}

#footer {
	text-align:right;
	vertical-align:top;
	padding: 0 325px 0px 0px;
	color:#fff;
	width:622px;
	margin:0;
	}

#column_right {
	width:304px;
	float:left;
	display:inline;
	margin:0;
	background:#90b029;
	}

#about {
	background:#878787;
	color:#fff;
	padding:15px;
	line-height:1.4em;
	}

#whats_new {
	background:#4b3d22;
	padding:7px 10px 5px 10px;
	}

#whats_new_content {
	padding:15px;
	color:#FFFFFF;
	line-height:1.4em;
	}

#spend_day {
	background:#90B029;
	padding:7px 10px 5px 10px;
	}

#footer {
	text-align:right;
	padding:10px 325px 10px 10px;
	color:#fff;
	}

#footer li {
    	
    	padding: 0 7px 0 10px;
    	display: inline;
    	border-left: 1px solid #fff;
    	font-size: 1.0em;
    	background: none;
		color:#ffffff;
	}
	
	#footer li.first { 

    	border: none;

    }

	

	#footer a:link, #footer a:visited{

		color:#fff;

		text-decoration:none;

		}

	

	 #footer a:hover, #footer a:active {

	 	color:#fff;

		text-decoration:underline;

		}


#footer2 {
	text-align:right;
	padding:10px 325px 10px 10px;
	color:#fff;
	}


#footer2 li {
    	
    	padding: 0 7px 0 10px;
    	display: inline;
    	border-left: 1px solid #fff;
    	font-size: 1.0em;
    	background: none;
		color:#ffffff;
	}
	
	#footer2 li.first { 

    	border: none;

    }

	

	#footer2 a:link, #footer2 a:visited{

		color:#fff;

		text-decoration:none;

		}

	

	 #footer2 a:hover, #footer2 a:active {

	 	color:#fff;

		text-decoration:underline;

		}



#image_holder {
	padding-right:8px;
	vertical-align:top;
	}

#middle {
	padding-right:8px;
	vertical-align:top;
	}

#footer2 {
	background:#878787;
	color:#fff;
	vertical-align:bottom;
	text-align:right;
	}

/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/navgood.gif") no-repeat; width:957px; height:52px; position:relative; }
#nav li { position:absolute; top: 0; }
#nav li, #nav a { height:52px; display:block; }
#nav span { display:none; }

#nav-01 { width: 74px; left:0px; }
#nav-02 { width: 111px; left: 76px; }
#nav-03 { width: 188px; left: 190px; }
#nav-04 { width: 108px; left: 381px; }
#nav-05 { width: 115px; left: 492px; }
#nav-06 { width: 106px; left: 609px; }
#nav-07 { width: 101px; left: 719px; }
#nav-08 { width: 136px; left: 821px; }


#nav-01 a:hover { background: transparent url("../images/navgood.gif") -0px -52px no-repeat; }
#nav-02 a:hover { background: transparent url("../images/navgood.gif") -76px -52px no-repeat; }
#nav-03 a:hover { background: transparent url("../images/navgood.gif") -190px -52px no-repeat; }
#nav-04 a:hover { background: transparent url("../images/navgood.gif") -381px -52px no-repeat; }
#nav-05 a:hover { background: transparent url("../images/navgood.gif") -492px -52px no-repeat; }
#nav-06 a:hover { background: transparent url("../images/navgood.gif") -609px -52px no-repeat; }
#nav-07 a:hover { background: transparent url("../images/navgood.gif") -719px -52px no-repeat; }
#nav-08 a:hover { background: transparent url("../images/navgood.gif") -821px -52px no-repeat; }







/* Lightbox
 * ------------------------------------------------------------------------- */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");

}