/*  
Theme Name: Flexibility3
Theme URI: http://www.flexibilitytheme.com/
Description: Flexibility Theme allows you to unleash your creativity without having to know code!
Version: 1.0
Author: Advantus Media, Inc.
Author URI: http://www.flexibilitytheme.com
Tags: dark, light, two-columns, custom-colors, custom-header, theme-options, right-sidebar, threaded-comments
*/

html {
	margin: 0px;
	min-height: 100%;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
body {
	margin:0px;
	padding:0px;
	background-color: #526074;
	min-height: 100%;	
	background-image: url(images/backgrounds/diaglines.png);
	background-repeat: repeat; 
	background-position: center top;

}
a:link, a:visited, a:active, a:focus, a:hover {
	-moz-outline-style:none;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
.postcontent h1 {
	font-size: 28px;
    line-height:36px;
}
.postcontent h2 {
	font-size: 22px;
    line-height:27px;
}
.postcontent h3 {
	font-size: 18px;
    line-height:23px;
}
.postcontent h4 {
	font-size: 16px;
    line-height:20px;
}

.postcontent h5 {
	font-size: 12px;
    font-weight: bold;
}
.postcontent h6 {
	font-size: 11px;
    font-weight: bold;
}
img {
	border:none;
	margin:0;
	padding:0;
}
.alignleft {
	margin-right:10px;
	margin-bottom:10px;
    float: left;
}
.alignright {
	margin-bottom:10px;
	margin-left:10px;
    float: right;
}
.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
    margin-bottom:10px;
}
hr {
	height: 1px;
	border:0;
	width: 95%;
	color: #E6E6E6;
	background-color: #E6E6E6;
}
h2.pagetitle {
	padding:8px 8px 8px 15px;
	margin:0px 0px 5px 0px;
	background-color:#FFFFFF;
	font: normal 16px/20px Georgia;
	color: #333333;
	border: solid 1px #D7CAB5;
}
.postwrap blockquote {
	margin:0 15px 10px 15px;
	padding:10px 15px;
	border: 1px solid #999999;
	background: #CCCCCC;
}
.postwrap blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	background: #CCCCCC;
}
.postwrap blockquote p {
	margin:0;
	padding:0 0 5px;
}
.postwrap a {
	color: #A10000; 
}
#bgwrapper {  /*--- This id selector controls the blog background layer ---*/
	width: 100%;
	margin: 0px;
	padding-top:15px;   
	background: url(images/bg-fade.png) repeat-x top left;
  
	min-height: 100%;
}
#wrap {
	width:940px;
	margin:0px auto 10px;
	padding:0;
	border: solid 2px #000000;
    font:12px Arial, Arial, sans-serif;
}
#header {
	background: url(images/headers/header-Flare.png) no-repeat center top;
	background-color: #A10000;
	height:140px;
	width:940px;
    border-bottom: solid 2px #000000;
	position: relative;

}
#header a {
	color:#FFFFFF;
	text-decoration: none;
}
#header h3, #header h1 {
	font-size:34px;
	width:690px;
	left:20px;
	font-weight:400;
	line-height:38px;
	font-family: Georgia;
	margin:0px;
	padding: 20px 0 10px 20px;
}
#logo {
	margin-top: 20px; 
} 
#header h3 a, #header h1 a {
	color: #FFFFFF;
}
#header h3 a:hover, #header h1 a:hover {
	color: #999999;
	text-decoration: none;
}
p.tagline {
	font-size:14px;
	font-weight:700;
	width:690px;
	left:20px;
	color: #FFFFFF;
	margin:0;
    float:left;
	padding: 0 0 0 20px;
}

#nav {
	background: url(images/navssbg.png) left top repeat;
    background-color: #A10000;
    padding-left:10px;
	border-bottom: solid 2px #000000;
    width:932px;  
	margin: 0px; 
    padding-left: 8px; 
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;

	
}
.sf-menu {
	line-height:	1.0;

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */


}
.sf-menu ul li {
	width:			100%;
	

}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index:10;
}

.sf-menu a {
	display:		block;
	position:		relative;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Arial, Helvetica;
    line-height: 33px;
	white-space: pre;
}
.sf-menu ul a { white-space: normal;}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			-1px;
	top:			33px; /*  match top ul list item height */
	z-index:		99;

}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
#nav ul.sf-menu li:hover, #nav ul.sf-menu li.sfHover * { z-index:1000;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			-1px;
}
ul.sf-menu li li:hover ul li, ul.sf-menu li li.sfHover ul li {
	left:			1px; 
}
ul.sf-menu li ul {
	background-color:#000000;
    width:152px;
}
ul.sf-menu ul li {
	width:150px;
    margin-left:1px; 
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			150px;/* match ul width */
	top:			-1px;
}
#nav ul.sf-menu li.sfHover li.sfHover li, #nav ul.sf-menu li.sfHover li.sfHover li {
	margin:0px;padding:0px;
}
.sf-menu {
	float:			left;
	margin-bottom:	0px;
}
.sf-menu a {
	padding: 0px;
	margin-right: 1px;
	height:33px;
	background: url(images/navssleft.png) left top no-repeat;
	background-color: #A10000;
	text-decoration: none;
}
.sf-menu li li a {
	margin:0px;
}
.sf-menu li a span {
	display: block;
	margin-left: 11px;
	padding-left: 1px;
	padding-right: 13px;
	line-height: 33px;
    padding-bottom:0px;
	color: #FFFFFF;
	background: url(images/navssright.png) right top no-repeat;
	line-height: 26px;
	padding-top:7px;
	background-color: #A10000;
	text-decoration: none;
}
.sf-menu li li a span {
	display: block;
	padding-bottom:0px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFFFFF;
}
.sf-menu li li {
	color:#CCCCCC;
	background:#1F242C;
	border-bottom:1px solid #000000;
}
.sf-menu li li a:hover span {
	background-color:transparent;
}
.sf-menu li li li:first-child {
	border-top:1px solid #000000;
}
.sf-menu li li li {
	background:#1F242C;
}
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.sfHover a {
	background-position: left -33px;
	text-decoration: none;
	background-color: #A10000;
	cursor: pointer; /* For IE6 */
	outline:		0;
    color: #FFFFFF;
}  
.sf-menu a:focus span, .sf-menu a:hover span, .sf-menu a:active span, .sf-menu li.sfHover a span {
	background-position: right -33px;
	color: #FFFFFF;
	background-color: #A10000;
	padding-top:0px;
    line-height:33px;
}
.sf-menu ul a:focus span, .sf-menu ul a:hover span, .sf-menu ul a:active span, .sf-menu li.sfHover ul a span {
	line-height:normal;
}
.sf-menu li li a span, .sf-menu li.current_page_item li a span, .sf-menu li.current-menu-item li a span {
	background-color: transparent;
}
.sf-menu li.current_page_item a:hover, .sf-menu li.current-menu-item a:hover {
    color: #FFFFFF;
	background-color: #A10000;
}  
.sf-menu li.current_page_item a:hover span, .sf-menu li.current-menu-item a:hover span {
	background-color: #A10000;
}  
.sf-menu li li.current_page_item a:hover span, .sf-menu li.current_page_item li a:hover span, .sf-menu li li.current-menu-item a:hover span, .sf-menu li.current-menu-item li a:hover span {
	background-color: transparent;
}  
.sf-menu li.current_page_item a, .sf-menu li.current_page a, .sf-menu li.current-menu-item a {
	background-position: left -33px;
	background-color: #A10000;
	
    
}
.sf-menu li.current_page_item a span, .sf-menu li.current-menu-item a span {
	background-position: right -33px;
	color: #FFFFFF;
	background-color: #A10000;
		padding-top:0px;
    line-height:33px;
}
.sf-menu li li a span, .sf-menu li li a:visited span {
	color:#CCCCCC;
}   
.sf-menu li.current_page_item li a span, .sf-menu li.current-menu-item li a span {
    color: #CCCCCC;
}
.sf-menu li:hover a span, .sf-menu li.sfHover a span{
    color: #FFFFFF;
}  
.sf-menu li:hover li a span, .sf-menu li.sfHover li a span {
    color: #CCCCCC;
} 
.sf-menu li.sfHover a, .sf-menu li.sfHover a span {
	background-color: #A10000;
}
.sf-menu li.sfHover li a, .sf-menu li.sfHover li a span {
	background-color: #1F242C;
}
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: #3D4A57; 
	outline:		0;
    color:#FFFFFF;
}
.sf-menu li li a:focus span, .sf-menu li li a:hover span, .sf-menu li li a:active span {
    color:#FFFFFF;
    background: transparent;
}
.sf-menu li li.current_page_item a, .sf-menu li.current_page_item li a, .sf-menu li li.current-menu-item a, .sf-menu li.current-menu-item li a {
   background-image: none;
   background-color: #1F242C;
}
.sf-menu li li.current_page_item a:hover, .sf-menu li.current_page_item li a:hover, .sf-menu li li.current-menu-item a:hover, .sf-menu li.current-menu-item li a:hover {
   background-image: none;
   background-color: #3D4A57;
}
.sf-menu li li.current_page_item, .sf-menu li li.current-menu-item {
    background-color: #1F242C;
}
.sf-menu li li.current_page_item a:hover, .sf-menu li li.current-menu-item a:hover {
	color:#CCCCCC;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	outline:		0;
    color: #FFFFFF;
} 
.sf-menu li:hover li, .sf-menu li.sfHover li, .sf-menu li.sfHover li {
	background: #1F242C; 
	outline:		0;
    color:#CCCCCC;
}
.sf-menu li.sfHover li a:hover {
    color: #FFFFFF;
}
.sf-menu li ul li a, .sf-menu li ul li a span {
	background-image:none;
}
.sf-menu li li a {
	padding: 9px 0px;
    width:			150px;
    height:100%;
}
.sf-menu li li a span, .sf-menu li li a:hover span {  
    line-height: normal;
} 


/*** arrows **/

span.sf-sub-indicator {
	top:			1.05em; /* IE6 only */
}
a > span.sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			11px;
		top: 			14px;
	}
	li.sfHover a > .sf-sub-indicator {
	top:			10px;
	}
	 li.current_page_item a > .sf-sub-indicator {
	top:			10px;
	}
	ul ul a > span.sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
}
.sf-menu a.sf-with-ul {
	padding-right: 	0em !important;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-menu a.sf-with-ul span {
	padding-right:23px;
		}
.sf-menu a.sf-with-ul span.sf-sub-indicator {
	position:		absolute;
	display:		block;
	padding:0px;
	right:			.75em;
		width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background-image:		url('images/arrows-ffffff.png'); /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-color:transparent;
	background-repeat:  no-repeat;
	background-position:  -10px -100px;
}
.sf-menu ul a.sf-with-ul span.sf-sub-indicator { right: .5em; top: 10px;}
a > span.sf-sub-indicator {  /* give all except IE6 the correct values */
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; /* arrow hovers for modern browsers*/ }
/* point right for anchors in subs */
.sf-menu ul a.sf-with-ul span.sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a.sf-with-ul > span.sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ }


.headwidget {
	float:right;
}
#header #searchform {
	width: 242px;
	height: 31px;
	background: url(images/searchboxes/topmesh.png) left 0px no-repeat;
	position: absolute;
	top: 0px;
	right: 15px;
}
*:first-child+html #header #searchform { /* Filter for IE7 */
  	padding: 0px 0;
}
* html #header #searchform { /* Filter for IE6 */
  	padding: 5px 0;
}
* html #header #searchbox { /* Filter for IE6 */
  	margin-top: 0px;
}
#header #searchbox {
	margin-left: 28px;
	margin-top:6px;
	margin-bottom: 3px;
	width: 140px;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
}
#header #searchbutton {
  	width: 50px;
  	background: none;
  	border: none;
  	margin-left:10px;
}
#header #searchbutton:hover {
	cursor: pointer;
}
#sidebar-top #searchform2 {
	width: 220px;
	padding:8px;
}
#sidebar-top input#searchbox2 {
	width: 105px;
	padding:2px;
}
#sidebar-top input#searchbutton2 {
	width: 100px;
	padding: 2px 0;
	color: #FFFFFF;
	background: #A10000 url(images/sidebar-h2-bg.png) no-repeat -20px center;
	border: 1px solid #D7CAB5;
	cursor:pointer;
}
#sidebar-top input#searchbutton2:hover {
	background-image:none;
}
#sidebar-top #s {
	margin: 20px 0 5px 0;
	width: 235px;
}

#sidebar-left #searchform2 {
	width: 190px;
	padding:8px;
}
#sidebar-left input#searchbox2 {
	width: 90px;
	padding:2px;
}
#sidebar-left input#searchbutton2 {
	width: 75px;
	padding: 2px 0;
	color: #FFFFFF;
	background: #A10000 url(images/sidebar-h2-bg.png) no-repeat -20px center;
	border: 1px solid #D7CAB5;
	cursor:pointer;
}
#sidebar-left input#searchbutton2:hover {
	background-image:none;
}
#sidebar-left #s {
	margin: 20px 0 5px 0;
	width: 190px;
}
#sidebar-right #searchform2 {
	width: 130px;
}

#sidebar-right #s {
	margin: 20px 0 5px 0;
	width: 130px;
}
#rssfeeds {
	width:300px;
	height: 70px;
	position: absolute;
	padding-top: 0px;
	bottom:0px;
	right:22px;
	color: #FFFFFF;
}
#rssicon {
	float:right;
    margin-left:5px;
}
#rssfeeds a {
	color: #FFFFFF;
    text-decoration:underline;
}
#rssfeeds a:hover {
	color: #999999;
}
#rssfeeds p {
	line-height:16px;
	margin:0;
	padding:27px 0px 0 0;
	text-align: right;
}
#feature {
		background: url(images/feature-bg.png) no-repeat bottom left;
        background-color: #1F242C;
    width: 940px;
    clear:both;
    color: #999999;
    padding-bottom:10px;
	margin:0px;
}
#feature .topshadow {
		background: url(images/feature-shadow.png) no-repeat top left;
        width: 940px;
}
#feature h2 {
    padding:0px;
        margin:0px 0px 10px 0px;
	color: #FFFFFF;
	font-family: Arial, Arial, Helvetica;
	font-size: 18px;
}	
#feature a, #feature a:visited, #feature a:active {
	color: #CCCCCC;
}
#feature a:hover {
	color: #FFFFFF;
}
#feature .textwidget {
	padding:0px;
	color: #999999;
}
#feature ul {
	list-style-type:none;
    padding:0px;   
}
#feature ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}
#feature ul.children li{
    padding-bottom: 0px;
}
#feature ul li{
	list-style-type:none;
	background:url(images/liarrow.png) no-repeat left top; padding-left:10px;
	padding-bottom:3px;
}
#feature ul li a {
	text-decoration:none;
}
.feat_box {
	padding:15px 15px 15px 15px;
    margin:0px;
	width: 430px;
    float: left;
}
#content {
	width:935px;
	position:relative;
	float:left;
	color: #333333;
    background-color: #F0EBE3;
	padding:5px 0px 0px 5px;
}
.post a:link, .post a:visited, .post a:active {
	text-decoration:none;
	color: #A10000;
	border:0;
	-moz-outline-style:none;
}
.post a:hover {
	text-decoration:underline;
	color: #000000;
	border:0;
	-moz-outline-style:none;
}
.posthead h1, .posthead h2 {
	margin:0px;
	text-align: left;
	padding:8px 8px 8px 15px;
	background-color: #FFFFFF;
	font: normal 22px/26px Georgia;
	border-bottom: solid 1px #EEEEEE;
}
.postwrap {
	float:left;
	width:690px;
	padding:0px 0px 0px 0px;
    margin-bottom:5px;
}
.post {
	background-color: #FFFFFF;
	margin-bottom:5px;
	padding:0px;
	border: solid 1px #D7CAB5;
}
.postwrap p {
	line-height: 18px;
}
.posthead {
	padding-bottom:0px;
	position:relative;
	clear:left;
	margin-bottom: 0px;
}
#content .posthead h1, #content .posthead h1 a, #content .posthead h2, #content .posthead h2 a {
	color: #333333;
}
#content .posthead h1 a:hover, #content .posthead h2 a:hover, #content .postMeta a:hover {
	text-decoration: none;
	color: #999999;
}
.postMeta {
	background-color: #FFFFFF;
	color: #666666;
	margin:0px;
	padding:5px 15px 5px 15px;
	font-size: 11px;
    height:20px;
}
.postMeta a, .postMeta a:link, .postMeta a:visited, .postMeta a:active {
	text-decoration: none;
    color: #666666;
}
#content .postMeta a:hover {
	text-decoration: underline;
    color: #666666;
}
div.commentcount {
	padding-left: 24px;
	background: url(images/comment.png) left top no-repeat;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
    float:right;
}
div.postdate {
	padding-left: 24px;
	background: url(images/date.png) left top no-repeat;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
    float:left;
}
#content .postcontent {
	padding:8px 15px 0px 15px;
	line-height:18px;
	color: #333333;
}
#content .postcontent a {
	text-decoration: none;
	}
pre {
	background-color: #F9F8E3;
    border: 1px dotted #999;
    padding: 0px 8px 15px 8px;
    margin:0 15px 10px 15px;
}	
.more-link {
	font-weight:700;
	margin-top:15px;
	height: 16px;
	width: 300px;
	display: block;
}
.Note {
	margin:0px;
    padding:0px;
    font-size:11px;
}
#content ul.Note li a, #content ul.Note li a:link, #content ul.Note li a:visited {
	color: #333333;
}
ul.Note {
	background-color: #F0EBE3;
	margin-top:0px;
	padding:5px;

}
.Note li {
	list-style-type:none;
	padding:2px 0 2px 15px;
}
.NoteRss {
	background:url(images/NoteRss.png) no-repeat left 2px;
    display:inline;
    margin-left:5px;
}
.NoteTrackBack {
	background:url(images/NoteTrackBack.gif) no-repeat left 2px;
    display:inline;
    margin-left:10px;
}

.comment-wrap { 
	padding-left:10px;
    padding-right:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
   
}

.commentdate {
	padding-left:0;
}
#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0;
}
.commentlist li.alt .commenttext {
	clear: both;
}
.commentname {
	margin:0;
	padding:5px 5px 5px 0;
}
.commentinfo {
	clear:both;
}
.commenttext {
	clear:both;
	padding-top: 10px;
    display:block;
	margin-bottom: 0px;
}
.comment-wrap blockquote, .comment-wrap blockquote blockquote {
	margin-bottom:10px;
	margin-top: 8px;
    background: url(images/comments-lighter.png) no-repeat top left;
    border: 1px solid #000;
}
.commenttext p {
	margin:0;
	padding:0 0 10px 0;
}
#commentform #submit {
	color: #FFFFFF;
	font-family:Arial, Helvetica;
	font-size:14px;
	font-weight:700;
	border:1px solid #000;
	display:block;
	margin:0;
	padding:4px;
	background-color: #A10000;
}
#commentform input, #commentform textarea {
	padding:5px;
	background-color: #F9F7F2;
    border: solid 1px #D7CAB5;
    color: #333333;
}
#commentform textarea {
	width: 98%;
}
p.meta {
	margin: 0 0 5px 0;
	padding: 0px;
	float: left;
}
p.meta a {
	text-decoration: none;
}
p.approval {
	font-style: italic;
	clear: left;
}
p.commenttitle {
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 0px;
} 
#sidebar {
	float:right;
	width:235px;
	margin-top:0px;
	position:relative;
	padding-right: 0px;
	margin-bottom: 15px;
    margin-left:5px;
    margin-right:5px;
}
#sidebar ul, #feature ul{
	margin: 0px;
    padding: 0 0 0 8px;
}
#sidebar-top {
	width: 235px;
	padding:0px;
    color: #333333;
}
#sidebar-top h5 {
    margin:0px;
	padding: 8px 8px 8px 23px;
	color: #FFFFFF;
	font-family: Arial, Arial, Helvetica;
	font-size: 14px;
	background: url(images/sidebar-h2-bg.png) no-repeat 0px 0px;
	background-color: #A10000;
    border-bottom: solid 1px #D7CAB5;
	text-transform: none;
	letter-spacing: 0px;
	text-align: left;
}
#sidebar-top a, #sidebar-top a:visited, #sidebar-top a:active {
	color: #333333;
}
#sidebar-top a:hover {
	color: #A10000;
}
.sidebar-top-box {
	margin-bottom:4px;
	padding:8px;
	background-color: #F9F7F2;
	color: #333333;
	border: 1px solid #D7CAB5;
}
.box-padding {
	padding:7px;
}

.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}
#sidebar-top .textwidget {
	padding:10px 10px 10px 10px;
	color: #333333;
}
#sidebar-top ul {
	list-style-type:none;
    padding:10px;   
}
#sidebar-top ul ul{
    padding:0px;   
}
#sidebar-top .widget {
    margin:0px 0px 5px 0px;
	background-color: #F9F7F2;
	border: solid 1px #D7CAB5;	
}
#sidebar-top ul.children li {
    padding-bottom: 0px;
}
#sidebar-top ul li {
	list-style-type:none;
	background:url(images/liarrow-dark.png) no-repeat left 2px; padding:0 0 0px 8px;
	line-height: 19px;
}
#sidebar-top ul li a {
	text-decoration:none;
}
#sidebar-left a, #sidebar-left a:visited, #sidebar-left a:active, #sidebar-right a, #sidebar-right a:visited, #sidebar-right a:active {
	color: #666666;
	text-decoration: none;
}
#sidebar #sidebar-left, #sidebar #sidebar-right {
	color: #666666;
}
#sidebar-left a:hover, #sidebar-right a:hover {
	color: #A10000;
}
#sidebar-left {
	float:left;
    	width: 190px;
    	padding:0 4px 0 4px;
}
#sidebar #sidebar-left h5, #sidebar #sidebar-right h5 {
	margin:15px 0px 10px 0px;
	padding-left: 5px;
	float:left;
	width:100%;
	color: #A10000;
	border-bottom: solid 1px #999999;
	font-family: Arial, Arial, Helvetica;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: left;
}
#sidebar-left div, #sidebar-right div {
	clear:left;
}
#sidebar-right {
	float:right;
    	width: 130px;
    	padding:0 4px 0 4px;
}
#sidebar-left ul , #sidebar-right ul {
	padding-left:5px;
}
#sidebar-left ul ul, #sidebar-right ul ul{
	padding-left:2px;
}
#sidebar-right ul li, #sidebar-left ul li {
	background:url(images/liarrow-dark.png) no-repeat left 2px; padding:0 0 0px 8px;
	list-style:none;
	margin:0;
    width:95%;
	line-height: 19px;
}
#sidebar-left li, #sidebar-right li {
	float:left;
	width:100%;
    list-style:none;
}
#sidebar-top h5 a.rsswidget {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar #sidebar-left h5 a.rsswidget, #sidebar #sidebar-right h5 a.rsswidget {
	color: #A10000;
	text-decoration: none;
}
#sidebar .rsswidget img {
	float: left;
	margin-top: 2px;
	margin-right: 7px;
}
#footer {
	float:left;
	width: 940px;
    background-color: #6B0000;
	color: #E0E0E0;
	font:12px Arial, Arial, sans-serif;
	padding:0px;
	margin: 0px;
    
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
	color: #FFCC00;
	text-decoration:underline;
}
#footerdark {
	    padding:7px 0 25px 0;
    width: 940px;
}
#footer .topshadow {
	background: url(images/feature-shadow.png) no-repeat top left;
    padding-bottom:20px;
}
#footer p {
	padding:10px 0 0 15px;
    margin:0px;
}
#footer .textwidget p {
	padding: 0;
	margin: 8px 0;
}
p.footlinks {
    text-align:center;
    color: rgb(32,46,66);
    font: 10px/10px normal Arial, Helvetica;
}
p.footlinks a {
    color: rgb(32,46,66);
}
#footer h2 {
    padding:0px;
        margin:0px 0px 10px 0px;
	color: #FFCC00;
	font-family: Arial, Arial, Helvetica;
	font-size: 21px;
}	
#footer .textwidget {
	padding:0px;
	color: #E0E0E0;
}
#footerfeature {
	color: #E0E0E0;
}

#footer ul {
	list-style-type:none;
    padding:0px;   
}
#footer ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}
#footer ul.children li{
    padding-bottom: 0px;
}
#footer ul li{
	list-style-type:none;
	background:url(images/liarrow.png) no-repeat left top; padding-left:10px;
	padding-bottom:3px;
}
#footer ul li a {
	text-decoration:none;
}
.foot_box {
	padding:15px 15px 15px 15px;
    margin:0px;
	width: 430px;
    float: left;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
#wp-calendar {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
	background: #FFFFFF;
}
#wp-calendar caption {
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
	font-family: Arial, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #A10000;
	text-transform: uppercase;
	letter-spacing: 0px;
}
#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	line-height:15px;
}
#wp-calendar th {
	background-color: #A10000;
	color: #FFFFFF;
}
#wp-calendar tbody {
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
}
#content #sidebar #wp-calendar a {
	font-weight:700;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
	padding:0;
	background-color: #A10000;
}
#content #sidebar #wp-calendar a:hover {
	font-weight:700;
	color: #999999;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tfoot, #wp-calendar tfoot .pad {
	background-color: #A10000;
}
#wp-calendar tfoot a:hover {
	text-decoration:underline;
}
#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
	color: #FFFFFF;
	text-decoration: none;
}
#wp-calendar tfoot td {
	padding:4px 0;
}
#wp-calendar thead {
	border-right: 1px solid #A10000;
	border-left: 1px solid #A10000;
}
#wp-calendar tfoot {
	border-right: 1px solid #A10000;
	border-left: 1px solid #A10000;
}
#credit {
	font: 11px Arial, Helvetica;
	padding: 8px;
    width:940px;
    margin: 0 auto;
    text-align:center;
}
form {
	margin:0;
	padding:0;
}
#rss a {
	color: #FFFFFF;
	line-height: 20px;
}
#rss a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.clearer {
	clear: both;
	float: none;
}
#nextprevious {
	padding: 10px 0;
    margin-bottom:15px;
    float:left;
    width: 95%;
    text-align: center;
}
img.avatar {
	float:right;
    border:solid 2px #000;
}
div.vcard a {
	font-weight:bold;
}
ol li div.comment-meta { font-size:9px; margin:5px 0 10px 0; }
#content ol.commentlist a {
text-decoration:none;
}
#content ol.commentlist a, #content ol.commentlist a:link, #content ol.commentlist a:visited {color: #A10000; }
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; color: #333333;}
ol.commentlist li {margin-bottom: 10px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {background-color: #D7CAB5;}
ol.commentlist li.comment { padding:1em; }
ol.commentlist li div.comment-author {}
div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal;font-weight:bold; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:2px solid #000; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:10px; margin:5px 0 10px 0; }
ol.commentlist li div.comment-meta a { }
ol.commentlist li p { margin:0 0 1em; }
ol.commentlist li ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
#content ol.commentlist li div.reply a { color:#FFF; font-weight:bold; padding:3px 6px; background-color: #A10000;  border:1px solid #000;text-decoration:none;}
#content ol.commentlist li div.reply a:hover { background-color:#555; text-decoration:none;}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {background-color: #D7CAB5;}
ol.commentlist li.depth-1, ol.commentlist li.depth-1.parent {border: solid 1px #D7CAB5;}
ol.commentlist li ul.children li.depth-2 { border:1px solid #D7CAB5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border:1px solid #D7CAB5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border:1px solid #D7CAB5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 { border:1px solid #D7CAB5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background-color: #F9F7F2; background-image:none; }
ol.commentlist li.comment-author-admin.even, ol.commentlist li.comment-author-admin.odd { background-color: #D7CAB5; background-image:none;}
ol.commentlist li.odd { background: url(images/comments-lighter.png) no-repeat top left; background-color: #F9F7F2;  }
ol.commentlist li.parent { border:none; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.commentlist li.bypostauthor {background-color: #D7CAB5;}
ol.pinglist li a, ol.pinglist li a:link, ol.pinglist li a:visited ol.pinglist li {color: #A10000; ; }

.wp-pagenavi, #wp-pagenavi {
	color: #FFFFFF;
    margin:0 auto;
}

.wp-pagenavi a, .wp-pagenavi a:link, #wp-pagenavi a, #wp-pagenavi a:link  {
	padding: 3px 5px 3px 5px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000000;
	color: #FFFFFF;
    background: url(images/pagenavi-bg.png) left bottom no-repeat;
	background-color: #A79789;
    
}
.wp-pagenavi a:visited, #wp-pagenavi a:visited {
	padding: 3px 5px 3px 5px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000000;
	color: #FFFFFF;
    background: url(images/pagenavi-bg.png) left bottom no-repeat;
	background-color: #A79789;	
}
.wp-pagenavi a:hover, #wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #FFFFFF;
    background: url(images/pagenavi-bg.png) left bottom no-repeat;
	background-color: #7A6758;
}
.wp-pagenavi a:active, #wp-pagenavi a:active {
	padding: 3px 5px 3px 5px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000000;
	color: #FFFFFF;
    background: url(images/pagenavi-bg.png) left bottom no-repeat;
	background-color: #900000;	
}
.wp-pagenavi span.pages, #wp-pagenavi span.pages {
	padding: 3px 5px 3px 5px;
	margin: 2px 2px 2px 2px;
	color: #333333;
	border: none
}
.wp-pagenavi span.current, #wp-pagenavi span.current {
	padding: 3px 5px 3px 5px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #FFFFFF;
    background: url(images/pagenavi-bg.png) left bottom no-repeat;
	background-color: #900000;
}
.wp-pagenavi span.extend, #wp-pagenavi span.extend {
	padding: 3px 5px 3px 5px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #FFFFFF;
    background: url(images/pagenavi-bg.png) left bottom no-repeat;
	background-color: #A79789;
}
 

