/*  
This WordPress theme is adapted from the <a href="http://binarybonsai.com/kubrick/">Kubrick</a> theme by Michael Heilemann.

It was customised for the King's Fund by <a href="http://www.kingjason.co.uk">Jason King</a>.
*/

/* Begin Typography & Colors */
body {
	font-size: .8em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333333;
	text-align: center;
	background-color: #f8f8f8;       
	background-image: url(images/kubrickbgcolor.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	margin: 0px;
	}

li	{
	padding-left: 10px;
	margin-bottom: 15px;
}

#page {
	text-align: left;
	background-color: #ffffff;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	margin-top: 5px;
	height: 90px;
	background: #ffffff url('images/kubrickheader.jpg') no-repeat top right;
	}
#headertitle {
	float: left;
	margin-top: 3px;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	padding: 10px;
}

.description {
	background-color: #f8f8f8;
	padding: 5px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 10px;
	}

#footer {
	clear: both;
	background-color: #ffffff;
	line-height: 1.8em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-color: #ddd;
	border-top-width: 1px;
	border-top-style: solid;
	}

small {
	font-size: .85em;
	}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;	
	}
	
h2 {
	color: #333333;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;	
	margin: 0px;
	}

h3 {
	font-size: 1.2em;
    font-weight: bold;
	color: #333333;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #729048;
	border-bottom: none;
	}

h2 a, h3 a {
	color: #729048;
        font-weight: bold;
        text-decoration: none;
}

h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #477c12;
    font-weight: normal;
    text-decoration: underline;     
	}
		
a:visited {
	color: #993366;
        }

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

/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	float: left;
	width: 500px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	}

.widecolumn {
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}

.post {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

.post hr {
	display: block;
	}
.widecolumn .post {
	margin: 0px;
	}

.narrowcolumn .postmetadata {
	margin-top: 0px;
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}
/* End Structure */



/*	Begin Headers */

.sidebar h2 {
	color: #333333;
	font-size: 1.2em;
    font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #729048;
	}


h3 {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

h3.comments {
	padding: 0px;
	margin: 40px auto 20px ;
	}
/* Begin Sidebar */
.sidebar
{
	font-size: 1em;
	margin-left: 530px;
	width: 190px;
	}

/* End Sidebar */

/* End Headers */



/* 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 */



/* Begin Lists */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul li li {
	list-style-type: disc;
}
	
.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
        margin-left: 8px;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform{
	margin-bottom: 10px;
	margin-left: 10px;
	}
#searchform input {
	color: #333333;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding-left: 10px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-right: 10px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
ul li:before, ol li:before {
	content: "";
}

/* End Various Tags & Classes*/

/* Horizontal Menu */
#menu {
	margin: 10px;
}
#menu ul {
	width: 100%;
	height: 4.5em;
	padding: 0px;
	margin: 0px;	
	}

#menu .longmenuitem, #menu .shortmenuitem {
	text-align: center;
	background: #f7f2ea url('images/menu_bg.jpg') no-repeat top right;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #D8D8D8;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
	}
#menu ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #729048;
}
#menu a:hover  {
	text-decoration: underline;
}

#menu .longmenuitem {
	width: 180px;
}
#menu .shortmenuitem {
	width: 97px;
}
#menu #current {
	background-image: none;
	background-color: #EBF1E2;
}