/* ********************************************************************************************************************************** */
/* 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:  #EBEBEB; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px; /* Sets default font size to 10px */
	color:#222222;
	margin:0px auto;
	width: 800px;
	
	}
* {
	
	}
img {
	border:0;
	}
p {
	margin-bottom:1.75em;
	}
a {
	text-decoration:underline;
	color:blue;
	outline: none;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}
/* Structure */
#wrapper {
	
	padding-right: 0px;
	width:850px;
	background:#ffffff;
	font-size:1.20em;
	border : 0px #3B3F39 solid;
	/* background:url('scanbitransparentfaded.gif') bottom no-repeat #ffffff; */
	/* background-attachment:fixed; */
	}
#header {
	height:85px;
	background:url('logo2.gif') left no-repeat #ffffff;
	cursor: pointer;
	cursor: hand; /* IE 5 */
	margin-left: 40px;
	}
#header-flash {
	background: transparent;
	margin-bottom: 0px;
	padding-left: 185px;
	margin-top: 10px;
	width: 0px;
	}
#header h1 {
	cursor: pointer;
	cursor: hand; /* IE 5 */
	font-size:3.0em;
	color:#A50303;
	margin-left: 200px;
	margin-top: 50px;
	}
#menu {
	height:60px;
	line-height:32px;
/*	background:url('back.png') #A50303 repeat-x; */
	background:#9B9F7D;
	padding:0 10px;
	font-size:14px;
	font-weight: Bold;
	}
#sidebar {
	float:left;
	width:180px;
	background:#ffffff;
	margin-right:0px;
	margin-top: 10px;
	font-size:12px;
	font-weight: Bold;
	text-align: left;
	}
#sidebar-right {
	/* position:absolute; */
	left:0px;
	top:183px;
	width:0px;
	background: transparent;
	margin-left:850px;
	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:2px solid #EBE5E5;  
	}
#sidebar-right p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content {
	
	width: 750px;
	min-height:545px;
	max-width:655px;
	min-width: 655px; 
	margin-left: 185px;
	text-align:left;
	padding-right: 10px;
	font-size:12px;
	border-right: 0px dotted silver;
	border-left: 0px 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 #000; 
	margin: 5px;
	padding: 0.3em;
	background: #EBE5E5;	
	}
#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 0px 10px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #5D6885;
	text-decoration: none;
	background:url(square.png) left no-repeat;
}
#content ul {
	list-style-type: disc;
	list-style-position: inside;
}
#content table {
	width: 640px;
	max-width: 640px;
	border: 2px solid #696969;
	}
/* 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 20px;
	display:block;
	color:  #EBE6D9;
	text-decoration: none;
	margin-right:2px;
	Border-top: 15px solid #9B9F7D;
	}
#menu li a:hover {
	/* background:url(bg-menu-hover.png) no-repeat center center; */
	color:  #EBE6D9;
	text-decoration: none;
	Border-top: 15px solid #EBE6D9;
	}
/* 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: 843px;
	height: 50px;
	float:left;
	padding-top:20px;
	padding-left: 5px;
	cursor:default;
	color:#656852;
	font-size: 0.6em;
	background: #F5F6F2 url(seeds.jpg) no-repeat top right;
	text-align: left; 
	border: 1px solid #9B9F7D;
	}
#footer-valid {
	
	}
#footer-valid a {
	color:#7B4F50;
	text-decoration:underline;
	
	}
#footer-valid a:hover {
	color:#000;
	text-decoration:underline;
	}
#BlogEntrys {
margin-left: 5px;
text-align: left;
background: #F5F2ED;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
border: 1px solid #EEE9E2;
}
#BlogEntrys H1 a {
font-size:12px;
padding-top: 0px;
padding-bottom: 0px;
line-height:1.3em;
color: #5D689B;
text-decoration: none;
font-weight: bold;
border-bottom: 2px solid silver;
}
#BlogEntrys H1 a:hover {
border-bottom: 2px solid #68492D;
}
#BlogEntrys H2 {
font-size:12px;
margin-top: -10px;
padding-top: 0px;
padding-bottom: 0px;
line-height:1em;
color: gray;
}
#BlogEntrys hr{ 
color:silver; /* This is here to make it work in IE */ 
background: #F5F2ED;
/* 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;
} 
