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

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

/* 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/janjans-blog-blue/style.css  */
/* HTML Elements */

body {
  font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, Helvetica;
  background-color: #F7F7FF;
  color: #0020FF;
  margin: 0 2% 0 2%;
  background-image: url(http://jansblog.tombraidergirl.net/templates/janjans-blog-blue/img/back2.gif);
}

a,
a:link,
a:visited {
  color: #3F00AA;
  text-decoration: none;
  font-weight: bold;
}

a:active,
a:hover {
  text-decoration: underline;
  background-color: #3F00AA;
  color: #FFFFFF;
  font-weight: bold;
}

h1 {
  margin: 0 15% 0 0;
  text-align: right;
  font-variant: small-caps;
}

h2 {
  margin: 0 7% 0 0;
  text-align: right;
  font-variant: small-caps;
}

h3, h4 {
  margin: 0;
  font-variant: small-caps;
}

/* Banner */

#serendipity_banner {
  font-weight: bold;
  margin: 15px 50px 0 50px;
  border: 2px #00007F solid;
  background: url(/templates/janjans-blog-blue/nasentier.gif) left no-repeat #DDDDFF;
  padding: 15px;
  line-height: 220%;
  height: 70px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
  font-size: 22pt;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
  font-size: 14pt;
  text-transform: none;
  letter-spacing: none;
}

/* Calendar */

TD.serendipity_calendarDay,
TD.serendipity_calendarDayFirstInRow,
TD.serendipity_calendarDayLastInRow,
TD.serendipity_calendarDayLastRow,
TD.serendipity_calendarDayLastInLastRow,
TD.serendipity_calendarDayActive,
TD.serendipity_calendarDayLastInRowActive,
TD.serendipity_calendarDayFirstInRowActive {
  padding: 2px;
  border-top: 1px solid #00007F;
  border-left: 1px solid #00007F;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

TD.serendipity_calendarBlankDay,
TD.serendipity_calendarBlankDayFirstInRow,
TD.serendipity_calendarBlankDayLastInRow,
TD.serendipity_calendarBlankDayLastRow,
TD.serendipity_calendarBlankDayLastRow,
TD.serendipity_calendarBlankDayLastRow,
TD.serendipity_calendarBlankDayLastInLastRow {
  padding: 2px;
  border: 0;
}

table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited,
table.serendipity_calendar a:hover {
  font-size: x-small;
}

table.serendipity_calendar td {
  font-size: x-small;
  text-align: center;
}

td.serendipity_weekDayName {
  font-size: x-small;
  font-weight: bold;
  line-height: 140%;
  font-family: 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono',courier;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
  border: 0;
  text-decoration: none;
}

/* Sidebars */

#serendipityLeftSideBar,
#serendipityRightSideBar {
  display: block;
  margin: 20px 0 0 0;
  padding: 1px;
  vertical-align: top;
}

.serendipitySideBarTitle {
  border-width: 2px 5px 2px 2px;
  border-color: #00007F;
  border-style: solid;
  border-bottom: 0;
  background: #B9B9FF;
  margin: 0 10px 0px 50px;
  font-size: small;
  font-weight: bold;
  padding: 5px;
  font-variant: small-caps;
  text-align: right;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.serendipitySideBarContent {
  border: 2px solid #00007F;
  padding: 5px;
  font-size: small;
  width: 27ex;
  background: #EEEEFF;
  text-align: left;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.serendipitySideBarContent input {
  width: 19ex;
  background: #F7F7FF;
  border: 2px solid #00007F;
  font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, Helvetica;
  font-weight: bold;
  margin: 5px 5px 0 5px;
  color: #3F00FF;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.serendipitySideBarContent select {
  width: 25ex;
  background: #FFFFFF;
  border: 2px solid #00007F;
  font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, Helvetica;
  font-weight: bold;
  margin: 5px;
  color: #3F00FF;
}

.serendipitySideBarContent option {
  width: 25ex;
  background: #F7F7FF;
  border: 1px solid #00007F;
  font-family: 'DejaVu Sans', 'Bitstream Vera Sans', Verdana, Helvetica;
  font-weight: bold;
  color: #3F00FF;
}

div.serendipitySideBarItem {
  font-size: small;
  font-weight: normal;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* Entries */

div.serendipity_Entry_Date {
  margin: 10px 0 10px 0;
  padding: 0 0 10px 10px;
  width: auto;
}

table, tr, td {
  margin: 0;
  padding: 0;
}

#archives_listing {
  margin-left: 2ex;
}

.serendipity_content_message {
  margin-top: 20px;
}

.serendipity_date {
  font-size: normal;
  font-weight: bold;
  margin: 0 150px 10px 2ex;
  font-variant: small-caps;
  border-width: 2px 2px 2px 10px;
  border-color: #FF9999;
  border-style: solid;
  background: #FFEEBB;
  padding: 5px;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}

.serendipity_title,
.serendipity_Admin_title {
  border-width: 2px 5px 2px 2px;
  border-color: #00007F;
  border-style: solid;
  border-bottom: 0;
  background: #B9B9FF;
  font-size: normal;
  font-weight: bold;
  padding: 7px;
  text-align: left;
  margin-left: 150px;
  margin-right: 25px;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.serendipity_entry,
.serendipity_admin {
  border: 2px #00007F solid;
  background: #EEEEFF;
  font-size: normal;
  font-weight: normal;
  line-height: 140%;
  padding: 7px;
  margin-bottom: 0.7em;
  margin-right: 10px;
  margin-left: 10px;
  text-align:justify;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}




div.serendipity_entryFooter {
  clear: both;
  color: #0000FF;
  font-size: x-small;
  font-weight: bold;
  border: 2px #FF9999 solid;
  background: #FFEEAA;
  padding: 5px;
  margin: 20px 5px 5px 5px;
  line-height: 150%;
  -moz-border-radius:7px 0 7px 0;
  border-radius:7px 0 7px 0;
}

/* Comments */

.serendipity_comment {
  border: 2px #9999FF solid;
  font-size: small;
  /*margin-left: 10px;
  margin-right: 10px;*/
  margin: 10px;
  padding: 15px;
  text-align: justify;
  -moz-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
}

.serendipity_commentBody {
  margin: 0 0 15px 15px;
}

.comment_source {
  margin-left: 15px;
}



.serendipity_commentsLabel {
  font-size: small;
}

.serendipity_commentsTitle {
  font-size: normal;
  font-weight: bold;
  text-transform: uppercase;
  text-align: justify;
}

/* Admin */

.serendipity_admin td {
}

/* Misc */

#content {
  width: 100%;
}

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

.serendipity_imageComment_txt {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 9pt;
}

img.serendipity_entryIcon {
    float: right;
    border: 0px;
}

.serendipity_imageCommentClosing_center {
    clear: both;
    display: block;
}

.serendipity_admin_list_item_even {
    background-color: #1b4a7c;
}

.serendipity_admin_list_item_uneven {
}

.serendipity_admin_filters,
.serendipity_admin_filters input,
.serendipity_admin_filters select {
}

.serendipity_comments {
}

/*
#serendipity_commentBody {
  padding:5px;
  margin:5px;
}
*/

.serendipity_findmore {
  border: 2px #00007F solid;
  background: #EEF;
  /*border: 2px #FF9999 solid;
  background: #FFEEAA;*/
  color: #0000FF;
  font-size: x-small;
  font-weight: bold;
  padding: 5px 5px 25px 5px;
  margin: 5px 25px 20px 25px;
  /*height:50px;*/
  line-height: 100%;
  text-align: center;
  -moz-border-radius: 7px 0 7px 0;
  border-radius: 7px 0 7px 0;
}

.facebook_like {
  font-size:8pt; 
  margin:0 0 0 0; 
  padding:0 0 25px 0;
}


.serendipity_findmore img {
  border: 0;
}

.serendipity_findmore a {
  background-color: #eef;
}

.facebook_like {
  position: relative;
  top: -40px;
  right: -40px;
  margin-bottom: -40px;
}



.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}

