/*  
Theme Name: Hillingdon Refugee Support Group
Theme URI: http://www.hrsg.org.uk/
Description: A WordPress theme by <a href="http://www.kingjason.co.uk/">Jason King</a>.
Version: 1.0
Author: Jason King
Author URI: http://www.kingjason.co.uk/
*/

/* Reset browser defaults */
* {
	margin: 0;
	padding: 0;
}

/* Structure */
body {
	text-align: center;
}

#container {
	text-align: left;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6EEF7; /* light blue */
}

#header {
	padding: 10px 10px 10px 20px;
	background-color: #369; /* dark blue */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff; /* white */
	
}

#description {
	background-color: #003466; /* dark blue */
	border-bottom: 1px solid #fff;
}

#content {
	margin-top: 10px;
	clear: both;
	width: 660px;
	float: left;
	padding-bottom: 10px;
}

#nav {
	float: left;
	margin-right: 20px;
}

#sidebar {
	margin-top: 10px;
	float: right;
	width: 170px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding-right: 5px;
}

#footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #369;
	padding-top: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#footer ul {
	background-color: #369;
	padding: .3em 0; 
	color: #ffffff;
	margin: 0;
	list-style-type: none;
}

#footer li {
	display: inline;
}

#footer li a {
	text-decoration: none;
	padding: .2em .5em;
	border-right: 1px solid #fff;
	color: #ffffff;
}

#footer li a:hover {
	background-color: #69C;
}

img {
	border: 0;
}

/* Navigation
-------------------------------------- */

#navigation {
  	clear: both;
	background: #036;
	height: 30px;
	}

#navigation ul {
  font-family:"Gill Sans MT",Arial,Sans Serif;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation ul li {
  display: block;
  position: relative;
  float: left;
}

#navigation li ul { display: none; }

#navigation ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 6px;
  background: #036;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}

#navigation ul li:last-child a {
  border-right: none;
}

#navigation ul li ul li a {
  border-right: none;
}

#navigation ul li a:hover { background: #69C; }

#navigation li:hover ul {
  display: block;
  position: absolute;
}

#navigation li:hover li {
  float: none;
  font-size: .85em;
}

#navigation li:hover a { background: #036; }

#navigation li:hover li a:hover { background: #69C; }

/* Search form
-------------------------------------- */

#header #searchform {
	float: right;
}

#header input[type="text"] {
	padding: 3px;
	color: #369;
	margin-right: 3px;
	font-weight: bold;
}

#header input[type="submit"] {
	font-weight: bold;
	padding: 2px;
	color: #369;
}


