/*  
Theme Name: Meridale
Description: Meridale Sutton-on-Sea theme.
Version: 1.1
Author: SiteE@ae
Author URI: http://www.siteease.co.uk/
*/

/* Generic Styling */

body {
	background:url(images/bg-body.png) repeat-x top center #F7F9E8;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	text-align: center;
	}

* {
	margin:0;
	padding:0;
	}

/*img {
	border:1;
	}
*/
p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#CC6600;
	}
a:hover {
	text-decoration:none;
	color:#990000;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.2em;
	text-align: left;
	}
#header {
	height:140px;
	background:url(images/header.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	}
#sidebar {
	float:right;
	width:180px;
	background:#FFCD2E;
	margin-right:0px;
	}
#content {
	float:left;
	width:500px;
	height:375px;
	min-height:400px;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 5px;
	}
html>body #content{height:auto;}
#content h2 {
	font-size:1.8em;
	letter-spacing:-1px;
	font-weight:bold;
	color:#6666CC;
	margin:8px 0 10px 0;
	padding:0;
}

#content h3 {
font-size:1.5em;
font-weight:bold;
color:#6666CC;
margin:6px 0 6px 0;
padding:0;
}

#content h4 {
font-size:1.2em;
font-weight:bold;
color:#6666CC;
margin:6px 0 6px 0;
padding:0;
}

#content a {
font-weight:bold;
}

#content ul, #content ol,
#contentwide ul, #contentwide ol,
#contentfull ul, #contentfull ol {
margin:0 0 16px 20px;
padding:0;
}

#content ul ul, #content ol ol,
#contentwide ul ul, #contentwide ol ol,
#contentfull ul ul, #contentfull ol ol {
margin:2px 0 2px 20px;
}

#content li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

#footer {
	clear:both;
	height:100px;
	background:url(images/footer.jpg) no-repeat;
	}

/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	color: #FFCC66;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	margin-left: 5px;
	}
#sidebar li {
	color: #CC6600;	
	}
#sidebar li a {
	display:block;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #F1F5DA;
	}
#sidebar li a:hover {
	background:#FFDB70;
	color:#990000;
	}
#sidebar-bottom {
	height:55px;
	background:url(images/sidebar-bottm.gif) no-repeat top center;
	width: 180px;
	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

/* Feed */

#feed {
	height:25px;
	width:152px;
	background:url(images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("images/button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(images/bg-ad-top.png) no-repeat;
	padding:5px;
	}
#dateformat {
	float: left;
	width:480px;
	height:10px;
	padding:5px;
	text-align: left;
	font-style: normal;
	color: #000099;
	margin-left: 10px;
	}
#pagetitle {
	float: left;
	width:480px;
	height:10px;
	padding:5px;
	text-align: left;
	font-style: bold;
	color: #CC6600;
	font-size: x-large;
	margin-left: 10px;
	}
#searchform {
	background:#ffffff;
	border:1px solid #cccccc;
	color:#505050;
	font-size:0.9em;
	width:150px;
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	text-align: center;
}
input, textarea {
border:1px solid #cccccc;
font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
font-size:1em;
margin:2;
padding:4px;
}