
      .serendipity_findmore {
        margin: 5px auto 5px auto;
        padding: 5px;
        text-align: center;
      }

      .serendipity_findmore img {
        border: 0px;
      }

      .serendipity_diggcount {
          float: left;
      }
/* templates/carl_contest/style.css  */
/********* General Styles  ********/
 /* used in entry/sidebar titles */
h4, h3	{
	margin:0 auto; }

/* 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: 0px 50px 0px 50px;
	padding: 10px 10px 10px 10px;
	color: #cc6633;
	border-right: 0px solid #999999;
	border-top: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 3px solid #cc6633;
	}

/* all links are blue with no underline */
a:link, a:visited, a:active {
	color: #235587;
	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; }
	
/********* blogads indent *********/
div.adspot * ul {
  list-style: none;
  width: 150px;
  margin: 0;
  padding: 0;
}

div.adspot * li {
   list-style-position: outside;
   border: thin solid black;
   background-image: url(semi.gif);
   text-align: center;
   width: 100%;
   cursor: pointer;
   overflow: hidden;
   display: block;
}	
/********* blogads indent *********/

.serendipity_categories_plugin input {
width: 125px !important; } 


/********* Structural Styles *********/

/* preset styles for entire blog unless overruled elsewhere, page footer is here as well background-image: url(templates/carl_contest/img/bblue.jpg);
	background-position: center; */
body {
	
	font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif; }
/* wrapper for page */
#wrap {
	margin:0 auto;
	width: 100%; }

/* container for banner */
#serendipity_banner {
	padding-bottom: 5px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 70%;
	height: 20px;
}

/* container for content and sidebar */
#mainpane {
	margin: auto;
    margin-top: 0px;
    width: 100%;
}

/* container for entries column */
#content {
	border-top:0px solid #006666;
	border-right:0px solid #006666;
	border-left:0px solid #006666;
	border-bottom:0px solid #006666;
	padding: 10px 20px 10px 20px;
	margin: 0 10px 10px 10px;
	width: 100%; }


/* background: #CCFFFF;container for right sidebar */
#serendipityRightSideBar {
	width: 160px;
	border-top:0px solid #006666;
	border-right:1px solid #cccccc;
	border-left:0px solid #cccccc;
	border-bottom:0px solid #006666;
	padding: 3px 3px 3px 3px;
	margin: 0px;
    text-align: center;
	vertical-align: top; }

/* background: #CCFFFF;container for left sidebar */
#serendipityLeftSideBar {
	width: 160px;
	border-top:0px solid #006666;
	border-right:0px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:0px solid #006666;
	padding: 3px 3px 3px 3px;
	margin:0;
	text-align: center;
	vertical-align: top; }

/* container for page footer */
#footer {
	align: left;
	width: 100%;
	padding: 0;
	margin-right: 0px;
	background-color: #ffffff; }

/********* 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: #660000;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 24px;
	padding-left: 0px;
	padding-top: 0px;
	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: #006666;
	padding-left: 0px;
	font-size: 18px;
	margin: 0px;
	text-decoration: none; }

/********* End of Header/Banner Styles *********/

/********* Footer Styles *********/

/* footer paragraph text */
#footer p {
	color:#660000;
	text-align:left;
	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 {
	font-family: arial, helvetica, sans-serif;
	color: #333;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px 0 10px 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;
	font-style: italic;
	color: #990000;
	margin: 0 0 0 0;
	text-transform:lowercase;
	display:block;
	font-size:.9em;
	border-top: 1px solid #cccccc;
	padding: 5px 0px 5px 0px; }

/* entry title */
.serendipity_title {
	text-align: left;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	background-color: #E6E6E6;
	color: #006666;	}

/* style for the meta box title */
.serendipity_meta_title {
		width: 100%;
	font-size: small;
		margin: 0; 
	padding:0;
	color: #006666;	}

/* 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: #006666; }

/*entry title link when hovered over, changes to orange */
.serendipity_title a:hover {
	color: #e37235; }

/* additional styles used for entry text */
.serendipity_entry p {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	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 {
	text-align: left; 
	vertical-align: baseline;
	margin: 0px 0px 0px 0px;
	width:100%;
	/*font-weight: bold;
	font-style: italic;
	font-size: small;*/
	color: #990000;
	padding: 0px 0px 0px 0px; }

/* 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;
	margin-top: 12px;
	color: #660000;
	clear:left; }

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

/* style for comment author, date commented etc */
.serendipity_comment_source {
/*	font-weight: bold;
	font-style: italic;*/
	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:5px 0px 5px 0px;
	padding: 5px;
	border-top:1px solid #000000;
	border-left:0px solid #660000;
	border-right:0px solid #660000;
	border-bottom:0px solid #660000;
	color:#000000;
	line-height:1.5em; }

/* style for odd numbered comments*/
.comment_oddbox {
	margin:5px 0px 5px 0px;
	border-top:1px solid #990000;
	border-bottom:0px solid #006699;
	color:#990000;
	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;
	text-align: left;
	font-weight:normal; }

/* style for each sidebar title */
.serendipitySideBarTitle {
	line-height:0.85em;
	color: #990000;
	margin:5px 0 5px 0;
	text-transform:lowercase;
	display:block;
	font-size:.9em;
	border-bottom: 1px solid #ddd;
	padding: 5px 0 5px 0px; }

/* 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:75%; }

/* style for side bar date eg recent entries plugin */
.serendipitySideBarDate {
	line-height:0.9em; }

/********* End of Sidebar 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: right; }

/* 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: right; }

/* 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:#006666;
	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 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:#333; }

/* style for comment body within sidebar */
.plugin_comment_body {
	font-style:oblique; }
	
.serendipity_categories_plugin input {
width: 50% !important;
}
/********* End Plugin Styles *********/
.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}
