/*   
Theme Name: Terra
Theme URI:
Description:
Version:
Author:
Author URI:
*/


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 792px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    padding: 0;
    position: relative;
    margin: 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
    margin: 0 0 0 4px;
    padding: 0;
}

#sub_container2 {
    float: right;
    margin: 0;
    padding: 0;
    width: 560px;
	 overflow: hidden;	 
}

#left_column_container {
    margin: 0;
    padding: 0;
    float: left;
    width: 180px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    /*	position: relative; */

    padding: 0;
    margin: 0;
    width: 792px;
    height: 317px;
    top: 0px;
    left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    top: 91px;
    left: 0;
    width: 792px;
    height: 200px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 360px;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    font-family: georgia,trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 762px;
    text-align: left;
    line-height: 25px;
    height: 50px;
    font-size: 120%;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    margin: 0;
    padding: 0;
}

#main_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list .page_item a, #main_nav_list .current_page_item a {
    overflow: hidden;	
    display: block;
    font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    height: 24px;
    width: 180px;
    padding: 0 0 0 25px;
    margin: 0 -25px 0 0;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 180px;
}

html>body #main_nav_list .page_item a {
    width: 180px;
}

#main_nav_list .page_item a:link {
    text-decoration: none;
}

#main_nav_list .page_item a:hover {
    text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 0 0 0 16px;
    padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

#main_nav_list .sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list .sub_nav_list li {
    clear: both;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

#main_nav_list .sub_nav_list a {
    font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    line-height: 24px;
    height: 24px;
    width: 164px;
    padding: 0 0 0 25px;
    margin: 0 -25px 0 0;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 164px;
}

html>body #main_nav_list .sub_nav_list a {
    width: 164px;
}

#main_nav_list .sub_nav_list a:link {
    text-decoration: none;
}

#main_nav_list .sub_nav_list a:visited {
    text-decoration: none;
}

#main_nav_list .sub_nav_list a:hover {
    text-decoration: none;
}

#main_nav_list .sub_nav_list a:active {
    text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

#content_container {
    margin: 50px 0 20px 0;
    padding: 0;
    width: 520px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 520px;
}

html>body #content_container {
    width: 520px;
}

.content table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
    width: 100%;
}

.content tr.odd {
    font-size: 90%;
}

.content tr {
    font-size: 90%;
}

.content tr.even {
    font-size: 90%;
}

/*--- container for the search form ----------------------------------------*/

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 792px;
    height: 65px;
    clear: both;
}

#footer_text {
    padding: 10px 0 0 0;
    margin: 0 30px 0 30px;
    text-align: center;
    font-size: 80%;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    margin: 5px 0 20px 0;
    font-size: 120%;
    line-height: 135%;
}

.content p {
	margin: 0;
    padding: 0;
    font-size: 120%;
    line-height: 135%;
}

/*--- headings -------------------------------------------------------------*/

.box1_head  {
    font-family: georgia,trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-weight: normal;
}

.box2_head  {
    font-family: georgia,trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-weight: normal;
}

.box3_head  {
    font-family: georgia,trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-weight: normal;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    font-weight: normal;
    text-decoration: underline;
}

.content a:visited {
    font-weight: normal;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.content a:active {
    text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.content input {
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/


/* NEW FIXES */
/* Begin Typography & Colors */
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 9pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar tr th {
	font: bold 7pt 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


#weblog_sub_container1 ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	/*text-indent: -10px;*/
	} 


/* math */
#commentform p {
text-align:left;
margin-top:5px;
}
#commentform p div#answerdiv p label {
font-size:80%;
}














