@CHARSET "ISO-8859-1";
/* CSS Document for Foundations Technologies, Inc.
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
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;
}

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: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #000;
	background: #33251a;
}

h1 {
	font-size: 30px;
	color: #77614f;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 22px;
	color: #222;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #33251a;
}

p {
	line-height: 1.3em;
	margin: 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
	list-style: disc;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styledinput {
	width: 200px;
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #4c0e0e;
	background: #eee;
}
.styledinput_md {
	width: 300px;
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #4c0e0e;
	background: #eee;
}
.styledinput_lg {
	width: 350px;
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #4c0e0e;
	background: #eee;
}
.styledinput_xlg {
	width: 360px;
	border: 1px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 5px;
	color: #4c0e0e;
	background: #eee;
}

/* Header =============================== */
#header-wrap {
	height: 161px;
	background: url('images/header-bg.gif') 0 0 repeat-x;
}
#header {
	width: 940px;
	height: 161px;
	margin: 0 auto;
	background: url('images/header.gif') 0 0 no-repeat;
}

/* Navigation =========================== */
#top-nav {
	text-align: right;
	margin-right: 47px;
	padding-top: 5px;
}
	#top-nav a {
		margin-left: 10px;
	}

#nav {
	text-align: center;
}
	#nav ul {
		margin: 105px 0 0 0;
		padding: 0;
		list-style: none;
	}
		#nav ul li {
			display: inline;
			margin: 0;
		}
			#nav ul li a {
				color: #222;
				text-decoration: none;
				text-transform: lowercase;
				font-size: 12px;
				padding: 5px 20px 8px 20px;
			}
			#nav ul li a:hover {
				color: #404040;
				background: #fff;
				border-top: 4px solid #90765d;
			}
			#nav ul li a#current {
				color: #404040;
				background: #fff;
				border-top: 4px solid #90765d;
			}
			
/* Container ============================ */
#container {
	background: #f5f5f5;
	padding-top: 0px;
}

#content {
	background: #fff;
	padding-top: 0px;
	width: 938px;
	margin: 0 auto;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

#main-content {
	width: 608px;
	padding: 20px 30px;
	float: left;
}

/* Sidebar ============================== */
#sidebar {
	width: 270px;
	float: left;
}

#sub-nav {
	background: #77614f url('images/red-corner.gif') 0 bottom no-repeat;
	padding: 10px 0 45px 0;
	margin-bottom: 10px;
}
	#sub-nav h2 {
		color: #e8e3d4;
		text-align: right;
		margin: 0 15px 20px 15px;
		padding: 0;
		text-transform: lowercase;
	}
	#sub-nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#sub-nav ul li {

		}
			#sub-nav ul li a {
				color: #eee;
				font-size: 15px;
				text-decoration: none;
				text-transform: lowercase;
				display: block;
				padding: 10px 0 10px 40px;
			}
			#sub-nav ul li a:hover {
				background: #222;
				border-left: 15px solid #e8e3d4;
				padding: 10px 0 10px 25px;
			}
			#sub-nav ul li a#s-current {
				background: #222;
				border-left: 15px solid #e8e3d4;
				padding: 10px 0 10px 25px;
			}
			
	/* Sub-Nav Special Classes */
	#sub-nav h2.recent-header {
		text-align: left;
	}
	#sub-nav ul.recent-entries li a {
		text-align: right;
		padding: 10px 35px 10px 40px;
	}
	#sub-nav ul.recent-entries li a:hover {
		background: #222;
		border-left: none;
		border-right: 15px solid #e8e3d4;
		padding: 10px 20px 10px 40px;
	}
	
	#sub-nav h2.archives-header {
		text-align: left;
		margin: 0 30px 10px 30px;
	}
	
	#sub-nav h2.cats-header {
		margin: 0 30px 10px 30px;
	}

	#sub-nav ul.categories {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#sub-nav ul.categories li {
			display: block;
			padding: 0px 45px 5px 30px;
			text-align: right;
		}
		#sub-nav ul.archives li {
			display: block;
			padding: 0px 30px 5px 45px;
			text-align: left;
			color: #ccc;
			font-size: 11px;
		}
			#sub-nav ul.categories li a, #sub-nav ul.archives li a {
				color: #eee;
				font-size: 12px;
				text-decoration: none;
				text-transform: lowercase;
				padding: 0;
				margin: 0;
				display: inline;
			}
			#sub-nav ul.categories li a:hover, #sub-nav ul.archives li a:hover {
				background: none;
				border-left: none;
				padding: 0;
				border-bottom: 1px dotted #ccc;
			}

/* Featured Services Section */
#featured-services {
	background: #222 url('images/black-corner.gif') 0 0 no-repeat;
	padding: 15px 15px 20px 25px;
}

#rss {
	text-align: right;
	margin-bottom: 10px;
}

div.feature {
	color: #fff;
	font-size: 10px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
	padding-right: 10px;
}
	div.feature h4 a {
		font-size: 13px;
		text-transform: lowercase;
		color: #e8e3d4;
		font-weight: bold;
		margin: 0;
		padding: 0;
		text-decoration: none;
	}
	div.feature p {
		line-height: 1.2em;
		margin: 5px 0 0 0;
	}
	div.feature img {
		float: left;
		margin-right: 15px;
		border: 4px solid #c2c2c2;
	}
	
/* Footer =============================== */
#footer-wrap {
	border-top: 5px solid #222;
}

#footer {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	color: #bebebe;
	font-size: 10px;
	padding: 15px;
}
	#footer p {
		line-height: 1.5em;
		margin-top: 15px;
	}
	#footer a {
		color: #e7e7e7;
	}
	#footer ul {
		margin: 0 0 10px 0;
		padding: 0;
		list-style: none;
	}
		#footer ul li {
			display: inline;
			border-right: 1px solid #fff;
			font-size: 7px;
			margin-right: 3px;
			padding-right: 5px;
		}
			#footer ul li a {
				color: #fff;
				text-transform: lowercase;
				text-decoration: none;
				font-size: 11px;
			}
			
/* Blog Styles ========================= */
.commentmetadata {
	color: #999;	
}
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.commentlist li {
	margin: 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px dashed #ccc;	
}

div.post {
	margin-bottom: 20px;
	border-bottom: 1px dashed #999;
	padding-bottom: 20px;
}
div.entry {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.3em;
}
div.post-info {
	line-height: 1.4em;
	font-size: 11px;
	color: #666;
	margin-bottom: 20px;
}

/* Search Form Styles */
#searchform-container {
	margin: 20px 10px 0 10px;
	text-align: center; 	
}
#s {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	color: #333;
	background: #dedede;
	padding: 3px;
}
#searchsubmit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px solid #ccc;
	color: #333;
	background: #eee;
	padding: 3px;
}

/* Styled Tables */
table.styled {
	width:90%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
}
table.styled caption {
	color: #9ba9b4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
}
table.styled tr.odd td {
	background:#f7fbff
}
table.styled tr.odd .column1 {
	background:#f4f9fe;
}	
table.styled .column1 {
	background:#f9fcfe;
	}
table.styled td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
}
table.styled th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}							
table.styled thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
}
table.styled tfoot th {
	text-align:center;
	background:#f4f9fe;
}	
table.styled tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}
table.styled tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}
