/*
Theme Name: Key Care Canterbury Theme
Theme URI: http://wordpress.org/
Description: Wordpress Theme for Key Care Canterbury
Version: 1
Author: Kai Motta
License: GNU General Public License
License URI: license.txt
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
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-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* reset */

body {
	background-color: #ffffff;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	}

p {
	font-size: 14px;
	line-height: 1.4;
}

strong {
    font-weight: bold;
}

em {
    font-style:italic;
}


#internal-right ul, ol {
	font-size: 12px;
	margin-top: 20px;
}

#internal-right ul li {
	list-style-type: circle;
	margin-bottom: 5px;
	margin-left: 20px;
}

#internal-right ol li {
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 5px;
}

#homecon ul, ol {
	font-size: 12px;
	margin-top: 20px;
}

#homecon ul li {
	list-style-type: circle;
	margin-bottom: 5px;
	margin-left: 20px;
}

#homecon ol li {
	list-style-type: decimal;
	margin-left: 25px;
	margin-bottom: 5px;
}

h1 {
	color: #007EBB;
	font-size: 30px;
}

h2 {
	color: #007EBB;

	font-size: 26px;
}

h3 {
	color: #007EBB;

	font-size: 24px;
}

h4 {
	color: #007EBB;

	font-size: 20px;
}
h5 {
	color: #007EBB;

	font-size: 18px;
}
h6 {
	color: #007EBB;

	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}

#top {
	background-image: url(http://www.keycarecanterbury.co.uk/wp-content/uploads/2012/04/top-bg.jpg);
	height: 122px;
	width: 100%;
}

#intop {
	list-style-type: none;
	height: 122px;
	margin: 0px auto;
	width: 980px;
}

#logo {
	float: left;
	height: 122px;
	list-style-type: none;	
	width: 400px;
}

#phoneandstrap {
	float: right;
	height: 122px;
	list-style-type: none;	
	width: 340px;
}

#phone {
	list-style-type: none;	
	height: 78px;
	padding-top: 10px;
	width: 340px;
}

#strap {
	height: 29px;
	text-align: right;
	padding-top: 5px;
	width: 340px;
}

#strap p {
	color: #0091d9;
	font-family: 'arial narrow';
	font-size: 20px;
	font-weight: bold;
}

#mainmenu {
	border-bottom: 5px solid #007ebb;
	border-top: 1px solid #d6e1e6;
	height: 54px;
	width: 100%;
}

#inmenu {
	height: 122px;
	margin: 0px auto;
	width: 980px;
}

#nav {
	float: left;
	height: 54px;
	width: 640px;
}

#nav ul
{
padding-left: 0;
margin-left: 0;
color: white;
float: left;
font-weight: bold;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#nav ul li { display: inline; }

#nav ul li a
{
	padding: 18px 14px;
	color: #007ebb;
	text-decoration: none;
	float: left;
}

#nav ul li a:hover
{
background-color: #0180ba;
color: #fff;
}

#nav #menu-main-menu .current-menu-item a
{
background-color: #0180ba;
color: #fff;
}

#social-networks {
	list-style-type: none;	
	float: right;
	height: 50px;
	padding-top: 5px;
	width: 300px;
}

#outer-container {
	margin: 0px auto;
	width: 980px;
}

#container {
	float: left;
	margin: 0px auto;
	padding: 20px 0px;
	width: 980px;
}

#left {
	padding: 20px 0px;
	float: left;
	width: 640px;
}

#banner {
	height: 364px;
	margin-bottom: 20px;
	width: 640px;
}

#right {
	float: right;
	padding: 20px 0px;
	padding-left: 40px;
	width: 300px;
}

.bluepods {
	background-color: #007ebb;
	-moz-border-radius: 2px;
	border-radius: 2px;
	list-style-type: none;	
	margin-bottom: 20px;
	padding: 20px;
	width: 260px;
}

.bluepods h3 {
	color: white;
	font-size: 18px;
	font-family: 'arial narrow';
	font-weight: bold;
	text-transform: uppercase;
}

.bluepods h3 a {
	color: white;
	font-size: 18px;
	text-decoration: underline;	
	text-transform: uppercase;
}

.bluepods h3 a:hover {
	color: white;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.whitepods {
	border: 1px solid #72bee9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 20px;
	width: 260px;
}

.whitepods h3 {
	font-size: 20px;
	}


#footer {
	background-color: #007ebb;
	background-image: url(http://www.keycarecanterbury.co.uk/wp-content/uploads/2012/04/foot-top.png);	
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
	float: left;
	list-style-type: none;	
	width: 100%;
}

#footer h5 {
	color: white;
	margin-bottom: 10px;
}

.footlandr p, .footmid p {
	color: white;
	margin-bottom: 10px;
}

.footlandr a, .footmid a {
	color: white;
	text-decoration: none;
}

.footlandr a:hover, .footmid a:hover {
	color: white;
	text-decoration: underline;
}

#infoot {
	margin: 0px auto;
	width: 980px;
}

#footmenu {
	height: 30px;
	padding-top: 20px;
	width: 980px;
}

#footnavlist li {
	float: left;
}

#footnavlist li a {
	color: white;
	float: left;
	font-size: 12px;
	margin-right: 10px;
	text-transform: uppercase;
	text-decoration: none;
} 

#footnavlist li a:hover {
	text-decoration: underline;		
}

#footthree {
		background-color: #007ebb;
	clear: both;
	width: 980px;
}

.footlandr {
		background-color: #007ebb;
	float: left;
	padding: 10px 0px;
	width: 300px;
}
	
.footmid {
		background-color: #007ebb;
	float: left;
	padding: 10px 40px;
	width: 300px;
}	

#bottom-logo-foot {
	background-image: url(http://www.keycarecanterbury.co.uk/wp-content/uploads/2012/04/bottom-foot-bg.jpg);
	clear: both;
	height: 65px;
	width: 100%;
}

#bottom-logo {
	background-image: url(http://www.keycarecanterbury.co.uk/wp-content/uploads/2012/04/logo-foot.jpg);
	height: 65px;
	margin: 0px auto;
	width: 980px;
}

#breadcrumbandcc {
	height: 50px;
	width: 980px;
}

#bread {
	float: left;
	height: 50px;
	width: 640px;
}
	
#cc {
	float: right;
	height: 50px;
	width: 300px;
}

#internal-left {
	float: left;	
	width: 200px;
}

.internal-blocks {
	background-color: #007ebb;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFF;
	float: left;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 20px;
	padding: 20px;
	width: 200px;
}

.internal-blocks a {
	color: white;
	font-size: 14px;
}

.internal-blocks a:hover {
	text-decoration: none;
	color: white;
	font-size: 14px;
}

.internal-blocks h3 {
	color: white;
	margin-top: 10px;
}



#internal-right {
	float: right;
	padding: 0px 20px 20px 20px;
	width: 680px;
}

#side-menu
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#side-menu li ul li {
list-style-type: none;
padding-left: 10px;

}

/*#side-menu li ul li a
{
background-image: url(http://www.keycarecanterbury.co.uk/wp-content/uploads/2012/04/side-menu.png);
background-position: left;
	background-repeat: no-repeat;
color: #ffffff;
display: block;
font-size: 12px;
padding: 5px 3px 5px 8px;
width: 145px;
border-bottom: 1px solid #969696;
}
*/


#side-menu a
{
background-image: url(http://www.keycarecanterbury.co.uk/wp-content/uploads/2012/04/side-menu.png);
background-position: left;
	background-repeat: no-repeat;
color: #ffffff;
display: block;
font-size: 12px;
padding: 7px 3px 7px 8px;
width: 155px;
border-bottom: 1px solid #ffffff;
}

#side-menu a:link
{
color: #ffffff;
text-decoration: none;
}

#side-menu a:hover
{
background-image: url(http://www.keycarecanterbury.co.uk/wp-content/uploads/2012/04/side-menu-roll.png);
background-position: left;
	background-repeat: no-repeat;
background-color: #3b5998;
color: #fff;
}

#side-menu .level2 a
{
background-image: url(http://www.keycarecanterbury.co.uk/wp-content/uploads/2012/04/side-menu.png);
background-position: left;
	background-repeat: no-repeat;
color: #ffffff;
display: block;
font-size: 12px;
padding: 7px 3px 7px 18px;
width: 145px;
border-bottom: 1px solid #ffffff;
}


#side-menu li a.currentpage 
{
background-image: url(http://www.keycarecanterbury.co.uk/wp-content/uploads/2012/04/side-menu-roll.png);
background-color: #444444;
color: #ffffff;
text-decoration: none;
}

#side-menu .level1 .currentPage, #side-menu .level2 .currentPage, #side-menu .level3 .currentPage {
background-image: url(http://www.keycarecanterbury.co.uk/wp-content/uploads/2012/04/side-menu-roll.png);
background-position: left;
	background-repeat: no-repeat;
background-color: #3b5998;
color: #fff;
}

img.alignright {float:right; margin:0 0 2em 2em}
img.alignleft {float:left; margin:0 2em 0 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

#menuTitle {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#bread a {

	color: #0095DA;	
	font-size: 12px;
}

#bread a:hover {
	color: black;
	text-decoration: none;
}

/* search */

#search {
	float: right;
	height: 32px;
	padding-top: 20px;
	text-align: right;
	width: 230px;
}

#search li, .entry-content li {
	list-style-type: none;
}

#search label, .entry-content label {
	display: none;
}

#search input, .entry-content input {
	border: 1px solid #545B5A;	
	float: left;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px;
}


#search #searchsubmit, .entry-content #searchsubmit {
	background-color: #005273;
	color: white;
	padding: 4px 8px;
	float: right;
}

.entry-content #searchsubmit {
	background-color: #005273;
	color: white;
	padding: 4px 8px;
	margin-left: 10px;
	float: left;
}

#search p {
	clear: both;
	line-height: 1.2;
	margin-top: 40px;
}

#search p a {
	color: #444343;
}

#search p a:hover {
	color: #444343;
	text-decoration: none;
}

#searchform label {
	display: none;
}

.internal-blocks #searchform #s {
	border: 1px solid #545B5A;		
	-moz-border-radius: 2px;
	border-radius: 2px;	
	padding: 3px;
	width: 130px;
}

.internal-blocks #searchform #searchsubmit {
		border: 1px solid #545B5A;		
	-moz-border-radius: 2px;
	border-radius: 2px;	
	float: right;
	background-color: #005273;
	color: white;
	padding: 2px 3px;
}

/* search */

/* misc */

.entry-title a, .entry-meta a, .entry-utility a, .vcard a, .commentmetadata a, .reply a {
	color: #0091d9;
}

.entry-title a:hover, .entry-meta a:hover, .entry-utility a:hover, .vcard a:hover, .commentmetadata a:hover, .reply a:hover {
	color: #0091d9;
	text-decoration: none;
}

.entry-content p {
	margin-bottom: 10px;
}

.entry-meta {
	font-size: 12px;
	padding-bottom: 10px;
}

.entry-utility {
	border-bottom: 1px dotted #333;
	font-size: 12px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.nav-previous a, .nav-next a {
	color: #0091d9;
	font-size: 12px;
}

.nav-previous, .nav-next {
	padding-bottom: 10px;
}

#commentform .logged-in-as {
	height: 20px;
	margin-bottom: 10px;
}

#commentform .logged-in-as a {
		color: #0091d9;
	font-size: 12px;
}

.comment-form-comment #comment {
	border: 1px solid #545B5A;
	-moz-border-radius: 2px;

	border-radius: 2px;
	padding: 3px;
}

.comment-form-comment label {
	display: block;

}

.form-allowed-tags {
	padding: 10px 0px;
}

.vcard, .commentmetadata {
	padding-bottom: 10px;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	height: 30px;
	width: 300px;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
	border: 1px solid #545B5A;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
	padding: 3px;
}

.comment-notes {
	padding-bottom: 10px;
}
