/* ********************************************************************************************************************************** */
/* R E S E T
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.12.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* ******************************************* Fix IE6 background flicker ****************************************************** */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* Browser specific (not valid) styles to make preformatted text wrap */
 pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
} 
/* ********************************************************************************************************************************** */
/* Generic Styling */
body {
	 background:  #2D302C url('bg-body.gif') repeat;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px; /* 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:20 auto;
	width: 800px;
	background:#ffffff;
	font-size:1.20em;
	border : 1px #3B3F39 solid;
	/* background:url('back.png') bottom no-repeat #ffffff; */
	}
#header {
	height:120px;
/*	background:url(bg-header.jpg) center no-repeat; */
	cursor: pointer;
	cursor: hand; /* IE 5 */
	background: #252525;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(bg-menu.png) repeat-x;
	padding:0 10px;
	font-size:12px;
	font-weight: Bold;
	}
#sidebar {
	float:left;
	width:180px;
	background:#efefef;
	margin-right:0px;
	font-size:12px;
	font-weight: Bold;
	text-align: center;
	}
#sidebar-right {
	float:right;
	width:180px;
	background:#fff;
	margin-left:0px;
	margin-top:0px;
	margin-right:5px;
	font-size:12px;
	font-weight: Bold;
	text-align: center;
	padding-top:0px;
	padding-bottom:1px;
	padding-left:5px;
	/* border-left:4px solid #B9BDD8; */
	}
#sidebar-right img {
	padding-bottom:5px;
	padding-top:5px;
/*	border-bottom:4px #B9BDD8;  */
	}
#sidebar-right p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content {
	
	width:410px;
	min-height:400px;
	max-width:410px;
	margin-left: 185px;
	font-size:12px;
	border-right: 1px dotted silver;	
}
#content a:hover img {
color : #000000;
text-decoration : none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}
/* Entries */
.entry {
	padding:5px 10px;
	text-align:left;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:-1em;
	}
.comments a {
	color:#6CC7DC;
	background:url(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 13px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(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(bg-sidebar-bottom.gif) no-repeat top center; 
	}
/* Footer */
/* Heading's */
h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:normal;
	line-height: normal;
	}
h2 {
	font-size:2em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:normal;
	line-height: normal;
	}
h3 {
	font-size:1.5em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:normal;
	line-height: normal;
	}
/* Feed */
#feed {
	height:25px;
	width:126px;
	background:url(bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url("button-feed.png") 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}
/* Extra's */
#ad-top {
	width:480px;
	height:72px;
	background:url(bg-ad-top.png) no-repeat;
	padding:5px;
	}
img {
	  padding: 4px;
	 /* border: 1px solid #a0a0a0; */
	  }
#flashbanner {
	  margin-top: 0px;
	background:#252525;
	
	  }
#footer {
	clear:both;
	height:95px;
	background:url(bg-footer.jpg) repeat-x;
	width: 800px;
	text-align:  left;
	}
#footer a {
	color: #000000;
	text-decoration: underline;
	}
#footer a:hover {
	color:silver;
	text-decoration:underline;
	}
#footerlogo
	{
	padding: 10px;
	background:url(fm.gif) no-repeat;
	margin-left: 630px;
	}

