body
{
	font-family:Arial, Helvetica, sans-serif;	
	color: #000;
}

h1
{
	color: #900;
	font-size: 24px;
	font-weight: bold;
}

h1 span
{
	display: block;	
	font-weight: normal;
	font-style:italic;
}

h2
{
	
}

a 
{
	text-decoration: none;
	color: #000;
}

.clear
{
	clear: both;
}

/*//MAIN NAV/////////////////////////////////*/

#mainnav
{
	z-index: 13;
	position: relative;
	height: 135px;
	background:#666;
}

#mainnav #logo
{
	display: inline-block;
	z-index: 14;
	position: absolute;
	top:27px;
	left:20px;
	width: 329px;
	height: 84px;
	background-image:url(../images/new/bannerlogo.jpg);
}


#mainnav #navbuttons
{
	z-index: 14;
	position: absolute;
	top: 75px;
	left: 287px;
	width: 460px;
	height: 60px;
	background-image:url(../images/new/mainnavbg.png);
	background-repeat: no-repeat;
	padding: 0 0 0 75px;
}

#mainnav #navbuttons li
{
	float: left;
	height: 35px;
	margin: 12.5px 28px 0 0;
	list-style-image: url(../images/mainnavlistbg.gif);
	/*
	background:url(../images/mainnavlistbg.gif);
	background-repeat: no-repeat;
	*/
}


#mainnav #navbuttons li.home
{
	list-style-image: none;
	
}

#mainnav #navbuttons li a
{
	position: relative;
	left: -8px;
	text-align: center;
	width: 100px;
	line-height: 35px;
	height: 35px;
	color: #FFF;
	font-size: 15px;
	text-transform:uppercase;
	background: #C63;
	display: inline-block;
}


#mainnav #navbuttons li.home a
{
	width: 45px;
	background: url(../images/new/homebutton.png);
}

/*///MAIN CONTAINERS///////////////////////////////////*/

#maincontainer
{
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	overflow:visible;
}

#contentheader
{
	padding: 25px;
	position: absolute;
	z-index: 11;
	height: 220px;
}

#contentheader h1
{
	background: #666;
	color:#FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	width: 760px;
	padding: 8px 5px 8px 35px;
}

#contentheader #favorite
{
	z-index: 20;
	position: absolute;
	top: 20px;
	left: -25px;
	width: 300px;
	height: 300px;
	background:url(../images/new/favoritethingstag.png);
	background-repeat: no-repeat;
}

#contentheader #loadinggraphic
{
	visibility: hidden;
	position: absolute;
	top: 73px;
	left: 40px;
	height: 21px;
	width: 505px;
}

#contentheader #loadinggraphic h1
{
	background:url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	width: 745px;
	color: #900;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 38px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
}

#content
{
	padding: 25px;
	position: absolute;
	z-index: 11;	
	top: 220px;
}

#contentcol1
{
	visibility:hidden;
	padding: 60px 25px 25px 25px;
	position: absolute;
	z-index:11;
	
}

#contentcol2
{
	visibility:hidden;
	padding: 88px 25px 25px 25px;
	position: absolute;
	z-index: 11;
	left: 580px;
	overflow:visible;
}

/*///BACKGROUNDS///////////////////////////////////////////*/

#backgrounds
{
	position: absolute;
	top: 0px;
	z-index: 10;
}	

#backgrounds #mainbg
{
	position: absolute;
	z-index: 10;
	top: -8px;
	left: 0px;
	width: 800px;
	background: #FFF;

}

#backgrounds #contentcol1bg
{
	position: absolute;
	top: 264px;
	visibility: hidden;
	width: 560px;
	background: #FFF;
	z-index:10;
}

#backgrounds #contentcol2bg
{
	width: 220px;
	position: absolute;
	top: 264px;
	left: 580px;
	visibility: hidden;
	background: #FFF;
	z-index:10;
}



/*//////BG IMAGE///////////////////////////////*/

#backgroundfront, #backgroundback
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

#backgroundfront
{
	z-index: 2;
}

#backgroundback
{
	z-index: 1px;	
}


/*///PROJECT BOXES/////////////*/


#contentcol1 #projects li
{
	color: #fff;
	float: left;
	width: 147px;
	height: 200px;
	margin: 0 30px 20px 0;
	cursor: pointer;
}

#contentcol1 #projects li img
{	
	display: block;
	padding: 10px;
	border: 1px solid #C63;
	width: 125px;
	height: 100px;
	margin: 0px;
	background: #FFF;
}

#contentcol1 #projects li a
{
	display: block;
	font-size: 13px;
	color: #FFF;
}


#contentcol1 #projects li a ul
{
	background: none;
	list-style-image:none;
	padding: 0px;
	margin: 0px;
}

#contentcol1 #projects li a ul li
{
	height: 25px;
	margin: 0px;
}

#contentcol1 #projects li a ul li span.dropshadow
{
	background: #000;
	display:inline-block;
}

#contentcol1 #projects li a ul li span.projectname
{
	font-size: 14px;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	width: auto;
	background: #C63;
	display:inline-block;
	padding: 0 6px 0 6px;
	margin: 0px;
}

#contentcol1 #projects li a:hover
{
	text-decoration: underline;	
}

#contentcol1 #posts li a:hover
{
	text-decoration: underline;	
}
	
