/*
Theme Name: seidu
Theme URI: http://www.seidu.de/
Description: Das Seidu-Theme
Version: 0.1
Author: Thomas Oswald

Original Seidu-Theme. || http://www.tombeta.de
*/

body {
	background-color: #000;
background-image: url(http://www.seidu.de/bg.jpg);
background-attachment: fixed;
background-repeat: repeat-x;
	font:            0.7em "Lucida Grande","Lucida Sans Unicode","Trebuchet MS", "Myriad Web", Georgia, sans-serif;
	margin:          25px 0 25px 0;
	padding:         0;
	text-align:      center;
}

div {
	color:           #666;
	line-height:     1.6em;
}

div#rechts {
  position:         absolute;
  right:            0px;
  top:              25px;
  z-index:          1;
  border-left:      5px solid white;
  border-top:       5px solid white;
  border-bottom:    5px solid white;
  background-color: #fff
}

div#rechts p {
  margin:           0;
  padding:          4px;
  border-bottom:    1px solid #FCC287;
  background-color: transparent
}

h1 {
	margin:           4px 0px 5px 0px;
  font-size:        1.7em;
  
}

h1.sub {
  font-size:        1.3em;
  margin-left: 9px;
  color: #888
}

h1.single {
  font-size:        1.2em;
}


h2 {
	color:            #FF6C00;
	margin:           0px 0px 5px 0px;
  font-size:        1em;
}

h3 {
  color:            #FF6C00;
	margin:           0px 0px 5px 0px;
	font-size: 1em;
}

h3#top {
  color:            #FF6C00;
	margin:           0px 0px 1px 0px;
}

h4 {
  color:            #FF6C00;
  margin:           0px 0px 1px 0px;
}

p.subtitle {
  margin-top:       5px;
  margin-bottom:    9px;
  color:            #FF6C00;
}

.lines h1 {
  margin-top:       10px;
}

hr {
	border:            0;
	width:             98%;
	height:            1px;
	color:             #FEC489;
	background:        #FEC489;
	margin:            3px 0 4px 0;
	clear:             both;
}

div p {
	margin-top:        0px;
}
/******************** links ***********************/

a {
	text-decoration:  none;
	/*display:          inline;*/
	padding-left:     0px;
	/*background:       url(./images/link.gif) no-repeat;*/
	border-bottom: 1px dotted #94CBFA;
}

a:link, a:active {
	color:            #666;
}

a:visited {
	color:            #4A4A4A;
}

a:hover {
	text-decoration:  none;
	/*background:       #0A396E url(./images/link2.gif) no-repeat;*/
  /*background:       transparent url(./images/link.gif) no-repeat;*/
  border-bottom: 1px solid #94CBFA;
  background-color: #ECF2F6;
  color: #000;
}

h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:active,
h1 a:hover,
h4,
h4 a,
h4 a:link,
h4 a:visited,
h4 a:active,
h4 a:hover {
   color:           #FF6C00;
   background:      none;
	 padding-left:    0px;
	 border: 0px;
}

h1 a:hover {
  text-decoration:  underline;
}

.navigation a:hover {
  background-color: transparent;
  text-decoration:  underline;
  border: 0px;
  background:       transparent url(./images/link.gif) no-repeat;
}


.navigation,
.navigation a,
.navigation a:visited,
.navigation a:active,
.navigation a:hover,

#rechts img,
#rechts a,
#rechts a:visited,
#rechts a:active,
#rechts a:hover,

.bildklein img,
.bildklein a,
.bildklein a:visited,
.bildklein a:active,
.bildklein a:hover,

.bild img,
.bild img a,
.bild img a:visited,
.bild img a:active,
.bild img a:hover {
   background:      none;
	 padding-left:    0px;
   border:          0px;
}

.image,
a img.image,
a:visited img.image,
a:active img.image,
a:hover img.image,

.jumpcomment,
a:visited .jumpcomment,
a:active .jumpcomment,
a:hover .jumpcomment
{
	 background:      none;
	 padding-left:    0px;
}

#flickr img, #flickrsingle img {
  border:          none;
}

#flickr img,
#flickr a,
#flickr a:link, 
#flickr a:visited, 
#flickr a:hover,
#flickrsingle img,
#flickrsingle a,
#flickrsingle a:link, 
#flickrsingle a:visited, 
#flickrsingle a:hover {
	background:       none;
	padding:          0px;
}


#livesearch-results,
#livesearch-results a,
#livesearch-results a:link,
#livesearch-results a:visited,
#livesearch-results a:hover {
  color:            #000;
  background:       transparent;
}

/******************** Pseudo-Elemente ***********************/


div#indeximage {
	border:          5px solid #FED08C;
	overflow:        hidden;
  width:           300px;
	height:          150px;
  margin:          0 0 10px 0;
}

div#roller {
  width:           750px;
	border:          5px solid #FED08C;
	text-align:      left;
	background:      #fff;
	margin-left:     auto;
	margin-right:    auto;
}

div#header {
  width:           750px;
	height:          160px;
	background:      #f5f5f5 url(./images/header.jpg);
}

div#header_lokal {
  width:           750px;
	height:          160px;
	background:      #f5f5f5 url(./images/header_lokal.jpg);
}

div#headerlogo {
  float:          left;
  position:       relative;
  margin-top:     50px;
  margin-left:    45px;
  width:          150px;
  height:         70px;
  cursor:         pointer;
}

div#printheader {
	display:         none;
}

div#content, div#contentsingle {
  width:           740px;
	padding:         5px;
	border-top:      5px solid #FED08C;
	position:        relative;
}

/*div#contentsingle {
	background:      url(./images/entrybg.gif) top repeat-x;
}*/

div#right {
	width:           300px;
	float:           left;
	margin-left:     10px;
}

div#rightsingle {
	width:           310px;
	float:           left;
	margin:          0 0 0 10px;
}

div#left {
	width:           420px;
	float:           left;
}

div .entry {
	width:            399px;
	padding:          5px 15px 5px 5px;
	/*background:      #0A396E;*/
  border-left:      1px solid #FF6C00;
	margin-bottom:    10px;
}

div .edit {
  display: inline;
  padding-left:     11px;
}

#flickr .flickr_badge_image, #flickrsingle .flickr_badge_image {
  overflow:        hidden;
  width:           75px;
  float:           left;
  border:          5px solid #FED08C;
}

#flickr_badge_image1, #flickr_badge_image2 {
  margin-right:    12px;
}

#flickr_badge_image1 {
  margin-left:    11px;
}

div#footer {
	margin:          25px 0 5px 0;
	text-align:      center;
}

.clearboth {
	clear:           both;
}

div .rightcell {
	width:           310px;
}

div .rightcelltop {
  margin-top:      10px;
	width:           310px;
}

.rightleft, .rightright {
	width:           139px;
	float:           left;
	/*background:      #0A396E;*/
  border-left:     1px solid #FF6C00;
	padding:         5px;
	min-height:      160px;
  overflow:        hidden;

}

.rightleft a {
text-decoration: none;
background:  url(./images/link.gif) no-repeat;
padding-left: 11px;
color: #000;
border: 0px;
}

.rightright a {
text-decoration: none;
background:  url(./images/link.gif) no-repeat;
padding-left: 11px;
color: #000;
border: 0px;
}

.rightleft a:hover {
text-decoration: none;
background:  url(./images/link.gif) no-repeat;
padding-left: 11px;
background-color: #ECF2F6;
border: 0px;
}

.rightright a:hover {
text-decoration: none;
background: # url(./images/link.gif) no-repeat;
padding-left: 11px;
background-color: #ECF2F6;
border: 0px;
}

.rightright {
	margin-left:     10px;
}

div#audio, div#suche, div#flickr {
	width:           300px;
	padding:         5px;
	/*background:      #0A396E;*/
	margin:          10px 0 10px 0;
  overflow:        hidden;
}

div#flickrsingle {
	width:           300px;
	padding:         5px;
	margin:          0 0 10px 0;
  overflow:        hidden;
}

div#audio p {
	margin:          2px 0 2px 0;
}

div#suche {
	padding-bottom:   20px;
}

.rightleft ul, .rightright ul, div#audio ul, .entrytext ul {
	margin:           0px;
	padding:          0px;
	list-style-type:  none;
}

.entrytext ul {
	margin-left:      10px;
}

form#search {
	display:          inline;
}

form input {
	font-size:        0.8em;
}

.iconimg {
  border: none;
}

#tabs {
  width:            200px;
  margin:           20px 10px 0 0;
  float:            right;
}

#search-form {
  display:          inline;
}

#search-form input#search-input {
  width:            200px;
  border:           1px inset;
  padding:          2px 1px 1px 1px;
  height:           15px;
  background-color: #fff;
}

#livesearch-results {
  position:         absolute;
  margin-left:      -10px;
  width:            220px;
  z-index:          1;
}

#searchtop9, #searchbottom, #suchlistenrahmen {
  width:            208px;
  padding:          0 2px 0 14px;
}

#searchtop9 {
  background:       transparent url('./images/search_oben.png') top right no-repeat;
}

#suchlistenrahmen {
  background:       transparent url('./images/search_mitte.png') right repeat-y;
}

#searchbottom {
  background:       transparent url('./images/search_unten.png') top right no-repeat;
}

#suchlistenrahmen ul {
  padding:          0 0 0 18px;
}

#suchlistenrahmen ul li {
  margin:          0;
}

div#livesearch-results ul li {
	list-style-image: url(./images/list-dot1.gif);
}

div#livesearch-results ul {
  margin-top:      0px;
  margin-bottom:   0px;
}

div#livesearch-results ul li {
	position: relative;
}

q {
	font-style: italic;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

form#search input#s, #commentform input, #commentform textarea  {
	width:            350px;
}

#search-submit {
  margin-top:       7px;
}

form#search input#s {
	margin-bottom:    7px;
}

form#search input#s, #commentform input, #commentform textarea, #search-submit {
	border:           1px solid #999999;
	background:       #E6E6E6;
	padding:          2px 2px 2px 3px;
}

form#search input#searchsubmit, #commentform input#submit, #search-submit {
  cursor:           pointer;
}

#commentform input#submit {
	border:           1px outset #999999;
	background:       #E6E6E6;
	width:            80px;
}

form#search input#searchsubmit {
	margin-left:      15px;
}

form#commentform label {
	font-size:        1.2em;
}

.kommentar, .kommentaralt {
  width:           410px;
  padding:         5px;
  margin:          8px 0 8px 0;
  font-size:       0.8em;
}

.kommentaralt {
  background:      #F2F2F2;
}

#kommentarformular p {
  font-size:      1.2em;
}

.kommentarinfo {
  border-bottom:   1px solid #FCC287
}

.kommentartext {
  background:       url(./images/commenticon.gif) no-repeat;
  padding:          4px 0 0 40px;
  min-height:       23px;
}

div#pagenavi {
	width:            300px;
	padding:          5px;
}

#kommentarformular {
  margin:           15px 0 0 0;
  padding:          5px;
  width:            410px;
  font-size:        0.9em;
}

.bild {
  float:              left;
  margin:             0 10px 5px 0;
  border:             5px solid #FED08C;
  width:              400px;
  overflow:           hidden;
}

.bildklein {
  float:              left;
  border:             5px solid #FED08C;
  margin:             0 10px 5px 0;
}

p.audiolink, div .comment {
  border-top:         1px solid #FEC489;
  padding:            1px 1px 1px 10px;
}

div .comment img, div .singlecomment img {
  float:              none;
  border:             none;
	background:         none;
	margin:             5px 2px 0 0;
}

div .singlecomment {
  font-size:          0.8em;
  margin:             0 0 0 5px;
  padding:            0;
}

.pagetitle, .postmetadata, .post h3 {
	position:        relative;
	width:           98%;
}

.navigation {
  top:             -30px;
  position:        absolute;
  width:           180px;
  background:      #FED08C;
  padding:         2px 5px 0 2px;
}

.alignleft {
	float:           left;
	width:           30%;
}

.overview {
	float:           left;
	width:           33%;
	text-align:      center;
}

.alignright {
	float:           right;
	width:           35%;
	text-align:      right;
}

.singlepost {
	width:           400px;
  margin:          0px 0px 0px 0px;
  font-size:       1.2em;
}


.lines {
  width:           410px;
  float:           left;
  clear:           left;
  padding:         0 5px 0 5px;
  line-height:     22px;
}


.postmetadata {
  font-size:       0.8em;
}

.commentlist {
  margin-top:      20px;
}

.invis {
  display:          none;
}

div#livesearch-results ul li+li {
	margin-top: 3px;
}

div#livesearch-results ul li dt.ls-title a {
	display: block;
  width: 150px;
}

div#livesearch-results ul li dt.ls-title a:hover {
	text-decoration: none;
}

div#livesearch-results ul li dd.ls-cmnts,
div#livesearch-results ul li dd.ls-cmnts a, 
div#livesearch-results ul li dd.ls-cmnts span {
	display: block;
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
}

div#livesearch-results ul li dl dd.ls-data {
  display: none;
}

div#livesearch-results ul li:hover dl dd.ls-data, 
div#livesearch-results ul li:focus dl dd.ls-data, 
div#livesearch-results ul li#faux-hover dl dd.ls-data, 
div#livesearch-results ul li dl dd.ls-data-on {
  position: absolute;
  left: -407px;
  width: 353px;
  display: block;
  padding: 0;
  margin-top: 80px
}


div#livesearch-results ul li:hover dl dd.ls-data div.btm, 
div#livesearch-results ul li:focus dl dd.ls-data div.btm, 
div#livesearch-results ul li#faux-hover dl dd.ls-data div.btm, 
div#livesearch-results ul li dl dd.ls-data-on div.btm {
  width: 353px;
  display: block;
  padding: 0 0 30px 0;
  background: transparent url('./images/sprechblase_unten.png') bottom right no-repeat;
}

div.btm br {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
}


div#livesearch-results ul li:hover dl dd.ls-data p.ls-sum, 
div#livesearch-results ul li:focus dl dd.ls-data p.ls-sum, 
div#livesearch-results ul li#faux-hover dl dd.ls-data p.ls-sum, 
div#livesearch-results ul li dl dd.ls-data-on p.ls-sum {
  padding: 20px 33px 0 22px;
  margin: 0;
  font-size: 85%;
  background: transparent url('./images/sprechblase_oben.png') top right no-repeat;
  width: 298px;
  color: #444;
}

div#livesearch-results ul li:hover dl dd.ls-data p.ls-snip, 
div#livesearch-results ul li:hover dl dd.ls-data p.ls-stats, 
div#livesearch-results ul li:hover dl dd.ls-data p.ls-time, 
div#livesearch-results ul li#faux-hover dl dd.ls-data p.ls-snip, 
div#livesearch-results ul li#faux-hover dl dd.ls-data p.ls-stats, 
div#livesearch-results ul li#faux-hover dl dd.ls-data p.ls-time, 
div#livesearch-results ul li dl dd.ls-data-on p.ls-snip, 
div#livesearch-results ul li dl dd.ls-data-on p.ls-stats, 
div#livesearch-results ul li dl dd.ls-data-on p.ls-time {
  padding: 10px 33px 0 22px;
  margin: 0;
  font-size: 85%;
  /*background: transparent url('./images/ls-snip-mid.png') top right repeat-y;*/
  background: transparent url('./images/sprechblase_mitte.png') bottom right no-repeat;
  width: 298px;
  color: #444;
}


div#livesearch-results ul li dl dd.ls-data p.ls-sum span.highlight0, 
div#livesearch-results ul li dl dd.ls-data p.ls-snip span.highlight0, 
div#livesearch-results ul li dl dd.ls-data-on p.ls-snip span.highlight0 {
  display: inline;
  background-color: #fff;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
}



div#livesearch-results ul li:hover dl dd.ls-data p.ls-stats, 
div#livesearch-results ul li#faux-hover dl dd.ls-data p.ls-stats, 
div#livesearch-results ul li dl dd.ls-data-on p.ls-stats {
  padding: 10px 0 0 22px;
  margin: 0;
  font-size: 85%;
  width: 144px;
  color: #444;
  float: left;
  background-image: none;
}

div#livesearch-results ul li:hover dl dd.ls-data p.ls-time, 
div#livesearch-results ul li#faux-hover dl dd.ls-data p.ls-time, 
div#livesearch-results ul li dl dd.ls-data-on p.ls-time {
  padding: 10px 48px 0 0;
  margin: 0;
  font-size: 85%;
  width: 133px;
  color: #444;
  float: right;
  background-image: none;
}

div#livesearch-results ul li.highlight {
  background-color: #fff;
}

ul#livesearch-results li dl dd#ls-data p#ls-sum span.highlight0, 
ul#livesearch-results li dl dd#ls-data p#ls-snip span.highlight0, 
div#right div#livesearch-results p span.highlight0 {
  display: inline;
  background-color: #fff;
  font-weight: normal;
  font-style: italic;
}

.highlight {
   color:            #222;
   background-color: yellow;
   /*padding-left:     2px;
   padding-right:    2px;*/
}

blockquote {
margin-left: 25px;
font-family: "times new roman",georgia,_serif;
font-size: 1.2em;
font-style: italic;
color: #000;
background: url('/blog/wp-content/themes/seidu/images/zitat.gif') bottom right no-repeat;
background-color: #eee;
padding:5px;
border-top: 3px solid #ccc;
}

.singlepost ul {
margin-left: 50px;
margin-right: 15px;
padding-bottom: 15px;
}

.singlepost li {
list-style-image: url(./images/list-dot1.gif);
line-height: 1.2 em;
margin: 7px;
}

.singlepost li:hover {
background-color: #eee;
}

.infobox {
float:right;
padding:5px;
margin:5px;
border:1px dotted grey;
width:175px;
font-size: 0.9em;
font-style: italic;
background: url('/blog/wp-content/themes/seidu/images/info.gif') bottom right no-repeat;
background-color: #eee;
}

.comment a {
color:#206FB4;
border: 0px;
text-decoration: none;
}

div#hinweis {
width: 			75px;
position:         absolute;
right:            0px;
top:              25px;
z-index:          1;
border-left:      5px solid #FED08C;
border-top:       5px solid #FED08C;
border-bottom:    5px solid #FED08C;
background-color: #fff;
padding-left:2px;
}

div#hinweis a {
color: #fff;
text-decoration: none;
border: none;
font-size: 1.2em;
background: #CB001F;
}

div#hinweis a:hover {
background: none;
color: #CB001F;
font-weight:bold;
}


.pagernumber, .pagernumberlast {
  float:            left;
  margin-left:      9px;
  padding-left:     2px;
  padding-right:    2px;
}

.pagernumberactive {
  float:            left;
  margin-left:      9px;
  font-weight:      bold;
  color:            #fff;
  padding-left:     8px;
  padding-right:    7px;
  background-color: #FED08C;
}

.pagernumberlast {
  margin-left:     14px;
  margin-right:     14px;
}

div.singlepost img {
border: 1px solid #ccc;
margin-right: 15px;
margin-bottom: 5px;
background-color: #fff;
padding: 10px;
}
