@charset "UTF-8";

/* ---------- basic styling ---------- */
* {
	margin: 0px;
	padding: 0px;
	border: 0;
}

body{
	background-color: #434242;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
	
#wrapper{
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #434242;
	overflow: hidden;
	}
	
#clear{
	clear: both;
	}
	
/* -------- position container elements --------*/

#header{
	position: relative;
	height: 132px;
	background: url(../images/folioimages/top.jpg) no-repeat;
	}
	
#header h1{
	margin-left: -9000px;
	}
	
#header #logoImage{
	margin-left: 5em;
	position: absolute;
	top: 0;
	left: 1px;
	width: 497px;
	height: 134px;
	background:url(../images/folioimages/redthread.gif) no-repeat;
	}
	
#header #logoImage #logoText{
	font-size: 58px;
	padding-left: 0.3em;
	padding-top: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: -0.06em;
	}
	
#header ul{
	position: absolute;
	margin: 0;
	padding: 0;
	left: 490px;
	top: 72px;
	list-style: none;
	width: 159px;
	height: 44px;
	font-style: normal;
	background: url(../html/projects/brooch/broochesword.png) no-repeat top left;
	}

		
/* --------- main content styling --------- */
	
#mainContent{
	position: relative;
	float: left;
	width: 800px;
	height: 468px;
	}
	
#mainContent #sidebarLeft{
	position: relative;
	float: left;
	width: 152px;
	height: 469px;
	background: url(../images/folioimages/leftbar.jpg) no-repeat;
	overflow: hidden;
	}
	
/* --- side navigation styles --- */
#sidebarLeft ul{
	position:absolute;
	list-style: none;
	}	
	
#sidebarLeft ul a{
	position: relative;
	padding-top: .5em;
	left: 85px;
	top: 36px;
	line-height: 1.7em;
	display: block;
	width: 58px;
	height: 30px;
	}
	
#sidebarLeft #blog{
	position: absolute;
	left: 82px;
	top: 152px;
	}
	
#sidebarLeft ul a:hover{
	color: #FFF;
	}

	
#content{
	float: left;
	width: 496px;
	height: 468px;
	border: 0;
	}
	
#sidebarRight{
	float: right;
	width: 152px;
	height: 469px;
	background: url(../images/folioimages/rightbar.jpg) no-repeat;
	}
	