/* ********************************************************************************************************************************** */
/* 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: silver;
	background-attachment:fixed;
	font-family: "Verdana";
	font-size:10px; /* Sets default font size to 10px */
	color:#222222;
	margin-left: 10px;
	}
* {
	margin:0;
	padding:0;
	}
img {
	border:0px #F7FAF7;
	}
p {
	margin-bottom:1.75em;
	}
a {
	text-decoration:none;
	color:maroon;
	}
a:active
{
 	outline: none;
}
a:hover {
	text-decoration:none;
	color:#010D37;
	}
/* Structure */
#wrapper {
	width: 800px;
	background: #fff;
	font-size:1.20em;
	border: 5px solid #fff;
	}
#header {
	height:200px;
	width:100%;
	background:url(bg-header.jpg) left no-repeat;
	}
#header h1 a{
	text-align: left;
	font-weight: normal;
	margin-top: 200px;
	font-family: Verdana;
	font-size: 120px;
	color: #000000;
	margin-left: 0px;
	padding-left: 150px;
	}
#header h1 a:hover{
	color: #000000;
	}
#menu {
	height:35px;
	line-height:35px;
	background: #ffffff;
	font-size: 20px;
	font-weight: normal;
	}
#sidebar {
	float:left;
	width:192px;
	min-height: 400px;
	background:#ffffff;
	margin-left:0px;
	font-size:14px;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
	}
#content {
	float:left;
	text-align: left;
	width:500px;
	min-height:400px;
	font-size:13px;
	background: transparent;
	margin-top: 0px;
	paddinng-bottom: 20px;
	}
#content ul {
		 list-style-type: disc;
		 list-style-position: inside;
		 }
#content ol {	
		list-style-type: decimal;
		list-style-position: inside;
	 }

#content hr {	
		 color: solid #FCF7CD;
	 }
#content img {
	border: 1px solid #E5E0BC;
 	background: #F7FAF7;
	margin: 15px;
	padding: 0.3em;
	}
#content a:hover img {	
	background: darkblue;							/* Hoover opacity effect */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.4;
	}
#content p {
	margin-bottom: 7px;
	}
#footer {
	clear:both;
	height:10px;
	border-top: 1px solid #000000;
	margin-top: 20px;
	}
/* 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;
	}
/* Menu */
#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	font-size: 24px;
	font-weight: normal;
	display:block;
	color: #000000;
	margin-right:60px;
	}
#menu li a:hover {
	/*  background:url(bg-menu-hover.png) no-repeat center center; */
	color: #000000;
	}
#activemenulink  {
	color: #000;
	}
#activemenulink a {
	text-decoration: underline;
	color: black;
	font-weight: normal;
	}
/* Sidebar */
#sidebar ul {
	list-style-type:none;
	}
#sidebar li {
	}
#sidebar li a {
	display:block;
	height:20px;
	color:gray;
	margin-bottom: 15px;
	}
#sidebar li a:hover {
	background-color: #E2D8FF;
	color:gray;
	}
#sidebar-bottom {
	}
#sideactivemenulink  {
	color: #000;
	}
#sideactivemenulink a {
	text-decoration: none;
	color: black;
	font-weight: normal;
	/* 'border-bottom: 1px solid silver; */
	background-color: #E2D8FF;
	}
/* Heading's */
h1 {
	text-align: left;
	font-size: 14px;
	font-weight:bold;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#000000;
	font-style:normal;
	}
h2 {
	font-size:1.5em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:normal;
	}
h3 {
	font-size:1em;
	font-weight:normal;
	cursor:default;
	padding-top: 7px;
	padding-bottom: 5px;
	letter-spacing:1px;
	color:#aaaaaa;
	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;
	}
#spacer { 
height: 10px;
} 
#submenu2 {
	float:left;
	display:block;
	width: 100%;
	font-size:11px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	line-height:1em;
	color: gray;
}
#submenu2 a {
	color: gray;
	margin-right: 30px;
}
#submenu2 a:hover {
	color: #000000;
}
#teche {
	float:right;
	height: 338px;
	width: 450px;
	border: gray solid 1px;
}
