/*****************************************************************
* eBlog
* Version 1.0
* Copyright (C) 2003 - 2005 by Jonathan Naumann
* Toenda - The Software Company - All rights reserved!
*****************************************************************/


/* ##################### GLOBALS ##################### */
html {
	/* IE Horizontal scrollbar fix */
	overflow-y: scroll;
	/* force scrollbars in moz */
	height: 100%;
	margin-bottom: 1px;
}


body {
	margin: 0px 0px 20px 0px;
	border: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 11px;
	font-family : Verdana, 'Lucida Grande', Verdana, sans-serif;
}

font, form { font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 11px; }

b { font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 11px; }

a { font-family: 'Lucida Grande', Verdana, sans-serif; font-size: 11px; text-decoration: none; }
a:link { color: #003366; text-decoration: none; }
a:visited { color: #003366; text-decoration: none; }
a:active { color: #003366; text-decoration: none; }
a:hover { color: #666666; text-decoration: none; }

h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}








/* ###################### MUSTBE ###################### */
.search_result_bar{
	font-family      : 'Lucida Grande', Verdana, sans-serif;
	font-size        : 12px;
	color            : #333333;
	background       : #f8f8f8;
	padding-left     : 2px;
	border           : 1px solid #cccccc;
	font-size        : 11px;
}

.search_result{
	font-family      : 'Lucida Grande', Verdana, sans-serif;
	font-size        : 11px;
	color            : #333333;
	background       : #fafafa;
	padding-left     : 2px;
	border           : 1px solid #ececec;
}

.download_top{
	font-family      : 'Lucida Grande', Verdana, sans-serif;
	font-size        : 11px;
	color            : #333333;
	background       : #f8f8f8;
	padding-left     : 3px;
	padding-top      : 3px;
	border           : 1px solid #cccccc;
}

.main {
	padding-left: 3px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.main {
	padding-left: 3px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.main:hover {
	color: #336699;
}

.user_profile_title{
	font-family      : Verdana, 'Lucida Grande', Verdana, sans-serif;
	font-size        : 12px;
	font-weight      : bold;
	color            : #333333;
	background       : #f8f8f8;
	padding          : 2px;
	border           : 1px solid #cccccc;
}




.comment_title{
	font-family: 'Lucida Grande', Verdana, sans-serif;
	border-bottom: 1px solid #c7cbce;
	border-top: 1px solid #c7cbce;
	background: #ececec;
	color: #333;
	padding: 3px 3px 3px 3px;
	font-size: 13px;
}

.comment_title a{ color: #333; font-size: 13px; }
.comment_title a:hover{ color: #003366; text-decoration: underline; }

.comment_text{
	font-family: 'Lucida Grande', Verdana, sans-serif;
	border-bottom: 1px solid #aaaaaa;
	padding: 0 3px 0 3px;
	font-size: 12px;
	color: #000;
}





.contentheading { font-size: 14px; font-weight: bold; color: #333333; }
.contentstamp { font-size: 12px; }
.contentmain { font-size: 11px; color: #111; }




.sideheading {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: bold;
	color: #333333;
	text-align: left;
}
.sidemain {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 9px;
	padding: 3px;
	color: #444444;
}








.imptitle {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color : #333333;
	padding-left: 10px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.impoffice {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	padding-left: 46px;
	font-size        : 11px;
}





.poll_sheet{
	background-color : #f6f6f6;
	border           : 1px solid #eeeeee;
	font-size        : 11px;
	font-family      : 'Lucida Grande', Verdana, sans-serif;
	color            : #111111;
}








.title {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
	padding-top: 5px;
}
a.index { color: #fff; font-size: 25px; }
a.index:hover { color: #fff; text-decoration: none; }
.subtitle {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	margin: 5px 0 0 30px;
}














/*
LOGIN
*/
.loginform{ width: 80px; }
.logintext{ font-size: 12px; font-weight: bold; color: #369; }

.inputtext {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	height: 20px;
	border: 1px solid #CCCCCC;
}
.inputtextarea {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	height: 150px;
	width: 250px;
	border: 1px solid #CCCCCC;
}
.newsSubmit{
	width: 350px;
	height: 400px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.inputbutton {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #eeeeee;
	border: solid 1px #333333;
}
.inputbutton:hover {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #D2E5F4;
	border: solid 1px #333333;
}








.hr_line { background-color: #999; height: 1px; width: 100%; }

.book_content { font-size: 11px; }
.text_small { font-size: 10px; }
.text_normal { font-size: 11px; }







.titleBG {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	background       : #f8f8f8;
	padding-left     : 3px;
	padding-right    : 3px;
	font-size        : 14px;
}






.news_title_bg { color: #000; font-family: 'Lucida Grande', Verdana, sans-serif; padding: 0 3px 0 3px; font-size: 14px; }
.news_title_bg a { color: #000; font-size: 14px; text-decoration: none; }
.news_title_bg a:hover { color: #000; font-size: 14px; text-decoration: underline; }
.news_content_bg { font-size: 11px; }





.newsCategories{
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #777;
}







/* ###################### LINKS ###################### */
.legal { font-size: 10px; color: #f8f8f8; }
a.legal, a.legal:link, a.legal:visited, a.legal:active { font-size: 10px; color: #f8f8f8; }
a.legal:hover { color: #333; }





.pathway {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a.pathway:link, a.pathway:visited {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a.pathway:hover {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 10px;
	color: #3F729E;
	text-decoration: underline;
}





a.mainlevel, a.mainlevel:link, a.mainlevel:visited, a.mainlevel:active {
  	padding: 0px 0px 0px 3px;
  	font-weight: bold;
  	color: #003366;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 11px;
}
a.mainlevel:hover { color: #666666; }





a.submenu, a.submenu:link, a.submenu:visited, a.submenu:active {
	color: #003366;
	font-weight: bold;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 10px;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: .3em;
}
a.submenu:hover { color: #666666; }





.menutitle {
	color: #333;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 8px;
	margin: 0 0 2px 0;
	display: block;
	text-transform: uppercase;
	/*border: 1px solid #000;*/
}







/* TOPLEVEL */
a.toplevel {
	color: #888888;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #f8f8f8;
	display: block;
	float: left;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
}
a.toplevel:hover {
	color: #f8f8f8;
	background-color: #666666;
}

a.toplevelActive {
	color: #fff;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #CCCCCC;
	display: block;
	float: left;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
}
a.toplevelActive:hover {
	color: #f8f8f8;
	background-color: #666666;
}








/* SUBLEVEL */
.sublevel {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
	border: solid 1px #d5d5d5;
	display: block;
	width: 70px;
	text-align: center;
}
a.sublevel {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #eeeeee;
	border: solid 1px #333333;
	display: block;
	width: 70px;
	text-align: center;
}
a.sublevel:hover {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #D2E5F4;
	border: solid 1px #333333;
}






















.sidebar ul li, li { list-style-type: none; list-style-image: none; }
.sidebar ul, .sidebar ul ol { margin: 0; padding: 0; }

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 802px;
	background-color: #FFFFFF;
}

#footer {
	line-height: 140%;
	margin: 5px auto 15px auto;
	text-align: center;
	padding: 0 0 15px 0;
	width: 802px;
}

#banner { background-color: #333333; text-align: left; padding: 15px; }




	
	
	

#right {
	border-left: 1px solid #eeeeee;
	float: right;
	background: #ffffff;
	width: 200px;
	overflow: hidden;
}
.sidebar { padding: 15px; }
.sidebar h2 { color: #666666; font-family: 'Trebuchet MS', Verdana, 'Lucida Grande', Verdana, sans-serif; padding: 3px; }






#center { display: block; float: left; width: 600px; overflow: hidden; }
.content { padding: 15px 15px 5px 15px; background-color: #fff; color: #333; }




margin: 0px 0px 0px 0px;
