/* ********************************************************************************************************************************** */
/* 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;
	width: 100%;
	}
* {
	
	}
img {
	border:0;
	}
p {
	margin-bottom:1.75em;
	}
a {
	text-decoration:underline;
	color:blue;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}
/* Structure */
#wrapper {
	margin-right:0px;
	padding-right: 0px;
	width:100%;
	background:#ffffff;
	font-size:1.20em;
	border : 0px #3B3F39 solid;
	/* background:url('scanbitransparentfaded.gif') bottom no-repeat #ffffff; */
	background-attachment:fixed;
	}
#header {
	height:110px;
	background:url('logo2.png') left no-repeat #ffffff;
	cursor: pointer;
	cursor: hand; /* IE 5 */
	}
#header-flash {
	background: transparent;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	width: 760px;
	}
#header h1 {
	cursor: pointer;
	cursor: hand; /* IE 5 */
	font-size:3.0em;
	color:#A50303;
	margin-left: 200px;
	margin-top: 50px;
	}
#menu {
	height:32px;
	line-height:32px;
/*	background:url('back.png') #A50303 repeat-x; */
	background:#123CA0;
	padding:0 10px;
	font-size:12px;
	font-weight: Bold;
	}
#sidebar {
	float:left;
	width:180px;
	background:#ffffff;
	margin-right:0px;
	margin-top: 10px;
	font-size:12px;
	font-weight: Bold;
	text-align: center;
	}
#sidebar-right {
	position:absolute;
	z-index: 1;
	left: -10px;
	top:152px;
	width:100px;
	background:#ffffff;
	margin-left:934px;
	margin-top:0px;
	margin-right:0px;
	font-size:12px;
	font-weight: Bold;
	text-align: left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	/* border-right:4px solid #B9BDD8; */
	}
#sidebar-right img {
	padding-bottom:0px;
	padding-left: 0px;
	padding-top:0px;
	padding-right: 0px;
	margin-bottom: 5px;
	border: 1px solid #EBE5E5;  
	}
#sidebar-right a {
	}
#sidebar-right a:hover {	
	}
#sidebar-right p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content {
	width: 724px;
	/* height: 600px; */
	min-height:700px;
	max-width:724px;
	min-width: 724px; 
	margin-left: 185px;
	text-align:left;
	padding-right: 10px;
	font-size:12px;
	border-right: 1px dotted silver;
	border-left: 1px dotted silver;
/*	background:url('smallgraylogo.gif') top right no-repeat; */
}
/* Will make tables look nice */
#content table td {
	vertical-align: top;
                         }
#content img {
	border: 1px solid #DAF0FB; 
	margin: 2px;
	padding: 0.2em;
	background: #ffffff;	
	}
#content p 
	{ 
	margin: 0; 
	} 
#content a:hover img {	
	background: #977777;							/* Hoover opacity effect */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.4;
           /* border: 1px solid #B9BDD8; */
	
	}
#content h2 {
	padding: 10px 0 10px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	color: #08517E;
	text-decoration: underline;
}
#content h1 {
	padding: 10px 0 10px 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	color: #08517E;
	text-decoration: none;
	/* background:url(square.png) left no-repeat; */
}
#content ul {
	list-style-type: disc;
	list-style-position: inside;
}
/* 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:#ffffff;
	text-decoration: underline;
	margin-right:2px;
	}
#menu li a:hover {
	/* background:url(bg-menu-hover.png) no-repeat center center; */
	color: silver;
	text-decoration: none;
	}
/* Sidebar */
#sidebar ul {
	list-style-type:none;
	margin-top:0px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#410203;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#825A5A;
	}
#sidebar-bottom {
	height:20px;
	background:url(bg-sidebar-bottom.gif) no-repeat top center; 
	}
/* 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;
	}
img {
	  padding: 4px;
	 /* border: 1px solid #a0a0a0; */
	  }
/* Footer */
#footer {
	clear:both;
	width: 100%;
	height: 50px;
	float:left;
	padding-top:25px;
	padding-left:20px 
	cursor:default;
	color:#000000;
	font-size: 0.6em;
/*	background: #F5F6F2 url(seeds.jpg) no-repeat top left; */
	text-align: left; 
	border-top: 2px solid #123CA0;
	border-bottom: 2px solid #123CA0;
	}
#footer-valid {
	
	}
#footer-valid a {
	color:#7B4F50;
	text-decoration:underline;
	
	}
#footer-valid a:hover {
	color:#000;
	text-decoration:underline;
	}
#BlogEntrys {
text-align: left;
background: #DAF0FB;
padding-left: 5px; 
padding-right: 10px;
padding-top: 10px;
border: 1px solid #9DD0EB;
margin-left: 5px;
}
#BlogEntrys H1 a {
font-size:12px;
padding-top: 0px;
padding-bottom: 0px;
line-height:1.3em;
color: #000000;
text-decoration: none;
font-weight: bold;
border-bottom: 2px solid silver;
}
#BlogEntrys H1 a:hover {
border-bottom: 2px solid #9DD0EB;
}
#BlogEntrys H2 {
font-size:13px;
margin-top: -10px;
padding-top: 0px;
padding-bottom: 0px;
line-height:1em;
color: #000000;
}
#BlogEntrys hr{ 
color:#9DD0EB; /* This is here to make it work in IE */ 
background: #DAF0FB;
/* This is here  to make it work in standards compliant browsers like Opera */ 
height:1px; 
border-bottom : dotted; 
border-top: 0px;
border-right: 0px;
border-left: 0px;
padding-top: 10px;
} 

