/*  
Theme Name: Gradient Black
Description: Black gradient Theme.
Version: 1.0
Author: Allen Berry
Author URI: http://www.tomcat31.co.uk
*/

/* Generic Styling */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#9cbaff;
	background-color: #000;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	width:800px;
	font-size:1.2em;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	}
#header {
	height:196px;
	background:url(../images/header1.png) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	padding:0 31px;
	background-image:url(../images/bg-menu1.png);
	background-position: center;	
	}
#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#content {
	width:800px;
	background-image:url(../images/bg-middle.png)
	}
#footer {
	font-size: 10px;
	font-family: verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #999;
	background-image:url(../images/bg-footer.png);
	height: 75px;
	border-top-style: none;
	}
/* Entries */

.entry {
	padding:5px 30px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.9em;
	font-weight:normal;
	letter-spacing:-1px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #161616;
	color: #FFFFFF;
	}

/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#6d9dff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(../images/bg-menu-hover.png) no-repeat center center;
	}

/* Footer */

#footer-valid {
	padding-top:20px;
	padding-left:0px;
	background: #242424;
	cursor:default;
	color:#999;
	}
#footer-valid a {
	color:#999;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#999;
	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;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(../images/bg-ad-top.png) no-repeat;
	padding:5px;
	}