/* 
	Theme Name: Allure WordPress Theme
	Theme URL: http://www.bizzyweb.com
	Description: Allure is a 2-column Widget-ready theme created for WordPress.
	Author: BizzyWeb
	Author URI: http://www.bizzyweb.com
	Version: 1.0
	Tags: two-columns, fixed-width, sidebar-widgets, threaded-comments
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 4/20/09
*/

body {
	background: #FFFFFF url(images/bg.png) top center repeat-y;
	color: #1a1717;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #F6F3EE url(images/wrap.png) center repeat-y;
	color: #1a1717;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrapfull {
	background: #F6F3EE url(images/wrapfull.png) center repeat-y;
	color: #1a1717;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #82d1d6; /* #94dce3; */
	width: 960px;
	height: 85px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#datebar p {
    color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
#datebar {
    background: #52b4cb;
	width: 960px;
	height: 25px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.date {
    width: 240px;
    float: left;
    margin: 0px;
    padding: 6px 0px 0px 5px;
}

#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width: 760px;
	float: left;
	margin: 3px 0 0 0;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 20px;
	}
	
.headerright {
	width: 485px;
	float: right;
	margin: 0px;
	padding: 5px 15px 0px 0px;
	text-align: right;
	}
	
.headerright a, .headerright a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headerright a:hover {
	text-decoration: underline;
	}
	
.headerright p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.headerright a img {
	border: none;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	}
	
.headerright .widget a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 960px;
	height: 35px;
	color: #FFFFFF;
	margin: 1px auto 0px;
	padding: 0px;
	}
	
.container {
    width: 100%;
    overflow: hidden;
    }
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-family: Trebuchet MS, Arial, Sans Serif;
	font-weight: bold;
	font-size: 14px;
    margin: 0px;
	padding: 9px 15px 9px 15px;
	text-decoration: none;
	}

#nav li a:hover, #nav li a:active {
	background: #F6F3EE;
	color: #1a1717;
	display: block;
    margin: 0px;
	padding: 9px 15px 9px 15px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #F6F3EE;
	width: 170px;
	color: #333333;
	float: none;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	border-bottom: 1px solid #C4C1BC;
	border-left: 1px solid #C4C1BC;
	border-right: 1px solid #C4C1BC;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #C4C1BC;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;	
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 191px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 638px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#homepage a, #homepage a:visited  {
	color: #003d99;
	text-decoration: none;
	}
	
#homepage a:hover {
	color: #c6094d;
	text-decoration: underline;
	}
	
#homepage p {
	margin: 0px;
	padding: 3px;
	}
	
#homepage h1 {
	color: #c6094d;
	font-size: 14px;
	font-family: Arial, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#homepage h1 a  {
	color: #c6094d;
	text-decoration: none;
	border: none;
	}

#homepage h1 a:hover {
	color: #F04C91;
	text-decoration: underline;
	border: none;
	}
	
#homepage h2 {
	color: #c6094d;
	font-size: 22px;
	font-family: Arial, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	}
	
#homepage h3 {
	background: #f6e6a6;
	color: #c6094d;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 8px 0px 5px 10px;
	border-top: 1px solid #f6e6a6;
	border-bottom: 1px solid #f6e6a6;
	}

#homepage h4 {
	color: #c6094d;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}
	
/*	
#homepage h5 {
	color: #1a1717;
	font-size: 12px;
	font-family: Arial, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#homepage h6 {
	color: #1a1717;
	font-size: 10px;
	font-family: Arial, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	} */
	
	
/* Big "Blockquote" Styles */
#homepage h5 {
    font-weight: normal;
    font-size: 20px;
	border: 0px;
	text-align: center;
	margin: 0px 25px 0px 25px;
	padding: 10px 10px 15px 10px;
	text-aliloggn: center;
    font-size: 20px;
    font-family: Georgia, Times New Roman, Trebuchet MS;
	line-height: 22px;
}
	
#homepage h6 {
    font-weight: normal;
    border: 0px;
    margin: 0px 25px 15px 25px;
    text-align: center;
    font-family: Georgia, Times New Roman, Trebuchet MS;
    font-size: 14px;
    line-height: 18px !important;
    padding: 10px 10px 15px 10px;
}

#homepage embed, #homepage object {
	width: 250px; 
	height: 205px;
	margin: 10px 0px 5px 0px; 
	padding: 0px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#homepage ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px; /* Originally 0 0 5 0 */
	}

.featuredtop {
    margin: 0 0 15px 0;
}
	
.homepageleft {
	float: left;
	width: 356px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #f6e6a6;
	border-right: 1px solid #f6e6a6;
	border-bottom: 1px solid #f6e6a6;
	}

.homepageright {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #f6e6a6;
	border-right: 1px solid #f6e6a6;
	border-bottom: 1px solid #f6e6a6;
	}
	
.homebox {
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}
	
#fcg {
	background: #F6F3EE;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 16px;
	}
	
#contentleft {
	float: left;
	width: 618px;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 20px 10px;
	display: inline;
	}

#contentwide {
	float: left;
	width: 920px;
	margin: 0px;
	padding: 10px 0px 20px 10px;
	}
	
#contentwide a, #contentwide a:visited {
	color: #003d99;
	text-decoration: none;
	}
	
#contentwide a:hover {
	color: #c6094d;
	text-decoration: underline;
	}

#contentleft h1, #contentwide h1 {
	color: #c6094d;
	font-size: 24px;
	font-family: Arial, Trebuchet MS;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 30px;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #c6094d;
	text-decoration: none;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #3F99B1;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #1a1717;
	font-size: 18px;
	font-family: Arial, Trebuchet MS;
	font-weight: bold;
	margin: 5px 0px 15px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h3, #contentwide h3 {
	color: #1a1717;
	font-size: 16px;
	font-family: Arial, Trebuchet MS;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h4, #contentwide h4 {
	color: #1a1717;
	font-size: 14px;
	font-family: Arial, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
	/*
#contentleft h5, #contentwide h5 {
	color: #1a1717;
	font-size: 12px;
	font-family: Arial, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h6, #contentwide h6 {
	color: #1a1717;
	font-size: 10px;
	font-family: Arial, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	} */
	
/* Big "Blockquote" Styles */
#contentleft h5, #contentwide h5 {
    font-weight: normal;
    font-size: 20px;
	border: 0px;
	text-align: center;
	margin: 0px 25px 0px 25px;
	padding: 10px 10px 15px 10px;
	text-align: center;
    font-size: 20px;
    font-family: Georgia, Times New Roman, Trebuchet MS;
	line-height: 22px;
}
	
#contentleft h6, #contentwide h6 {
    font-weight: normal;
    border: 0px;
    margin: 0px 25px 15px 25px;
    text-align: center;
    font-family: Georgia, Times New Roman, Trebuchet MS;
    font-size: 14px;
    line-height: 16px !important;
    padding: 10px 10px 15px 10px;
}
		
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #003d99;
	text-decoration: none;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #c6094d;
	text-decoration: underline;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px; /* Originally 0 0 5 0 */
	}
	
.postarea ul ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}

blockquote {
	/* background: #F6F3EE; */
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	/* border: 1px solid #E9E2D7; */
	}

blockquote.big {
    font-size: 20px;
	border: 0px;
	text-align: center;
	margin: 0px 25px 15px 25px;
	padding: 0px 10px 0px 10px;
	}
	
#content blockquote.big p {
    text-align: center;
    font-size: 20px;
    font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	line-height: 18px;
	}
	
#content blockquote.big p.citation {
    font-size: 14px;
}
	
.postauthor {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F6F3EE;
	font-size: 11px;
	text-transform: uppercase;
	margin: 5px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E9E2D7;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #1a1717;
	background: #F6F3EE;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #E9E2D7;
	}
	
.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.wp-caption {
	border: 0px solid #FFFFFF;
	text-align: left;
	font-size: 12px !important;
    font-weight: bold !important; 
	background: #ffffff;
	padding: 15px 5px 5px 10px;
	}

.wp-caption img {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	

#sidebar h2.widgettitle {
    text-transform: uppercase !important;
    color: #c6094d !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.screen-reader-text {
    display: none;
}

.rssfeeds {
    background: none;
    padding-left: 0px !important;
    list-style: disc url(images/rss.gif) inside !important;
}

.rssfeeds li {
    background: none !important;
    margin-left: -15px !important;
    padding-left: -20px !important;
}

.rssfeeds a {
    display: inline !important;
    font-weight: bold;
}

.rsswidget img {
    display: none;
}

a.rsswidget {
    color: #c6094d !important;
}

a.rsswidget:hover {
    color: #c6094d !important;
}

#better-tag-cloud a {
    color: black !important;
}

#sidebar {
	float: right;
	width: 272px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #003d99;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #003d99;
	text-decoration: underline;
	}
	
#sidebar h2 {
	color: #1a1717;
	font-size: 14px;
	font-family: Arial, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	}
	
#sidebar a img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
	}
	
#sidebar .widget  {
	background: #eaf8f9;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E9E2D7;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #003d99;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

.postform {
	background: #F5F5F5;
	width: 250px;
	color: #1a1717;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #1a1717;
	margin: 5px 0px 5px 0px;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.adsensesidebar {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #FFFFFF url(images/footer.png) center repeat-y;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	margin: 0px;	
	padding: 0px;
	}

.footertop {
	font-size: 12px;
	color: #FFFFFF;
    font-weight: normal;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	}
	
.footertop  a {
	color: #FFFFFF;
	text-decoration: none;
	}

.footertop  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #1a1717;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	color: #1a1717;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	}
	
#searchformheader {
	margin: 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 180px;
	color: #1a1717;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 2px 0px 2px 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#searchsubmit {
	background: #3F99B1;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 2px 1px 2px;
	border: 1px solid #3F99B1;
	}

#submit {
	background: #3F99B1;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #3F99B1;
	}
	
	/* NOTE #email changed to #email-form */
#author, #email-form, #url {
	background: #F6F3EE !important;
	color: #1a1717;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E9E2D7;
	}
	
#comment {
	background: #F6F3EE !important;
	color: #1a1717;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E9E2D7;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #E9E2D7;
	color: #1a1717;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #DED3C2;
	}
	
.reply a:hover {
	background: #3F99B1;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3F99B1;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F6F3EE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E9E2D7;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E9E2D7;
	border-bottom: 1px solid #E9E2D7;
	border-left: 1px solid #E9E2D7;
	margin: 0px;
	padding: 0px;
	}
	
/* 
    Misc. CSS
*/

.more-link {
    font-style: italic;
}

#shopp.catalog .category p.price { display: none; }
#shopp.catalog .category h3 { display: none; }

a.rsswidget {
    color: #333 !important;
}
a.rsswidget:hover {
    text-decoration: underline !important;
    color: #003d99 !important;
}

#better-tag-cloud a:hover {
    color: #003d99 !important;
}

h2.widgettitle a {
    color: #C6094D !important;
}

#homepage a.black {
    color: #000000 !important;
}

#homepage a.black:hover {
    color: #003d99 !important;
}

.mainwidgets {
    margin: 0px !important;
    padding: 0px !important;
    display: block !important;
}

.mainwidgets li.widget_text {
    margin: 0px !important;
    padding: 0px !important;
    display: block !important;
}

.mainwidgets li .textwidget {
    background: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

.homebox h1 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #1a1717 !important;
    font-family: Arial, Tahoma, Verdana !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;
}

.homebox h2 {
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-weight: bold !important;
    color: #1a1717 !important;
	font-size: 12px !important;
	font-family: Arial, Tahoma, Verdana !important;
}

.homebox h3 {
    border: none !important;
    color: #000000 !important;
    text-transform: none !important;
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

#homepage .widget_text {
    list-style: none !important;
	background: #FFFFFF;
}

#homepage h2.widgettitle {
    line-height: 20px !important;
	background: #f6e6a6 !important;
	color: #c6094d !important;
	font-size: 11px !important;
	font-family: Arial, Tahoma, Verdana !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	margin: 0px !important;
	padding: 3px 0px 3px 10px !important;
	border-top: 1px solid #f6e6a6 !important;
	border-bottom: 1px solid #f6e6a6 !important;
}

#homepage .textwidget h1 {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #1a1717 !important;
    font-family: Arial, Tahoma, Verdana !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;
}

#homepage .textwidget h2 {
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-weight: bold !important;
    color: #1a1717 !important;
	font-size: 12px !important;
	font-family: Arial, Tahoma, Verdana !important;
}

#homepage .textwidget h3 {
    border: none !important;
    color: #000000 !important;
    text-transform: none !important;
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.d13fader {
    height: 70px !important;
    padding-left: 5px !important;
}

.d13fader h3 {
    color: #c6094d !important;
    text-transform: none !important;
    font-size: 22px !important;
    background: none !important;
    border: none !important;
    padding-top: 7px !important;
    padding-bottom: 5px !important;
}

.d13fader h3 a {
    color: #c6094d !important;
}

.d13fader h3 a:hover {
    color: #c6094d !important;
}

.d13fader p {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-right: 10px !important;
    font-size: 14px !important;
}

/* Calendar Tables */

.calendar tr.event.odd {
    background-color: #cccccc !important;
}

.calendar td {
    padding: 5px 20px;
}

.calendar td.full {
    padding: 0px !important;
}

/* Misc. */

#better-tag-cloud {
	line-height: 18px;
}
