/*  
Theme Name: Digital Rant
Theme URI: http://www.digital-rant.co.uk/
Description: Custom theme for the Digital Rant website.
Version: 1.0
Author: David North
Author URI: http://www.digital-rant.co.uk/

	Digital Rant v1.0

	This theme was designed and built by David North,
	whose blog you will find at http://www.digital-rant.co.uk/

*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: rgb(0,0,0);
	background-color: rgb(201,180,128);
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
	color: rgb(0,85,187);
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	color: rgb(0,0,0);
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: rgb(0,85,187);
}

img {
	border: 0px;
}

abbr {
	font-weight: bold;
	font-style: italic;
}

input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: rgb(1,50,110);
	border: 1px solid rgb(1,50,110);
	background-color: rgb(183,210,237);
}

input.button {
	background-color: rgb(1,50,110);
	color: rgb(255,255,255);
	border: 0px;
}

textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: rgb(1,50,110);
	border: 1px solid rgb(1,50,110);
	background-color: rgb(183,210,237);
}

p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

p.date {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

div.hr {
	background-image: url("images/hr.gif");
	background-repeat: no-repeat;
	width: 500px;
	height: 9px;
	margin: 10px 0px 5px 0px;
}

div.right {
	text-align: right;
}

hr {
	display: none;
}

a {
	color: rgb(1,50,110);
	text-decoration: none;
}

a:hover {
	color: rgb(186,165,2);
}

div#container {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px 32px 0px 32px;
	background-image: url("images/back.jpg");
	background-repeat: repeat-y;
}

div#banner {
	position: relative;
	width: 780px;
	height: 172px;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat;
}

div#logo {
	position: absolute;
	top: 86px;
	left: 439px;
	width: 303px;
	height: 71px;
}

div#menu {
	position: absolute;
	top: 130px;
	left: 28px;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#menu ul li {
	float: left;
}

div#menu ul li img {
	border: none;
}

div#main {
	width: 780px;
	background-image: url("images/end.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

div#content {
	float: left;
	width: 495px;
	min-height: 575px;
	padding: 65px 0px 0px 28px;
	margin: 0px 0px 0px 0px;
	background-color: rgb(255,255,255);
}

div#content textarea {
	width: 485px;
}

div#content ul.commentlist {
	list-style-type: none;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

div#content ul.commentlist li {
	width: 475px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	border: 1px solid rgb(240,240,240);
	background-color: rgb(240,240,240);
}

div#sidebar {
	float: left;
	width: 230px;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 10px;
}

div#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#sidebar h2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 1.1em;
	color: rgb(0,85,187);
}

div#sidebar h2.first {
	padding: 10px 0px 0px 0px;
}

div#search {
	text-align: right;
	margin: 0px 0px 30px 0px;
}

div#clear {
	clear: both;
}

div#footer {
	width: 747px;
	height: 150px;
	margin: 0px auto 0px auto;
	padding: 10px 37px 0px 60px;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
}

div#footer img {
	float: right;
	border: none;
}

div#footer p {
	padding: 7px 0px 0px 0px;
	margin: 0px;
	color: rgb(186,165,2);
}

div#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#footer ul li {
	float: left;
	margin-right: 5px;
}
