/* 
Theme Name: SkyBlue
Theme URI: http://tembo-consulting.co.uk/
Description: Sky Blue - not so much a blog as a CMS - with sky and blue!
Version: 1.0
Author: Rebecca D'Cruz
Author URI: http://tembo-consulting.co.uk/
Tags: blue, custom header, fixed width, two columns

Created by Rebecca D'Cruz, Tembo Consulting
www.temboconsulting.co.uk

Body background colour: #7fa5c6
Header background colour: #bdd0df
Content border colour: #7fa5c6
Footer border colour: #7fa5c6
Content and submenu background colour: #eaf7ff
Heading bottom border: #cccccc
hr colour: #cccccc

Font colours:
Heading colour: #253A42
Paragraph and link text colour: #002d44 
Link hover colour: #7fa5c6
Blockquote colour: #444444

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. Wordpress specific


*/

/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
}

/* --------- 2. structure --------- */
body {
	margin: 0px;
	padding: 0px;
	background: #7fa5c6 url(images/bg.jpg);
	color: #002d44;
	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.5;
}

#page {
	width: 850px; /* was 770 */
	border: 5px solid #7fa5c6;
	background-color: #eaf7ff;
	margin: 5px auto;
}

#header {
	width: 830px; /* was 750 */
	margin: 0px auto;
	background-color: #bdd0df; 
	padding: 10px;
}

#content {
	padding: 10px 20px 10px 10px;
	float: right;
	width: 560px;
	overflow: hidden;
}

#sidebar {
	padding: 0px 10px 20px 0px;
	width: 200px;
}


#searchform {
	width: 160px;
	padding: 10px 10px 10px 10px;
	float:left;
}
#searchform #s {
	border:1px solid #333333;
	width: 105px;
	height: 20px;
	padding: 2px 5px 0px 5px;
	vertical-align: middle;
}
#searchform #searchsubmit {
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #333333;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}

#footer {
	clear: both;
	width: 850px; /* was 770 */
	padding-top: 1em;
	margin-right: auto;
	border-top: 5px solid #7fa5c6;
	text-align: center;
}

/* ---------- 3. links and navigation ---------- */

a {
	font-weight: bold;
	text-decoration: none;
	color: #253A42;
	line-height: 1.8em;
}

a:hover {
	text-decoration: none;
	color: #7fa5c6;
}

a:focus {
    outline: none;
}


#inlinemenu ul {
	list-style: none;
	margin-bottom: 0px;
}

#inlinemenu  li {
	display: inline;
	margin-right: 20px;
	margin-left: 0px;
	font-size: 1.1em;	
}

#inlinemenu a {
	text-decoration: none;
	font-weight: bold;
}

#submenu a {
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	background: #ff6605;
}


#nav {
	list-style: none;
	margin: 0px;
}

#nav li {
	margin-left: 10px;
	font-size: 1.2em;
}

#submenu {
	width: 585px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	background-color: #eaf7ff;
}

#submenu ul {
	list-style: none;
	margin-bottom: 0px;
}

#submenu li {
	display: inline;
	margin: 0;
	font-size: 1.1em;	
}

#submenu a {
	padding-right: 15px;
	text-decoration: none;
	font-weight: bold;
}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
}		

p {
	font-size: 1.2em;
	padding: 0px 0px 15px;
	margin: 0px;
}		


.blockparagraph {
	margin-bottom: 10px;
	line-height: 1.2;
}

h1,h2, h3, h4, #mainTitle  {
	color: #253A42;
	font-weight: bold;
}

.highlightedText{
	font-weight: bold;
}

#mainTitle {
	font-size: 2.8em;
	font-style: italic;
	margin-bottom: 5px;
}

h1 {
	font-size: 1.8em;
	line-height: 1em;
	font-style: italic;
	padding-bottom: 7px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 7px;	
}

h2 {
	padding-top:7px;
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}


h4 {
	font: normal 1.4em/100%;
	margin: 10px 0px 5px;
}

h4{
	font-size: 1.2em;
}

h5 {
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: underline;
}

.comment {
	font-size: 1.1em;
	line-height: 1.3;
	font-style: italic;
}

#large {
	color: #444444;
	font-size: 1.4em;
}

ul, ol{
	margin-bottom: 10px;	
}

li {
	margin-left: 20px;
	line-height: 1.4;
	font-size: 1.2em;
}

blockquote {
		background: url(images/quote-open.png) 0 0 no-repeat;
		margin-bottom: 1em;
		}		
		
blockquote p {
		color: #444444;
		font-size: 1.3em;
		font-weight: bold;
		text-align: justify;
		background: url(images/quote-close.png) 100% 90% no-repeat;
		padding: 0 33px;
		margin-bottom: 0px;
		}	
		
blockquote>p+p {
		background: none;
		}			
		
cite {
		background: none;
		display: block;
		text-align: right;
		font-size: 1.1em;
		font-weight: normal;
		font-style: italic;
		margin-bottom: 10px;
		}	
		
.smallfont {
	font-size:	0.9em;
}

hr {
	height: 1px;
	border-width: 0;
	color: #cccccc;
	background-color:#cccccc;
}

/* ---------- 5. images ---------- */


/* Begin Images */
a img {
	border: none;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

/* ---------- 6. Wordpress Specific ---------- */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 1em;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 525px;
}

.entry {
	clear: both;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 0.9em;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 0.9em;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 0.9em;
}
.post-content {
	clear: both;
	padding-top: 10px;
}

.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.png) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.png) no-repeat right center;
}

ul.lcp_catlist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	font-size: 12px;
}

ul.lcp_catlist li ul{
	list-style: inside;
	margin-left: 5px;
}

ul.lcp_catlist li {
	font-size: 12px;
	margin-left: 0;
}

ul.lcp_catlist li a{
	font-size: 12px;
	margin-left: 0;
}

ul.lcp_catlist li p{
	font-size: 12px;
}

ul.lcp_catlist h3 {
	font-size: 12px;
}

ul.lcp_catlist .postTitle a {
	font-size: 14px;
}

ul.lcp_catlist h4 {
	font-size: 12px;
}