body {
	margin: auto;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 10px;
}
form {
	margin: 0;
	padding: 0;
}
img {
	display: block;
	border: 0;
}
input {
	font-size: 12px;
}
h3, h4 {
	margin: 0;
	padding:0;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}
table  { 
	border-collapse: collapse;
	border-spacing: 0; 
} 
th, td, tr { 
	padding: 0;
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 
#fwk_container {
	margin: auto;
	width: 741px;
	text-align: left;
}
#main {
	background-image: url("/i/bg.gif");
	background-repeat: repeat-y;
}
#cnt {
	Xborder: 1px solid black;
	width: 479px;
	margin: 0 0 0 20px;
	padding: 5px 20px 0 20px;
}
.serendipity_date {
	font-size: 9px;
	color: #203a7f;
	border-bottom: 1px solid #203a7f;
	padding-top: 5px;
}
.serendipity_title {
	padding-top: 7px;
}
.serendipity_title a {
	font-size: 24px;
	color: #ac003f;
	font-weight: bold;
	text-decoration: none;
}
.serendipity_entry_body {
	font-size: 12px;
	color: #7c7c7c;
	padding-top: 6px;
}
.serendipity_entryFooter {
 	background-color: #8f9cbf;
	margin: 5px 0 25px 0;
	padding: 0 0 2px 10px;
}
.serendipity_entryFooter a {
	background-image: url("/i/bullet_red_blue.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 15px 0 12px;
	font-size: 10px;
	color: white;
	text-decoration: none;
}
#sidebar {
	padding: 0 0 0 1px;
	color: white;
}
#sidebar ul,#sidbar li {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
.serendipitySideBarItem {
	padding: 0 20px 18px 20px;
}
#serendipity_categories_list a {
	display: block;
	background-image: url("/i/bullet_white_red.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0 7px 10px 15px;
	font-size: 10px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
#serendipity_categories_list a:hover {
	text-decoration: underline
}
.container_serendipity_plugin_linklist a {
	color: white;
 	text-decoration: none;
}
.container_serendipity_plugin_linklist a:hover {
	text-decoration: underline;
}
.serendipity_calendarHeader {
	background-color: #c7cedf;
	color: #203a7f;
}
.serendipity_calendarHeader a {
	color: #203a7f;
}
.serendipity_calendarHeader a,.serendipity_calendar td a {
	text-decoration: none;
}
.serendipity_calendar td {
	font-size: 11px;
	color: white;
}
#footer {
	background-image: url("/i/bg_footer.gif");
	background-repeat: repeat-y;
	color: #c7cedf;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0 4px 40px;
}
#footer a {
	color: #c7cedf;
	text-decoration: none;
}
#bt {
	margin-top: 10px;
}
#bt a {
	color: white;
	margin: 20px 0 0 20px;
	padding-left: 20px;

}
#rss a {
	background: url("/i/rss.gif") no-repeat left;
}
#netvibes a {
	background: url("/i/netvibes.gif") no-repeat left;
}




/********* Comment Styles *********/

/* container for all comments, not styled separately in default theme */
.serendipity_comments {
	}

/* comments, trackbacks and commentform titles */
.serendipity_commentsTitle {
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	color: #ac003f;
	clear:left; }

/* container for individual comments */
.serendipity_comment {
	padding: 3px; }

/* style for comment author, date commented etc */
.serendipity_comment_source {
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px; }

/* style for comment author if logged in */
.serendipity_comment_author_self {
	border-top:3px solid #e37235;
	border-bottom:3px solid #e37235; }

/* style for even numbered comments*/
.comment_evenbox {
	margin:0 0 20px 0;
	border-top:1px solid #5f90ba;
	border-bottom:1px solid #5f90ba;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em; }

/* style for odd numbered comments*/
.comment_oddbox {
	margin:0 0 20px 0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em; }

/********* End of Comment Styles *********/



/********* Comment Form *********/

/* container style for entire comment form */
.serendipity_commentForm {
	font-size: 13px;
	color: #404040;
	margin-bottom: 13px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF; }

/* style for name, email etc fields in comments form */
td.serendipity_commentsLabel {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top; }

/* styles for input boxes in comments form */
td.serendipity_commentsValue input, td.serendipity_commentsValue select, td.serendipity_commentsValue textarea {
	font-size: 12px;
	padding: 2px; }

/********* End of Comment Form *********/