/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	Sabrina WHaley
	Author Site	: 	http://intrinsic-pixel.com
	Style Name	: 	CK photo Design
	Style URI	:	
	Version		: 	1.0
	Comments	: 	
*/

body {
	background: #C2B09C url('images/background_tile.gif') repeat;
	padding: 5px 0 0 0;
	color: #bbb;
	margin: 0;
	}

#title_floater {
  background: transparent;
	position: absolute;
	left: 0px;
	z-index: 2;
	width: 100%;
	padding: 0 0 0 0;
		margin: 0 0 0 0;
  }

#title_bar {
  background: #739FCB;
	border: #AFCBE5 solid;
	border-width: 1px 0;
	margin: 0;
	padding: 2px 0;
	height: 100px;
  }

#shadow {
  background: transparent url('images/title_bar_shadow_tile.png') center top repeat-x;
	border-width: 0;
	margin: 0;
	padding: 13px 0 2px;
	height: 40px;
}

	#title_contain {
	  width: 780px;
		margin: 0 auto;
		padding: 0;
	  }
	  
		#title_contain h1 {
		  float: left;
			margin: 0;
			}
		
	ul.menu {
	margin: 0;
	padding: 0;
		  float: right;
			clear: right;
			text-align: left;
			list-style-type: none;
	}
	
.about {
	margin: 0;
	padding: 3px 0 0;
	background: transparent url('images/menu_about.png') left center no-repeat;
}	
.portfolio {
	margin: 0;
	padding: 0;
	background: transparent url('images/menu_portfolio.png') left center no-repeat;
}	
.services {
	margin: 0;
	padding: 0;
	background: transparent url('images/menu_services.png') left center no-repeat;
}	
.faskq {
	margin: 0;
	padding: 0;
	background: transparent url('images/menu_faskq.png') left center no-repeat;
}	
.contact {
	margin: 0;
	padding: 0;
	background: transparent url('images/menu_contact.png') left center no-repeat;
}
	
.about:hover {
	margin: 0;
	padding: 3px 0 0;
	background: #739FCB url('images/menu_hover_about.png') left center no-repeat;
}		
.portfolio:hover {
	margin: 0;
	padding: 0;
	background: #739FCB url('images/menu_hover_portfolio.png') left center no-repeat;
}	
.services:hover {
	margin: 0;
	padding: 0;
	background: #739FCB url('images/menu_hover_services.png') left center no-repeat;
}	
.faq:hover {
	margin: 0;
	padding: 0;
	background: #739FCB url('images/menu_hover_faq.png') left center no-repeat;
}	
.contact:hover {
	margin: 0;
	padding: 0;
	background: #739FCB url('images/menu_hover_contact.png') left center no-repeat;
}

#header {
	background: black url('images/header_duncan_0407.png') center -20px no-repeat;
	width: 100%;
	margin-bottom: 120px;
	}

#page {
	width: 760px;
	z-index: 1;
	padding: 0;
	border: 1px solid #000;
	}

.content {
  margin: 5px 14px 10px;;
	}
	
div#footer {
  background: #3E3E3E url('images/gradient_footer_dark.gif') repeat-x top left;
	border-top: 2px solid #000;
	font-size: 10px;
	color: #8B8B8B;
	clear: left;
	margin: 10px 0 0 !important;
	padding: 5px;
	text-align: left;
}
#footer div {
  width: 755px;
	margin: 0 auto;
}
#footer div p {
  padding: 2px 0;
	margin: 0;
}
p#hosted-by {
  float: right;
	clear: none;
	height: 30px;
	padding-top: 16px !important;
}
p#copyright {
  float: left;
	clear: left;
	height: 30px;
	padding-left: 26px !important;
	padding-top: 16px !important;
	background: url(images/ip_img.gif) left center no-repeat;
}

p#copyright a:hover {
	border-top: 1px solid #3E3E3E;
	border-bottom: 1px solid #3E3E3E;
	color: #E97613;
	}
	
p#copyright:hover {
	color: #ECD2A8;
	background: url(images/ip_img_hover.gif) left center no-repeat;
}	

p#hosted-by, p#copyright {
  padding: 22px 0 10px;
	text-align: left;
}

body.page .entry-content h4 {
	display: auto !important;
	padding: auto !important;
	}
	
	
h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -1px;
	}
