/*
KDE Clean 1.0 Main Stylesheet

This document controls the structure of the template as viewed in a web browser.
*/

/*--------------universal settings---------------*/

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: sans-serif;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted;
	color: #555555;
}

/*--------------------header--------------------*/

#header {
	width: 100%;
	margin-bottom: 5px;
	padding-top: 10px;
}

#header .maintitle, #header .maintitle a:link, #header .maintitle a:visited {
	font-size: 35px;
	font-weight: 900;
	color: #fff;
}

#header .maintitle a {
	color: #ffffff;
	font-weight: normal;
}

#header .logo {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

#header #subheader .subtitle {
	font-size: 80%;
	margin-left: 5px;
}

#header #subheader .right, #header .right {
	float: right;
	margin-right: 10px;
}

#header .right a:link, #header .right a:visited {
	text-align: right;
	font-size: 80%
}

#header .right a:hover {
	text-decoration: none;
}

/*-----------------main textarea----------------*/

#textarea {
	margin-top: 10px;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 10px;
	text-align: justify;
}

#textarea .maintitle {
	font-size: 30px;
	text-align: center;
	font-weight: 900;
}

#textarea .subtitle {
	font-size: 25px;
	font-weight: 900;
	margin-left: 5px;
}

#textarea .story {
	font-size: 18px;
	margin-left: 5px;
}

#textarea p {
	margin: 5px;
	margin-bottom: 7px;
}

#textarea li {
	margin-right: 5px;
}

#textarea .textbox {
	margin: 10px;
	background-color: #ffffff;
	border: 1px solid #E5E5E5;
}

#textarea .posted {
	text-align: right;
	font-size: 90%;
	font-style: italic;
	margin-top: 5px;
}

#textarea .title {
	font-weight: 900;
	font-size: 120%;
	background-color: #ffffff;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

#textarea th {
	color: #ffffff;
	text-align: center;
}

#textarea td.bold {
	font-weight: 900;
}

#textarea p.small {
	font-size: 70%;
}

/*-------------------menus----------------------*/

#menu_left {
	width: 20%;
	float: left;
}

#menu_left .textbox, #menu_right .textbox {
	margin-right: 10px;
	margin-left:10px;
	margin-top: 10px;

}

#menu_left a, #menu_right a:link, #menu_right a:visited, #menu_right a:hover, #menu_left a:visited, #menu_left a:hover {
	font-size: 80%;
}

#menu_left .textbox p, #menu_right .textbox p {
	margin: 5px;
}

#menu_right input, #menu_left input {
	margin-bottom: 5px;
}

#menu_left .title, #menu_right .title {
	color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 600;
}

#menu_right {
	width: 20%;
	float: right;
}

#menu_right input.search, #menu_left input.search {
	text-align: center;
}

#menu_right .list_title {
	font-size: 16px;
	display: inline;
	margin-left: 10px;
	font-weight: 900;
}

#menu_right ul, #menu_left ul {
	padding: 10px 0px 10px 20px; 
	margin: 0px;
	list-style: none;
}

/*--------------------footer--------------------*/

#footer {
	width: 97%;
	border-top: 1px solid #418ade;
	background-color: #dfe7f3;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer {

	padding-left: 3%;
}