/*  
Theme Name: Cetacea.de
Theme URI: http://www.cetacea.de/
Description: Especially adapted for Cetacea.de news section.
Version: 1.0
Author: Jan Herrmann
Author URI: http://www.cetacea.de/

	This theme was designed and built by Jan Herrmann

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body 		{background:#999;
			font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
			margin-left:0px; 
			margin-top:0px;
			position:relative;
			}

	/* Allgemeine Angaben nach oben damit Sonderregeln greifen können */

a 			{	text-decoration:none;}					
a:link 	{	color:#009}
a:visited 	{	color:#339}
a:hover 	{	color:#933;text-decoration:underline;}
a:active 	{	color:#c00; }

	/* ENDE Allgemeine Angaben nach oben */

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: 'lucida grande', verdana, Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	color:#777;
	}

h2, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}


h2 {
	font-size: 14px;
	}

h2.pagetitle {
	font-size: 1em;
	}

#rechteSpalte h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 0.8em;
	color:#
	}

h3 {
	font-size: 14px;
	}
	/* war 0.8em */

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #336;
	}

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;
	}

.entry p a:visited {
	color: #669;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:0.8em;}

.commentmetadata {
	font-weight: normal;
	}

#rechteSpalte {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#rechteSpalte ul ul li, #rechteSpalte ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	font-size:11px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #933;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 30px;
	font-size:12px;
	line-height:18px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#main .entry , #main .postmetadata {
	margin-top:0px;
	}
	
/* End Structure */



/*	Begin Headers */

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#rechteSpalte h2 {
	margin: 5px 0 0 7px;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #rechteSpalte ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#rechteSpalte ul, #rechteSpalte ul ol {
	margin: 0;
	padding: 0;
	}

#rechteSpalte ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#rechteSpalte ul p, #rechteSpalte ul select {
	margin: 5px;
	}

#rechteSpalte ul ul, #rechteSpalte ul ol {
	margin: 5px 0 0 10px;
	}

#rechteSpalte ul ul ul, #rechteSpalte ul ol {
	margin: 0 0 0 10px;
	}

ol li, #rechteSpalte ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #rechteSpalte ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 90px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size:0.8em;
	}
/* End Various Tags & Classes*/



/* ============================== CLASSIC STUFF ============= */



/* Grundlegende Angaben zum Layout*/
/* v2 ohne container und daher mit automatischem Seitenabschluss*/

			
/* Positionen */
			
#main		{position:relative; top:0px;left:0px;
			padding-top:112px; padding-left:180px;
			width:370px;
			padding-right:265px; 
			margin-left:auto; margin-right:auto;
			background:url(http://www.cetacea.de/pics/back_shadow_820.png)
			repeat-y;
			border-bottom:solid 1px #666;
			}			

			
#top 		{position:absolute; top:0px; left:9px; 
			background:url(http://www.cetacea.de/news/pics/wwn_top_800.jpg)  no-repeat;
			padding-left:100px;
			width:700px;
			z-index:10;
			height:112px;
			border-bottom:none;
			}	
					
#header_text {	position:relative;
					top:0px;
					left:100px;
					width:500px;
				}	
			
#rechteSpalte
			{position:absolute; 
			top:112px; left:580px; 
			width:228px;
			background:#f9f9fc;
			border-left:solid 1px #ccc;
			border-bottom:solid 1px #ccc;
			padding:0px;
			text-align: left;
			}

#menu		{
			position:absolute;
			top:85px;
			left:9px;
			width:152px;
			background:#000046;
			border-right:solid 0px #000000;
			z-index:5;text-align:left;
			}

#bottomlink {
			width:600px;
			color:#b30000;
			font-size: 10px;
			text-align:center;
			margin-top:100px;
			margin-bottom:30px;
			}

/* Textauszeichnung */

p,h,a,li
			{font-family:verdana,'Lucida Grande',arial,sans-serif;}


/* Lauftext, Listen */

.text
		 {line-height:18px;
		 font-size:12px;
		}
.news
		 {line-height:18px;
		 font-size:12px;
		}
		
		
.text_ind	 {
			line-height:18px; 
			text-indent:20px; 
			margin-top:-10px;
			font-size:12px;
			}
			
.termin {	text-align:left;
			margin-left:15px; 
			text-indent:-7px;
			margin-right:7px
			}			
			
.status {	line-height:18px;
			font-size:12px;
			color:#666;
			margin-bottom:-12px;
}			
.status a {visibility:hidden}

			
/* Ueberschriften */

h1 {	text-align:left;
		font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
		font-size: 14px;
		line-height:21px;
		font-weight:bold;
		background:#fff;
		color:#336;
		padding-bottom:2mm;
		margin-bottom:-10px; }

h2 {	text-align:left;
		font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
		font-size: 14px;
		line-height:21px;
		font-weight:bold;
		background:#fff;
		color:#336;
		margin-top:10px;
		padding-bottom:2mm;
		margin-bottom:-5px; }

h2 a:link {color:#336}
h2 a:visited {color:#336}
h2 a:hover {color:#600;text-decoration:underline;}


h1.seitentitel {
				color:#000;
				font-size:24px;
				background:transparent;
				}

h4.news4 {text-align:left;
		font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
		font-size: 14px;
		font-weight:bold;
		background:#ffffff;
		color:#000042;
		padding-bottom:2mm;
		margin-bottom:-10px; }


p.news5 {text-align:center;
		font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
		font-size: 12px;
		font-weight:bold;
		margin-bottom:0px;
		color:#000000;}

p.news2 {font-family:'Lucida Grande',verdana,arial,sans-serif;
			font-size:12px;
			line-height:18px;
			color:#333;
			margin-top:5px;
			border-left:solid 10px #ccd;
			padding-left:7px;
			font-weight:bold;
			}



/* Bildunterschriften */

p.caption {text-align:right;
			font-size:0.9em;
			color:#999;
			margin-top:0px;
			}


/*  Autor Link*/
a.autor:link {text-decoration:none; 
		color:#666699;
		 }		

p.frage { 	font-weight: bold;
			color: #669;
	
}

p.antwort {

}

/* Kommentare Link zum Forum */
			
p.comment	{line-height:12px;
		 	font-size:10px;
			color:#999999;
			text-align:right;
			background:#f9f9f9;
			border:solid 1px #dddddd;
			padding:1px;
			}
			
a.comment:link {		text-decoration:none;color:#cc9999}
a.comment:visited {	text-decoration:none;color:#cc9999}
a.comment:hover {		text-decoration:none;color:#990000}
a.comment:active {	text-decoration:none;color:#ffffff; background: #cc9999; }


		
/* TEXTAUSZEICHNUNGEN */
		
.gesperrt {letter-spacing:3px;color:#aaaacc}

.grau {color:#666666}
		
.mittelgrau {color:#cccccc}

.red {color:#990000}

.center {text-align:center}

.edit {			color:red;
					text-decoration:line-through
					}




/* Links allgemein */
					

a.graublau:link 		{color:#556}
a.graublau:visited 	{color:#556}
a.graublau:hover 		{color:#955}
a.graublau:active 	{color:#f55}

a.black {color:#000}

#rechteSpalte a:link, .postmetadata a:link 	{	color:#669}
#rechteSpalte a:visited, .postmetadata a:visited 	{	color:#669}
#rechteSpalte a:hover, .postmetadata a:hover 	{	color:#933;text-decoration:underline;}


/*  Kasten fuer Termine */

div.plakat {	background:#ddcccc;
			padding:15px;
			border:dotted 1px #333333;
			text-align:center;
			font-family:georgia,times,serif;}

/*  NEWS Kurzzusammenfassungen */

.news_kurz {text-indent:-40px;margin-left:40px;}

#news2 	a:link, a:visited {color:#336;}
#news2 	a:hover {color:#633;text-decoration:underline;}

#news2 p {font-size:11px;margin-bottom:-7px;}

#news2 p.text {font-weight:bold;background:#eee;margin-top:12px;}


/* START Anweisungen fuer die RECHTE SPALTE */

/* RECHTE SPALTE Archivverweise */
			
p.datum {font-size: 11px; 
		line-height:14px; 
		text-align:left; 
		padding: 2px 10px; 
		color: #000000;  
		}
			

/*  RECHTE SPALTE Externe Links nocomment links in blau 10 Pixel*/

a.nocomment {		font-size: 10px;
					line-height:16px;
					padding:1px;
				}
a.nocomment:link {		color:#0000b3;
				 }
a.nocomment:visited {	color:#66b;
				 }
a.nocomment:hover {		background:#66b;
							color:#fff;
				 }
a.nocomment:active {		background:#33b;
							color:#fcc;
				 	}



/*  RECHTE SPALTE Externe Links in rot 10 Punkt*/

a.link:link {	font-size:10px;
				font-weight:bold;
				color:#966;
			 }
a.link:visited {
				color:#966;
				 }
a.link:hover {
				text-decoration:underline;
				color:#c66;
				}
a.link:active {
				text-decoration:underline;
				color:#966;
				}

			
/* Rechte Spalte index.php */

.text_qn {	font-family:'lucida grande', verdana, sans-serif;
			font-size:10px;
			color:#666699;
			padding: 2px 10px;
			margin:2px 0px;
			}

p.plus {	text-align:left;
		padding:0px 5px; 
		font-size:0.7em;
		color:#666666; 	
		margin-left:5px; 
		margin-top:10px; 
		margin-bottom:10px;
		border-left:solid 10px #ccccdd;
		}


/* Rechte Spalte Ausklappformate */

.trigger{
			cursor:pointer;
		}		
.trigger:hover{
			cursor:pointer;
			background:#fff;
		}		
.expanded{
			background:#fff;
			cursor:pointer;
		}
.expanded:hover{
			background:#ccc;
			cursor:pointer;
		}
.show{
     position:static;
     display: table;
		}
.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}

p.datum img	{	border:none;
					padding-right:.5em;
					}					

/* ENDE Anweisungen f&uuml;r die RECHTE SPALTE */

					


/* Haupt-Menue Block links */

p.mainmenulink {color:#99999c;
					font-size:0.7em;
					font-weight:bold;
					padding-left:18px;
					line-height:14px;
					margin-top:-10px;
					}

p.mainmenumainlink {color:#99999c;
					font-size:0.8em;
					font-weight:bold;
					padding-left:10px;
					line-height:14px;
					}

a.mainmenumainlink:link 	{color:#eeeeee;}
a.mainmenumainlink:visited 	{color:#eeeeee;}
a.mainmenumainlink:active 	{color:#ffcccc;}
a.mainmenumainlink:hover 	{color:#ffff66;}

a.mainmenulink:link 			{color:#99999c;}
a.mainmenulink:visited 		{color:#99999c;}
a.mainmenulink:active 		{color:#ffcccc;}
a.mainmenulink:hover 		{color:#ffffff;}


/* Fragen und Anregungen... */

p.small {
				font-size: 10px;
			}


/* BILDER VERGROESSERN */


a .gross	{
			display: none;
			}

a:hover .gross
			{
			display: block;
			z-index: 1;
			background: #fff;
			}



/* COPYRIGHT INFO AM SEITENBODEN */

p.bottomlink {font-family:helvetica,arial,sans-serif;
		color:#666;
		font-size:10px;
		text-align:center;
		}

div.bottomlink {font-family: helvetica, arial, sans-serif;
		color:#b30000;
		font-size:10px;
		text-align:center;
		}

a.bottomlink:link {
		font-family: verdana, helvetica, arial, sans-serif;
		color:#0000b3;
		font-size:10px
		}

a.bottomlink:visited {
		color:#0000b3;
		font-size:10px
		}

a.bottomlink:active {
		color:red;
		font-size: 10px
		}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

div.infobox {	background:#edd;
				padding:0px 8px 0px 8px; 
				border:solid 1px #633;
				-moz-border-radius: 3px;
				-khtml-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				}						
/* Kasten um Zwischenüberschriften z.B. für Ereignisreports mit mehreren Daten */

.styledhead {		background:#eee;
						border:solid 1px #999;
						padding:2px;
						font-weight:bold;}

/* Um Autorenangaben mit einem Extra popup Fenster zu garnieren */

#cet_author {				visibility:hidden;
							width:620px;
							height:270px;
							position:absolute;
							background:url(shadow.png);
							top:330px;
							left:140px;
							z-index:10000;}					
#author_in {			width:580px;
							height:240px;
							padding:5px;
							position:relative;
							background:#eee;
							border:solid 1px #999;
							top:0px;}	


				
/* Special Style for Compact Archives in Sidebar */
				
.emptymonth	{color:#ccc;}			
				
