html, body {
	margin: 0px;
	padding: 0px;
	border: none;
	height: 100%;
}

html, body, table, td {
	font-family: Trebuchet MS;
	font-size: 10pt;
	line-height: 1.2em;
	color: #000000;
}

td img {
	display: block;
}

a img {
	border: 0px;
	display: inline;
}

p {
	margin: 0px;
}

h1 {
	font-family: Tahoma Small Cap, Arial Black, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0.9em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0.9em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0em;
}

a {
	color: #4E9200;
	text-decoration: none;
	outline: none;
}

a:hover, a.option:hover {
	color: #1E74D8;
}

a.option {
	color: #A0A0A0;
	text-transform: uppercase;
	margin-right: 20px;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: disc;
}

ol {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

li {
	list-style-position: outside;
	margin: 0px 0px 0px 17px;
	padding: 0px;
}

span.title {
	font-family: Tahoma Small Caps, Arial Black, sans-serif;
	font-weight: bold;
	font-size: 2.7em;
	color: #000000;
}

span.tagline {
	font-size: 10pt;
	font-weight: bold;
}

div.photo img, .media {
	border: 2px solid #000000;
}

div.photo {
	border: none;
	width: 124px;
	height: 94px;
	margin-bottom: 10px;
	margin-left: 20px;
}

div.collapsedphoto {
	border: none;
	width: 0px;
	height: 0px;
	margin-bottom: 0px;
}

td.leftbox_header {
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
}

td.leftbox {
	height: 100%; 
	padding-top: 0.5em;
	line-height: 1.25em;
	font-size: 0.8em;
	color: #000000;
}

.leftbox_background {
	background: #F4FFE8;
}

.rightbox_background {
	background: #D4F3AD;
}

a.leftbox {
	color: #3B6F00;
	font-weight: bold;
}

a.leftbox:hover {
	color: #3B6F00;
	text-decoration: underline;
}

a.box {
	color: #4E9200;
	font-weight: bold;
}

a.box:hover {
	color: #4E9200;
	font-weight: bold;
	text-decoration: underline;
}

div.text {
	margin-bottom: 1em;
	padding: 1px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, .input {
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 1em;
	padding: 1px;
}

.input_inactive {
	border: 1px solid #606060;
	background: #F0F0F0;
	color: #606060;
	font-family: Trebuchet MS;
}

.input_active {
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
	font-family: Trebuchet MS;
}

.checkbox_inactive {
	border: 1px dotted #FFFFFF;
	background: transparent;
}

.checkbox_active {
	border: 1px dotted #A0A0A0;
	background: transparent;
}

.button {
	border: 1px solid #000000;
	border-top-color: #A0D169;
	border-left-color: #A0D169;
	border-bottom-color: #2D5400;
	border-right-color: #2D5400;
	background: #58A500;
	color: #ffffff;
	cursor: pointer;
	padding: 0px;
	outline: none;
}

.button_disabled {
	border: 1px solid #000000;
	border-top-color: #A0A0A0;
	border-left-color: #A0A0A0;
	border-bottom-color: #404040;
	border-right-color: #404040;
	background: #707070;
	color: #D0D0D0;
	cursor: help;
	padding: 0px;
	outline: none;
}

.compact {
	font-size: 9pt;
	line-height: 10pt;
	padding: 0px;
	margin: 0px;
	height: 1em;
	font-weight: normal;
}

.invisible {
	opacity: 0.01;
}

td.nav1 {
	width: 106px;
	height: 22px;
	background: url(../images/button.gif);
	cursor: pointer;
	padding-left: 8px;
}

td.nav1_active {
	width: 106px;
	height: 22px;
	background: url(../images/button_a.gif);
	cursor: pointer;
	padding-left: 8px;
}

td.nav2 {
	height: 19px;
	padding: 0px 6px 0px 6px;
	background: #58A500;
	cursor: pointer;
	font-size: 10pt;
}

td.nav2_active {
	height: 19px;
	padding: 0px 6px 0px 6px;
	background: #93CC52;
	cursor: pointer;
	font-size: 10pt;
}

.nav {
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}

.nav:hover {
	color: #ffffff;
}















/**********************/
/* serendipity styles */
/**********************/

/********* General Styles  *********/

/* style for blockquotes inserted into posts */
blockquote {
	margin: 15px 30px 0 15px;
	padding-left: 15px;
	border-left: 4px solid #2a5a8a; }

/* 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 *********/

/* container for content and sidebar */
#mainpane {
	width: 100%;
}

/* container for entries column */
#content {
	width: auto; }

/* container for right sidebar */
#serendipityRightSideBar {
	width: 125px;
	padding: 0 0 0 10px;
	margin:0;
	vertical-align: top; }

/* container for left sidebar */
#serendipityLeftSideBar {
	width: 124px;
	padding:0 13px 0 0;
	margin:0;
	vertical-align: top; }

/* container for page footer */
#footer {
	padding:0;
	margin:0;
	background-color: #ecf3fd; }

/********* End of Structural Styles *********/


#serendipity_banner {
	display: none;
}


/********* Footer Styles *********/

/* footer paragraph text */
#footer p {
	color:#666;
	text-transform:lowercase;
	font-size: 9pt;
	font-weight:bold;
	line-height: 1.5; }

/* make footer links blue, no underline */
#footer a {
	color:#215385;
	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 {
	color: #333;
	font-weight: normal;
	margin: 10px 0 40px 0; }

/* container for entry title and date */
.serendipity_Entry_Date {
	clear:both; }

/* style for the actual date below entry title */
.serendipity_date {
	text-align:right;
	line-height:0.85em;
	color: #999;
	margin:0 0 0 0;
	text-transform:uppercase;
	display:block;
	font-size:.9em;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0 0; }

/* entry title */
.serendipity_title {
	font-size: medium;
	font-weight: bold;
	margin-top: 5px;}

/* style for the meta box title */
.serendipity_meta_title {
	font-size: small;
	font-weight: bold;
	margin: 0; padding:0;}

/* 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;}

/*entry title link when hovered over, changes to orange */
.serendipity_title a:hover {
}

/* additional styles used for entry text */
.serendipity_entry p {
	margin-top: 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:1px solid #ddecfb;
	background-color:#f6f8fb;
	font-size: 0.8em;
	color: #000000;
	padding-bottom: 4px; }

/* style for links within the page footer */
div.serendipity_entryFooter a {
	font-weight:bold; }

/* 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; }

/* 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;
	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 *********/




/********* 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: #000000;
	margin: 0 0 4px 0;
	text-transform:uppercase;
	display:block;
	font-size:.9em;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	padding: 1px 0 0 0; }

/* 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:125px; }

/* style for side bar date eg recent entries plugin */
.serendipitySideBarDate {
	line-height:0.9em; }

/********* End of Sidebar Styles *********/




/********* Calendar Styles *********/

/* style for entire table in calendar plugin */
table.serendipity_calendar {
	border:1px solid #000000; }

/* container style for calendar table rows */
table.serendipity_calendar td {
	text-align:center;
	padding: 2px; }

/* 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:#58A500; }

/* 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:80%;
	font-weight:bold;
	color:#fff;
	background:#93CC52; }

/* style for calendar day rows */
td.serendipity_calendarDay {
	color:#000000;
	font-size:80%; }

/* separate style for today's date */
td.Today {color: #000000; font-weight: bold; text-decoration: underline; }

/* styles for calendar days rows */
.row1 {background: #E4F5D1; }
.row2 {background: #E4F5D1; }
.row3 {background: #E4F5D1; }
.row4 {background: #E4F5D1; }
.row5 {background: #E4F5D1; }
.row6 {background: #E4F5D1; }

/********* 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 solid #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 solid #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 solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
	clear:both; }

/* style for input box for quicksearch */
#serendipityQuickSearchTermField {
	width:70%;
	margin-top:10px!important;
	margin:0;
	padding:0; }

/* style for the seearch term and number of results using quicksearch */
.searchterm, .searchresults {color:#235587;font-weight:bold; }

/* style for freetag items above entries */
.serendipity_freetag_taglist {
	margin:10px 0 20px 0;
	padding:15px;
	font-size: 80%;
	color:#505050;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	line-height:1.5em;
	text-align: justify; }

/* container for freetag plugin in entry footer */
.serendipity_freeTag {
	margin-top:10px;}

/* style for the rss feed image in freetag plugin */
img.serendipity_freeTag_xmlButton {
	border:none;
	padding-left:2px; }

/* container for karma vote plugin */
.serendipity_karmaVoting {
	margin-top: 10px; }

/* allows additional styling for top exits text in karma plugin */
.serendipity_karmaVoting_exits {
	}

/* style for number of top exits in karma plugin */
.serendipity_karmaVoting_exits_num {
	}

/* style for karma plugin 'Karma for this article:' and vote links */
.serendipity_karmaVoting_text {}

/* style for vote links in karma plugin */
.serendipity_karmaVoting_links {
	display:block;
	clear:left; }

/* style for karma plugin text and vote line */
.serendipity_karmaVoting_current, .serendipity_karmaVoting_visits {}

/* style for the separator '|' in the karma plugin top exits */
.serendipity_karmaVoting_exits_sep, .serendipity_karmaVoting br {
	display:none; }

/* container for comments plugin within sidebar */
.container_serendipity_plugin_comments {
	color:#333; }

/* style for line break in comments plugin */
.container_serendipity_plugin_comments br {
	line-height:0.5em; }

/* container for individual comment within sidebar */
.plugin_comment_wrap {
	display:block;
	margin:15px 0 0 0;
	border-top:1px solid #ddecfb;
	border-bottom:1px solid #ddecfb;
	background-color:#fafbfc;
	color:#505050; }

/* style for comment body within sidebar */
.plugin_comment_body {
	font-style:oblique; }

/********* End Plugin Styles *********/


