﻿.threeforths
{
	margin-right: 30px;
}

.serendipity_date
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	text-transform: lowercase;
	color: #999;
	text-align: right;
	font-size: small;
	line-height: 10px;
	margin-top: 40px;
}

.serendipity_title,
.serendipity_commentsTitle
{
	font-size: large;
	padding-bottom: 5px;
	margin-bottom: 0px;
	color: #006495;
}

.serendipity_entry_body
{
	padding-left: 15px;
}

.serendipity_entry_body h1, 
.serendipity_entry_body h2, 
.serendipity_entry_body h3, 
.serendipity_entry_body h4, 
.serendipity_entry_body h5
{
	margin: 0 0 0 -5px;
	padding: 0px;
}

.serendipity_entryFooter
{
	border-width: 1px;
	border-color: #ccc;
	text-align: center;
	background-color: #F5F5F5;
	margin-top: 20px;
	margin-bottom: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.serendipitySideBarTitle
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	text-transform: lowercase;
	color: #999;
	font-size: small;
	line-height: 10px;
	padding-left: 10px;
}

/********* Calendar Styles *********/

/* style for entire table in calendar plugin */
table.serendipity_calendar {
	border-bottom:1px solid #ddecfb;
	border-left:1px solid #ddecfb;
	border-right:1px solid #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 */
.serendipity_calendarHeader, 
.serendipity_calendarHeader a:link, 
.serendipity_calendarHeader a:visited, 
.serendipity_calendarHeader a:active, 
.serendipity_calendarHeader a:hover
{
	border: 0;
	color: #FFFFFF;
	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
{
	border: 1px solid #cccccc;
	color: #444;
}

/* 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 *********/
/********* 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: #999;
	margin:10px 0 4px 0;
	text-transform:lowercase;
	display:block;
	font-size:.9em;
	border-bottom: 1px solid #ddd;
	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 {
	line-height:0.9em; }

/********* End of Sidebar Styles *********/

/* all table headers and rows */
th, td {
	font-size: 10pt; }
	
/* 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; }

/* disable the br tags that are automatically inserted into <pre><code> tags */
pre code br
{
	display: none;
}	

/********* 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: #336d9f;
	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 *********/

