/*
Theme Name: EasyLee
Theme URI: http://leewoodproject.co.uk/
Description: LeeWood Wordpress theme.
Version: 1.0
Author: Marcin Zieba
Tags: blue grey color, fixed width, three columns, widgets

*/

body{
	background: #FFF url('images/bg.png') repeat-x top left;
	margin:0px;
}

a img{
	border:none;
}

.clear{
	clear:both;
}

#wrapper{
	width:960px;
	margin: 0px auto;
	font-family: Arial, Sans-serif;
	font-size:12px;
	color:#333;
}

a{
	color:#000;
	text-decoration:none;
}

#top{
	background-color: transparent;
	background-image: url('rotate.php');
	background-repeat:no-repeat;
	min-height:270px;
	padding-top:20px;
}

#logo{
	width:892px;
	margin:-15px 0 0 0;
	padding:0 0 0 12px;
	float:left;
}

#icons{
	width:28px;
	margin:0;
	padding:8px 12px 0 0;
	float:left;
	text-align:right;
}

#icons img{
	margin:0;
	padding:0;
}

#nav{
	background: transparent url('images/navbg.png') no-repeat;
	display:block;
	width:960px;
	height:40px;
	margin:0;
	padding:12px 0 0 0;
}

#nav a{
	margin: 0px 15px 0 15px;
	padding: 0 0 0 12px;
	font-size:1.1em;
	background: transparent url('images/navbullet.gif') no-repeat center left;
	color:#384F4D;
}

#nav a:hover{
	background: transparent url('images/navbulletover.gif') no-repeat center left;
	color:#000;
}

#nav a:active{
	background: transparent url('images/navbulletover.gif') no-repeat center left;
}

#nav a:focus{
	background: transparent url('images/navbulletover.gif') no-repeat center left;
}

#content{
	margin:8px 0;
}

#content p a:hover{
	text-decoration:underline;
}

#left img{
	width:296px;
}

#left, #mid, #right{
	width:320px;
	float:left;
}

#left p, #mid p, #right p{
	padding:0px 12px 6px;
	margin:0;
	color:#666;
}

#left_wide{
	width:640px;
	float:left;
}

#left_wide p{
	padding:0px 12px 6px;
	margin:0;
	color:#666;
}

#left_wide p strong{
	color:#333;
	margin-top:6px;
}

#content h1{
	padding:0 0 1px 0;
	margin:0 12px 6px;
	font-size:1.4em;
	color:#384F4D;
	text-indent:10px;
	background: transparent url('images/navbulletover.gif') no-repeat 0px 6px;
	border-bottom:1px solid #09F;
}

#content strong{
	color:#09F;
	font-size:1.1em;
}

#left ul li ul{
	padding:5px;
	list-style: none inside url('images/navbullet.gif');
}

#left ul{
	padding:0 12px;
	list-style: none inside url('images/navbulletover.gif');
}

#mid h2{
	font-size:1.2em;
	margin:0 12px 6px;
	padding:0;
}

#mid h2 a{
	color:#1A2622;
}

#mid .news{
	background: transparent url('images/newsbg.jpg') no-repeat bottom center;
	padding-bottom:4px;
	margin-bottom:5px;
}

#footer{
	background: transparent url('images/footerbg.jpg') no-repeat;
	margin:12px 0;
	padding:24px 12px;
}

#footer p span{
	font-size:0.9em;
	color:#999;
}
