/*-----------------------------------------------------------------------------
Theme Name: K&A
Theme URI: http://keikenapp.com
Description: Wordpress template for Kiekenapp & Associates
Version: 1.0
Author: Brent Spore
Author URI: http://brentspore.com/

-----------------------------------------------------------------------------*/

/* Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, div {
  margin: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* @end */
/* Typography
-----------------------------------------------------------------------------*/

body {
	font: 10pt Cambria, Georgia, serif;
	background: url('images/body_bg_top.gif') top repeat-x #b8ae9c;
	color: #595241;
}

em {
	
}

/* @end */

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

h3 {
	font-weight: normal;
	font-size: 12pt;
	color: #5c0607;
	margin: 15px 0 0 0;
}

h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 100%;
}

h5 {
	
}

h6 {
	
}

/* @end */

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

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

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

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


/* @end */

/* Logo
-----------------------------------------------------------------------------*/

#logo-top {
	height: 152px;
	padding: 12px 0 0 0;
	margin:0;
	float: left;
}

#slogan-top {
	float:right;
	text-align: right;
}


/* Nav
-----------------------------------------------------------------------------*/

#navbar {
	height: 44px;
	margin: 1px 0;
}

#navbar ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navbar img {
	float: left;
}

#navbar a.home {
	list-style: none;
	background: url('images/btn_home.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 109px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.home:hover {
	list-style: none;
	background: url('images/btn_home_hover.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 109px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.services {
	list-style: none;
	background: url('images/btn_services.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 111px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.services:hover {
	list-style: none;
	background: url('images/btn_services_hover.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 111px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.team {
	list-style: none;
	background: url('images/btn_team.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 110px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.team:hover {
	list-style: none;
	background: url('images/btn_team_hover.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 110px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.clients {
	list-style: none;
	background: url('images/btn_clients.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 111px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.clients:hover {
	list-style: none;
	background: url('images/btn_clients_hover.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 111px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.casestudies {
	list-style: none;
	background: url('images/btn_casestudies.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 110px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.casestudies:hover {
	list-style: none;
	background: url('images/btn_casestudies_hover.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 110px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.news {
	list-style: none;
	background: url('images/btn_news.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 111px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.news:hover {
	list-style: none;
	background: url('images/btn_news_hover.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 111px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.resources {
	list-style: none;
	background: url('images/btn_resources.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 110px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.resources:hover {
	list-style: none;
	background: url('images/btn_resources_hover.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 110px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.contactus {
	list-style: none;
	background: url('images/btn_contactus.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 110px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#navbar a.contactus:hover {
	list-style: none;
	background: url('images/btn_contactus_hover.jpg') no-repeat left top;
	display: block;
	float: left;
	height: 44px;
	width: 110px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}


/* Masthead
-----------------------------------------------------------------------------*/

.wrapper {
	width: 900px;
	margin: 0 auto;
}

#main-imagery-bg {
	background: url('images/main_imagery_bg.gif') repeat-x;
	height: 341px;
}

#main-imagery {
	width: 900px;
	margin: 0 auto;
}

#sub-imagery-bg {
	background: url('images/sub_imagery_bg.gif') repeat-x;
	height: 43px;
}

#sub-imagery {
	width: 900px;
	margin: 0 auto;
}

/* @end */

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

#page-wrapper {
	border-top: 1px solid #715d39;
}

#page {
	margin:0 auto;
	width: 900px;
}

/* Content
-----------------------------------------------------------------------------*/

#content {
	width: 483px;
	float: left;
	margin: 0;
	padding: 0;
}

#resources ul li {
	margin: 5px;
	border: 1px solid #938B7D;
	background: #cdc2af;
	padding: 10px;
	width:200px;
	float: left;
	list-style: none;
	display: inline;
}

.testimonial {
	margin: 10px;
	border: 1px solid #938B7D;
	background: #cdc2af;
	padding: 10px;
	width:600px;
	list-style: none;
}

.post {
	margin: 25px 0 0 0;
	padding: 0;
	line-height: 1.5em;
}

.post h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #5c0607;
	font-size: 12pt;
	text-transform: uppercase;
}

.post h2 a {
	color: #5c0607;
}

.post h2 a:visited {
	color: #5c0607;
}

.post h2 a:hover {
	color: #fff;
	text-decoration: none;
}

.post ul {
	margin: 15px;
}

.post ol {
	margin: 15px;
}

.post img {
	border: 1px solid #5c0607;
	padding: 5px;
}

.post ul li {
	margin: 10px 0 0 10px;
	padding: 0 0 0 24px;
	background: url('images/li.png') left top no-repeat;
	list-style: none;
}

.post ol li {
	margin: 0 0 0 15px;
	padding: 0 0 0 24px;
	list-style: decimal;
}

.post ul li ol li {
	margin: 0 0 0 15px;
	padding: 0 0 0 12px;
	list-style: decimal;
	background: none;
}

.entry p {
	margin: 10px 0 0 0;
}

.exerpt {
	font-size: 14pt;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

.postmetadata {
	margin: 3px 0 17px 0;
	font-size: 10pt;
}

.navigation {
	margin: 40px 0 0 4px;
}

.post_nav {
	margin: 15px 0 30px 4px;
}

.moretext {
	float: right;
}

.spacer {
	height: 25px;
}


/* @end */

/* How We Work
-----------------------------------------------------------------------------*/

#how-we-work {
	margin: 25px 0 0 0;
}

#how-we-work h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	color: #5c0607;
	font-size: 12pt;
	text-transform: uppercase;
}

#how-we-work p {
	margin:0;
	padding: 0 10px;
}

#how-we-work p.links {
	margin-top: 5px;
	text-align: right;
}

.hww-content {
	margin: 0 7px 0 0;
	padding: 0;
	float:left;
	width: 295px;
}

.hww-content-right {
	margin: 0;
	padding: 0;
	float:right;
	width: 295px;
}

#how-we-work img {
	border: 3px solid #595241;
	padding: 0;
	margin-bottom:15px;
}


/* Sidebar
-----------------------------------------------------------------------------*/

#sidebar {
	width: 402px;
	float: right;
	padding: 0;
	font-size: 9pt;
	line-height: 1.5em;
	margin-top: 25px;
}

#sidebar-content {
	padding: 0;
	margin: 0;
}

#sidebar ul {
	list-style: none;
	padding-bottom: 10px;
}

#sidebar li {
	list-style: none;
}

#sidebar ul li {
	list-style: none;
	padding: 0;
	margin-bottom: 1px;
}

#sidebar li h2 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 12pt;
	text-transform: uppercase;
	color: #5c0607;
	font-weight: bold;
}

#sidebar a {
	color: #5c0607;
	display: block;
	padding: 5px;
	text-decoration: none;
}

#sidebar a:visited {
	color: #5c0607;
	display: block;
	padding: 5px;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	background: #94856a;
	padding: 5px;
	display: block;
	text-decoration: none;
}

#sidebar .box-top {
	background: url('images/box-top.gif');
	height: 10px;
	width: 402px;
	margin: 0;
	padding:0;
}

#sidebar .box {
	background: #94856a;
	padding: 2px 12px 2px 12px;
	width: 378px;
	color: #fff;
}

#sidebar .box-bottom {
	background: url('images/box-bottom.gif');
	height: 10px;
	width: 402px;
	margin: 0;
	padding:0;
}

#sidebar-content li {
	margin: 0;
	padding:0;
	list-style: none;
}


/* Sidebar (Under)
-----------------------------------------------------------------------------*/

#under-sidebar {
	width: 900px;
	padding: 0;
	font-size: 9pt;
	line-height: 1.5em;
	margin-top: 25px;
}

#under-sidebar-content {
	padding: 0 25px;
	margin: 0;
}

#under-sidebar ul {
	list-style: none;
	padding-bottom: 10px;
}

#under-sidebar li {
	list-style: none;
}

#under-sidebar ul li {
	list-style: none;
	padding: 0;
	margin-bottom: 1px;
}

#under-sidebar li h2 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 12pt;
	text-transform: uppercase;
	color: #2d2f43;
	font-weight: normal;
}

#under-sidebar a {
	color: #84350e;
	display: block;
	padding: 5px;
	text-decoration: none;
}

#under-sidebar a:visited {
	color: #84350e;
	display: block;
	text-align: center;
	padding: 5px;
	text-decoration: none;
}

#under-sidebar a:hover {
	color: #2d2f43;
	padding: 5px;
	display: block;
	text-decoration: none;
}

#under-sidebar .box-top {
	background: url('images/box-top.gif');
	height: 10px;
	width: 402px;
	margin-left: -25px;
}

#under-sidebar .box {
	background: #94856a;
	padding: 2px 12px 7px 12px;
	width: 378px;
	color: #fff;
	margin-left: -25px;
}

#under-sidebar .box-bottom {
	background: url('images/box-bottom.gif');
	height: 10px;
	width: 402px;
	margin-left: -25px;
}



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

#links-wrapper {
	background: #938b7d;
	border-top: 1px solid #726857;
	border-bottom: 1px solid #726857;
	padding: 5px;
	margin-top: 25px;
}

#text-links {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	color: #b8ae9c;
}

#text-links a {
	color: #fff;
	margin: 0 5px;
	text-decoration: none;
}

#text-links a:visited {
	color: #fff;
	margin: 0 5px;
}

#text-links a:hover {
	color: #5c0607;
	margin: 0 5px;
	
}


#footer {
	height: 30px;
	background: url('images/footer_bg.gif');
	border-bottom: 2px solid #4b3919;
}

#footercontent {
	margin: 0 auto;
	width: 900px;
	padding: 5px;
	color: #b8ae9c;
	font-size: 8pt;
}

#footercontent a {
	color: #fff;
	text-decoration: none;
}

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

#footercontent a:hover {
	color: #5c0607;
	text-decoration: none;
}

#footer_left {
	float: left;
	margin-top:3px;
}

#footer_right {
	float: right;
	margin-top:3px;
}

/* @end */

/* Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

#searchform {
	
}

#searchform #s {
	
}

#searchform #submit {
	
}

h2.comments-header {
	margin: 15px 0 5px 0;
}

#comments-form {
	margin: 10px 0 0 0;
}

#commentform {
	
}

#author {
	margin: 5px 5px 0 0;
	background: #c3baab;
	border: 2px solid #726857;
	padding: 5px;
}

#email {
	margin: 5px 5px 0 0;
	background: #c3baab;
	border: 2px solid #726857;
	padding: 5px;
}

#url {
	margin: 5px 5px 0 0;
	background: #c3baab;
	border: 2px solid #726857;
	padding: 5px;
}

#comment {
	margin: 5px 5px 0 0;
	width: 98%;
	background: #c3baab;
	border: 2px solid #726857;
	padding: 5px;
}

#sub {
	margin-top: 5px;
	background: #c3baab;
	border: 2px solid #726857;
	padding: 5px;
	cursor: pointer;
}

/* @end */

/* Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

/* @end */

/* Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	margin: 10px 0 0 0;
}

.comments-header {
	
}

ol#comments li {
	margin: 10px 0 0 0;
}

/*class for author highlight */

.odd {
	border: 3px solid #9f9179;
	background: #bfb6a6;
	margin: 10px 0 0 0;
}

.even {
	border: 3px solid #8a7e69;
	background: #a59c8c;
	margin: 10px 0 0 0;
}

.highlight {
	border: 3px solid #988d7b;
	background: #aca08b;
	margin: 10px 0 0 0;
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

/* Forms
-----------------------------------------------------------------------------*/

.input {
	margin: 5px 0 0 0;
	background: #c6bf9e;
	border: 5px solid #aea475;
	padding: 5px;
	color: #3c3828;
}

.sub {
	margin-top: 5px;
	background: #c6bf9e;
	border: 5px solid #aea475;
	padding: 2px;
	cursor: pointer;
	color: #3c3828;
}

.sideinput {
	margin: 5px 20px 0 10px;
	background: #c6bf9e;
	width: 173px;
	border: 1px solid #aea475;
	padding: 5px;
	color: #3c3828;
}

.sidesub {
	margin: 5px 20px 0 10px;
	background: #c6bf9e;
	border: 1px solid #aea475;
	padding: 2px;
	cursor: pointer;
	color: #3c3828;
}