/*   
Theme Name: Philosophy
Theme URI: 
Description: 
Author: 
Author URI: 
Version:
*/

/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left; 
	float:left;
	width: 782px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	margin:0;
}

#pgbk_2 {
	position:absolute;
	left:719px;
	top:0px;
	width:69px;
	height:577px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
	margin: 0;
	padding: 0;
	position:relative;
	left:25px;
}

#sub_container2 {
	float: left;
	margin: 0;
	padding: 0;
	margin-top:27px;
	width: 500px;
	margin-left:20px;	
	z-index:1;
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 179px;
	font-size: 11px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 782px;
	height: 174px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 24px;
	left: 230px;
	width: 488px;
	height: 118px;
	/*z-index: 3;*/
}



/*--- caption (as text or background image) --------------------------------*/

#slogan {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 10px;
	font-weight:bold;
	height:20px;
	line-height:20px;	
   font-size: 14px;
	/*z-index:2;*/
}

#logo{
	position: absolute;
	top: 40px;
	left: 10px;
	width: 165px;
	height: 93px;
}


/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	position:relative;
	left:0px;
	padding: 0;
	font-size: 11px;
}

#main_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
}

#main_nav_list li {
	font-size: 11px;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	display: block;
	font-family: Tahoma,Verdana, Arial, sans-serif;

	text-decoration: none;
	text-align: left;
	line-height: 24px;
	height: 24px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width:179px;
	font-size: 11px;
}

html>body #main_nav_list a {
}

#main_nav_list .page_item a { 
	text-indent:35px;
	text-decoration: none;
	font-weight : bold;
}

#main_nav_list .page_item a:hover {
	text-decoration: none;
}

#main_nav_list .current_page_item a {
	font-weight : bold;
	text-indent:35px;
	text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	padding: 0;
	font-size: 11px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
}

.sub_nav_list li {
	clear: both;
	font-size: 11px;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: left;
	line-height: 24px;
	height: 24px;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 11px;

}

html>body .sub_nav_list a {
}


.sub_nav_list a.sub_nav_item {
	text-indent:54px;
	text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
	text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
	text-indent:54px;
	text-decoration : none;
	font-weight:bold;
}

/*--- content --------------------------------------------------------------*/

#content_container {

        overflow: hidden;

	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 500px;
}

html>body #content_container {
	width: 500px;
}


.content table {
	border-style: solid;
	border-width: 1px;
	border-spacing: 0;
	border-collapse: collapse;
	width: 99%;
	margin: 0 0 0 1px;
}

.content tr.odd {
	background-color:#ffffff;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	padding: 4px 5px 4px 5px;
}

.content tr.even {
	background-color:#ffffff;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	padding: 4px 5px 4px 5px;
}

.content td {
	font-size: 11px;
	border: 1px solid;
	margin: 0;
}

.content table#wp-calendar {
	width: 139px;
	font-size: 10px;
	margin-left: 3px;
}

.content table#wp-calendar td {
	padding: 0;
	margin: 0;
}


/*--- container for the search form ----------------------------------------*/

#content_search_container {
	margin: 20px 0 20px 0;
	width: 433px;
	height: 38px;
}

#content_search_caption {
	font-family: Trebuchet MS,Tahoma,Verdana, Arial, sans-serif;
	font-weight: bold;
	line-height: 38px;
	font-size: 13px;
	float: left;
	padding-left: 13px;
}

#content_search_container button {
	margin-left:17px;
	margin-top:8px;
	width:70px;
	height:23px;
	border:0px;
	vertical-align: middle;	
	font-weight:bold;
	padding-bottom:3px;
	font-size:13px;
}

#content_search_container input {
	margin-top: 8px;
	vertical-align: middle;
	margin-left: 11px;
	width: 250px;
	height:13px;
	font-size:11px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 782px;
	height: 59px;
	clear: both;
}

#footer_text {

	text-align: center;
	font-size: 10px;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: small;
	text-align: left;
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.3;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

.content h2 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
}

.content h3 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;;
}

/*--- links ----------------------------------------------------------------*/

.content a{
	font-weight : normal;
	text-decoration: underline;
}

.content a:hover {
	text-decoration : none;
}



/*--- tables ---------------------------------------------------------------*/

.content table {

}

.content th {
	border-style: solid;
	border-width: 1px;
	padding: 4px 5px 4px 5px;
}

.content tr {
}

.content td {
	border-style: solid;
	border-width: 1px;
	padding: 4px 5px 4px 5px;

}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
	border:1px solid;

}

.content input {
	border:1px solid;

}

.content textarea {
	border:1px solid;

}

.content button {
	border:1px solid;
	background-color:#ffffff;
}

.content label { 
	border:1px solid;
}

.content select { 
	border:1px solid;
}

.content option { 
	border:1px solid;
}

/*--- lists ----------------------------------------------------------------*/

.content ol { 
}

.content ul { 
}

.content li { 
}

/*--------------------------------------------------------------------------*/

