@charset "utf-8";
/* CSS Document */

/* ---------- Main Body ---------- */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	color: #CCC;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

#infoBox .socialLinks {
	color: #CCC;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

/* ---------- Headings ----------*/

h1 {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 27px;
	padding-top: 10px;
}

h2 {
	font-size: 16px;
	color: #FFF;
	margin-left: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

h3 {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
}

h4 {
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
}

/* ---------- Links ----------*/

a:link {
	text-decoration: none;
	color: #CCC;
}

a:visited {
	text-decoration: none;
	color: #CCC;
}

a:active {
	text-decoration: none;
	color: #CCC;
}

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

/* ---------- Top Navigation ----------*/

#topNav {
	width: 100%;
	height: 40px;
	background-color: #000;
}

#navigationWrapper {
	width: 800px;
	margin: 0 auto;
}

#top_bar {
	background-color:#000000;
	height: 35px;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #9f9f9f;
	z-index: 9999;
	float: left;
	position: relative;	
}

#nav, #nav ul {
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:0.6em;
}

#nav a:link, #nav a:active, #nav a:visited {
    display:block;
    padding: 14px 25px;
    color:#a5a5a5;
    text-decoration:none;
	text-transform: uppercase;
}

#nav a:hover {
    color:#fff;
}

#nav .on {
	background: url(../images/hover.png) no-repeat center;
	height: 12px;
	color: #fff !important;
	float: left;
	position: relative;
}

#nav li {
    float:left;
    position:relative;
}

#nav ul {
    position:absolute;
    top:2.9em;
    display:none;	
	z-index: 1;
}

#nav li ul a {
    width:8em;
    float:left;
	background-color: black;
	background-image: none !important;
}

#nav li ul a:hover {
	background-color: #292929;
}

#nav ul ul {
	top:auto;
}	

#nav li ul ul {
    left:11.3em;
    margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display:block;
}

/* ---------- Main Page Header ----------*/

#header {
	width: 800px;
	height: 75px;
	margin: 0 auto;
}

/* ---------- Feature List Main Page ----------*/

#featureList {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	margin-top: -25px;
	background-color: #666;
}

#content {
	width: 800px;
	margin: 0 auto;
	background: #666;
	margin-bottom: 20px;
}

div#feature_list {
	width: 800px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

#list1 {
	font-size: 16px;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}

#list2 {
	font-size: 16px;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}

#list3 {
	font-size: 16px;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
}

#feature_list #tabs li a span {
	display: block;
	padding-top: 5px;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
}

ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}
		
ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

ul#tabs li a {
	color: #FFF;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: none;
}

ul#tabs li a.current {
	background: url(../images/feature-tab-current.png);
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	right: 0;
	width: 463px;
	height: 240px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 463px;
	height: 240px;
}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
}
		
ul#output li a:hover {
	background: #333333;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

/* ---------- Info Box Main Page ----------*/

#infoBox {
	width: 800px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #222;
	border: thin solid #999;
}

#infoBox #recentProjectsWrapper img {
	margin: 3px;
}

#infoBox .recentWebsite {
	font-size: 16px;
	color: #FFF;
	border-top: thin dashed #FFF;
	margin-left: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	margin-right: 10px;
	padding-top: 10px;
}

/* ---------- Info Box Other Page ----------*/

#infoBoxOther {
	width: 800px;
	height: 800px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#infoBoxLeft {
	width: 530px;
	height: 800px;
	float: left;
	background-color: #222;
	border: thin solid #999;
}

#infoBoxRight {
	width: 250px;
	height: 400px;
	float: right;
	background-color: #fff;
	border: thin solid #999;
}

#infoBoxOther #infoBoxRight h2 {
	font-size: 16px;
	color: #555;
	margin-left: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

#infoBoxOther #infoBoxRight p {
	color: #555;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

#infoBoxOther #infoBoxRight img {
	padding-left: 95px;
	border: none;
}

#infoBoxOther #infoBoxLeft ul li {
	font-size: 14px;
	color: #CCC;
}

#infoBoxOther #infoBoxRight .lastUpdated {
	font-size: 10px;
	text-align: center;
	margin-top: 0px;;
}

#infoBoxPortfolio {
	width: 800px;
	height: 800px;
	background-color: #222;
	border: thin solid #999;
}

#infoBoxRight p a:link {
	text-decoration: none;
	color: #555;
}

#infoBoxRight p a:visited {
	text-decoration: none;
	color: #555;
}

#infoBoxRight p a:active {
	text-decoration: none;
	color: #555;
}

#infoBoxRight p a:hover {
	text-decoration: underline;
	color: #555;
}

/* ---------- Contact Page ----------*/

#infoBoxContact {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#infoBoxLeftContact {
	width: 530px;
	height: 600px;
	float: left;
	background-color: #222;
	border: thin solid #999;
}

#infoBoxContact #infoBoxRight h2 {
	font-size: 16px;
	color: #555;
	margin-left: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

#infoBoxContact #infoBoxRight p {
	color: #555;
}

/* ---------- Portfolio Page ----------*/

#infoBoxPortfolio {
	width: 800px;
	height: 1800px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.portBox {
	color: #FFF;
	display: block;
	width: 350px;
	padding: 20px 0px 0px 20px;
	margin: 0;
}

.portBoxText {
	color: #FFF;
	display: block;
	width: 350px;
	padding: 10px 0px 0px 20px;
	margin: 0;
}

.portLink {
	display: block;
	padding: 10px 0px 0px 10px;
}

#portfolioBoxWindmill {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/windmill_portfolio.jpg);
	background-repeat: no-repeat;
}

#portfolioBoxDavid {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/david_portfolio.jpg);
	background-repeat: no-repeat;
}

#portfolioBoxMallards {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/mallards_portfolio.jpg);
	background-repeat: no-repeat;
}

#portfolioBoxButchers {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/butchers_portfolio.jpg);
	background-repeat: no-repeat;
}

#portfolioBoxCs {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/cs_portfolio.jpg);
	background-repeat: no-repeat;
}

#portfolioBoxEco {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/eco_portfolio.jpg);
	background-repeat: no-repeat;
}

#portfolioBoxAndersons {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/andersons_portfolio.jpg);
	background-repeat: no-repeat;
}

#portfolioBoxEating {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/eating_portfolio.jpg);
	background-repeat: no-repeat;
}

#portfolioBoxTimbers {
	width: 780px;
	height: 200px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(../images/timbers_portfolio.jpg);
	background-repeat: no-repeat;
}

/* ---------- Recent Projects Main Page ----------*/

#recentProjectsWrapper {
	height: 110px;
	margin: 0 auto;
	margin-left: 10px;
}

/* ---------- Black Background Main Page ----------*/

#blackBack {
	width: 100%;
	background-color: #000;
	height: 400px;
	margin-top: 20px;
}

#contentBlack {
	width: 800px;
	margin: 0 auto;
	height: 400px;
}

#contentBlackLeft {
	width: 390px;
	height: auto;
	float: left;
	border-right: thin dashed #FF9;
}

#contentBlackRight {
	width: 390px;
	height: auto;
	margin: 0;
	float: right;
}

#twitter_update_list li {
	list-style-type: none;
}

#twitter_update_list span {
	color: #FFCC00;
	background: #000000;
}

#twitter_update_list span a {
	display: inline;
	color: #FFF;
}

#twitter_update_list span a:hover {
	text-decoration: underline;
	color: #666666;
}

/* ---------- Footer ----------*/

#footer {
	width: 100%;
	background-color: #666;
	height: 40px;
	text-transform: uppercase;
	padding-top: 15px;
	text-align: center;
	font-size: 10px;
}

#footer a:link {
	color: #000;
}

#footer a:visited {
	color: #000;
}

#footer a:active {
	color: #000;
}

#footer a:hover {
	color: #FFF;
}

/* ---------- Homepage Rollovers ----------*/

a.rolloverEco {
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	background: url(../images/eco_ro.jpg);
}

a.rolloverEco:hover {
	background-position: -100px 0;
}

#infoBox #recentProjectsWrapper .rolloverEco {
	float: left;
	margin-left: 10px;
}

a.rolloverWind {
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	background: url(../images/windmill_ro.jpg);
}

a.rolloverWind:hover {
	background-position: -100px 0;
}

#infoBox #recentProjectsWrapper .rolloverWind {
	float: left;
	margin-left: 10px;
}

a.rolloverDavid {
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	background: url(../images/david_ro.jpg);
}

a.rolloverDavid:hover {
	background-position: -100px 0;
}

#infoBox #recentProjectsWrapper .rolloverDavid {
	float: left;
	margin-left: 10px;
}

a.rolloverMallards {
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	background: url(../images/mallards_ro.jpg);
}

a.rolloverMallards:hover {
	background-position: -100px 0;
}

#infoBox #recentProjectsWrapper .rolloverMallards {
	float: left;
	margin-left: 10px;
}

a.rolloverButchers {
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	background: url(../images/butchers_ro.jpg);
}

a.rolloverButchers:hover {
	background-position: -100px 0;
}

#infoBox #recentProjectsWrapper .rolloverButchers {
	float: left;
	margin-left: 10px;
}

a.rolloverKickboxing {
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	background: url(../images/kickboxing_ro.jpg);
}

a.rolloverKickboxing:hover {
	background-position: -100px 0;
}

#infoBox #recentProjectsWrapper .rolloverKickboxing {
	float: left;
	margin-left: 10px;
}

.displace {
	position: absolute;
	left: -5000px;
}

/* ---------- Contact Form ----------*/

.white-text b {
	color: #FFF;
}

textarea {
	width: 400px;
	background-color: #DEDEDE;
	border: #CCCCCC 1px solid;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#name, #email {
	background-color: #DEDEDE;
	border: #CCCCCC 1px solid;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container ul {
	text-align: left;
	color: Red;
}

#main {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: left;
}

p small {
	display: block;
}

#submit {
	background-color: #5a5a5a;
	border: none;
    color:#cccccc;	
	font-weight: bold;
	height: 30px;
}

/* ---------- Twitter ----------*/

#twitter {
	margin: 0;
	padding: 0;
}

#twitter_update_list {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#twitter ul li span {
	color: #FFF;
}

#twitter ul li {
	color: #FFF;
	padding: 0px 20px 15px 0px;
}

.blog {
	padding-left: 0;
	margin-left: 0;
}
