

/* Generic Styling */

body {
	background: #E0E0E0;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:80%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	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 {
	margin:0 auto;
	width:800px;
	background:#FFFFFF;
	font-size:1.20em;

	}
#header {
	height:150px;
	background:url(images/header3.png) 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:#ffffff;
	margin-right:5px;
	margin-top:5px;
	border: solid #eda;
	border-width: 0px;
	
	}
#content {
	float:left;
	width:600px;
	min-height:600px;
	}
#footer {
	clear:both;
	height:40px;
	background:url(images/bg-footer.jpg) repeat-x;
	}

/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.5em;
	color:blue;
	font-weight:normal;
	letter-spacing:-1px;
	padding-bottom:20px;
	padding-top:20px;
	}
	.sub-title {
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:-1px;
	padding-top:10px;
	padding-bottom:10px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}


/* 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;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* 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:1.00em;
	font-weight:normal;
	cursor:default;
	position:relative; top:80px; left:10px;
	letter-spacing:1px;
	color:#6495ed;
	font-style:bold;

	}

/* Feed

#feed {
	height:45px;
	width:180px;
	background:white;
	margin:0 auto;
	padding-left:0px;
	}


a.feed-button {
	display:block;
    width:180px;
    height:50px;
    background:url("images/requestdvd.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -32px;
	}
	
 */
	
/* Drop Down Menu*/


 
#nav, #nav ul {
	float: left;
	width: 800px;
	list-style: none;
	line-height: 1;
	background: #FCFCEF;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 2px 0;
	margin: 0 0 0 0;
}
 
#nav a {
	display: block;
	width: auto;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25en 0.25en;
}
 
#nav a.daddy {
	background: center right no-repeat;
}
 
#nav li {
	float: left;
	padding: 3px 4px;
	width: auto;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: auto;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}
 
#nav li li {
	padding-right: 1em;
	width: auto
}
 
#nav li ul a {
	width: auto;
	w\idth: 9em;
}
 
#nav li ul ul {
	margin: -1.75em 0 0 14em;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	background: #eda;
