
p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

img {
   behavior: url("http://blog.azundris.com/plugin/pngbehavior.htc");
}

.serendipity_entrypaging {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    display: block;
}
.serendipity_karmaVoting {
    text-align: center;
    font-size: 7pt;
    margin: 0px;
}

.serendipity_karmaVoting a {
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_karmaVoting a:hover {
    color: green;
}

.serendipity_karmaError {
    color: #FF8000;
}
.serendipity_karmaSuccess {
    color: green;
}
.serendipity_karmaVoting_links,
.serendipity_karmaVoting_links a:hover,
.serendipity_karmaVoting_current-rating {
    background: url(http://blog.azundris.com/plugins/serendipity_event_karma/img/stars-def-red-yellow-sm.png) left;
    font-size: 0;
}
.serendipity_karmaVoting_links {
    position: relative;
    width: 75px;
    height: 15px;
    overflow: hidden;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    background-position: left top;     
    text-align: center;
}
.serendipity_karmaVoting_links li {
   display: inline; 
}
.serendipity_karmaVoting_links a ,
.serendipity_karmaVoting_current-rating {
    position:absolute;
    top: 0px;
    left: 0px;
    text-indent: -9000em;
    height: 15px;
    line-height: 15px;
    outline: none;
    overflow: hidden;
    border: none;
}
.serendipity_karmaVoting_links a:hover {
    background-position: left bottom;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link1 {
    width: 20%;
    z-index: 6;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link2 {
    width: 40%;
    z-index: 5;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link3 {
    width: 60%;
    z-index: 4;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link4 {
    width: 80%;
    z-index: 3;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link5 {
  width: 100%;
    z-index: 2;
}
.serendipity_karmaVoting_links .serendipity_karmaVoting_current-rating {
    z-index: 1;
    background-position: left center;
}


.serendipity_comics_date {
        padding-left: 5px;
        font-size: xx-small;
        # display: none;
}

.serendipity_comics_navigation {
        font-size: xx-small;
        text-align: center;
        font-weight: bolder;
}

.serendipity_comics_title {
        # display: none;
}

div.serendipity_comics_navigation:before {
        content: "More Comics: "; font-variant: small-caps;
        display: block;
}


.serendipity_comics_first:before {
        content: "|<";
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}

.serendipity_comics_previous:before {
        content: "<";
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}

.serendipity_comics_next:before {
        content: ">";                                         
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}

.serendipity_comics_latest:before {
        content: ">|";
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}




.serendipity_comics_date {
        padding-left: 5px;
        font-size: xx-small;
        # display: none;
}

.serendipity_comics_navigation {
        font-size: xx-small;
        text-align: center;
        font-weight: bolder;
}

.serendipity_comics_title {
        # display: none;
}

div.serendipity_comics_navigation:before {
        content: "More Comics: "; font-variant: small-caps;
        display: block;
}


.serendipity_comics_first:before {
        content: "|<";
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}

.serendipity_comics_previous:before {
        content: "<";
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}

.serendipity_comics_next:before {
        content: ">";                                         
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}

.serendipity_comics_latest:before {
        content: ">|";
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}



.serendipity_entrypaging {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    display: block;
}
/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Default listing without spacers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: Centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* Embedded images with comments inside the s9y image manager */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

/* END OF style_fallback.css *//* templates/azundris/style.css  */

.spoiler-warning           { color: #555555; font-size: xx-small;
                             background: #eeeeee; }
div.spoiler-warning:before { content: "May contain spoilers: ";
                             font-variant: small-caps;
                             background: #dddddd; color: #ff5555; }

.spoiler-visible           { color: #555555; font-size: xx-small;
                             background: #eeeeee; }
div.spoiler-visible:before { content: "Spoiler "; font-variant: small-caps;
                             background: #dddddd; color: #ff5555; }


.spoiler-hidden            { color: #555555; font-size: xx-small;
                             background: #eeeeee; color: #eeeeee; }
div.spoiler-hidden:before  { content: "Spoiler - select to view! ";
                             font-variant: small-caps;
                             background: #dddddd; color: #ff5555; }
div.spoiler-hidden:after   { content: " <";
                             font-variant: small-caps;
                             background: #dddddd; color: #ff5555; }
div.spoiler-hidden > a     { color: #eeeeee !important; }

.pre                       { white-space: pre; color: #333388; }

a               { font-weight: bold;
                  color: #cccccc; }
a[href]:link    { text-decoration: none; }
a[href]:visited { color: #999999;
                  text-decoration: none; }
a[href]:hover   { text-decoration: overline underline; }
a[href]:active  { text-decoration: none; }

.border         { border: 1px solid #202020; }
table.border th { vertical-align: top; text-align: left; }
table.border td { vertical-align: top; border: 1px solid #aaaaaa; }

.ohno           { font-size: xx-small; display: none; }

cite            { font-family: serif, times; font-size:  xx-small; }
q               { font-family: serif, times; font-style: italic; quotes: none; }

body            { color: #999999;
                  background-color: black;
          //      background-color: white;
          //      background-color: #BBBBBB;
          //      background-image:url(/templates/azundris/img/Leopard.jpg); 
                  font-family: helvetica, sans, arial, sans-serif;
                  margin-left:0px;
                  margin-right:0px;
                  margin-top:0px;
                  margin-bottom:0px }
.pad            { margin-left:16px; }

._serendipitySideBarItem {
    border: 1px solid red; }

b {
    font-weight: normal;
    text-decoration: underline;
}

strong {
    font-weight: normal;
    text-decoration: underline;
}

code {
    color: #995555;
}

a img {
    border: 0px;
}

.hr {
    background: #fff url(/templates/azundris/img/hr.gif) no-repeat center bottom;
    margin: 8px auto;
    height: 1px;
}

span.serendipityReferer, span.serendipityReferer a {
    font-weight: normal;
    text-decoration: none;
    font-size:10px;
}

.serendipity_freetag_taglist
{   
    background-color: #eeeeee !important;
    border: 1px solid #000000 !important;
}

.serendipity_freetag_taglist_related
{
    background-color: #000000 !important;
    color:            #ffffff !important;
}

.serendipity_entryNowPlaying {
    text-align: center;
}

.serendipity_karmaVoting_visits {
    display: none;
}

.serendipity_multilingualInfo {
    font-size: 0px;
    display: inline;
}

.multilingual_English:before { content:url(/uploads/en_UK.png)" "; }
.multilingual_en:before      { content:url(/uploads/en_UK.png)" "; }
.multilingual_de:before      { content:url(/uploads/de_DE.png)" "; }
.multilingual_fr:before      { content:url(/uploads/fr_FR.png)" "; }

.attribution { text-align: left; font-size: xx-small; }

.serendipity_entryNowPlaying_title {
    font-size: xx-small;
    display: block;
    color: #aaaaaa;
}

.serendipity_entryNowPlaying_value {
    font-size: xx-small;
    font-weight: bold;
    color: #aaaaaa;
}

h3 {
    margin: 4px;
}

h4 {
    margin:4px;
}

pre {
    font-size: xx-small;
}


input[type="text"],select,textarea {
    font-size: medium;
    border: 1px solid #ababab;
    background-color: #FCFFF9;
}

input {
    background-color: #FFFFFF;
}

#mainpane {
}

#content                 { color: #000000; }

#content a               { font-weight: bold;
                           color: #444444; }
#content a[href]:link    { text-decoration: none; }
#content a[href]:visited { color: #777777;
                           text-decoration: none; }
#content a[href]:hover   { text-decoration: overline underline; }
#content a[href]:active  { text-decoration: none; }


a[name=extended] {
}

.serendipitySideBar {
	width: 150px;
	border: 0px dotted #ABABAB;
}

.inlist {
	display: inline;
}

.block {
	display: inline;
	margin: 0px;
}

.backlit {
	background-color: #EEEEEE;
	padding: 1em;
}

.lowlight {
	color: grey;
}

#serendipityRightSideBar {
	padding: 10px;
}

#serendipityLeftSideBar a {
	font-weight: normal;
}

.serendipity_entryFooter {
	margin-top:10px;
	border-bottom:0px dashed #cdcdcd;
	padding-bottom:3em;
}

.serendipityPlug a {
}

#content p,
#content td,
#content th,
#content div,
#content span {
        color: #061c37;
}

#serendipity_banner {
	font-size: xx-small;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}


#serendipity_banner h1 {
	font-style: italic;
	font-family: Georgia;
	font-size: x-large;
        color:#082447;
}

#serendipity_banner h2 {
	padding-left:38px;
	font-size: small;
}


.serendipity_title {
	text-transform:lowercase;
	font-size: x-large;
	letter-spacing:1pt;
	font-weight:bold;
	padding-top: 16px;
	border-bottom:1px solid #cdcdcd;
}

h4 > a { color:#0000ff !important; }
h4 > a[href]:link    { color:#990000 !important; text-decoration: none; }
h4 > a[href]:visited { color:#880000 !important; text-decoration: none; }
h4 > a[href]:active  { color:#bb0000 !important; text-decoration: none; }
h4 > a[href]:hover   { text-decoration: overline underline; }

.serendipity_searchQuery {
//	background-color: #990000;
//	color: #eeeeee;
	background-color: #ffff99;
}

.serendipity_entry {
	padding-left: 16px;
	font-size: medium;
	text-align:justify;
	line-height: 140%;
}

.serendipity_entry a {

}

div.serendipity_Entry_Date {
}

.serendipity_commentsTitle {
        font-size: 200%;
}

.serendipity_time {
}

.serendipity_date {
	display: none;
	text-align: right;
	font-size: large;
	font-weight: bolder;
	text-decoration:italic;
	padding-top: 24px;
}

.comics_char_tag {
	font-size: 33%;
	text-align: right;
	font-family: monospaced;
}

.serendipity_comics_date {
	padding-left: 5px;
	font-size: xx-small;
	# display: none;
}

.serendipity_comics_navigation {
        font-size: xx-small;
	text-align: center;
	font-weight: bolder;
}

.serendipity_comics_title {
	# display: none;
}

div.serendipity_comics_navigation:before {
	content: "More Comics: "; font-variant: small-caps;
	display: block;
}


.serendipity_comics_first:before {
        content: "|<";
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}

.serendipity_comics_previous:before {
        content: "<";
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}

.serendipity_comics_next:before {
        content: ">";
        font-variant: small-caps;
        padding: 4px;
        background-color: #cccccc;
}

.serendipity_comics_latest:before {
	content: ">|";
	font-variant: small-caps;
	padding: 4px;
	background-color: #cccccc;
}



.serendipity_commentsLabel {
}

div.serendipity_comments > div.serendipity_comment {
    margin:         0px;
    padding:        8px;
    border-top:     1px solid #000000;
    border-right:   1px solid #000000;
}

.serendipity_comment {
    background-color: #fcfff9;
    border-left:      1px solid #000000;
    border-bottom:    1px solid #000000;
    margin:           4px;
    padding:          0px;
}

.serendipity_comment_source {
    background-color: #eceee9;
    margin:           0px;
    padding:          4px;
    clear:            both;
}


/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    margin: 3px;
}

.serendipity_imageComment_center {
    margin: 0px;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: xx-small;
    text-align: center;
}



// side-bar comments

.serendipity_plugin_comments_avatar {
    vertical-align: top;
}

.plugin_comment_wrap {
    clear: right;
}



.serendipityEntriesBox {

}

.serendipity_admin {

}

.serendipity_calendar {
	
}

.serendipity_calendarDay, .serendipity_calendarBlankDay, .serendipity_calendarDayFirstInRow, .serendipity_calendarBlankDayFirstInRow{
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
}

.serendipity_calendarDayLastInRow, .serendipity_calendarBlankDayLastInRow {
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
	border-right:1px solid #F0EEDE;
}

.serendipity_calendarDayLastRow, .serendipity_calendarBlankDayLastRow {
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
	border-bottom: 1px solid #F0EEDE;
}

.serendipity_calendarDayLastInLastRow, .serendipity_calendarBlankDayLastInLastRow {
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
	border-right:1px solid #F0EEDE;
	border-bottom:1px solid #F0EEDE;
}



.serendipity_calendar a {

}

.serendipity_calendar a:hover {

}

.serendipity_calendarHeader {
	border-bottom: 0px solid #cdcdcd;
	border-left: 0px;
	border right: 0px
}

.serendipity_weekDayName {

}

div.serendipityPlug, div.jBlogPlug a {

}

/* Container for each item on the side bar */
div.serendipitySideBarItem {
	padding-bottom: 20px;
	font-size: x-small;
}

.serendipitySideBarDate {
	font-size: xx-small;
}

.serendipitySideBarAlbum {
	font-size: xx-small;
	display: none;
}

.serendipityBanner {
	padding: 0px;
}

.serendipitySideBarScrobblerLast {
	text-align: center;
	font-size: xx-small;
	display: none;
}

.serendipityContent {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
	border-bottom: 1px dotted #ABABAB;

}

#serendipityRightSideBar #serendipitySideBarContent a {
        font-size: x-small;
}

#serendipitySidebarContent {
    text-indent: 15px;
}

/* title of an individual item */
div.serendipitySideBarTitle {
	font-weight: bold;
}

img.serendipityImageButton {

}


div.serendipity_admin_title {

}

div.serendipity_admin_list_title {

}

td.serendipity_admin_list_item {

}

.serendipity_freeTag
{
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
    font-size: 7pt;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.serendipity_freeTag_related
{
    margin-left: 50px;
    margin-right: 0px;
    text-align: left;
    font-size: small;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}



.serendipity_freeTag a
{
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_freeTag a:hover
{
    color: green;
    text-decoration: underline;
}
.serendipity_freeTag_xmlTagEntry {
    white-space: pre;
}
img.serendipity_freeTag_xmlButton
{
    vertical-align: bottom;
    display: inline;
    border: 0px;
}

