/*ERIC MEYER UNIVERSAL SETTINGS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.0;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*MAIN LAYOUT STARTS HERE*/

body{
	background: #c7c4a7;
	font-family: Helvetica, Trebuchet MS, Arial, sans-serif;
	font-size: 62.5%;
	color: #5B4C27;
	
}
a:link, a:visited{
	color:#5B4C27;
}
a:hover, a:focus, a:active{
	color:#EA9E39;
}
#container{
	position: relative;
	width: 984px;
	min-height: 540px;
	background: #eff0d7 url(../images/nav-bgd-image.gif) top left repeat-y;
	border: #a59e7f 2px solid;
	margin:0 auto;
}
#portfolio .current, #about_me .current, #about_work .current, #contact .current{	
	color:#EA9E39;
}

/*HEADER*/


#header{
	position: fixed;
	top: 0;
	left:auto;
	width: 804px;
	height: 140px;
	background:url(../images/hdr-bgd.png) 220px 0 no-repeat;
	z-index: 15;

}
#header img{
	float: left;
	width: 220px;
	height:140px;
}
#header h1{
	font-size: 6em;
	line-height: 0.7em;
	padding:0 0 0 260px;
	color:#EA9E39;
}
#about_work #header h1, #about_me #header h1{
	font-size: 4.4em;
}

#header h2{
	font-size:2em;
	color:#b4b38f;
	padding: 22px 0 3px 265px;
}

#header h3{
	font-size:1.5em;
	color:#b4b38f;
	padding:3px 0 0 265px;
}

/*NAVIGATION*/


#nav ul {
	position: fixed;
	top: 140px;
	left: auto;
	width: 220px;
	height:400px;
	background:url(../images/nav-img.gif) top left no-repeat;
	z-index: 10;
}

#nav ul li{
	font-size: 1.6em;
	width: 5em;
}
#nav ul li.right{
	padding: 45px 0 0 120px;
}
#nav ul li.left{
	float: right;
	padding: 45px 120px 10px 0;
	width:90px;
	text-align: right;
}
#nav ul li a{
	text-decoration: none;
}

/*SIDEBAR*/

#sidebar{
	position: fixed;
	top: 0;
	left:auto;
	width: 984px;
	height: 540px;
	background:url(../images/sidebar-bgd.gif) 805px 0 no-repeat;

}

/*CONTENT*/


#content{
	position: relative;
	clear: both;
	margin-left: 220px;
	padding: 140px 0 20px 0;
	width:584px;
	background: #FCFCF5;
	border-left:#bcbb9d 1px solid;
	border-right:#bcbb9d 1px solid;
}
#content h4{
	font-size: 1.5em;
	color:#EA9E39;
	padding: 0.6em 0 1.2em  30px;
}
#content p{
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 0 20px 1em 30px;
}
#content p.clear_float{
	clear: both;
}
#content p.keywords{
	padding-top: 20px;
	color:#ADA593;
	float:
}
#content img{
	float: right;
	padding:0 20px 10px 10px;
}
#content img.icon_html{
	padding:0 350px 1em 0;
}
#content img.icon_css{
	float: left;
	padding: 0 0 2em 30px;
}
#content .panel {
	height: 14.5em;
	font-size: 1em;
	width: 584px;
	margin: 0 0 10px 0;
}
#content h5{
	padding-top: 5px;
}

#content h5 a{
	display: block;
	font-size: 1.6em;
	padding: 0 10px 0 316px;
}
#content h5 a, #content h5 a:link{
	color: #EA9E39;
	text-decoration: none;
}
#content h5 a:hover, #content h5 a:focus,#content h5 a:active{
	text-decoration: underline;
} 
#content .panel p{
	width: 220px;
	line-height: 1em;
	padding: 3px 15px 0 316px;
}
#content .panel p a{
	font-weight: bold;
	text-decoration: none;
}
#content .panel img {
	float: left;
	margin:0 0 0 48px;
	padding: 0;
}
#content .panel a img, #content .panel a:link img, #content .panel a:visited img{
	border: 1px solid #FCFCF5;
}
#content .panel a:hover img, #content .panel a:focus img, #content .panel a:active img{
	border: 1px solid #EA9E39;
	}

/*FOOTER*/

#footer{
	width: 984px;
	height: 130px;
	font-size: 1.2em;
	background:#d2d3aa url(../images/footer-bgd.gif) top left repeat-x;	
}
#footer img{
	float: left;
	margin: 30px 0 0 100px;
}
#footer ul{
	text-align: right;
	padding: 30px 182px 0 0;
}
#footer ul li{
	display: inline;
	padding: 0 0 0 20px;
	position: relative;
	z-index: 15;
}
#footer p.top{
	text-align: left;
	padding: 75px 0 0 0;
}
#footer p{
	text-align: right;
	margin-top:-1em;
	padding-right: 182px;
}
#contact #footer p{
	margin-top:60px;
}


