img {
   behavior: url("index.php?/plugin/pngbehavior.htc");
}
.serendipity_comics {
	font-size: 15px;
	font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    display: block;
}
.serendipityAuthorProfile {
    border: 1px solid #909090;
    width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.serendipityAuthorProfile dt {
    margin-top: 5px;
    font-weight: bold;
}

.serendipityAuthorProfile dd {
    margin-bottom: 5px;
}
.serendipity_authorpic {
    float: right;
    margin: 5px;
    border: 0px;
    display: block;
}

.serendipity_commentcount {
    float: right;
}
#serendipityFAQNav {
    border-bottom:1px solid #000000;
    margin:auto auto 10px auto;
}

#serendipityFAQNav a {
    text-decoration:none;
}

#serendipityFAQNav p {
    margin:0px 0px 0px 0px;
    padding:2px 2px 2px 2px;
}

.serendipity_entrypaging {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    display: block;
}
/* templates/mt-clean/style.css  */
/******************************************************//* Theme by Carl Galloway                             *//* http://www.carlgalloway.com                        *//* This is a structured and commented version         *//* of the serendipity blog default theme.             *//*                                                    *//* Styles have been organised into the following      *//* groups; general, header, footer, entry, comments   *//* commentform, sidebar, calendar, image media, and   *//* plugins.                                           *//*                                                    *//* My comments are inside the /*  */, these can       *//* safely be deleted if you do not require them.      *//******************************************************//********* General Styles  *********/ /* used in entry/sidebar titles */h4, h3	{	color: #ff0033;	margin: 0; }/* the input boxes used in forms */input, textarea, select {	font-size: 10pt; }/* all table headers and rows */th, td {	font-size: 10pt; }/* style for lists */li {	list-style-position: inside; }/* style for blockquotes inserted into posts */blockquote {	margin: 15px 30px 0 15px;	padding-left: 15px;	border-left: 4px dotted #2a5a8a; }/* all links are blue with no underline */a:link, a:visited, a:active {	color: #ff0033;	text-decoration: none; }/* change link color to dark blue and underline when hovered over */a:hover {	color: #5f90ba;	text-decoration: underline; }/* used when s9y needs to center something */.serendipity_center {	margin-left: auto;	margin-right: auto;	text-align: center; }/* warning messages from s9y */.serendipity_msg_important {	color: red; }/* messages letting you know something has happened eg comment saved */.serendipity_msg_notice {	color: green; }/* style to temporarily change something to grey */.grey {	color:#999; }/********* End of General Styles *********//********* Structural Styles *********//* preset styles for entire blog unless overruled elsewhere, page footer is here as well */body {	direction: ltr;	font-size: 0.9em;	background-color: #380E0A;	margin: 0;	padding:0;	font-family: "georgia", times new roman, serif; }/* wrapper for page */#wrap {	width:90%;	margin:0 auto; }/* container for banner */#serendipity_banner {	margin: auto;	width: 100%;	height: 72px;	background-image: url(templates/mt-clean/img/background.png); }/* container for content and sidebar */#mainpane {	margin: 0 0;	width: 1020px;	border-top: 0px;	align: left;	background-image: url(http://www.electropeasant.com/newback.gif); }/* container for entries column */#content {	padding: 0 10px 10px 10px;	margin: 0 10px 10px 10px;	width: 800px; }/* container for right sidebar */#serendipityRightSideBar {	width: 220px;	padding: 0 0 0 10px;	margin:0;	vertical-align: top; }/* container for left sidebar */#serendipityLeftSideBar {	width: 220px;	padding:0 10px 0 1px;	margin:0;	vertical-align: top; }/* container for page footer */#footer {	padding:0;	margin:0;	background-color: #380E0A; }/********* End of Structural Styles *********//********* Header/Banner Styles *********//* the big link in the banner, blog name/entry title */a.homelink1, a.homelink1:hover, a.homelink1:link, a.homelink1:visited, #serendipity_banner h1 {	color: #ff0033;	font-family: Georgia, Times New Roman serif;	font-size : 20px;	padding-left:15px;	padding-top: 20px;	margin: 0px;	text-decoration: none; }/* the smaller link in the banner, blog description */a.homelink2, a.homelink2:hover, a.homelink2:link, a.homelink2:visited, #serendipity_banner h2 {	color: #ff6600;	padding-left: 15px;	font-size: 14px;	margin: 0px;	text-decoration: none; }/********* End of Header/Banner Styles *********//********* Footer Styles *********//* footer paragraph text */#footer p {	color:#ff6600;	text-transform:lowercase;	font-size: 9pt;	font-weight:bold;	line-height: 1.5; }/* make footer links blue, no underline */#footer a {	color:#ff0033;	text-decoration:none; }/* underline footer links when hovered over */#footer a:hover {	text-decoration:underline; }/********* End of Footer Styles *********//********* Entry Styles *********//* container for the entry/post */.serendipity_entry {	font-family: georgia, times new roman, serif;	color: #99ff66;	font-size: 9.5pt;	font-weight: normal;	margin: 10px 0 40px 0; }/* container for entry title and date */.serendipity_Entry_Date {	color: #99ff66;	clear:both; }/* style for the actual date below entry title */.serendipity_date {	text-align:right;	line-height:0.85em;	color: #ffcc00;	margin:10px 0 0 0;	text-transform:lowercase;	display:block;	font-size:.9em;	border-bottom: 2px dotted #66ff33;	padding: 10px 12px 0 0; }/* entry title */.serendipity_title {	font-size: medium;	font-weight: bold;	margin-top: 5px;	color: #ff0033; }/* style for the meta box title */.serendipity_meta_title {	font-size: small;	font-weight: bold;	margin: 0; padding:0;	color: #ff0033; }/* entry title link, regular color is black */.serendipity_title a:link, .serendipity_title a:visited {	text-decoration: none;	font-weight: bold;	border: 0;	background:none;	color: #ff0033; }/*entry title link when hovered over, changes to orange */.serendipity_title a:hover {	color: #66ff00; }/* additional styles used for entry text */.serendipity_entry p {	margin: 0px;	padding-bottom: 0px; }/* style for extended body */.serendipity_entry_extended {	margin-top:20px; }/* prevent styling of the extended placeholder, otherwise the background image is visible */#extended {	background:none;	display:none; }/* the meta box that includes links to comments, trackbacks etc */div.serendipity_entryFooter {	margin: 0 0 10px 10px;	width:170px;	float:right;	border:2px dotted #ddecfb;	background-color:#f6f8fb;	font-size: 0.8em;	color: #ff0033;	padding-bottom: 4px; }/* style for links within the page footer */div.serendipity_entryFooter a {	font-weight:bolder; }/* style for hovered over links within page footer */div.serendipity_entryFooter a:hover {	color: #e37235;	text-decoration:none; }/* styles for category icon if used */img.serendipity_entryIcon {	float: right;	border: 0px;	margin-top:1px; }/* styling the continue reading byline, needed to stop firefox making the link 100% wide */.continue_reading {	display:block;	margin-top:10px;	clear:left; }/* styling the continue reading byline link */.continue_reading a {	font-weight:normal;	background:none; }/* styling the continue reading byline when hovered over */.continue_reading a:hover {	color: #5f90ba;	background:none;	text-decoration: underline; }/* not used, but allows additional style to show author's posts in multi-author blogs */.serendipity_entry_author_self {	}/* styles for the next/previous links above footer, includes start page and archives links */.serendipity_pageFooter {	clear:both;	margin-top:10px; }/* container for summary listings in archives */.archive_summary {	clear:both;	margin:15px 0 0 10px;	font-size:0.9em;}/* style for entry title in summary archives overview */.archive_summary_title {	font-size: 1.0em;	font-weight: bold;	margin: 0; padding:0; }/********* End of Entry Styles *********//********* 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: #ff0033;	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 dotted #e37235;	border-bottom:3px dotted #e37235; }/* style for even numbered comments*/.comment_evenbox {	margin:0 0 20px 0;	border-top:1px dotted #5f90ba;	border-bottom:1px dotted #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 dotted #c0c0c0;	border-bottom:1px dotted #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 *********//********* Sidebar Styles *********//* container style for individual sidebar blocks */div.serendipitySideBarContent {	padding-bottom: 12px;	margin-bottom: 12px;	font-size: 12px;	font-weight:normal; }/* style for each sidebar title */.serendipitySideBarTitle {	line-height:0.85em;	color: #ff0033;	margin:10px 0 4px 0;	text-transform:lowercase;	display:block;	font-size:.9em;	border-bottom: 1px dotted #ff0033;	padding: 10px 0 0 12px; }/* style for the powered by sidebar entry */div.serendipityPlug img {	padding-left:5px; }/* style for the powered by link */div.serendipityPlug a {	text-decoration: none;	border: 0px; }/* style for input and select drop downs in sidebar */.serendipitySideBarContent input, .serendipitySideBarContent select {	width:150px; }/* style for side bar date eg recent entries plugin */.serendipitySideBarDate {	color: #ff6633;	line-height:0.9em; }/********* End of Sidebar Styles *********//********* Calendar Styles *********//* style for entire table in calendar plugin */table.serendipity_calendar {	border-bottom:1px dotted #ddecfb;	border-left:1px dotted #ddecfb;	border-right:1px dotted #ddecfb; }/* container style for calendar table rows */table.serendipity_calendar td {	text-align:center;	padding: 3px; }/* style for calendar date links */table.serendipity_calendar a {	font-weight: bold;	text-decoration:none; }/* style for calendar links when hovered over */table.serendipity_calendar a:hover {	text-decoration: underline; }/* style for calender header row */.serendipity_calendarHeader {background:#235587; }/* styles for month name and arrows in calendar */td.serendipity_calendarHeader a:link, td.serendipity_calendarHeader a:visited, td.serendipity_calendarHeader a:hover {	border: 0;	color:#fff;	text-decoration: none; }/* style for calendar weekday names */td.serendipity_weekDayName {     	font-size:95%!important;	font-size:90%;	font-weight:575;	color:#fff;	background:#5f90ba; }/* style for calendar day rows */td.serendipity_calendarDay {	color:#888;	font-size:90%; }/* separate style for today's date */td.Today {color: #444; text-decoration: overline; }/* styles for calendar days rows */.row1 {background: #ddecfb; }.row2 {background: #e2eefb; }.row3 {background: #e7f1fb; }.row4 {background: #ecf3fb; }.row5 {background: #f1f6fb; }.row6 {background: #f6f8fb; }/********* End of Calendar Styles *********//********* Embedded images with the s9y image manager *********//* container for images and text */.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {	border: 1px dotted #DDDDDD;	background-color: #EFEFEF;	margin: 3px;	padding: 3px;	text-align: center; }/* style to center image and text within entry */.serendipity_imageComment_center {	margin: auto; }/* style to left align image and text within entry */.serendipity_imageComment_left {	float: left; }/* style to right align image and text within entry */.serendipity_imageComment_right {	float: right; }/* styles for the images */.serendipity_imageComment_img, .serendipity_imageComment_img img {	margin: 0px;	padding: 0px;	border:none;	text-align: center; }/* styles for the text below the image if used */.serendipity_imageComment_txt {	border-top: 1px dotted #DDDDDD;	margin: 0px;	padding: 3px;	clear: both;	font-size: 8pt;	text-align: center; }/********* End of Media Manager Styles *********//********* Plugin Styles *********//* container for search results, static page navigation and s9y no entries message */.serendipity_search, .staticpage_navigation, .serendipity_overview_noentries {	margin:10px 0 20px 0;	padding:10px;	border:1px dotted #c0c0c0;	background-color:#fafbfc;	color:#505050;	line-height:1.5em;	clear:both; }/* style for input box for quicksearch */#serendipityQuickSearchTermField {	width:70%;	margin-top:10pdiv.linklist span.menu_title {
}

div.linklist {
      padding: 0px;
      margin: 0px;
      text-align: left;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	direction: ltr;
}
div.linklist ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      text-align: left;
	white-space: nowrap;
}

div.linklist li {
      margin: 0px;
      padding: 0px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}


div.linklist img {
	border: 0px;
	vertical-align: middle;
}
div.linklist a.folder {
	text-decoration: none;
}
div.linklist a.link {
	text-decoration: underline;
}
div.linklist a:hover {
	color: #333;
}
.serendipity_freeTag
{
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
    font-size: 7pt;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.serendipity_freeTag_related
{
    margin-left: 50px;
    margin-right: 0px;
    text-align: left;
    font-size: small;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}

.serendipity_freetag_taglist
{
    margin: 10px;
    border: 1px solid #6265F0;
    padding: 5px;
    background-color: #B5B8FF;
    text-align: justify;
}

.serendipity_freeTag a
{
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_freeTag a:hover
{
    color: green;
    text-decoration: underline;
}
img.serendipity_freeTag_xmlButton
{
    vertical-align: bottom;
    display: inline;
    border: 0px
}
