/*
Theme Name: Web 2.0* Phase 3
Theme URI: http://www.neilmerton.co.uk/
Version: 1.6.0
Description: A clean and simple 2 column fluid-width theme influenced by current Web 2.0 colours and fonts with and an Options page, built-in admin area in sidebar and Widget support.<br />Fully supports Wordpress 2.3.<br />*includes AJAX commenting.
Author: Neil Merton
Author URI: http://mewebdev.net/
*/

/* =RESET
======================================================== */
/* IVORY BAKERY
   blue #005a9c
   red #dc145e
*/



* { margin: 0; padding: 0; }


/* =GENERAL
======================================================== */

html body {
	background-image: url('/images/bg/005a9c.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF; /* #f4f8ea;  #2f4f4f;  #ff956d;  #FF743D; */
	font-family: Georgia, "Times New Roman", serif;
	color: 	#000000;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: normal;
	text-align: center;
	}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #0000ff;
}

code, pre {
	display: block;
	font: normal normal 1em/1.5em "Lucida Console", "Courier New", Courier, monospace;
	padding: 0.5em;
}

/* =CONTAINER
======================================================== */

div#outermost_container {
	xmargin-top: 100px;
	margin-bottom: 100px;
	xbackground-color: #FFF;
	xfont-size: 20px;
	width: 1150px;
	xmargin-left: 10%;
	xmargin-right: 10%;
	border: solid 1px #2f4f4f;
	padding: 2em;
	background-color: #FFFFFF; /* #FF743D; */
	text-align: left;
}

#wp-container {
	margin: 0em auto 0em auto;
	text-align: left;
	xwidth: 100%;
	xborder-left: solid 1px #005a9c;
	xborder-right: solid 1px #005a9c;
}


/* =HEADER
======================================================== */

#navigationbar
{
	width: 1150px;
	margin-top: 100px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.15em;
}

#wp-header {
	xheight: 4em;
	xpadding: 1em 0em 0em 1em;
	xborder: solid 3px orange;
	xwidth: 90%;
	}

#wp-header h1 {
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: -1px;
	font-family: Georgia, Times, "Times New Roman", serif;
	}

#wp-header-logo {
	xpadding: 1em;
	width: 251px;
	xborder: 1px solid limegreen;
	xtext-align: left;
	margin-bottom: 2em;
	float: left;
}

#header-logo2
{
	float: right;
	width: 450px;
        font-size: 25px;
	margin-top: 25px;
        line-height: 35px;
	xborder: 1px solid limegreen;
}

#wp-header-about {
	text-align: left;
	font-size: 0.8em;
	width: 38%;
	float: right;
	xborder: solid 1px orange;
}

#wp-header dfn {
	margin: 1.75em 0 0 0;
	text-align: right;
	width: 49%;
	}

#wp-header2 {
	clear: both;
	display: block;
	background-color: #005a9c;
	xmargin-top: 100px; 
	xmargin-bottom: 100px;
	xborder: solid px red;
	padding: 3em 0em 3em 0em;
	}

#wp-header2 div.desc {
	color: #ffffff;
	font-size: 1.4em;
	margin-bottom: 7px;
	margin-left: 3em;
}

#wp-header2 span {
	font-weight: bold;
	font-size: 1.45em;
}

#r2-wp-header2 {
	clear: both;
	display: block;
	xbackground-color: #005a9c;
	xmargin-top: 100px; 
	xmargin-bottom: 100px;
	border: solid 3px cyan;
	xpadding: 3em 0em 3em 0em;
	}

#r2-wp-header2 div.desc {
	xcolor: #ffffff;
	xfont-size: 1.4em;
	xmargin-bottom: 7px;
	xmargin-left: 3em;
}

#r2-wp-header2 div.desc span {
	xfont-size: 1.45em;
}

/* =MENU Main
======================================================== */

#wp-menu-main-left {
	text-align: left;
	float: left;
	}

#wp-menu-main-right {
	text-align: right;
	}

#wp-menu-main-left ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#wp-menu-main-left ul li{
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	xborder: 1px solid limegreen;
	list-style: none;
	display: inline;
	}

#wp-menu-main-left ul li a {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	}

#wp-menu-main-left ul li a:hover {
	}

#wp-menu-main-right ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#wp-menu-main-right ul li{
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	xborder: 1px solid #000;
	list-style: none;
	display: inline;
	}

#wp-menu-main-right ul li a {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	}


#wp-menu-main ul.contact {
	text-align: right;
	xmargin-left: 0;
	xmargin-bottom: 0;
	xpadding: 2px 15px 5px;
	border: 1px solid red;
	list-style: none;
	display: inline;
	}

#wp-menu-main a {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	}

#wp-menu-main a:hover {
	xcolor: #FFE4E1;
	}

#wp-menu-main ol {
	xfloat: left;
	list-style-type: none;
	xwidth: 100%;
	}

#wp-menu-main ol li {
	float: left;
	line-height: 40px;
	border: solid 3px orange;
	width: 115px;
	xbackground-image: url(/images/tab/bluetab2noreflection.png);
	}
#wp-menu-main ol li.first {
	margin-left: 2em;
	}

#wp-menu-main ol li a {
	xdisplay: block;
	xfont-weight: bold;
	xline-height: 1.5em;
	xmargin: 0;
	xpadding: 0.25em 1em 0.2em;
	xtext-align: center;
	xtext-transform: uppercase;
	xbackground-image: url(/images/tab/bluetab.png);
	xborder: solid 2px limegreen;
	xwidth: 215px;
	xline-height: 200px;
	}

#wp-menu-main ol li a:hover {
	xbackground: url('/images/raspberrytab.png'); /* 0 50% repeat-x; */
	}

/* =2nd level*/

#wp-menu-main ol li ul {
	left: -999em;
	list-style-type: none;
	position: absolute;
	width: 15em;
	}

#wp-menu-main ol li:hover ul,
#wp-menu-main ol li.sfhover ul {
	left: auto;
	}
#wp-menu-main ol li ul li a,
#wp-menu-main ol li ul li.current_page_item a {
	text-align: left;
	width: 10em;
	}


/* =CONTENT
======================================================== */

#wp-content {
	xmin-height: 40em; 
	xheight: auto;
	xmargin: 1em;
	xwidth: 100%;
	xborder: solid 1px orange;
	}

/* =CONTENT Primary
======================================================== */

#wp-content-pri {
	margin-top: 32px;
	float: left;
	width: 66%;
	xborder: solid 3px red;
	xborder-left: solid 1px silver;
	xborder-right: solid 1px silver;
	}

#wp-content-pri blockquote {
	background-color: #f7f7f7;
	}

#wp-content-pri blockquote p {
	font-size: 1em;
	font-weight: bold;
	}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	xmargin-top: 1em;
	xmargin-bottom: 0.5em;
	font-family: Georgia, Times, "Times New Roman", serif;
	xborder: solid 1px orange;
	}

#wp-content-pri h2 a {
	border-bottom: 0 solid;
	font-size: 1.25em;
	xcolor: #dc145e;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
}

#wp-content-pri h2 a:hover {
	xcolor: #0088FF;
}

#wp-content-pri h3 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: normal;
	margin: 1em 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	}

#wp-content-pri p {
	line-height: 1.5em;
	margin: 1em 0;
	font-size: 1.0em;
	}

#wp-content-pri ol {
	margin: 1em 2em;
	}

#wp-content-pri ul {
	margin: 1em 2em;
	list-style-type: square;
	}

#wp-content-pri li {
	line-height: 1.5em;
	font-size: 0.875em;
	}

#wp-content-pri p img {
	padding: 0;
	max-width: 100%;
	}
#wp-content-pri .img-left,
#wp-content-pri img.left {
	float: left;
	margin: 0 0.3em 0.25em 0;
	}
#wp-content-pri .img-right,
#wp-content-pri img.right {
	float: right;
	margin: 0 0 0.25em 0.3em;
	}

#wp-content-pri .post-editorial {
	font-size: 1em;
	font-style: italic;
}

/* =POSTS
======================================================== */

.post {
	xborder-style: solid;
	xborder-width: 0 0 4px;
	clear: both;
	xmargin-top: 1em;
	xmargin-bottom: 3em;
	xpadding-bottom: 1em;
	xborder: solid 2px orange;
	border-bottom: solid 1px silver;
	xbackground-color: #f7f7f7;
	xpadding: 1em 2em 1em 1em;
	padding: 1em;
	}

.post-meta {
	xborder-style: solid;
	xborder-width: 0 0 5px;
	xpadding-bottom: 0.75em;
	}
.post-meta p span a {
	xborder-bottom: 0 solid !important;
	}
.post-meta p {
	xline-height: 1em !important;
	xmargin: -1em 0 0 !important;
	}
.post-meta p span.post-meta-date {
	background: url('images/icon_post_date.png') 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p span.post-meta-time {
	background: url('images/icon_post_time.png') 0 50% no-repeat;
	padding-left: 18px;
	}

.post-meta span.author {
	}

.post-meta span.post-meta-category {
	background: url('images/icon_post_category.png') 0 50% no-repeat;
	padding-left: 18px;
	font-size: 0.875em;
	}
.post-meta div span.post-meta-comments {
	background: url('images/icon_post_comments.png') 0 50% no-repeat;
	padding-left: 18px;
	font-size: 0.875em;
	}

#postanewcomment {
	background-color: #dc145e;
	padding: 0.2em;
	width: 13em;
	text-align: center;
	}

a.postanewcomment:link, a.postanewcomment:hover, a.postanewcomment:visited, a.postanewcomment:active {
	font-size: 0.9em;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}

.post-meta span.post-meta-tags {
	background: url('images/icon_post_tag.png') 0 50% no-repeat;
	xline-height: 1.5em !important;
	xmargin: 0.5em 0 0 !important;
	padding-left: 18px;
	font-size: 0.875em;
	}

#post-meta-data {
	border: solid 1px lightgrey;
	clear: both;
	font-size: 0.9em;
	padding: 1em;
	background-color: #EFEFFF;
	width: 675px;
	}

#post-navigation-bot {
	line-height: 3em;
	height: 3em;
	width: 100%;
	}
#post-navigation-top {
	xborder-style: solid;
	xborder-width: 0 0 1px;
	line-height: 4.25em;
	height: 4em;
	width: 100%;
	}
#post-navigation-bot a,
#post-navigation-top a {
	border-bottom: 0 solid;
	}
#post-navigation-bot .next,
#post-navigation-top .next {
	float: left;
	}
#post-navigation-bot .prev,
#post-navigation-top .prev {
	float: right;
	}

.archive-list {
	margin-top: 1.2em;
	}
.archive-list li a img {
	border: 0 solid;
	}

#wp-search-pri fieldset {
	border: 0 solid;
	}

/* =COMMENTS
======================================================== */

ol#commentlist {
	margin: 0;
	font-size: 1.3em;
	}
ol#commentlist li {
	list-style-type: none;
	margin-bottom: 2em;
	}

.comment-entry
{
	border: solid 1px #ddddee;
	xbackground-color: #fafafa;
	padding: 1em;
	xborder-top: solid 1px lightblue;
	width: 675px;
}

.comment-entry-alt
{
	border: solid 1px #ddddee;
	xbackground-color: #fafafa;
	padding: 1em;
	xborder-top: solid 1px lightblue;
	width: 675px;
}

.comment-entry-owner 
{
	border: solid 1px #ddddee;
	background-color: #FFFFFF;
	xbackground-color: #fafafa;
	padding: 1em;
	xborder-top: solid 1px lightblue;
	width: 675px;
}

.comment-entry-meta {
	xborder-style: dotted;
	xborder-width: 0 0 1px;
	}

.content-comment-entry-meta-no {
	xborder-bottom: 0 solid !important;
	font-style: normal;
	font-weight: normal;
	}

.comment-unapproved {
	xbackground: #ffc;
	margin: 1em 0;
	padding: 0.5em;
	}

.comment-entry-content {}

#errors {
	xbackground: #ffc;
	border: 1px solid #fc0;
	border-width: 1px 0;
	font-style: italic;
	margin: 1em 0;
	padding: 1em;
	width: 675px;
	}

#comments-guidelines-info {
	background: #FFEFEF;
	border: solid 1px lightgrey;
	margin: 0 0 1.5em;
	padding: 0.3em 1.5em;
	width: 675px;
	}

.comment-author-link {
	font-size: 120%;
	font-weight: bold;
}

.comment-author-meta {
	font-size: 90%;
	color: gray;
}

/* =COMMENTS Form
======================================================== */

#comments-form {
	xborder-style: solid;
	xborder-width: 4px 0 0;
	}

#commentform {}

#commentform label {
	display: block;
	xfloat: right;
	xpadding: 0.4em 0.5em 0.1em;
	xwidth: 45%;
	xborder: solid 1px red;
	}
#commentform label.required {
	font-weight: bold;
	}

#commentform input {
	xborder: 0 solid;
	font-size: 1em;
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 50%;
	}
#commentform textarea {
	xborder: 0 solid;
	font-size: 1em;
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 675px;
}

input.button {
	cursor: pointer;
	font-weight: bold !important;
	padding: 0 0.25em;
	overflow: visible;
	width: 0;
    }
input.button[class] {
	width: auto !important;
	}

#comments-guidelines p code {
	margin: 0.5em 0 0;
	}

.tag-cloud {
	padding: 0 0 2em;
	}



/* =CONTENT Secondary
======================================================== */

#sidebar_container
{
	float: left;
	width: 350px;
	xborder: solid 1px orange;
	margin-top: 65px;
}

#sidebar_container #subscribebox {
	xborder-left: dotted 2px lightgrey;
	xborder-right: dotted 2px lightgrey;
	xborder-bottom: dotted 2px lightgrey;
	xborder-left: solid 1px silver;
	xborder-right: solid 1px silver;
	xborder-bottom: solid 1px silver;
	xbackground-color: #f4f4f4;
	background-color: #FFFFFF; /* cornsilk */
	margin-bottom: 1em;
	border: solid 1px #D0D0D0;
	padding: 1em;
	font-size: 1em;
}

#sidebar_container #sponsoredlinksbox {
	xborder-left: dotted 2px lightgrey;
	xborder-right: dotted 2px lightgrey;
	xborder-bottom: dotted 2px lightgrey;
	background-color: #FFFFFF; /* cornsilk */
	margin-bottom: 1em;
	border: solid 1px #D0D0D0;
	padding: 1em;
	font-size: 1em;
}

#sidebar_container #sponsoredsearchbox {
	xborder-left: dotted 2px lightgrey;
	xborder-right: dotted 2px lightgrey;
	xborder-bottom: dotted 2px lightgrey;
	xbackground-color: #f4f4f4;
	background-color: #FFFFFF; /* cornsilk */
	margin-bottom: 1em;
	border: solid 1px #D0D0D0;
	padding: 1em;
	font-size: 1em;
}

#sidebar_container #recentcomments {
	xbackground-color: #FFEFEF;
	xborder-left: dotted 2px lightgrey;
	xborder-right: dotted 2px lightgrey;
	xborder-bottom: dotted 2px lightgrey;
	background-color: #FFFFFF; /* cornsilk */
	margin-bottom: 1em;
	border: solid 1px #D0D0D0;
	padding: 1em;
	font-size: 1em;
}

#sidebar_container #sidebar_recentposts {
	xbackground-color: #FFEFEF;
	xborder-left: dotted 2px lightgrey;
	xborder-right: dotted 2px #dc145e;
	xborder-bottom: dotted 2px lightgrey;
	background-color: #FFFFFF; /* cornsilk */
	margin-bottom: 1em;
	border: solid 1px #D0D0D0;
	padding: 1em;
	xbackground-color: #f4f4f4;
	font-size: 1em;
}

#sidebar_container #bluebox {
	xbackground-color: #EFEFFF;
	xborder-left: dotted 2px #005a9c;
	xborder-right: dotted 2px lightgrey;
	xborder-bottom: dotted 2px lightgrey;
	border-left: solid 1px silver;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	padding: 1em;
	font-size: 1em;
}

#sidebar_container #aboutus {
	xbackground-color: #EFEFFF;
	xborder-left: dotted 2px lightgrey;
	xborder-right: dotted 2px lightgrey;
	xborder-bottom: dotted 2px lightgrey;
	background-color: #FFFFFF; /* cornsilk */
	margin-bottom: 1em;
	border: solid 1px #D0D0D0;
	padding: 1em;
	xbackground-color: #f4f4f4;
	font-size: 1em;
}

#sidebar_container #aboutme {
	xbackground-color: #EFEFFF;
	xborder-left: dotted 2px lightgrey;
	xborder-right: dotted 2px lightgrey;
	xborder-bottom: dotted 2px lightgrey;
	background-color: #FFFFFF; /* cornsilk */
	margin-bottom: 1em;
	border: solid 1px #D0D0D0;
	padding: 1em;
	font-size: 1em;
}

.r2-quote-emphasize {
    color: #dc145e;
}

#sidebar_container #about-r2 span.emphasize {
	font-weight: bold;
}

#sidebar_container #about-r2 span.diminish {
	font-size: 0.9em;
}

#sidebar_container h3,
h2.widgettitle {
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 1em;
	xborder: solid 1px red;	
	font-family: Georgia, Times, "Times New Roman", serif;
	}

#sidebar_container ol,
#sidebar_container ul {
	list-style: none;
	}
#sidebar_container li {
	line-height: 1.5em;
	xmargin-left: 1em;
	}
#sidebar_container ul li ul.children li {
	background: url('images/children.gif') 0 0 no-repeat;
	padding-left: 16px;
	}

.wp-content-sec-column {
	float: left;
	width: 50%;
	}

.wp-content-sec-column ul.admin-bar li {
	margin: 0 0 3px;
	}
.wp-content-sec-column ul.admin-bar li a img {
	border: 0 solid;
	padding: 0 3px 0 0;
	vertical-align: middle;
	}

#sidebar_container #about-me {
	background: #ffc;
	border: 1px solid #fe6;
	border-width: 2px 0 4px;
	margin: 1.5em 0 0;
	padding: 0.5em;
	}
#sidebar_container #about-me h3 {
	margin: 0 !important;
	}

/* =CALENDAR
======================================================== */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 90%;
	}

#wp-calendar caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background-color: #fff;
	}


/* =WIDGETS (default)
======================================================== */

#searchform {
	margin-top: 1em;
	}


/* =CONTACT FORM
======================================================== */

.contactform {
	margin: 2em 0;
	}
.contactform label {
	display: block;
	float: left;
	padding: 0.1em 0.3em 0 0;
	text-align: right;
	width: 9em;
	}
.contactform input {
	margin-bottom: 0.3em;
	}
.contactform input.button {
	margin: 0.3em 0 0 8.4em;
	}

/* =FOOTER
======================================================== */

#wp-footer {
	clear: both;
	padding: 1em 2em;
	text-align: center;
	xbackground-color: #EFEFFF;
	xborder-top: solid 1px silver;
	xborder-right: dotted 2px lightgrey;
	xborder-left: dotted 2px lightgrey;
	}

#wp-footer div.copyright {
	font-size: 1.1em;
	}
#wp-footer div.links {

	font-size: 0.8em;
	}
#wp-footer span.powered {
	background: url('images/icon_footer_powered.png') 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.layout {
	background: url('images/icon_footer_layout.png') 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.validate {
	background: url('images/icon_footer_validate.png') 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.feed {
	background: url('images/icon_footer_feed.png') 0 50% no-repeat;
	padding-left: 18px;
	}

#wp-footer a {
	xcolor: #f08;
	}
#wp-footer a:hover {
	xcolor: #08f;
	}


/* TABS */

/*- Menu Tabs H--------------------------- */

    #tabsH {
      xfloat:left;
      width:100%;
      xbackground:#000;
      font-size: 1em;
      line-height:normal;
      xmargin-left: 6.5in;
      xmargin-right: 3in;
      xvertical-align:bottom;
      xborder: solid 2px red;
      }

    #tabsH ul {
		margin:0;
		padding:10px 10px 0 0px;
		list-style:none;
      		xborder: solid 2px limegreen;
      }

    #tabsH li {
      display:inline;
      margin:0;
      padding:auto;
      xborder: solid 2px orange;
      }

    #tabsH a {
      float:left;
      xbackground:url("/images/tab/flatbluetab.png") no-repeat left top;
      xbackground:url("/images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      xtext-decoration:none;
      xborder: solid 2px purple;
      width: 115px;
      height: 37px;
      text-align: center;
      vertical-align: bottom;
      }

    #tabsH a span {
      xfloat:left;
      display:block;
      xpadding:15px 20px 14px 18px;
      margin-top: 10px;
      margin-left: -13px;
      color:#FFF;
      xborder: solid 2px yellow;
      font-size: 1.05em;
      font-weight: normal;
      text-align: center;
      xvertical-align: bottom;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */

    #tabsH a:hover span {
      xcolor:#FFF;
      }

    #tabsH a:hover {
      xbackground-position:0% -42px;
      xbackground:url("/images/tab/glossybluetab.png") no-repeat left top;
      }

    #tabsH a:hover span {
      xbackground-position:100% -42px;
      }

.redstar
{
	line-decoration: super;
	color: #f00;
}
.dropcap {
	float: left;
	width: 0.5em;
	font-size: 4em;
	line-height: 83%;
	color: #ff0000;
}


div#mainbanner {
	margin-top: 30px;
	margin-bottom: 40px;
	background-color: #FFF;
	font-size: 20px;
	width: 400px;
	margin-left: 10%;
	margin-right: 10%;
	border: solid 1px #2f4f4f;
	padding: 30px;
	background-color: #fe7740; /* #FAFAFA;  #FF743D; */
}

div#featuredpodcast_container
{
	float: left; 
	display: block; 
	width: 520px;
	height: 325px;
	padding: 1em;
	xbackground-color: #E6E6FA;
	border: solid 1px #d0d0d0;
}

#featuredpodcast_container span.datetime {
	display: block;
	font-size: 0.6em;
	margin-top: 3px;
}

#featuredpodcast_container a.posttitle {
	font-size: 2em;
	xfont-weight: bold;
}

#featuredpodcast_container span.excerpt {
	display: block;
	margin-top: 10px;
	font-size: 1.05em;
	line-height: 1.5em;
}

#featuredpodcast_item
{
}

div#featuredpost_container
{
	float: left; 
	display: block; 
	width: 520px;
	height: 325px; 
	padding: 1em; 
	margin-left: 30px;
	xbackground-color: #E6E6FA; 
	border: solid 1px #d0d0d0;
}

#featuredpost_container span.datetime {
	display: block;
	font-size: 0.6em;
	margin-top: 3px;
}

#featuredpost_container a.posttitle {
	font-size: 2em;
	xfont-weight: bold;
}

#featuredpost_container span.excerpt {
	display: block;
	margin-top: 10px;
	font-size: 1.05em;
	color: #000000;
	line-height: 1.5em;
}

#featuredpost_item
{
}


div#recentpodcasts_container
{
	float: left; 
	display: block; 
	width: 350px; 
	padding: 5px; 
}

#recentpodcasts_container span.datetime {
	display: block;
	font-size: 0.6em;
	margin-top: 3px;
}

#recentpodcasts_container a.posttitle {
	font-size: 1.5em;
	xfont-weight: bold;
}

#recentpodcasts_container span.excerpt {
	display: block;
	margin-top: 10px;
	font-size: 1.1em;
	color: #000000;
}

#recentpodcast_item
{
	background-color: #FFFFFF; /* cornsilk */
	margin-bottom: 1em;
	border: solid 1px #D0D0D0;
	padding: 1em;
}

div#recentposts_container
{
	float: left; 
	display: block; 
	width: 350px; 
	padding: 5px; 
	margin-left: 15px;
}

#recentposts_container span.datetime {
	display: block;
	font-size: 0.6em;
	margin-top: 3px;
}

#recentposts_container a.posttitle {
	font-size: 1.5em;
	xfont-weight: bold;
}

#recentposts_container span.excerpt {
	display: block;
	margin-top: 10px;
	font-size: 1.15em;
	color: #000000;
}

#recentpost_item
{
	background-color: #FFFFFF; /* cornsilk */
	margin-bottom: 1em;
	border: solid 1px #D0D0D0;
	padding: 1em;
}

a.morelink:link, a.morelink:hover, a.morelink:visited, a.morelink:active {
	font-size: 0.875em;
	text-decoration: none;
}

div#first {
	color: #0da3fd; /* #004763;  #b81135;  */
	text-align: left;
	font-size: 2em;
}

div#second {
	color: #16bd16; /* #004763;  #b81135;  */
	text-align: left;
	font-size: 2em;
}

div#third {
	color: #004763; /* #b81135;  */
	text-align: left;
	font-size: 2em;
}
div#fourth {
	color: #b81135;
	text-align: left;
	font-size: 2em;
}

div#fifth {
	color: #004763; /* #b81135;  */
	text-align: left;
	font-size: 2em;
}

/* ff4800 red/orange
   00b7ff blue */

