/*   
Theme Name: Teenager
Theme URI:
Description:
Version:
Author:
Author URI:
*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
    background-color: white;
    text-align: left;
    width: 735px;
    margin: 0;
    padding: 0;

}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    padding: 0;
    margin: 0;
}

#main_nav_list {
    margin: 0;
    padding: 0;
}

#main_nav_list li {
    width: 195px;
    height: 22px;
    display: inline;
    /*IE6 bugfix*/

}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    display: block;
    margin: 2px 0 0 0;
    padding: 0 0 0 18px;
}

#main_nav_list .page_item a {
    font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
}

#main_nav_list .current_page_item a {
    font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_container {
    margin-bottom: -4px;
}

.sub_nav_list {
    padding: 0;
    margin: 0;
}

.sub_nav_list li {
    width: 195px;
    height: 24px;
    display: inline;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
    overflow: hidden;
    height: 24px;
    display: block;
    margin: 0;
    padding: 0 0 0 30px;
    text-decoration: none;
    line-height: 24px;
}

.sub_nav_list a.sub_nav_item {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

/*--- header ---------------------------------------------------------------*/

#header {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 170px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    float: right;
    width: 520px;
    height: 150px;
    margin: 0;
    padding: 0;
    z-index: 2;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    float: left;
    width: 195px;
    height: 120px;
    z-index: 3;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    width: 190px;	
    position: absolute;
    line-height: 14px;
    top: 105px;
    left: 15px;
    z-index: 4;
    text-align: left;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    margin: 0;
    padding: 5px;
}

#main_container ul {
    font-size: 12px;
    margin-bottom: 6px;
}

#main_container ol {
    font-size: 12px;
    margin-bottom: 6px;
}

/*--- the main container is devided in sub containers ----------------------*/

#left_column_container {
    float: left;
    width: 195px;
    margin: 0;
    padding: 0;
}

#sub_container1 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 300px;
}

/*-- right column container alias... --*/

#sub_container2 {
    float: right;
    width: 520px;
    padding: 0;
    margin-top: 2px;
	 overflow: hidden;	 
}

/*--- content --------------------------------------------------------------*/

#content_container {
    overflow: hidden;
    width: 510px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.content table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 20px 0;
    line-height: 1.3;
    width: 100%;
}

.content th {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding: 4px 0 4px 8px;
}

.content td {
    font-family: arial, sans-serif;
    font-size: 12px;
    text-align: left;
    padding: 4px 0 4px 8px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    clear: both;
    padding: 25px 0 25px 0;
    margin: 25px 0 0 0;
}

#footer_text {
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 10px;
    margin: 0 12px 0 210px;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-size: 12px;
    margin: 0 0 20px 0;
}

.content p {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

/*--- headings -------------------------------------------------------------*/

.box1_head  {
    font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-weight: normal;
}

.box2_head  {
    font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-weight: bold;
}

.box3_head  {
    font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-weight: normal;
}

/*--- links ----------------------------------------------------------------*/

.content a:link {
    text-decoration: none;
}

.content a:visited {
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.content a:active {
    text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

/*--- forms ----------------------------------------------------------------*/

.content form {
    margin: 0;
    padding: 10px 0 10px 0;
    text-align: center;
}

.content fieldset {
    padding: 15px;
}

.content input {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

.content textarea {
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #333;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
}

.content button {
    font-family: arial, non-serif;
    font-size: 12px;
    margin: 10px 0 0 105px;
    border-style: solid;
    border-width: 1px;
}

/*box hack IE5 & 6*/

html>body .content button {
    padding: 2px 4px 2px 4px;
}

/*--- lists ----------------------------------------------------------------*/

.content li {
    /* font-size: 12px; margin-bottom: 5px; */

}

/*--------------------------------------------------------------------------*/


/* 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:10px;
}
