/* 
==============================================================================
Thank you for downloading this template, this CSS document can be customised
as you see fit.
If you need any help please contact me.

I have commented this CSS document in order to assist you in the adaptation of
it for your needs.

Thanks 

Dave
ukthoughts.co.uk
==============================================================================
*/

/*
===== Default Styles =====
*/

* {
	padding: 0;
	margin: 0;
}


p { padding: 0 0 15px 0; }


img, a img { border: 0px; }

.hide { display: none; }

ul, #sidebar .list { padding: 15px 0 20px 20px; }
li, #sidebar .list li {
	list-style: none;
	padding: 0 0 0 11px;
}
#sidebar li {
	background: none;
}



.topless {
	color: orange;
	font: 11px/1.6em "Lucida Grande", Arial, Verdana, sans-serif;	
}

/*
====== Body Style =====
*/

body {	font: 11px/1.6em "Lucida Grande", Arial, Verdana, sans-serif;
	color: #111;
	text-align: center;
	background: #333 url(./img/bg4.gif) repeat-y 58%;
	}
	




/*
===== Links =====
*/
a:link, a:visited {
	text-decoration: none;
	color: #000;
	background: #eee;
}
#page a:link, #page a:visited {
	border-bottom: 1px solid #000;
}
a:hover {
	background: #333;
	color: #fff;
}
#page h2 a:link, #page h2 a:visited {
	background: #fff;
	color: #666;
	border-bottom: none;
}
#page h2 a:hover {
	background: #fff;
	color: #CC3300;
}



/*
===== Body =====
*/
body {
	width: 700px;
	margin: 0 auto;
}
#wrap {
	width: 680px;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #000;
	border-top: none;
	float: left;
	text-align: left;
}
#header {
	width: 100%;
	height: 150px;
	background: #999 url(./img/header2.jpg) no-repeat 50%;
	margin: 0 0 0 0;
	border: 1px solid #222;
}

/* My Comment */
#page {
	float: right;
	width: 400px;
	padding: 0 10px 0 0;
}
#sidebar {	
	float: left;
	width: 180px;
	border-right: 1px dotted #444;
	padding: 0 30px 0 20px;
	color: #666;
}


/*
===== Footer =====
*/
#footer {
	background: #000 url(./img/footer_bg.gif) repeat-x 100% 0;
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	width: 682px;
	margin: 0 auto;
	color: #999;
	padding: 20px;
	clear: both;
}

/* Sorts out IE width problem */
html>body #footer {
	width: 680px;
}

#footer a {
	color: #888;
	background: none;
}
#footer a:hover {
	color: #ccc;
}




/*
===== Headers =====
*/
h1 {
	font: 360% Georgia,Serif;
	font-weight: bold;
	padding: 90px 0 0 30px;
	color: #333;
}
h2 {
	line-height: 1.3em;
	font-size: 170%;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #666;
	font-family: Georgia,Serif;
}
h3 {
	line-height: 1.0em;
	letter-spacing: 0.1px;
	padding: 0 0 0 20px;
	background: url(./img/h3.gif) no-repeat 0 50%;
	color: #666;
}

h4 {
	color: gray;
	text-align: right;
	font: 9px/1em "Lucida Grande", Arial, Verdana, sans-serif;
	padding: 10px 0 15px 0;
	}


.date {
	color: #0099cc;
}

.maintext {
	text-align: left;
	color: #292929;
	font-size: 13px;
	line-height: 17px;
}



.price {
	text-align: left;
	color: #0099cc;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

/*
===== Navigation =====
*/
ul#nav {
	width: 650px;
	line-height: 30px;
	background: #444 url(./img/footer_bg.gif) repeat-x 100% 0;
	border: 1px solid #333;
	margin: 0px 0 20px 0;
	padding: 0 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#nav li {
	list-style: none;
	display: inline;
	background: none;
	padding: 0;
}
ul#nav li a {
	padding: 10px 8px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #333;
	background: none;
}
ul#nav li a.f {
	border-left: 1px solid #333;
}
ul#nav li a:hover {
	background: #111;
}


/*
===== Sidebar =====
*/
#sidebar ul {
	padding-left: 0;
}
#sidebar a:link, #sidebar a:visited {
	display: block;
	width: 150px;
	padding: 2px 0 2px 10px;
}


#sidebar a:hover {
	background-image: url(./img/footer_bg.gif);
}
