/* stolen from a serendipity-powered blog */

h4,h3 {
    margin: 0;
}

.SSideBarContent input {
    width: 175px;
}

#mainpane {
    line-height: 110%;
    text-align: left;
    padding: 0px;
    width: 780px;
    background-color: #ffffff;
    border: 1px solid #999999;
    margin: auto;
}

#mainpaneAdmin {
    line-height: 110%;
    text-align: left;
    padding: 0px;
    width: 980px;
    background-color: #ffffff;
    border: 1px solid #999999;
    margin: auto;
}

#content {
    width: 800px;
}

#SRightSideBar {
    width: 180px;
    padding: 10px;
    background-color: #fbfbfb;
    border-left: 1px solid #999999;
    vertical-align: top;
}

#SLeftSideBar {
    width: 150px;
    padding: 10px;
    vertical-align: top;
    background-color: #ffffff;
}

body {
	margin: 10px 0px 20px 0px;
	background-color: #EEEEEE;
	background: url("bg-line.gif");
}

input, textarea {
    font-size: x-small;
    font-family: verdana, arial, helvetica, sans-serif;
}

th, td {
    font-size: small;
}

p, td, th, div, span, dd {
    font-family: verdana, arial, helvetica, sans-serif;
}

dt {
    font-weight: bold;
    border-bottom: 1px solid #999999;
    width: 200px;
}

pre {
	font-size: medium;
}

code {
	font-size: medium;
}

.sideBarTitle {
    font-weight: bold;
    border-top: 1px solid #999999;
    margin-top: 30px;
}

#S_banner {
    font-family: Verdana, Arial, sans-serif;
    color: #FF9900;
    background-color: #DBDAD6;
    text-align: center;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 778px;
    height: 72px;

    margin: auto;
}

#S_footer {
    font-family: Verdana, Arial, sans-serif;
    color: #FF9900;
    background-color: #DBDAD6;
    text-align: center;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    width: 778px;
    height: 20px;
    margin: auto;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#S_banner h1 {
    color: #6C99A6;
    font-size: xx-large;
    font-weight: normal;
    padding-left: 5px;
    padding-top: 5px;
    margin: 0px;
    text-decoration: none;
    border: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#S_banner h2 {
    color: #333333;
    padding-left: 5px;
    font-size: small;
    font-weight: normal;
    margin: 0px;
    text-decoration: none;
    border: none;
}

.S_title {
    color: #333;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: large;
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}

.S_title a:link {
    color: #333;
    text-decoration: none;
}

.S_title a:visited {
    color: #333;
    text-decoration: none;
}

.S_title a:hover {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #799DA7;
}

.S_entry {
    padding: 5px 15px 5px 0px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, Verdana, sans-serif;
    font-size: small;
    clear:both;
}

.S_entry_body_folded,
.S_entry_body_unfolded,
.S_entry_extended {
    /* Inner blocks of .S_entry, can be used for further customization */
}

div.S_Entry_Date {
    padding-left: 15px;
    width: auto;
}

.S_date {
    color: #666666;
    font-family: Arial, sans-serif;
    font-size: x-small;
    text-align: left;
    font-weight: normal;
    padding-top: 2px;
}

.S_commentsTitle {
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    display: block;
    width: 100%;
    color: #666666;
    font-size: small;
    font-weight: bold;
}

div.S_entryFooter {
    color: #666666;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: x-small;
    border-top: 1px solid #999999;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 5px;
    line-height: normal;
    padding: 3px;
    

}

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

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

td.S_commentsValue input,
td.S_commentsValue select,
td.S_commentsValue textarea {
    width: 95%;
    border: 1px solid #999999;
    padding: 2px;
}


td.S_commentsLabel {
    font-size: x-small;
    font-weight: bold;
    vertical-align: top;
}

.S_commentForm {
    font-size:x-small;
    color: #666666;
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #FFFFFF;
}
.S_comment {
    font-size: x-small;
    margin-right: 10px;
    margin-left: 10px;
    color: #666666;
    padding: 3px;
    background-color: #FFFFFF;
    border-right: 1px dotted #BBB;
    border-left: 1px dotted #BBB;
    margin-bottom: 10px;
    overflow: auto;
}

.S_comment_source {
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}

td.S_admin {
    padding: 10px;
}

.S_content table {
	border-collapse: collapse;
}

.S_content th {
	text-align: left;
}

.S_content td {
	border: 1pt solid silver;
	vertical-align: top;
}

a {
	text-decoration: none;
    border-bottom: none;

	}

a:link {
	color: #6C99A6;
	}

a:visited {
	color: #6C99A6;
	}

a:active {
	color: #6C99A6;
	}

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


/* table.S_calendar td {
    font-size: x-small;
    padding: 3px;
    text-align: center;
}*/

/*table.S_calendar a {
    font-weight: bold;
    text-decoration: underline;
}

table.S_calendar a:hover {
    text-decoration: none;
}

td.S_weekDayName {
    font-size: x-small;
    font-weight:bold;
}
td.S_calendarHeader a:link,
td.S_calendarHeader a:visited,
td.S_calendarHeader a:hover {
    border: 0;
    text-decoration: none;
}
div.SPlug, div.SPlug a {
    font-size: 11px;
    text-decoration: none;
    border: 0px;
    text-align: center;
}*/

/* Container for each item on the side bar */
div.SSideBarItem {
    color: #666666;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: small;
    text-align: left;
    margin-bottom: 25px;
    line-height: normal;
    padding: 3px;}

/* title of an individual item */
.SSideBarTitle {
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 3px;
}

.SImageButton {
    cursor: pointer;
}

td.SSideBar {
    font-size: x-small;
    width: 200px;
    padding: 10px;
}

div.S_admin_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

div.S_admin_list_title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

td.S_admin_list_item {
    padding: 15px;
    border: dashed 1px #000000;
}

.S_entry p {
    margin: 0px;
    padding-bottom: 10px;
}

/** Embedded images with the s9y image manager **/
.S_imageComment_center,
.S_imageComment_left,
.S_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    margin: 3px;
}

.S_imageComment_center {
    margin: 0px;
}

.S_imageComment_left {
    float: left;
}

.S_imageComment_right {
    float: right;
}

.S_imageComment_img,
.S_imageComment_img img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

.S_imageComment_txt {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: xx-small;
    text-align: center;
}

.S_admin_list_item_even {
    background-color: #ffffff;
}

.S_admin_list_item_uneven {
    background-color: #E0E0E0;
}
.S_admin_filters {
    border: 1px dashed;
    background-color: #FFFFFF;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 2px;
}

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

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

.S_admin_sortorder input,
.S_admin_sortorder select,
.S_admin_filters input,
.S_admin_filters select {
    font-size: 10px;
}

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

.S_entry_author_self {
}

.S_comment_author_self {
    background-color: #f5f5f5;
}

.S_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}
/* $Id: format.css,v 1.4 2006/11/30 22:41:58 mleisi Exp $ */
