/*   
Theme Name: Nature
Theme URI:
Description:
Version:
Author:
Author URI:
*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 40px auto;
	text-align: left;
	width: 755px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
	margin: 0;
	padding: 0;
}

#sub_container2 {
	width: 527px;
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
	overflow: hidden;
}

#left_column_container {
	float: right;
	width: 215px;
	padding-bottom: 102px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	padding: 0;
	margin: 0;
	width: 755px;
	height: 192px;
	overflow: hidden;
	position: relative;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 84px;
	left: 4px;
	width: 747px;
	height: 104px;
}

/*--- logo -----------------------------------------------------------------*/

#slogan {
	position: absolute;
	top: 52px;
	left: 15px;
	width: 720px;
	font-size: 18px;
	font-weight: bold;
}

/*--- caption (as text or background image) --------------------------------*/

#logo {
	position: absolute;
	top: 4px;
	left: 15px;
	width: 518px;
	margin-right: 4px;
	height: 15px;
	line-height: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}


/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	width: 215px;
	padding: 10px 0;
}

#main_nav_list {
	margin: 0 20px 0 13px;
	padding: 0;
	list-style: none;
}

#main_nav_list ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
	
#main_nav_list li {
	margin: 0;
	list-style: none;
	padding: 0;  
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	display: block; 
}

html body #main_nav_list a {
margin:0;
	padding: 0px 5px 0px 7px;
	line-height: 26px;
	}
* html div #main_nav_list a {
height: 26px;
	}

.page_item a {
	font-size: 11px;
  text-decoration: none;
}

.page_item a:hover {
	font-size: 11px;
  text-decoration: none;
}

.current_page_item a {
	font-size: 11px;
  text-decoration: none;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
 	padding-left: 30px !important;
}

a.sub_nav_item {
	font-size: 11px;
  text-decoration: none;
}

a.sub_nav_item:hover {
	font-size: 11px;
  text-decoration: none;
}

a.sub_nav_active_item {
	font-size: 11px;
  text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

.content table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	font-size: 11px;
	margin: 10px 0;
}

html .content table {
	width: 99%;
}

.content th {
	color: #fff;
	font-size: 11px;
	padding: 2px;
}


.content table th, .content table td {
	border: 1px solid #fff;
	padding: 3px;
}

/*--- container for the search form ----------------------------------------*/

#content_search_container {
	position: relative;
	margin: 20px 0;
	width: 510px;
	height: 60px;
}

#content_search_caption {
	position: absolute;
	top: 30px;
	left: 40px;
	font-size: 11px;
}

#content_search_container form {
	position: absolute;
	top: 25px;
	left: 90px;
	margin: 0;
	padding: 0;
}
	
#content_search_container form input {
	margin: 0;
	padding: 0;
}

#content_search_container button {
	vertical-align: middle;
	margin-left: 10px;
}

#content_search_container input {
	vertical-align: middle;
	width: 300px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 65px;
	clear: both;
}

#footer_text {
	padding: 20px 210px 0 0;
	font-size: 10px;
	text-align: center;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #616161;
}
	
.content p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #616161;
}

/*--- headings -------------------------------------------------------------*/

.content h1 { 
  font-size: 32px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
.content h2 { 
  font-size: 26px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
.content h3 { 
  font-size: 22px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
.content h4 { 
  font-size: 18px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
.content h5 { 
  font-size: 16px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}
.content h6 { 
  font-size: 14px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 0;
}


/*--- links ----------------------------------------------------------------*/

.content a:link { 
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%; 
  font-style: normal; 
  font-weight: normal;
  text-decoration: none;
}

.content a:visited {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%; 
  font-style: normal; 
  font-weight: normal;
  text-decoration: none;
}

.content a:hover {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%; 
  font-style: normal; 
  font-weight: normal;
  text-decoration: none;
}

.content a:active {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 100%; 
  font-style: normal; 
  font-weight: normal;
  text-decoration: none;
}


/*--- tables ---------------------------------------------------------------*/

.content table {
	width: 100%;
	border: 1px solid black;
}

html .content table {
	width: 99%;
}

.content th {
	text-align: left;
}

.content tr {
	vertical-align: top;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border: 0;
}

.content input, .content select, .content textarea {
	border-style: solid;
	border-width: 1px;
}

.content label {
	font-size: 12px; 
}

.content button {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	font-size: 11px;
	padding: 2px 4px;
}

/*--- lists ----------------------------------------------------------------*/

.content ul {
	font-size: 11px;
	list-style: square;
}

.content ol {
	font-size: 11px;
}

.content li { 
	margin: 3px 0;
}

/*--------------------------------------------------------------------------*/

/* math */
#commentform p div#answerdiv p label {
font-size:10px;
}
#commentform p div#answerdiv {
margin-top:20px;
}

