@charset "UTF-8";
/*
   CSS for framedepth.com
   Needs a bit of re-factoring... 
   2013-05-22
*/

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'Verb';
	src: url('../_fonts/yellow_design_studio_-_verbcondlightverbcond.eot');
	src: url('../_fonts/yellow_design_studio_-_verbcondlightverbcond.eot?#iefix') format('embedded-opentype'),  url('../_fonts/yellow_design_studio_-_verbcondlightverbcond.woff') format('woff'),  url('../_fonts/yellow_design_studio_-_verbcondlightverbcond.ttf') format('truetype'),  url('../_fonts/yellow_design_studio_-_verbcondlightverbcond.svg#verbcondlight') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Verb';
	src: url('../_fonts/yellow_design_studio_-_verbcondregularverbcond.eot');
	src: url('../_fonts/yellow_design_studio_-_verbcondregularverbcond.eot?#iefix') format('embedded-opentype'),  url('../_fonts/yellow_design_studio_-_verbcondregularverbcond.woff') format('woff'),  url('../_fonts/yellow_design_studio_-_verbcondregularverbcond.ttf') format('truetype'),  url('../_fonts/yellow_design_studio_-_verbcondregularverbcond.svg#verbcondregular') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Verb';
	src: url('../_fonts/yellow_design_studio_-_verbcondsemiboldverbcond.eot');
	src: url('../_fonts/yellow_design_studio_-_verbcondsemiboldverbcond.eot?#iefix') format('embedded-opentype'),  url('../_fonts/yellow_design_studio_-_verbcondsemiboldverbcond.woff') format('woff'),  url('../_fonts/yellow_design_studio_-_verbcondsemiboldverbcond.ttf') format('truetype'),  url('../_fonts/yellow_design_studio_-_verbcondsemiboldverbcond.svg#verbcondsemibold') format('svg');
	font-weight: 700;
	font-style: normal;
}
html, body {
	height: 100%;
	background-color: #989898;
	background-image: url(../_images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verb, Arial, Helvetica, san-serif;
}
#outerWrapper {
	margin: 0px auto -3em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	background-color: #e6e7e0;
}
#header {
	width: 100%;
	height: 100px;
	background-image: url(../_images/logo.png);
	background-color: #e6e7e0;
	background-repeat: no-repeat;
	background-position-x: 42px;
	background-position-y: 42px;
}
#contentWrapper {
	width: 960px;
	overflow: auto;
}
#menubar {
	margin: 14px 22px;
	padding: 10px;
	width: 100%;
	height: 50px;
	overflow: auto;
}
#sidebar {
	float: left;
	width: 234px;
	padding: 0px 21px 10px 42px;
	font-size: 1.2em;
}
#contentSingle {
	float: left;
	width: 600px;
	padding: 0px 42px 10px 21px;
}
#contentTop {
	width: 600px;
	padding: 0px 180px;
	margin: 0 0 25x 0;
}
#contentBottom {
	width: 600px;
	padding: 0px 180px;
	margin: 25px 0 0 0;
}
#contentLeft {
	float: left;
	width: 400px;
//	background-color: #FFFF33;
	min-height: 500px;
	margin: 0 36px 0 42px;
}

#contentRight {
	float: left;
	width: 400px;
//	background-color: #99FF99;
	min-height: 500px;
	margin: 0px 42px 0px 36px;
}

#contentLeft h2, #contentRight h2 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

#contentLeft p, #contentRight p {
	margin: 0 0 18px 0;	
}

#contentLeft p strong, #contentRight p strong, #contentTop p strong, #sidebar strong {
	font-weight: 700;	
}
#contentTop a, #contentLeft a, #contentRight a {
	color: #1F5E00;
	font-weight: 700;
}
#contentTop a:hover, #contentLeft a:hover, #contentRight a:hover {
	text-decoration: underline;	
}
#footer {
	margin: 0px auto;
	padding: 0px auto;
	height: 3em;
	min-height: 3em;
	width: 960px;
	background-color: #1F5E00;
	color: #ffffff;
}
#footer p {
	padding: auto;
	text-align: center;
}
#noOverlap {
	clear: both;
	height: 4em;
}
a {
	text-decoration: none;
	color: #000000;
}
.nav {
	margin: 0;
	padding: 0 10px;
	width: 80%;
}
.nav ul, .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li {
	float: left;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: lowercase;
	width: 125px;
    word-spacing: 8em;
}
.nav a {
	font-weight: 100;
}
.nav a.currentPage {
	color: #1F5E00;
	font-weight: 700;
}
.nav a:hover {
	color: #71bf43;
}
.nav a.currentPage:hover {
	color: #1F5E00;	
}

