/* ********************************************************************************************************************************** */
/* 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:  #CDD2E3 url('back_2.png') repeat-x;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:10px; /* Sets default font size to 10px */
	color:#222222;
	}
* {
	margin:0;
	padding:0;
	}
img {
	border:0px #F7FAF7;
	}
p {
	margin-bottom:1.75em;
	}
a {
	text-decoration:none;
	color:maroon;
	}
a:hover {
	text-decoration:none;
	color:#010D37;
	}
/* Structure */
#wrapper {
	margin:20 auto;
	width: 900px;
	background:#fff;
	font-size:1.20em;
	border : 1px #969AA1 solid;
	/* background:url('back.png') bottom no-repeat #ffffff; */
	}
#header {
	height:130px;
	background:url(equality.gif) left no-repeat #fff;
	cursor: pointer;
	cursor: hand; /* IE 5 */
	margin-left:10px;
	}
#header-slogan {
	float:left;
	height: 80px;
	width: 439px;
	cursor: pointer;
	cursor: hand; /* IE 5 */
	margin-left:280px;
	margin-top: -30px;
	border:1px dotted #000000;
	background: blue;
}
#header-slogan img  {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
#header-slogan a:hover img {
	filter:alpha(opacity=80);   
	-moz-opacity: 0.8;   
	opacity: 0.8;
}
#header H1 {
	font-size:1em;
	color:#fff;
	margin-left:830px;
	margin-right:5px;
	padding-top:10px;
	font-weight: bold;
	text-align:left;
	}
#header H1 img {
	border:2px dashed #F7F7F7;
	}
#header H1 a:hover img {
	border:2px dashed #DDD99B;
	}
#menu {
                height:35px;
	line-height:35px;
	background:url(bg-menu.png) repeat-x;
	padding:0 7px;
	font-size:1em;
	font-weight:bold;
	margin-left: 0px;
	}
#sidebar {
	float:left;
	width:180px; 
	background:#0B2060; 
	margin: 0px 0px 0px 0px;
	margin-left:5px;
	margin-right:5px;
	font-size:12px;
	font-weight: Bold;
	text-align: center;
	color: #fff;
	}
#sidebar img {
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:4px #B9BDD8; 
	}
#sidebar p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebarleft-low {
	background:#fff;
	margin-left:-5px;
	}
#sidebarleft-low a:hover img {
background:#fff;
	}
#sidebar-right {
	float:right;
	width:183px;
	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 {
	float:left;
	width:495px;
	min-height:400px;
	font-size:1.1em;
	/* border-right:1px dotted #B9BDD8;  */
	border-left:4px solid #B9BDD8; 
	}
#content ul {
		 list-style-type: disc;
		/* list-style-image: url(bullet.gif); */
		 list-style-position: inside;
	 }
#content ol {	
		 list-style-type: decimal;
		 list-style-position: inside;
	 }
#content img {
	border: 1px solid #B9BDD8; 
	margin: 15px;
	padding: 0.3em;
	}
#content p 
	{ 
	margin: 0; 
	} 
#content a:hover img {	
	background: #fff;							/* Hoover opacity effect */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.4;
            border: 1px solid #B9BDD8; 
	
	}
#footer {
	clear:both;
	height:95px;
	background:url('bg-footer.jpg') center repeat-x;
	}
/* 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 15px;
	display:block;
	color:#fff;
	margin-right:2px;   
	} 
#menu li a:hover {
	/*  background:url(bg-menu-hover.png) no-repeat center center; */
	color:#B9BDD8;
	}
/* Sidebar */
#frejm {
	background:#ffffff;
	color:#000000;
}
#sidebar p {
line-height: 12px;
}
#sidebar a {
	display:block;
	color:#ffffff;
	padding-left:5px;
	border-bottom:0px solid #010822;
	}
#sidebar  a:hover {
/*	background:#264F2E; */
	color:silver;
	}
#sidebar-bottom {
	 height:20px; 
	background:url(bg-sidebar-bottom.gif) no-repeat top center;  
	}
/* Footer */
#footer-valid {
	float:left;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:16px;
	cursor:default;
	color:silver;
	
	}
#footer-valid a {
	color:#fff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
/* Heading's */
h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#21007F;
	font-style:normal;
	}
h2 {
	font-size:1.5em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#21007F;
	font-style:normal;
	}
h3 {
	font-size:1em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#B9BDD8;
	font-style:normal;
	}
h4 {
	font-size:1em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#000;
	font-style:normal;
	}
h5 {
	margin-top:-1em;
	}
h5 a {
	color:#6CC7DC;
	background:url(icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
h5 a:hover {
	color:#B4C835;
	}
/* Extra's */
#ad-top {
	width:480px;
	height:72px;
	background:url(bg-ad-top.png) no-repeat;
	padding:5px;
	}
#dblist
{	background-color:#fff;
	font-size:1.5em;
	font-weight:normal;
	cursor:default;
	padding-top: 0px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#000;
	font-style:normal;'
	margin-left:20px;
	height:100%;
}
