/* 
	Styles Developed for http://www.webandflowdesign.com (V3)
	By Des at webandflowdesign dot com 
*/


@import url("wfNavigation.css");

* { /* reset some things to zero */
	margin: 0;
	padding: 0;
	outline: none;
}


/* 
	Main Style Declarations HERE 
*/
body {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	background: black;
	word-wrap: break-word;
	line-height: 1.5em;
	font-size: medium;
	color: #dedede;
	
}

a:link,
a:visited,
a:active {
	color: #821c1e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* 
	Main Divisions Declarations 
*/

#docWrapper {
	width: 100%;
	background: black url(../assets/i/bg/mainbg.png) top left repeat-x;
	margin: 0px auto;
	height: 40px;
}

#contentWrapper {
	width: 900px;
	margin: 0px auto;
}

#contactUsWrapper {
	width: 900px;
	height: 379px;
	background: transparent url(../assets/i/bg/contactUsBg.png) bottom left no-repeat;
	margin: 0px auto;
	display: none;
}

#contactUsWrapper div {
	padding-top: 47px;
}

#contactUsWrapper p {
	color: #3c0c0d;
	line-height: 1.0em;
}

#contactUsWrapper dl dt {
	text-align: right;
	color: #3c0c0d;
	font-style: italic;
}

#contactUsWrapper dl dd {
	text-align: right;
	font-size: 1.2em;
	margin-bottom: 8px;
}

#contactUsWrapper #leftContact {
	width: 480px;
	float: left;
	padding-left: 100px;
}

#contactUsWrapper #altContact {
	width: 210px;
	float: right;
	padding-right: 100px;
}


#header {
	width: 900px;
	height: 180px;
	margin: 0px auto;
	background: transparent url(../assets/i/bg/headerBg.png) top left no-repeat;
	position: relative;
}

#header #contactUsLink {
	width: 195px;
	height: 37px;
	position: absolute;
	left: 92px;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
	cursor: pointer;
}

#navigationWrapper.frontpage {
	width: 900px;
	height: 51px;
	background: transparent url(../assets/i/bg/navSeparator.png) top center no-repeat;
}

#meatWrapper {
	margin-top: 30px;
	width: 900px;
}

#featuredPortfolio {
	width: 348px;
	float:left;
	padding-left: 82px;
}

#featuredBlog {
	width: 348px;
	float: right;
	padding-right: 82px
	
}

/* This styles are applicable to the #featuredBlog section only.  */

#featuredBlog h1 {
	font-size: 2em;
	color: #821c1e;
	font-variant: normal;
	font-weight: normal;
	
}

#featuredBlog p {
	line-height: 1.4em;
	word-wrap: normal;
	color: #a9a9a9;
	font-size: 1.2em;
	font-weight: normal
}

#featuredBlog .postdate {
	color: #454545;
	font-size: 0.8em;
	margin-bottom: 15px;
}

#featuredBlog .readMore {
	margin-top: 20px;
	font-size: 0.9em;
	text-align: right;
}

#mainFooter {
	width: 900px;
	height: 182px;
	background: transparent url("../assets/i/bg/mainFooterBG.png") top left no-repeat;
	clear: both;
}

#subFooter p {
	text-align: right;
	font-size: 0.8em;
	color: #232323;
	margin-top: 20px;
	line-height: 1.2em;
}

p {margin-top: 15px;}