/*   
Theme Name: Business
Theme URI: 
Description: 
Author: 
Author URI: 
Version:
*/
/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/
/*-- global container ------------------------------------------------------*/
#container {
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 800px;
}

/*-- main container: contains all between header and footer ----------------*/
#main_container {
	padding: 0;
	margin: 0;
}

/*--- the main container is devided in sub containers ----------------------*/
#sub_container1 {
	margin: 0;
	padding: 0;
}

#sub_container2 {
	float: right;
	margin: -50px 0 0 0;
	padding: 0;
	width: 600px;
   overflow: hidden;
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
}

/*--- header ---------------------------------------------------------------*/
#header {
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 260px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/
#key_visual {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 200px;
	height: 430px;
	/*border-bottom: 1px solid #fff;*/
}

/*--- logo -----------------------------------------------------------------*/
#logo {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*--- caption (as text or background image) --------------------------------*/
#slogan {
	font-family: tahoma, verdana, sans-serif;
	font-weight: normal;
	position: absolute;
	top: 216px;
	left: 230px;
	width: 570px;
	line-height: 50px;
	height: 50px;
	font-size: 160%;
	text-align: left;
}

/*--- main navigation ------------------------------------------------------*/
#main_nav_container {
	z-index: 1;
	position: relative;
	left: 200px;
	top: -260px;
	float: left;
	width: 600px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 600px;
}

html>body #main_nav_container {
	width: 600px;
}

#main_nav_list {
	float: left;
	position: relative;
	height: 100px;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	list-style-type: none;
	text-indent: 14px;
	overflow: hidden;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 14px;
}

#main_nav_list li img {
	border: 0;
	text-indent: 14px;
}

/*--- main navigation items ------------------------------------------------*/
#main_nav_list a {
	font-family: tahoma,verdana, arial, sans-serif;
	background: transparent;
	margin: 0;
	padding: 74px 30px 0 0;
	color: white;
	display: block;
	float: left;
	height: 100px;
	font-size: 100%;
	line-height: 32px;
	text-align: left;
	text-decoration: none;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 100px;
}

html>body #main_nav_list a {
	height: 100px;
}

#main_nav_list a:hover {
	background: transparent;
	text-decoration: none;
	color: black;
}

#main_nav_list .current_page_item a {
	text-decoration: none;
	color: black;
}

/*--- container for the subnavigation --------------------------------------*/
.sub_nav_container {
	margin: 0;
	padding: 0;
	border: 0;
}

/*--- subnavigation --------------------------------------------------------*/
.sub_nav_list {
	position: absolute;
	top: 112px;
	left: 200px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	clear: both;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.sub_nav_list li img {
	border: 0;
}

/*--- subnavigation items --------------------------------------------------*/
.sub_nav_list a {
	height: 24px;
	width: 200px;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
}

* html .sub_nav_list a {
	/*MSIE only*/
	height: 21px;
}

/*--- content --------------------------------------------------------------*/
#content_container {
	margin: 0 50px 0 50px;
	padding: 0;
	width: 500px;
}

.content table {
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}

.content tr.odd {
	font-size: 100%;
}

.content tr.even {
	font-size: 100%;
}

/*--- footer ---------------------------------------------------------------*/
#footer {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 60px;
	clear: both;
}

#footer_text {
	padding: 20px 0 0 0;
	margin: 0 40px 0 230px;
	text-align: left;
	font-size: 100%;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/
/*--- body -----------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: small;
}

/*--- paragraph ------------------------------------------------------------*/
.content {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 110%;
	line-height: 130%;
}

.content p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 110%;
	line-height: 130%;
}

/*--- headings -------------------------------------------------------------*/
.box1_head {
	font-family: tahoma, verdana, sans-serif;
	font-weight: normal;
	font-size: 200%;
}

.box2_head {
	font-family: tahoma, verdana, sans-serif;
	font-weight: normal;
	width: 100%;
}

.box3_head {
	font-family: tahoma, verdana, sans-serif;
	font-weight: normal;
	font-size: 120%;
}

/*--- 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: 195px;
}

 
#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 20px 10px;
	list-style: none;
}
/* align*/
#weblog_sub_container1 ul #linkcat-1 ul{
	padding-left: 0px;
}
#weblog_sub_container1 ul #linkcat-2 ul{
	padding-left: 0px;
}
a.link6 {
	line-height: 20px;	
}

.link6 h1, #weblog_article_container h1{
   font-family: tahoma,verdana,sans-serif;
   font-weight: normal;
   font-size: 200%;
	text-decoration: none;
}

.weblog_article h2{
	font-family: tahoma, verdana, sans-serif;
	font-weight: normal;
	font-size: 160%;
}

/* math */
#commentform p div#answerdiv p label {
font-size:12px;
}
#commentform p div#answerdiv {
margin-top:15px;
}
