/* user overrides */
/* #id            */
/* .class         */
/* tag            */

body, html{
	width:100%;
	padding:0px;
	margin:0px;
	background-image:url(/../www/graphics/bg-body.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:top left;
	background-color:#ffffff;
/*
	background-color:#ffffcc;*/
	color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	
}

#skiplinks{ display:none; }

#wrapper {
	width:1000px;
	padding:0px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
	border:1px solid black;
	background-color:#ffffff;
}

#wrapper_top {
    /* not used in this template */
}

#serendipity_banner{
	padding:0px;
	margin:auto;
	width:1000px;
	height:100px;
	/*background-image:url(/../www/graphics/banner10.jpg);*/
	/*display:none;*/

	
}

#serendipity_banner h1{} /*Title*/
#serendipity_banner h2{} /*Subtitle*/

#serendipity_banner a {
    color: #ffffff;
    text-decoration: none;
}

#serendipity_below_banner {
    /* not used in this template */
}

#sitenav {
    background: #ffffff;
	background-image:url(/../www/graphics/menu-background.gif);
	background-repeat:repeat-x;
	background-position:top left;
    margin: auto;
    padding: 0;
	width:1000px;
	height:25px;
	border-bottom: 1px solid black;
	
}

#sitenav ul li {
    font-size: 90%; 
    font-weight: bold;
    /*text-transform: uppercase;*/
    /*letter-spacing: .2em;*/
    margin: 0;
    padding: 0; 
    display: inline;
}

#sitenav ul a {
    border-right: 1px solid #dfdfdf;
    padding: 6px 10px 6px 10px;
    float: left;
    overflow: hidden;
}

#sitenav ul li a:hover,
#sitenav .currentpage a {
    padding: 6px 10px 6px 10px;
}

#sitenav #searchform input {
}
/**************************CONTENT*/
#content {
	padding:0px;
	margin:0px;
	width:599px;
	border-right:1px solid black;
}

.serendipity_content_message{ /*Message above content*/}

.serendipity_Sticky_Entry{/**/}

.hentry{
	width:599px;
	margin:0px;
	padding:0px;
}

.serendipity_date{
	font-size:90%;
	color:#000000;
	text-align:right;
	padding-right:10px;
}

.entry-title, serendipity_title{
	background-color:#ccccff;
	color:#000000;
	font-size:130%;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-bottom:5px;
	margin-left:0px;
	padding:5px;
	width:599px;
}

.entry-title a{
	text-decoration:none;
	color:#000000;
}

.serendipity_entry, serendipity_entry_author_Rene-Springmeier{
}


.serendipity_entryFooter {
	padding:5px;
	border: 1px solid black;
	font-size:90%;
}

.byline{
	float:right;
	margin:5px;
	margin-top:0px;
	background-color:#DDDDDD;
	display:none;
}

.infofooter{
	background-color:#ccFFcc;
	margin-bottom:20px;
	border-left:none;
	width:200px;
}

.serendipity_freeTag,
.serendipity_karmaVoting{
	margin-top:5px;
}

.continue_reading{
	padding:5px;
	margin:5px;
	margin-left:0px;
	background-color:#ccFFcc;
	border: 1px solid black;
	border-left:none;
	width: 300px;
	font-size:90%;

}

.serendipity_entryIcon{/**/}

.entry-content, serendipity_entry_body,
.serendipity_entry_extended,
.serendipity_comments,
.serendipity_section_trackbacks{
	margin:10px;
}

.serendipity_commentsTitle{
	background-color:#ddeeFF;
	color:#000000;
	font-size:110%;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-bottom:5px;
	margin-left:0px;
	padding:5px;
}

.serendipity_section_commentform{
	margin-top:5px;
}
.serendipity_commentDirection{
	font-size:80%;
	padding-left:20px;
	width:350px;
}

.serendipity_entryFooter{
}

/**************************COMMENTS*/
.serendipity_comment{
	border-top:1px solid silver;
	font-size:90%;

}
.serendipity_commentBody{
	
}
.serendipity_comment_source,
.serendipity_comment_source a{
	color:#888888;
}
.comment_source_author{
	font-size:120%;
	font-weight:bold;
	color:#000000;
	}


/**************************SHOUTBOX*/	
.serendipity_shoutbox_date{
	margin-top:5px;
	border-top:1px solid silver;
	color:#666666;
}
.serendipity_shoutbox_comment{}

/**************************ARCHIVES*/	


.archive_summary_title a {
	text-decoration:none;
	color:#000000;
}

.archive_summary_title a:visited {
	text-decoration:none;
	color:#888888;
}
.archive_summary_title a:hover {
	text-decoration:underline;
	color:#000000;
}

.archives_date,
.archives_count,
.archives_count_link,
.archives_link{
	text-align:left;
}


.archives_row{
	width:90%;
}

.archive_summary_postdate,
.archive_summary_categories{
	font-size:90%;

}


/**************************IMAGES*/
.emoticon{
	border:none;
	margin:2px;
}


/**************************SIDEBARS*/

#container_sidebar{
	padding:0px;
	margin:0px;
	width:400px;
	float:right;
	/*background-color:#CCCCFF;*/
	/*border-bottom: 1px solid black;*/
}
#serendipityLeftSideBar,
#serendipityRightSideBar {
    padding:0px;
	margin:0px;
	width:200px;
	float:left;
    overflow: hidden; 
	
}

#serendipityLeftSideBar{ 
	background-color:#bbbbFF;
}

#serendipityRightSideBar { 
	background-color:#aaaaff;
}


.serendipitySideBarItem{
	padding:5px;
	font-size:90%;
}
.serendipitySideBarTitle{
}
.serendipitySideBarContent{
}
.serendipitySideBarFooter{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid black;
}

/*************************PLUGIN HISTORY*/
.serendipity_history_date{
	color:#666666;
	margin-top:5px;
}

.serendipity_history_info a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
.serendipity_history_info a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}
.serendipity_history_info a:hover{
	text-decoration:underline;
	font-weight:bold;
}


/*************************PLUGIN COMMENT*/

.plugin_comment_wrap{
	margin-top:5px;
	border-top: 1px #888888 solid;
}

.plugin_comment_subject{
	margin-top:5px;
}

.plugin_comment_subject a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.plugin_comment_subject a:visited{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}


.plugin_comment_subject a:hover{
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}


.plugin_comment_author{
	color:#000000;
	font-weight:bold;
}


.plugin_comment_date{
	color:#666666;
}
.plugin_comment_body{
	padding:5px;
}
	
/*************************FOOTER*/
.serendipity_pageFooter,
.serendipity_entrypaging {
   /* background: #ffffff;
	background-image:url(/../www/graphics/menu-background.gif);
	background-repeat:repeat-x;
	background-position:top left;*/

	height:25px;
    font-size: 90%; 
/*	border-top: 1px solid black;*/
	padding:10px;

}

#wrapper_footer{
	border-top: 1px solid black;
	border-left: 1px solid black;
	background-color:#ccccFF;
	padding:2px;
	float:right;
}

#footer{display:none;}
#serendipity_credit_line,
#serendipity_bulletproof_button{
	font-size:smaller;
	margin:0px;
	padding:2px;
	vertical-align:middle;
	float:left;
}

	
