/*

www.michaelforbis.com

colors:

text: #444444
permalinks: #d6060c

*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body {
	background-color: #ffffff;
	margin: 38px 0 0 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
}

img { outline: none; }

a {
	color: #d6060c;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

#pageWrap {
	width: 920px;
}

#headerWrap {
	border-bottom: 1px dotted #828282;
	position: relative;
	width: 920px;
	height: 114px;
	margin: 0 0 20px 0;
}

#logoContainer {
	width: 180px;
	height: 114px;
	float: left;
}

#headerInfoContainer {
	width: 360px;
	height: 114px;
	float: right;
}

#headerNavContainer {
	width: 380px;
	height: 114px;
	float: left;
}

#mainNav {
	float: left;
	width: 180px;
}

#mainNavLeft {
	float: left;
	width: 80px;
}

#mainNavRight {
	float: right;
	width: 100px;
}

#mainNavList {
	width: 62px;
	height: 77px;
	position: relative;
	background: url("/wp-content/themes/mfdII/images/mainNavSprite.gif") no-repeat;	
}

#mainNavList li {
	margin: 0;
	width: 62px;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
}

#mainNavList li, #mainNavList a {
	height: 13px;
	display: block;
	text-indent: -9999px;
}

#panel1 {
	height: 13px;
	top:0;
}

#panel1 a:hover {
	background: url("/wp-content/themes/mfdII/images/mainNavSprite.gif") 0 -77px no-repeat;
}

#panel2 {
	height: 13px;
	top: 16px;
}

#panel2 a:hover {
	background: url("/wp-content/themes/mfdII/images/mainNavSprite.gif") 0 -93px no-repeat;
}

#panel3 {
	height: 13px;
	top: 32px;
}

#panel3 a:hover {
	background: url("/wp-content/themes/mfdII/images/mainNavSprite.gif") 0 -109px no-repeat;
}

#panel4 {
	height: 13px;
	top: 48px;
}

#panel4 a:hover {
	background: url("/wp-content/themes/mfdII/images/mainNavSprite.gif") 0 -125px no-repeat;
}

#panel5 {
	height: 13px;
	top: 64px;
}

#panel5 a:hover {
	background: url("/wp-content/themes/mfdII/images/mainNavSprite.gif") 0 -141px no-repeat;
}

#secondNav {
	float: right;
	width: 200px;
}

#secondNavLeft {
	float: left;
	width: 80px;
}

#secondNavRight {
	float: right;
	width: 120px;
}

#secondNavList {
	width: 72px;
	height: 77px;
	position: relative;
	background: url("/wp-content/themes/mfdII/images/secondNavSprite.gif") no-repeat;
}

#secondNavList li {
	margin: 0;
	width: 72px;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
}

#secondNavList li, #secondNavList a {
	height: 13px;
	display: block;
	text-indent: -9999px;
}

#panela {
	height: 13px;
	top:0;
}

#panela a:hover {
	background: url("/wp-content/themes/mfdII/images/secondNavSprite.gif") 0 -77px no-repeat;
}

#panelb {
	height: 13px;
	top: 16px;
}

#panelb a:hover {
	background: url("/wp-content/themes/mfdII/images/secondNavSprite.gif") 0 -93px no-repeat;
}

#panelc {
	height: 13px;
	top: 32px;
}

#panelc a:hover {
	background: url("/wp-content/themes/mfdII/images/secondNavSprite.gif") 0 -109px no-repeat;
}

#paneld {
	height: 13px;
	top: 48px;
}

#paneld a:hover {
	background: url("/wp-content/themes/mfdII/images/secondNavSprite.gif") 0 -125px no-repeat;
}

#panele {
	height: 13px;
	top: 64px;
}

#panele a:hover {
	background: url("/wp-content/themes/mfdII/images/secondNavSprite.gif") 0 -141px no-repeat;
}


h1#logo a {
	width: 180px;
	height: 114px;
	background: url("/wp-content/themes/mfdII/images/mfdLogo.gif") no-repeat;
	text-indent: -9999px;
	display: block;
}



.clear {
	clear: both;
}

#contentContainer {
	width: 920px;
}

#contentLeft {
	float: left;
	width: 180px;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}

#contentLeft a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#contentLeft a:hover {
	color: #d6060c;
	text-decoration: underline;
}

#contentRight {
	float: right;
	width: 720px;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

h2 a {
	color: #d6060c;
	text-decoration: none;
	font-weight: normal;
}

h2 a:hover {
	color: #444444;
	text-decoration: underline;
}

.postContainer {
	width: 720px;
	border-bottom: 1px dotted #828282;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.postLeft {
	width: 400px;
	float: left;
	display: block;
}

.postRight {
	width: 300px;
	float: right;
}

.postRight p {
	margin-top:18px;
}

.postInfo {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height:17px;
}

.postInfo a {
	color: #d6060c;
	font-weight: normal;
	text-decoration: none;
}

.postInfo a:hover {
	color: #000000;
	text-decoration: underline;
}

.commentContainer {
	width: 300px;
	margin: 30px 0 0 0;
}

#comment {
	width: 288px;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	border: none;
	background-color: #efefef;
}

#searchsubmit {
	margin-top: 8px;
	background-color: #d6060c;
	font-size: 12px;
	color: #ffffff;
}

#footerContainer {
	width: 220px;
	display: block;
	height: 60px;
	margin: 60px 0 30px 620px;
}

#footerLeft {
	width: 40px;
	float: left;
}

#footerRight {
	font-size: 10px;
	line-height: 12px;
	color: #444444;
	float:right;
	width: 160px;
}

#footerRight p {
	margin-top: 6px;
}

#comments-title {
	font-weight: normal;
	font-size: 16px;
	line-height:20px;
	color: #444444;
	margin-bottom: 20px;
}

.comment_author {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

.commentContainer ol {
	margin-bottom: 20px;
}

.commentContainer li {
	margin-bottom: 20px;
}

input {
	border: none;
	background-color: #efefef;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.replyName {
	width: 138px;
}

.replyEmail {
	width: 138px;
}

input#submit {
	background-color: #d6060c;
	font-size: 12px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.recentPosts li {
	/*margin-bottom: 3px;*/
}

.subContent p {
	margin-top:10px;
}

#aboutLeft {
	float:left;
	width: 602px
}

#aboutRight {
	width: 300px;
	float:right;
}

#portfolio {
	margin-left: 0;
	width: 300px;
}

#portfolio p {
	margin-top:10px;
}

#portfolioLeft {
	float:left;
	width: 602px
}

#portfolioRight {
	width: 300px;
	float:right;
}

#projectContainer {
	width: 920px;
	background-image: url("/wp-content/themes/mfdII/images/projectBG.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

#projectLeft {
	font-size: 11px;
	line-height: 15px;
	width: 160px;
	padding-right: 20px;
	float: left;
}

#projectLeft p {
	margin-bottom: 10px;
}

.backtoMain {
	width: 160px;
	maring-top: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height:17px;
}

.bigArrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.backtoMain a {
	color: #d6060c;
	font-weight: normal;
	text-decoration: none;
}

.backtoMain a:hover {
	color: #000000;
	text-decoration: underline;
}

#projectRight {
	width: 720px;
	height: 441px;
	float: right;
	position: relative;
}

.spacer {
	height: 19px;
	width: 920px;
	border-bottom: 1px dotted #828282;
	display: block;
}

#portfolioMenu {
	margin-bottom: 30px;
}

#guideform {
	margin: 6px 0 0 0;
	padding: 0;
}

/* SLIDER */

#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:720px;
	height:441px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	text-indent: -9999px;
	width:40px;
	height:39px;
	position:absolute;
	left:0px;
	top:200px;
	}	
#nextBtn{ 
	left:660px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:40px;
	height:39px;
	background:url(/wp-content/themes/mfdII/images/btn_prev.png) top no-repeat;
	}	
#nextBtn a{ 
	background:url(/wp-content/themes/mfdII/images/btn_next.png) top no-repeat;	
	}
	
#prevBtn a:hover{ 
	background:url(/wp-content/themes/mfdII/images/btn_prev.png) bottom no-repeat;	
	}

#nextBtn a:hover{ 
	background:url(/wp-content/themes/mfdII/images/btn_next.png) bottom no-repeat;	
}
	

