
html  {
  background: #c3d2ef repeat-x url(./images/bg.speexx.2.png);
}

body {
  font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666699;
  text-align: left;
}

.bodyContent {
  max-width: 1000px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0px auto;
  min-width: 800px;
  padding-top: 8px;
}

pre {
  overflow: auto;
}

blockquote {
/*  border-left: solid #ffffff 1px;
  padding-left: 1px;*/
    margin-right: 50px;
    padding-left: 8px;
    margin-left: 50px;
    border-left: 8px #11c1ee solid;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}


.commentBody blockquote {
    margin-right: 50px;
    padding-left: 8px;
    margin-left: 50px;
    border-left: 8px #cccccc solid;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

.small {
  font-size: 11px;
}

.speexxVia {
  font-size: 11px;
  font-style: italic;
}


.header {
  color : #21d1ff;
  font-weight: bold;
  background-image: url(./images/island.small.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 128px;
}

.header2 {
/*
  background-image: url(./images/moewe_03_12x10.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
*/
}


.header a:link, .header a:visited, .header a:active {
  color : #21d1ff;
}

.search {
  float: right;
  position: relative;
  text-align: right;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 200px;
}

.headerLinks, .footerLinks {
  color: #0063c3;
  float: right;
  position: relative;
  width: 30%;
  font-size: 11px;
  text-align: right;
}

.footerLinks {
  font-size: 9px;
}

.headerLinks a:link, .headerLinks a:visited, .headerLinks a:active,
.footerLinks a:link, .footerLinks a:visited, .footerLinks a:active {
  color: #0063c3;
}

#categories {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  color : #21d1ff;
}

.speexxCodeBlock {
  background-color: #21d1ff; 
  border: 1px dotted #003399;
  overflow: auto;
}

.speexxCodeBlockComment {
  color: #666666;
}

.category a:link, .category a:visited, .category a:active {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

.category {
}

.category a:hover, .selectedCategory {
  color: #ffffff;
  background: #21d1ff;
  text-decoration: none;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  -moz-border-radius: 3px;
}

.photo {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top: solid #11c1ee 1px;
  border-right: solid #11c1ee 1px;
  border-bottom: solid #11c1ee 1px;
  border-left: solid #11c1ee 1px;
  text-align: center;
}

.codeSample {
  font-family: Courier, sans-serif;
  border-top: dotted #cccccc 1px;
  border-right: dotted #cccccc 1px;
  border-bottom: dotted #cccccc 1px;
  border-left: dotted #cccccc 1px;
  text-align: left;
  background: #21d1ff;
  margin-left: 32px;
  margin-right: 32px;
  padding: 16px;
  overflow: auto;
}

a:link, a:visited, a:active {
  color: #977e47;
  text-decoration: none;
}

textarea {
  background-color: #11c1ee;
  border-top: none;
  border-left: none;
  border-bottom: 1px #11c1ee solid;
  border-right: 1px #11c1ee solid;
  color: #003399;
  font-weight: bold;
  -moz-border-radius: 2px;
  background-image: url(images/shadow2.png);
  padding: 3px;
}

input {
  background-color: #11c1ee;
  border-top: none;
  border-left: none;
  border-bottom: 1px #11c1ee solid;
  border-right: 1px #11c1ee solid;
  color: #003399;
  font-weight: bold;
  -moz-border-radius:2px;
  background-image: url(images/shadow2.png);
  padding: 3px;
}

input[type="file"] {
  background-color: #11c1ee;
  color: #003399;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-bottom: 1px #11c1ee solid;
  border-right: 1px #11c1ee solid;
  background-image: url(images/1x1.png);
  padding: 3px;
}

input[type="checkbox"] {
  background-color: #11c1ee;
  color: #003399;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-bottom: 1px #11c1ee solid;
  border-right: 1px #11c1ee solid;
  background-image: url(images/1x1.png);
  padding: 3px;
}

input[type="radio"] {
  background-color: #11c1ee;
  color: #003399;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-bottom: 1px #11c1ee solid;
  border-right: 1px #11c1ee solid;
  background-image: url(images/1x1.png);
  padding: 3px;
}

select {
  background-color: #11c1ee;
  border: 1px #11c1ee solid; 
  color: #003399;
}

a:hover {
  text-decoration: underline;
}

.content {
  padding-top: 16px;
  padding-bottom: 8px;
  margin-right: 270px;
  max-width: 730px;
}
/*
.bodyContent {
}
*/

.bodyContentEven {
  /*background: #21d1ff;*/
  background: #e7ebf7;
  color: #666688;
}

.bodyContentOdd {
  /*background: #11c1ee;*/
  background: #d6e3f7;
  color: #666688;
}

.sidebar {
  text-align: center;
  float: right;
  position: relative;
  width: 200px;
  padding-bottom: 16px;
  background-image: url(./images/jumping.dolphin4.100x16.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

.footer {
  color: #0063c3;
  font-size: 9px;
  clear: both;
}

.footer a:link, .footer a:visited, .footer a:active {
  color: #977e47;
}

.blogName {
  background: transparent;
}

.blogName, .blogName a:link, .blogName a:visited, .blogName a:active {
  font-size: 24px;
  font-weight: bold;
}

.blogName a {
}

.blogDescription {
  padding-bottom: 16px;
  visibility: hidden;
}

.linearNavigationLinks {
  text-align: center;
  font-size: 11px;
  padding-bottom: 8px;
}

.calendar {
  text-align: center;
  font-size: 10px;
}

.calendarDayHeader {
  font-weight: bold;
  text-align: right;
}

.calendarDay {
  text-align: right;
}

.calendarDayWithEntries, .calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  text-align: right;
}

.speexxDescriptionLink:after {
  padding-left: 2px;
  content: url(images/external.brown.light.png);
}

.speexxExternalLink:after {
  padding-left: 2px;
  content: url(images/external.brown.light.png);
}

.speexxDownloadLink:after {
  padding-left: 2px;
  content: url(images/download.brown.light.png);
}

.calendarToday, .calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  background: #666699;
  color: white;
  font-weight: bold;
  text-align: right;
}

.help, .help a:link, .help a:visited, .help a:active {
  color: #21d1ff;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
}

.validationError {
  color: #b20d1c;
}

.blogEntry, .item {
  text-align: left;
  border-bottom: solid #21d1ff 1px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  display: block;
}

.comment, .trackback {
  padding: 8px;
}

.blogEntryHeader {
  display: block;
}

.blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active, .itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  color : #666699;
  font-size: 14px;
  font-weight: bold;
}

.commentHeader, .commentHeader a:link, .commentHeader a:visited, .commentHeader a:active, .trackbackHeader,
.trackbackHeader a:link, .trackbackHeader a:visited, .trackbackHeader a:active {
  font-weight: bold;
}

.blogEntryBody, .itemBody {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: justify;
  font-size: 14px;
  display:block;
}

.blogEntryBody li {
  padding-bottom: 4px;
}


.itemBodyEven {
  background: #21d1ff;
  color: #666688;
}

.itemBodyOdd {
  background: #11c1ee;
  color: #666688;
}

.itemBodyEven a:visited, .itemBodyEven a:active, .itemBodyEven a:link {
  color: #666688;
}

.itemBodyOdd a:visited, .itemBodyOdd a:active, .itemBodyOdd a:link {
  color: #666688;
}

.commentBody, .trackbackBody {
  padding-top: 8px;
  padding-bottom: 8px;
}

.blogEntryLinks, .itemLinks, .commentLinks, .trackbackLinks {
  float: right;
  position: relative;
  color: #8888aa;
  font-size: 11px;
  text-align: right;
}

.blogEntryLinks a:link, .blogEntryLinks a:visited, .blogEntryLinks a:active,
.itemLinks a:link, .itemLinks a:visited, .itemLinks a:active,
.commentLinks a:link, .commentLinks a:visited, .commentLinks a:active,
.trackbackLinks a:link, .trackbackLinks a:visited, .trackbackLinks a:active {
  color: #8888aa;
  font-size: 11px;
}

.blogEntryMetadata {
  color: #8888aa;
  font-size: 11px;
  display: block;
}

.blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active,
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active,
.commentMetadata, .commentMetadata a:link, .commentMetadata a:visited, .commentMetadata a:active,
.trackbackMetadata, .trackbackMetadata a:link, .trackbackMetadata a:visited, .trackbackMetadata a:active {
  font-size: 11px;
  color: #8888aa;
}

.blogEntryTitle {
  font-size: 14px;
  font-weight: bold;
}

.blogEntrySubtitle {
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
}

.approved {
}

.pending {
  border-left: solid #ff9900 8px;
}

.rejected {
  border-left: solid #ff0000 8px;
}

.speexx_spoiler_trigger {
  margin: 30px 0 20px 0;
  color: #977e47;
}

.speexx_spoiler_trigger span {
}

.speexx_spoiler_trigger span:hover {
  padding: 20px 0 0 0;
  cursor: pointer;
  text-decoration: underline;
}

.speexx_spoiler_toggle_container {
  border-color: #c3d2ef;
  border-style: none;
  border-width: 1px;
}

.speexx_spoiler_block {
  border-color: red;
  border-style: none;
  border-width: 1px;
}

.speexx_spoiler_active {
  border-color: blue;
  border-style: none;
  border-width: 1px;

}

.speexx_spoiler_toggle_container .speexx_spoiler_block {
}

blockquote.speexxCite {
    margin-right: 50px;
    padding-left: 8px;
    margin-left: 50px;
    border-left: 8px #11c1ee solid;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

hr.speexxRule {
  background-color: #21d1ff;
  color: #21d1ff;
  height: 1px;
  border-style: none;
}

a:link.speexxDescriptionLink, a:hover.speexxDescriptionLink, a:visited.speexxDescriptionLink, a:focus.speexxDescriptionLink, a:active.speexxDescriptionLink {
  cursor: help;
}

.speexxBlogTrackbackUser {
  color : #21d1ff;
}

.speexxBlogCommentAuthor {
  color : #21d1ff;
}

.speexxBlogContributor {
  color: #666688;
}

h2.speexxHeading2 {
    font-size: 14px;
}

h2.speexxHeading3 {
    font-size: 13px;
}

.speexxBlogEntryH2 {
   font-size: 13px;
}
i
.speexxBlogEntryH3 {
  font-size: 12px;
}

.speexxThumbnails {
  padding: 10px 10px 10px 10px;
  display: table; 
  margin: 0px auto;
}

.speexxThumbnail {
  float: left;
  text-align: center;
  min-width: 200px;
  font-size: 9px;
  padding-left: 10px;
  padding-right: 10px;
}

.speexxThumbnail img {
  border: 1px solid #11c1ee;
}

.speexxCenterFixForIE {
  clear: left;  
}

.speexxBlock {
  display: block;
}

.speexxLeftFloatImage {
  float: left; 
  margin-right: 15px; 
  margin-bottom: 5px; 
  border: 1px #11c1ee solid;
  vertical-align: top;
}

.speexxRightFloatImage {
  float: right;
  margin-left: 15px;
  margin-top: 5px;
  border: 1px #11c1ee solid;
  vertical-align: bottom;
}

.speexxLeftFloat {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  vertical-align: top;
  border: none;
}
                                                                                                                                                                 
.speexxRightFloat {
  float: right;
  margin-left: 15px;
  margin-top: 5px;
  border: none;
  vertical-align: bottom;
}
                                                                                                                                                                 
.speexxImage {
  border: 1px #11c1ee solid;
}

.speexxBlogLogo {
  border: none;
}

.speexxSource {
  color: #8888aa; 
}
.speexxSource a:link, .speexxSource a:visited, .speexxSource a:active, .speexxSource a:active {
  color: #8888aa;
}

.tags {
  color: #8888aa;
  font-size: 11px;
}

.tags a:link, .tags a:visited, .tags a:active {
  color: #8888aa;
  font-size: 11px;
  font-weight: normal;
}

.tagCloud1 {
  font-size: 14px;
}

.tagCloud2 {
  font-size: 15px;
}

.tagCloud3 {
  font-size: 16px;
}

.tagCloud4 {
  font-size: 17px;
}

.tagCloud5 {
  font-size: 18px;
}

.tagCloud6 {
  font-size: 19px;
}

.tagCloud7 {
  font-size: 20px;
}

.tagCloud8 {
  font-size: 21px;
}

.tagCloud9 {
  font-size: 22px;
}

.tagCloud10 {
  font-size: 23px;
}

.speexxSidebarResponseTitle {
}

.speexxSidebarResponseBody {
  padding-bottom: 16px;
}

.speexxSidebarEntries {
    text-align: center;
}

.speexxSidebarResponses {
    text-align: center;
}

.speexxSearchSubmit {
  border: 1px #11c1ee solid;
  background-image: url(images/1x1.png);
  font-size: 9px;
}

.speexxSearchInput {
  border: 1px #11c1ee solid;
  background-image: url(images/1x1.png);
  font-size: 9px;
}

.speexxLinks {
  padding-top: 16px;
}

.speexxBlogRoll {
  padding-top: 11px;
}

.speexxBlogRole b {
  padding-top: 4px;
}

q:before {
  content: "«";
}

q:after {
  content: "»";
}

:lang        { quotes:"\00BB" "\00AB" "\203A" "\2039"; }
:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(de-DE) { quotes:"\00BB" "\00AB" "\203A" "\2039"; }
:lang(de-CH) { quotes:"\00AB" "\00BB" "\2039" "\203A"; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr)    { quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A"; }

q:before { content:open-quote; }
q:after { content:close-quote; }
/*
q q:before { content:open-quote; }
q q:after { content:close-quote; }
*/

abbr {
  border-bottom: 1px #11c1ee dotted;
}

acronym {
  border-bottom: 1px #11c1ee dotted;
}


.speexxName:before {
  content: "\201C";
}

.speexxName:after {
  content: "\201C";
}


a#speexxTooCool {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  height: 60px;
  width: 60px;
  background: url(images/tooCoolForIE.big.png) bottom right no-repeat;
  text-indent: -999em;
  text-decoration: none;
}


/*
.speexxSidebarEntries:first-line {
    padding-right: 10px;
}

.speexxSidebarLink:before {
   content: url(http://www.speexx.de/images/blue-bullet.8.png)" ";
}

.speexxSidebarResponses {
}
*/

.speexxJavaField {
  color: #0000c0;
}

.speexxJavaReturn {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaAnnotationName {
//  color: #e4c89d;
  color: #666666;
  font-weight: bold;
}

.speexxJavaStatic {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaVisibility {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaReturn {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaStringLiteral {
  color: #435aff;
}

.speexxJavaImport {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaPrimitive {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaThis {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaException {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaFinal {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaNew {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaNull {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaType {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaCondition {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaStaticMethodRef {
  font-style: italic;
}

.speexxJavaStaticFieldRef {
  font-style: italic;
  color: #0000c0;
}

.speexxJavaCodeBlock {
  font-size: 14px;
  background-color: #21d1ff; 
  border: 1px dotted #003399;
  overflow: auto;
  color: #000000;
}

.speexxJavaInherit {
  font-weight: bold;
  color: #9f0055;
}

.speexxJavaDoc {
  color: #886262;
}

.speexxJavaDefault {
  font-weight: bold;
  color: #9f0055;
}

.olPopup {
  height: 220px
}

.olPopupContent {
  font-size: 10px;
}

.olPopupContent h2 {
  font-size: 11px;
  margin: 2px 0px;
}

.olPopupContent p {
  margin: 2px 0px;
}

.olPopupContent * img {
  border-style: none;
}

.olMap * img {
  border-style: none;
}

.speexxSlideshow div { width: 640px; height: 480px }
.speexxSlideshow div img { margin: auto; display: block }

.speexxSlideshowSqr div { width: 640px; height: 640px }
.speexxSlideshowSqr div img { margin: auto; display: block }

.speexxExifImgData {
  position: absolute;
  margin: 0px;
  margin-left: 1px;
  margin-top: 1px;
  z-index:1000;
  background-Color: #ffffff;
/*  width: 220px; */
  max-width: 298px;
  min-width: 220px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 8px;
  opacity:.8;
  display: none;
  clear: none;
  font-size: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aaaaaa;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #aaaaaa;
  text-decoration: none;
}

.speexxExifImgKey {
  text-align: right;
  text-decoration: none;
}


.speexxExifImgValue {
  text-align: left;
  text-decoration: none;
}

.speexxExifImg {
  position: relative;
  opacity: 1;
  z-index: 7;
  display: inline;
}


