/*   
Theme Name: S4000
Theme URI: 
Description: S4000-Theme
Author: Thilo Langbein
Author URI: 
Template: 
Version: 1
*/

*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100.01%;
	font-size: 75%;
	background: #ddd;
}

div#logo
{
	display: block;
	height: 8em;
	width: 100%;
	background: #144e8e url(images/s4000-logo-bg.jpg) repeat-x left bottom;
	vertical-align: bottom;
}

div#logo a
{
	display: block;
	width: 288px;
	height: 100%;
	margin: 0 auto;
	background: #144e8e url(images/s4000-logo.jpg) no-repeat center bottom;
}

div#container
{
	font-family: Cambria, Georgia, "Times New Roman", serif;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	background: #ddd;
	float: none;
}

/*
		=== Menu ===
*/		

div#menu
{
	width: 75.55em;
	height: 3em;
	margin: 0 auto 0 auto;
	display: block;
	clear: both;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

ul#tabbar
{
	list-style: none;
	display: block;
	height: 100%;
	background: #999 url(images/tab-bg.jpg) repeat-x left bottom;
}

ul#tabbar li
{
	display: inline;
	float: left;
	width: 11.1%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	line-height: 2.75em;
        letter-spacing: -0.05em;
}

ul#tabbar li a
{
	display: block;
	vertical-align: bottom;
	font-size: 1.35em;
	color: #eee;
	text-decoration: none;
	width: 100%;
	height: 100%;
}


ul#tabbar li a:hover
{
	background: #bbb;
	color: #fff;
}

ul#tabbar li.tabselected
{
	background: #E2E2E2 url(images/tab-active-bg.jpg) repeat-x left bottom;
}

ul#tabbar li.tabselected a
{
	color: #333;
	color: #a00;
        font-weight: bold;
}

ul#tabbar li.tabselected a:hover
{
	background: #d8d8d8 url(images/tab-active-bg.jpg) repeat-x left bottom;
}

/*
		=== Clearing ===
*/

.clearfix
{
	clear: both;
	display: block;
}

/*
		=== Special ===
*/

a:link, a:visited, a:focus, a:hover, a:active
{
	text-decoration: none;
	color: #144e8e;
}

a:hover
{
	text-decoration: underline;
}

span.admin
{
	display: block;
	width: 100%;
	text-align: center;
	clear: both;
}		

html body div#google-ad
{
	display: block;
	margin: 2em auto 1em auto;
	text-align: center;
        width: 730px;
        padding:0;
        font-family:Tahoma,Arial,sans-serif;
}

/*
		=== Content Bereich ===
*/		

div#content
{
	width: 60.5em;
	margin: 0 auto 0 auto;
	background: #fff;
	padding: 1em 0;
	font-size: 1.25em;
	border-bottom: solid 5px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

div#content div.post
{
	margin: 0 0 2.75em 0;
        position: relative;
}

div#content p, div#content table
{
	margin: 1em 2em;
	line-height: 1.5em;
}

div#content ul
{
	list-style: square inside;
	padding: 0;
	margin: 0;
	margin: 0.5em 2em;
	line-height: 1.25em;
}

div#content div.post p
{
	margin: 1em 2em 0.5em 2em;
}

div#content div.post img.abs
{
        vertical-align:middle;
        border:0;
        margin:0 1em 0 0;
}

div#content img
{
	border: solid 1px #ddd;
	margin: 0 1em 1em 0;
	padding: 2px;
	background: #fff;
}

img.alignleft
{
	float:left;
}

div#content div.googleMap img
{
	background: transparent;
}

div#content div.googleMap
{
	border: solid 1px #333;
	margin:0.5em 2em;
}

div#content p.date
{
	margin: 1em 1em 0em 1em;
	color: #444;
        background-color: #f2f2f2;
	text-align: center;
	border-bottom: dotted 1px #ddd;
	text-transform: uppercase;
	
}

div#content p.date img
{
	vertical-align:middle;
	background-color:transparent;
	margin:0 0.35em 0 0;
	border:0;
	padding:0 0 0.2em 0;
	width:16px;
	height:16px;
}

div#content h2
{
	font-size: 1.5em;
	margin: 0.5em 1.25em;
	color: #a00;
}

div#content h3
{
	margin: 1.3em 1.3em 0 1.3em;
	color: #a00;
}

div#content div.found_entry
{
	font-size: 0.8em;
}

/*
		=== Footer ===
*/

div#footer
{
	display: block;
	width: 75em;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0.25em 0;
}

div#footer span
{
	display: inline;
	color: #777;
	font-family: Calibri, Tahoma, Arial, sans-serif;
}

div#footer span a
{
	font-family: Calibri, Tahoma, Arial, sans-serif;
}

div#footer form
{
	display: inline;
}

/*
		=== Suche ===
*/

#searchform		
{
	display: inline;
}

#searchform #s
{
	font-family: Calibri, Tahoma, Arial, sans-serif;
	width: 10em;
	font-size: 0.9em;
	padding: 0.2em 0.2em;
	border:1px solid #999999;
	background-color: #eee;
	text-transform: lowercase;
}

#searchform #searchsubmit
{
	font-family: Calibri, Tahoma, Arial, sans-serif;
	padding: 0em 0.4em;
	cursor: pointer;
}
	
/*
		=== Page-Bar ===
*/

/*
div.navigation
{
	margin: 1em;
	display: block;
	text-align: center;
	background-color: #f0f0ff;
	padding: 0.25em 1em;
	border: solid 1px #e0e0ff;
	font-size: 0.85em;
	font-weight: bold;
}
*/

div#content div.pagebar 
{ 
	margin: 1em;
	display: block;
	text-align: center;
	background-color: #f5f5ff;
	padding: 0.5em 1em;
	border: solid 1px #e5e5ff;
	font-size: 0.85em;
	font-weight: bold;
	font-family: Calibri, Tahoma, Arial, sans-serif;
}

.pagebar a, .pagebar .this-page 
{
	padding: 0.15em 0.35em; 
	border: solid 1px #ccc; 
	background: #fff; 
	text-decoration: none;
	font-family: Calibri, Tahoma, Arial, sans-serif;
}

/*
.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}
*/

.pagebar .break 
{
	padding: 2px 6px; 
	border: none; 
	background: #fff; 
	text-decoration: none;
}

.pagebar .this-page 
{
}

.pagebar a:hover 
{
	color: #fff; 
	background: #144e8e; 
	text-decoration: none;
}


/*
	=== special 2 ===
*/

div#content img#Firefox
{
	border:0;
	background: #fff;
}

	
/*
   === gallery ===
*/

div#content div.gallery dd.gallery-caption
{
	font-size:0.65em;
	width:100px;
	margin: 0 auto 0 auto;
	color: #555;
}
dl.gallery-item
{
	margin: 0 0 2em 0;
}

div#content div.gallery img
{
	margin: 0;
	padding:0;
}




div#content div.px-gallery
{
   margin: 0.5em 2em;
   background: #fafafa;
   border-bottom: solid 1px #ddd;
   float: none;
   clear: both;
   padding-top: 0.5em;
}

div#content div.px-gallery p
{
   margin: 0.5em 1em;
}

div#content div.px-gallery div.pxDivWrapper
{
    width: 10%;
    float: left;
    margin: 1em;
}

div#content div.px-gallery div.pxDivWrapper img
{
   margin: 0;
}

div#content div.px-gallery div.pxDivWrapper p
{
   margin: 0;
   color: #999;
   font-size: 0.8em;
   text-align: center;
}

#stimuli_caption
{
   font-family: Cambria, Georgia, "Times New Roman", serif;
   font-size: 1.5em;
   color: #000;
}

#stimuli_numberDisplay
{
   font-family: Cambria, Georgia, "Times New Roman", serif;
   font-size: 0.9em;
   color: #555;
}
