
body, html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

/* CONSTANTS */	
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	color:#949494;
	background:#ffffff url(../images/bg.jpg) repeat-x;
}

a:link, a:active, a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#949494;
}

a:hover { color:#e7a63e; }

h1 {
	font-size:1.13em;
	color:#f0bf6f;
}

h2 {
	font-size:1.00em;
	color:#f0bf6f;
}

h3 {
	font-size:0.88em;
	color:#f0bf6f;
}

h4 {
	font-size:0.75em;
	color:#f0bf6f;
}

h5 {
	font-size:0.63em;
	color:#f0bf6f;
}

blockquote {
	color:#e7a63e;
	padding:5px;
	margin:10px 15px;
	border:2px dashed #e7e7e7;
}

/* END CONSTANTS */


/* ELEMENT STYLE / POSITION */

.ruler {
	width:100%;
	height:39px;
	background:transparent url('../images/ruler.jpg') repeat-x;
	position:relative;
	z-index:5;
}

.email {
		color:#ffffff;
		position:absolute;
		left:50%;
		margin-left:-460px;
		margin-top:18px;
		text-decoration:none !important;
}

.wrapper {
	margin:0 auto;
	width:960px;
}

.content {
	width:902px;
	height:100%;
	padding:40px;
	background:transparent url('../images/wrap.png') repeat-y;
}

.content_footer {
	width:982px;
	height:41px;
	background:transparent url('../images/wrapfooter.png') no-repeat;
}

#header {
	background:white url('../images/headerbg.jpg') repeat-x top center;
	height:309px;
	width:100%;
}

.topwrap {
	width:968px;
	height:270px;
	margin:0 auto;
}

.logo {
	background:white url('../images/logo.jpg') no-repeat;
	width:460px;
	height:270px;
	float:left;
	position:relative;
	left:8px;
	display:block;
}

/* END ELEMENT STYLE / POSITION */


/* NANIGATION */
table td { vertical-align:top; }

.navigation {
	width:504px;
	height:280px;
	float:right;
	position:relative;
	z-index:6;
	left:10px;
}

.navigation a span { display: none }

.navigation a {
	width:107px;
	height:50px;
	float:right;
	display:block;
	margin-right:10px;
	position:relative;
	top:220px;
	z-index:9;
	opacity:.5;
	-moz-opacity:.5;
	-khtml-opacity:.5;
	filter:alpha(opacity=50);
}

.navigation a:hover, .navigation a#selected	 {
	opacity:1.0;
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
	filter:alpha(opacity=100);
}

.home { background:transparent url(../images/links.png) -22px -5px no-repeat; }
.home#selected { background:transparent url(../images/links.png) -22px -59px no-repeat; }

.services { background:transparent url(../images/links.png) -140px -5px no-repeat; }
.services#selected { background:transparent url(../images/links.png) -140px -59px no-repeat; }

.portfolio { background:transparent url(../images/links.png) -258px -5px no-repeat; }
.portfolio#selected { background:transparent url(../images/links.png) -258px -59px no-repeat; }

.blog { background:transparent url(../images/links.png) -372px -5px no-repeat; }
.blog#selected { background:transparent url(../images/links.png) -372px -59px no-repeat; }

.slider {
	position:absolute;
	z-index:4;
	width:163px;
	height:281px;
	left:50%;
	background:white url(../images/slider.jpg);
	top:0px;
}

.flame {
	width: 24px;
	height: 35px;
	background:transparent url(../images/fire.png);
	position:absolute;
	left:50%;
	z-index:6;
	display:none;
}

/* END NANIGATION */

/* SIDEBAR */
.sidebar {
	width:220px;
	padding-right:30px;
	float:left;
}

.sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}

.sidebar li h1 a {
	font-size:1.20em;
	color:#f0bf6f;
	text-decoration:none;
}

.sidebar li em {
	color:#4b4b4b;
	margin:0;
}

.contact {
	width:200px;
	height:50px;
	vertical-align:text-bottom;
	background:white url('../images/contact.jpg') no-repeat;
	margin:0 auto;
	margin-top:20px;
	}

/* END SIDRBAR */

/* MAIN */

.main {
	width:590px;
	text-align:justify;
	padding-left:30px;
	position:relative;
	z-index:9;
	float:left;
}

.divider {
	float:left;
	width:13px;
	height:690px;
	background:white url(../images/divider.jpg) no-repeat;
}

.img {
	border:5px solid #e7e7e7;
	text-align:center;
}


	
/* END MAIN */

/* BLOG STYLING */

#content {
	width:626px;
	text-align:justify;
	padding:10px 12px;
	position:relative;
	z-index:9;
}

.toggler {cursor:pointer;}

.element { margin:5px 0; padding-left:12px;}

.entry {
	padding:3px;
	margin:10px 0px;
	border:1px dashed #e7e7e7;
}
