/*   
Theme Name: Relate London NW
Theme URI: http://www.relatelondonnw.org.uk
Description: Relate London North West
Author: Jason King
Author URI: http://www.kingjason.co.uk
Version: 1
.
This theme may not be reproduced or altered in any way except by Relate London North West.
.
*/

/* Clear margin and padding */
* {
	margin: 0px;
	padding: 0px;
}
/* Structure */
body {
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:76%;
	color: #333333;
	background-color: #ffffff;
	line-height: 1.7em;
	text-align: center;
}

#container {
	font-size: 1em;
	background-color: #CDDDE9;
	width: 800px;
	text-align: left;
	background-image: url(images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BECAD3;
	margin-left: auto;
	margin-right: auto;
}

#content {
	padding: 10px;
}

#content {
	width: 535px;
	float: left;
}

#header {
	background-color:#ffffff;
	height: 90px
}

.entry {
	clear: both;
	padding-top: 20px;
}

.post {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.post img{
	border-width: 1px;
	border-style: solid;
	border-color: #99bad2;
}
.post p {
	margin-right: 5px;
}

#sidebar {
	float: right;
	width: 200px;
	background-color: #99bad2;
	margin: 10px;
	border: 6px solid #ffffff;
	padding: 5px;
}

#sidebar_image {
	height: 215px;
	background-image: url(images/bg_sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#sidebar ul {
	margin-bottom: 10px;
}

#sidebar li {
	list-style-image: none;
	list-style-type: none;
}

#sidebar p {
	font-family: Arial;
	font-size: 1.5em;
	color: #ffffff;
	line-height: 1.2em;
}

#sidebar strong {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.1em;
}

#footer {
	margin-top: 10px;
	clear: both;
	text-align: left;
	padding: 5px;
}

/* Menu */

#menu {
	position:relative;
	z-index:10;
	padding-bottom:4px;
}

#menu ul, submenu ul {
	background:url(images/menu.gif) repeat-x left center;
	float:left;
	width:100%;
}

#menu ul li, #submenu ul li {
	float:left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #ffffff;
	list-style-image: none;
	list-style-type: none;
}

#submenu ul li {
	border-right: none;
	margin-right: 4px;
	font-size: 0.9em;
}

#menu ul li a, #submenu ul li a, #sidebar ul li a {
	background:url(images/menu.gif) repeat-x left center;
	text-decoration:none;
	color:#ffffff;
	display:block;
	float:left;
	padding-top: 0.3em;
	padding-right: .8em;
	padding-bottom: 0.3em;
	padding-left: .8em;
}

#sidebar ul li a {
	float: none;
	width: 180px;
	margin-bottom: 5px;
	margin-right: 20px;
}

#menu ul li.current_page_item a, #submenu ul li.current_page_item a, #sidebar ul li.current_page_item a {
	background:url(images/menu_current.gif) repeat-x left center;
}

#menu ul li a:hover, #submenu ul li a:hover, #sidebar ul li a:hover {
	background:url(images/menu_hover.gif) repeat-x left center;
}

#submenu {
	width: 100%;
	clear: both;
	margin-top: 10px;	
	margin-bottom: 10px;
}

/* Redefine html elements */

img {
	border: none;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 5px;
}

h2 {
	padding: .4em;
	font-size: 1.4em;
	font-weight: normal;
	background-color: #99bad2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

p {
	margin-bottom: 15px;
}

em {
	font-size: .8em;
}

/* Hyperlinks */

#sidebar a {
	text-decoration: none;
}

#sidebar a, .post a {
	color: #5B7386;
}

#sidebar li a {
	color: #ffffff;
}

#sidebar a:hover {
	color: #CDDDE9;
}

.post a:hover {
	color: #758da1;
}