/*
Theme Name: Acketon Theme
Theme URI: http://wordpress.org/
Description: My theme for Acketon.com
Version: 0.1
Author: Dakota Chichester
Author URI: http://acketon.com.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Acketon
	http://www.acketon.com

	
*/

/* CSS Document */
/* Stylesheet for Acketon.com
   Copyright 2009 Dakota Chichester
   dakota@acketon.com
*/


/* CSS Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 


/* Structure */
body {
	background: #37302e url('images/bg_vertical.gif') repeat-x;
	
	background-position: top;
	text-align:center;
}
#body_wrap {
	width:950px;
	margin:0 auto;
}
#header_wrap {

	margin:0 auto;
	width:100%;
	background-image: url('images/logo_bg.gif');
	background-repeat: no-repeat;
	background-position: center 39px;
}
#header {
	height:465px;
	
}
#logo_box {
	display:block;
	width:300px;
	height:140px;
	text-indent:-9999px;
}
#header_left {
	margin-top:50px;
	float:left;
	width:420px;
	text-align:left;
}
#header_left p {
	margin-bottom: 2px;
}

#header_right {
	float:right;
	width:500px;
	text-align:left;
	
}

#featured_work {
	margin-top: 27px;
}

.left {
	float:left;
	text-align:left;
	width:410px;
}
.right {
	float:right;
	text-align:left;
	width:410px;

}
div#middle_band div.right {
	width: 448px;
	margin-right: 25px;
	
}
#middle_band {
	height:233px;
	padding-top:17px;
}

#footer_wrap {
	background-color: #242120;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 190px;	
	margin-top:25px;
	text-align:center;
	padding-top:20px;
	
}

#footer {
	width:950px;
	margin:0 auto;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-align:left;
	
}

#footer div {
	
	width: 33%;
	float: left;	
}

/* Navigation */
#navigation {
	margin:50px 0 120px 0;

}
#navigation ul {
	list-style:none;
	width:425px;
}

#navigation ul li {
	float:left;
	margin-right:14px;

}

#navigation ul li a {
	font-size:1.7em;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-family: Helvetica, Arial,  sans-serif;
}


/* Navigation */
#navigation_wrap {
	background: url(images/home_nav_bar.gif) repeat-x;
	height: 39px;
	width: 100%;
}
#navigation_bar {
	margin:5px 0px;
	float:right;
	
	
}
#navigation_bar ul {
	list-style:none;
	width:520px;
}

#navigation_bar ul li {
	float:left;
	margin-right:0px;

}
#home_btn {
	background-image: url(images/btn_home.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 83px;
	text-indent:-9999px;
	display:block;	
	background-position:left top;
}
#home_btn:hover {
	background-position:left -48px;
}

#overview_btn {
	background-image: url(images/btn_overview.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 83px;
	text-indent:-9999px;
	display:block;	
	background-position:left top;
}
#overview_btn:hover {
	background-position:left -48px;
}
#portfolio_btn {
	background-image: url(images/btn_portfolio.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 83px;
	text-indent:-9999px;
	display:block;	
	background-position:left top;
}
#portfolio_btn:hover {
	background-position:left -48px;
}
#services_btn {
	background-image: url(images/btn_services.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 83px;
	text-indent:-9999px;
	display:block;	
	background-position:left top;
}
#services_btn:hover {
	background-position:left -48px;
}

#contact_btn {
	background-image: url(images/btn_contact.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 83px;
	text-indent:-9999px;
	display:block;	
	background-position:left top;
}
#contact_btn:hover {
	background-position:left -48px;
}
#blog_btn {
	background-image: url(images/btn_blog.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 70px;
	text-indent:-9999px;
	display:block;	
	background-position:left top;
}
#blog_btn:hover {
	background-position:left -48px;
}
#home_btn.current {
	background-position:left -24px;
}
#overview_btn.current {
	background-position:left -24px;
}
#portfolio_btn.current {
	background-position:left -24px;
}
#services_btn.current {
	background-position:left -24px;
}
#contact_btn.current {
	background-position:left -24px;
}
#blog_btn.current {
	background-position:left -24px;
}

img {
	border: none;
}
div.category-portfolio div.entry p {
	padding-left: 12px;
}
/*
div#middle_band div#portthumbs {
	height: 80px;
}
div#middle_band div.right a {
	display: block;
	width: 104px;
	height: 80px;
	float: left;
	margin-right: 3px;
}*/