/* HTML Elements */

body {
  background-color: #e5e5e5;
  color: black;
  font-family: Verdana, Arial, sans-serif;
  margin: 0px;
}

a,
a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}

a:active,
a:hover {
  color: #000000;
}

h3, h4 {
  margin: 0;
}

/* Banner */

#serendipity_banner {
  font-weight: bold;
  padding-left: 15px;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
	color: #000000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* Calendar */

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

table.serendipity_calendar td {
  color: #cccccc;
  font-size: x-small;
}

td.serendipity_weekDayName {
  color: #cccccc;
  font-size: x-small;
  font-weight: bold;
  line-height: 140%;
}

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

/* Sidebars */

#serendipityLeftSideBar,
#serendipityRightSideBar {
  background-color: #000000;
  color: #cccccc;
  display: block;
  margin-top: 35px;
  padding: 10px;
  vertical-align: top;
}

.serendipitySideBarTitle {
  border-bottom: 1px solid #666666;
  color: #cccccc;
  margin: 0;
  font-size: x-small;
  font-weight: bold;
  padding-left: 2px;
  text-transform: uppercase;
}

div.serendipitySideBarItem {
  color: #666666;
  font-size: small;
  font-weight: normal;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

/* Entries */

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

.serendipity_date {
  border-bottom: 1px solid #666666;
  color: #FFFFFF;
  font-size: normal;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

.serendipity_title,
.serendipity_Admin_title {
  border: 1px solid #666666;
  border-bottom: 0;
  color: #cccccc;
  font-size: small;
  font-weight: bold;
  padding: 10px;
}

.serendipity_entry,
.serendipity_admin {
  background-color: #000000;
  border: 1px solid #666666;
  border-top: 0;
  color: #cccccc;
  font-size: x-small;
  font-weight: normal;
  line-height: 140%;
  padding: 3px;
}

div.serendipity_entryFooter {
  clear: both;
  color: #999999;
  font-size: x-small;
}

/* Comments */
.serendipity_menu {
  color: #cccccc;
  font-size:11px;
  /*font-size: small;*/
  float:left;
  /*margin-left: -10px;*/
  /*margin-right: 5px;*/
  padding: 3px;
  overflow: auto;
}

.serendipity_comment {
  border: 1px solid #666666;
  color: #cccccc;
  font-size: small;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
  overflow: auto;
}

.serendipity_commentsLabel {
	color: #cccccc;
	font-size: 12px;
	line-height: 20px;
}

.serendipity_commentsTitle {
  color: #999999;
  font-size: normal;
  font-weight: bold;
  text-transform: uppercase;
}

/* Admin */

.serendipity_admin td {
  color: #cccccc;
}

/* 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;
    text-align: center;
}

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

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

.serendipity_admin_list_item_even {
    background-color: #ffffff;
}

.serendipity_admin_list_item_uneven {
    background-color: #E0E0E0;
}

.serendipity_admin_filters {
    border: 1px dashed #FFF;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 2px;
}

.serendipity_admin_filters_headline {
    border-bottom: 1px solid;
}

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

.serendipity_admin_sortorder input,
.serendipity_admin_sortorder select,
.serendipity_admin_filters input,
.serendipity_admin_filters select {
    font-size: 10px;
}


.serendipity_comments {
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
    background-color: #000000;
}
.darkGreyLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
}
.NewLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #333333;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.serendipity_commentsLabelDarkGrey {

	color: #333333;
	font-size: 12px;
	line-height: 20px;
}
.serendipity_commentsLabelDarkGreyHeader {
	color: #333333;
	font-size: x-large;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.serendipity_commentsLabelDarkGreyHeaderBlack {
	color: #000000;
	font-size: x-large;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.serendipity_commentsLabelMediumHeader {
	color: #cccccc;
	font-size: large;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.serendipity_commentsLabelLightGreyHeader {

	color: #CCCCCC;
	font-size: x-large;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.serendipity_commentsLabelPointsTop {
	color: #cccccc;
	font-size: 19px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.serendipity_commentsLabelPointsTopDarkGrey {

	color: #333333;
	font-size: 19px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.serendipity_commentsLabelEmailLink {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.serendipity_commentsLabelDarkGreyHeaderBIG {

	color: #333333;
	/*font-size: xx-large;*/
	font-size:48px;
	line-height: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align:center;
}
.serendipity_commentsLabelDarkGreyHeaderBIGRed {


	color: #FF0000;
	font-size: 36px;
	line-height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.serendipity_commentsLabelWhite {


	color: #FFFFFF;
	font-size: x-large;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.serendipity_commentsLabelMediumHeaderWhite {

	color: #FFFFFF;
	font-size: large;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.serendipity_commentsLabelMediumHeader2 {

	color: #cccccc;
	font-size: 14px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.serendipity_commentsLabelBlack {

	color: #cccccc;
	font-size: 16px;
	line-height: 24px;
}
.serendipity_commentsLabelblackDarkGrey {
	color: #cccccc;
	font-size: 16px;
	line-height: 24px;
}
.FearNoOne {

	color: #cccccc;
	font-size: 50px;
	line-height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.leftsidemenu {
margin:200px 0px 0px 200px;
position:absolute;
width:200px;
border:3px solid #ffffff;
}




.serendipity_commentsLabelLightBlackHeader {

	color: #000000;
	font-size: x-large;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.serendipity_commentsLabelblackLightBlackHeader {

	color: #000000;
	font-size: x-large;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.serendipity_commentsLabelBlack {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}

.serendipity_commentsLabelBlack a {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}
.serendipity_commentsLabelBlack a:hover {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}


.whitemenu {
	width:167px;
	background-color:#FFF;
	border-left: #000000 2px solid;
border-top: #000000 2px solid;
border-right: #000000 2px solid;
border-bottom: #000000 2px solid;
padding:5px;
}

.whitemenu-title {
	width:167px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
padding:5px;
}

.whitemenu ul
{
	/*margin-bottom: 0;*/
	list-style-type:none;
padding:0px;
margin:0px;
}
.whitemenu li 
{
background-image:url(images/bullet.gif);
background-repeat:no-repeat;
background-position:5px 5px;
padding-left:14px;
padding-bottom:10px;
line-height: 1.2em;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
text-decoration:none;
}
.whitemenu li a
{



line-height: 1.2em;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
text-decoration:none;
}
.whitemenu li a:hover
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
text-decoration:none;
}


.serendipity_commentsLabelBlackHL {
background-color:#CCC;
padding:10px;
	color: #cccccc;
	font-size: 16px;
	line-height: 24px;
}




