body 
{
	background:#222222;
	background-image: url(./img/background.png);
	background-repeat: no-repeat;
	background-position: top center ;
    background-attachment:fixed;
}

#serendipityAdminBodyImageSelector body
{
	background:#222222;
}

font,th,td,p,a,div {
  font-family: Verdana, Bitstream Vera Sans, Arial, Helvetica;
}

#navigation {
	background:#292929;
}

#wrapper {
    font-size: 13px;
	line-height: 1.2;
    background-color: #000;
    color: #cccccc;
    border-right: 1px solid #555555;
	border-left: 1px solid #555555;
	border-top: 0px;
	border-bottom: 0px;
    margin: 4px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	
    width: 950px;
}

#serendipity_banner {
  height: 199px;
}

div.serendipity_imageComment_left,
div.serendipity_imageComment_right, 
div.serendipity_imageComment_center {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}

.container_serendipity_html_nugget_plugin li { 
	list-style: none; 
	background: transparent url(./img/li.png) 0px 5px no-repeat; 
	padding-left: 10px; 
} 

.serendipitySideBarContent li a { 
	color: #C4771A; 
	text-decoration: underline; 
}

a:link,
a:active,
a:visited{
    color: #C4771A; 
	text-decoration: underline;
}

a:hover {
	color: #e5c359; 
	text-decoration: underline;
}

#content h1{
	color: #e8a04b;
}

#content h2{
	color: #e8a04b;
}

#content h3{
	color: #e8a04b;
}

#content h4{
	color: #e8a04b;
}

.serendipity_Entry_Date h3 abbr {	
	font-size: 15px;
	font-weight: bold; 
	color: #888;
}

#content {
  	background: #ffffff;
	background-image: url(./img/bg_content_top.png);
	background-repeat: repeat-x;
	color: #000;
	margin-top: 0px;
}

.serendipity_title a:link,
a:active,
a:visited,
a:hover  {
	text-decoration: none;
}

.serendipity_entryFooter {
	color: #888;
	border: 0px;
	background-color:#dedede;
	font-size: 10px;
	padding: 3px;
	margin-top: 5px;
}

.serendipity_entryFooter a:link,
a:active,
a:visited,
a:hover {
    color: #C4771A; 
	text-decoration: underline;
}

#sitenav {
	font-family: Verdana;
	font-size: 14px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 24px;
	background-image: url(./img/menu_bg.png);
	background-repeat: repeat-x;
}

#sitenav ul li a {
	font-family: Verdana;
	font-size: 14px;
	font-weight: 700;
	width: 98px;
	color: #ffffff;
	height: 24px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0px;
}

#sitenav .currentpage a,
#sitenav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	height: 24px;
	background-image: url(./img/menu_act_bg.png);
	background-repeat: repeat-x;
}

.serendipity_search,
.staticpage_navigation,
.serendipity_overview_noentries {
	color: #cccccc;
	border: 1px solid #444444;
	padding: 0px;
}

.serendipity_pageFooter {
	height: 23px;
	margin: 5px 0 10px;
	background-color:#fcfcfc;
}

#footer {
	height: 30px;
	border-top: 0px;
	background-color: #000000;
}

/* Calendar */
table.serendipity_calendar {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    width: 100%;
}

table.serendipity_calendar td {
    text-align: center;
}

table.serendipity_calendar a {
    font-weight: bold;
    text-decoration: none;
}

table.serendipity_calendar a:hover {
    text-decoration: underline;
}

.serendipity_calendarHeader {
    background: #6f4320;
}

#today {
    color: #fff;
    font-size: 10px;
}

.serendipity_calendarHeader a:link,
.serendipity_calendarHeader a:active,
.serendipity_calendarHeader a:visited,
.serendipity_calendarHeader a:hover {
    border: none;
    color: #fff;
    text-decoration: none;
}

.serendipity_weekDayName {
    font-weight: 600;
    color: #fff;
    background: #222222;
}

.serendipity_calendarDay {
    color: #888;
}

.Today {
    color: #444;
/*    text-decoration: overline; */
    border: 1px solid #dfdfdf;
}

/* styles for calendar days rows */
.row1 {background: #292929; }
.row2 {background: #222222; }
.row3 {background: #292929; }
.row4 {background: #222222; }
.row5 {background: #292929; }
.row6 {background: #222222; }
/* end calendar */
