/*
Theme Name: Kindecs
Description: Custom SEO Theme for Kindecs
Version: 1.0
Author: Roy Barber
Author URI: http://www.roy-barber.co.uk
*/

/* RESET */
/* ----------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color:#6f6f6f;
	background-image: url(img/header.png);
	background-repeat: repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress */
.aligncenter { display:block; margin:0 auto }
.alignleft {
	float:left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
.clear { clear:both; margin:0px; padding:0px}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #6f6f6f;
	padding-bottom: 12px;
}
a {
	color: #1D79B7;
	text-decoration: none;
}
a:hover {
	color: #11517B;
	text-decoration: underline;
}
a:active { outline: 0; position: relative; top: 1px; }

#header {
	margin-bottom: 30px;

}
/* End wordpress defualt */


#headertopwrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header .logo {
	float: left;
	height: 50px;
	padding-top: 30px;
}
#header #topmenu {
	float: right;
	width: 700px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	padding-top: 32px;
}
#header #topmenu li {
	display: inline;
}
#header #topmenu li a {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
#header #topmenu li a:hover {
	color: #540A1D;
	text-decoration: none;
}
#header #menu {
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#header #menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 6px;
	margin: 7px;
}
#header #menu li a:hover {
	background-color: #104569;
	text-decoration: none;
}



#header  .call  {
	float: right;
	padding-top: 40px;
}
#header #sales {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content .left {
	float: left;
	width: 620px;
	color: #6f6f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#newsposts {
	background-image: url(img/latestposts.png);
	background-repeat: repeat-x;
	background-color: #E2E2E2;
	margin-top: 30px;
}

#newspostswrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#newsposts .post {
	float: left;
	width: 208px;
	margin-right: 30px;
}
#newsposts p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #6f6f6f;
}
#newsposts   .titlenews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #9c9b9b;
	width: 960px;
	display: block;
	padding-bottom: 12px;
	margin-bottom: 25px;
	background-image: url(img/latest-news-border.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#newsposts h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 15px;
	line-height: 22px;
}
#newsposts .excerpt a {
	float: right;
	margin-top: 18px;
}
#newsposts a:hover {
	text-decoration: none;
}

.footerspace {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 30px;
}

.authorbox {
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px solid #d7d7d7;
	background-image: url(img/author.png);
	background-repeat: repeat-x;
}
.authorbox .avatar {
	float: left;
}
.authorbox .info {
	float: right;
	width: 465px;
}
.authorbox .avatar img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #d7d7d7;
}
.authorbox h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.authorbox h4 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #e14267;
}
.authorbox .info .by {
	float: left;
	display: block;
	margin-top: 10px;
}
.authorbox .info .date {
	float: right;
	display: block;
	margin-top: 10px;
}

.padbot10 {
	margin-bottom: 15px;
}
.pagination {
	text-align: center;
	margin-top: 20px;
}
#content .left input,#content .left textarea
{color:#6f6f6f;font-size:16px;line-height:24px;}
#content .left ul, #content .left ol, #content .left dd, #content .left pre, 
{margin-bottom:24px;}

#content .left hr
{background-color:#E7E7E7;border:0;height:1px;margin-bottom:18px;clear:both;}

#content .left ul ul, #content .left ol ol, #content .left ul ol, #content .left ol ul
{margin-bottom:0;}
#content .left pre,#content .left kbd,#content .left tt,#content .left var
{font-size:15px;line-height:21px;}
#content .left code
{
	font-size:13px;
	font-family: "Courier New", Courier, monospace;
}
#content .left dt,#content .left th
{color:#6f6f6f;}
#content .left h1,#content .left h2,#content .left h3,#content .left h4,#content .left h5,#content .left h6
{
	color:#6f6f6f;
}
#content .left h1
{
	font-size: 22px;
	margin-bottom: 15px;
}
#content .left h2
{
	font-size: 20px;
}
#content .left h3
{
	font-size: 18px;
}
#content .left h4
{
	font-size: 16px;
}
#content .left h5
{
	font-size: 14px;
}
#content .left h6
{
	font-size: 14px;
}

#content .lefttable{border:1px solid #6f6f6f;text-align:left;margin:0 -1px 24px 0;width:100%;}
#content .left tr th,#content .left thead th{color:#6f6f6f;font-size:12px;font-weight:bold;line-height:18px;padding:9px 24px;}
#content .left tr td{border-top:1px solid #6f6f6f;padding:6px 24px;}
#content .left tr.odd td{background:#6f6f6f;}
#content .left .blog_item {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
}
#content .left .blog_item h2 {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 15px;
}
#content  .left  .blog_item img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #d7d7d7;
}
#content .left .blog_item .postimage {
	float: left;
	margin-right: 25px;
}
#content .left .blog_item .blog_info {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 15px;
}
#content .left .blog_item p {

}
#content  .left  .blog_item  a:hover {
	text-decoration: none;
}
#content   .left   li   h2 {
	list-style-type: none;
}
#content .left .pagenav .page_item {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}
#sidebar .pagenav .page_item {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	font-weight: bold;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#footer .logos {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#footer .left {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
#footer .right {
	float: right;
	width: 775px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: right;
}
#footer .right li a {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	float: left;
	margin: 5px;
}


#sidebar {
	float: right;
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #6f6f6f;
}
#sidebar .contact {
	float: right;
	height: 317px;
	width: 253px;
	margin-bottom: 20px;
	background-image: url(img/sidebar.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#sidebar .contact form {
	margin-top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #415407;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
#sidebar .contact #name {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #415407;
	border-left-color: #fff;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	color: #415407;
	padding: 4px;
}
#sidebar .contact #submit {
	float: right;
	margin-top: 5px;
}

#sidebar .contact #email {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #415407;
	border-left-color: #fff;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	color: #415407;
	padding: 4px;
}
#sidebar .contact #phone {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #415407;
	border-left-color: #fff;
	width: 200px;
	font-size: 12px;
	font-weight: bold;
	color: #415407;
	padding: 4px;
}

