/* CSS Document */
body {
	background:#220709 url(/images/main_bg.png) center;
	margin:0;
	padding:0;
}

* {font-family: Arial, Helvetica, sans-serif;}

p, li {color: #937978;font-size:14px;}

h1, h3, h4 { margin:10px 6px;}
h2 {font-size:18px;margin:20px 6px;color:#333333;}
h3 {font-size:16px;}
h4 {font-size:15px}


a {color: #660000;text-decoration: none;}
a:hover {color:#333333;text-decoration: underline;}

a:hover.portfolioBtns {text-decoration: none;}
a img {border: none;}

.no-display {
	display:none;
	/*opacity: .45;
	filter: alpha(opacity=45);*/

}

.smallText {font-size:11px;font-style:italic;}
div#portfolio .smallText {margin-left:25px;}
div#innerContent .smallText {margin-left: 10px;}

.templateRow {
	position: relative;
	height:auto;
	width:auto;
}

#templateContainer {
	position:relative;
	text-align:left;
	width:993px;
	display: none;
}

#emailMeContainer {
	position:absolute;
	right:35px;
	top:245px;
	width:400px;
	height:200px;
	display:none;
	z-index: 100;
}

#tempMessage {
	position:absolute;
	left:300px;
	top:245px;
	width:430px;
	height:125px;
	display:none;
	z-index: 100;
	background: #ffffee;
	border: solid 2px #666666;
	padding: 8px;
}

#emailMeContainer div {
	position: relative;
}

div#emailMeContainer div div#emailMeBG {
	position:absolute;
	left:0px;
	top:0px;
	border:solid 2px #666666;
	background-color:#370d0c;
	width:400px;
	height:200px;
	/*opacity: .75;*/
}

#emailMeContainer div div#emailMeContent {
	position:absolute;
	left:0px;
	top:0px;
	font-weight: bold;
}

#header {height:118px;}


#headerI, #navbarI, #content-toprowI, #footerI {left:0px;}
#headerII, #navbarII, #content-toprowII, #footerII {left:248px;}
#headerIII, #navbarIII, #content-toprowIII, #footerIII {left:496px;}
#headerIV, #navbarIV, #content-toprowIV, #footerIV {left:744px;}

#headerI, #headerII, #headerIII, #headerIV {
	top:0px;
	position:absolute;
	width:248px;
	height:118px;
}
#headerI {width:993px;}
#headerI img {display:inline;}

#navbarI, #navbarII, #navbarIII, #navbarIV {
	top:0px;
	position:absolute;
	width:248px;
	height:47px;
}

#navbarBtns {
	position: absolute;
	right:42px;
	top:0;
	z-index:97;
}

#navbar {height:47px;width:993px;}

#content_toprow_inner_bg {
	background:url(/images/content_toprow_inner_bg.png);
	height:215px;
	width:992px;
}

#topContent {
	position:absolute;
	left:180px;
	z-index:98;
}

#topContent p {
	margin: -4px 395px 10px 30px;
}

#topContent ul {
    list-style: none;
	margin: 0 8px;
	text-align:right;
}

#topContent ul li {
	margin: 6px 10px 10px;
	letter-spacing: 2.5px;
	font-size: 16px;
	font-weight: normal;
	color: #d3bda5;
}


#content-toprowI, #content-toprowII, #content-toprowIII, #content-toprowIV {
	position:absolute;
	top:0;
	width:248px;
	height:215px;
}
#content-toprow {
	background: url(/images/content_toprow_bg.png) repeat-y;
	height:215px;
}

#contentBG {
	position:absolute;
	background-image: url(/images/content_bg.png);
	background-repeat:repeat-y;
	left:0px;
	top:380px;
	width:994px;
	height:auto;
}

#innerContent {
	background-image: url(/images/inner_content_bg.png);
	background-repeat:no-repeat;
	padding:20px 180px 50px;
}

#innerContent div.homeRow {
	margin: 30px 0;
	
}
#innerContent div.firstRow {margin: 0;}

#innerContent p {
	margin: 5px 25px;
	color: #262827;
}

#innerContent li {
	color: #262827;
}


#footer {
	position:absolute;
	height:75px;
	clear:both;
}

#footer div#footerContent {
	background: url(/images/footer_bg.png) no-repeat center;
	height:75px;
	width:992px;
}

#footer div#footerContent ul {
	list-style: none;
	position: absolute;
	right: 30px;
	bottom: -10px;;
}

#footer div#footerContent ul li {
	display: inline;
	text-align: right;
}

#footer img#contentBGBottom {
	position: absolute;
	top:0px;
}

#footer div#footerContent ul li a {
	color: #d3bda5;
}

#sidebar {
	position: absolute;
	top:165px;
	right:190px;
	width: 198px;
	z-index:99;
}

#sidebarBody {
	background-image: url(/images/sidebar_body.png);
	height:auto;
}

div.portfolioSection {
	margin: 20px 10px;
}

div.portfolioItem {
	margin: 20px;
	clear:both;
}

div.thumbNailHeight {height: 107px;}

div.portfolioItem ul {
	list-style: none;
	margin: 6px 10px;
}

div.portfolioItem ul li a {
	margin: 6px 0;
	font-weight:bold;
}

.floatRight {
	width: 62%;
	height: 102px;
	padding: 0px;
	margin-left:-20px;
	float: right;
	clear:right;
}
.floatLeft {
	width: 37%;
	height: 102px;
	padding: 0px;
	float: left;
	clear:left;
}

div#forumSigs img {
	display: block;
	margin: 10px;
	
}

div.portfolioSection h3 {
	text-align: right;
	border-bottom: solid 1px #333333;
	padding: 10px;
	margin: 20px;
}

div.portfolioHighlightRow {
	padding-top:10px;
	width:700px;
	height:120px;
}
div.portfolioHighlightsLeft {
	float: left;
	width: 231px;
	height: 164px;
}


div.portfolioHighlightsLeft img.smallThumb {
	margin-left:1px;
}