@charset "utf-8";
/* CSS Document */

/* styling for AK elements */
@import 'akstyles.css';
/* styling for Wordpress visual editor */
@import 'wpeditor.css'; 

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
/* Jerimee added the css definitions below to fix Sarah request 2009-10-06 */
border : 1px solid #CFCFCF;
/*width: 450px;*/
margin: 0 0 10px 20px;
padding: 5px 15px;
background-color: #F9FAFE;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #c70100;
	font-weight: bold;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #cde8f4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 21px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.header {
	background-image: url(images/header-bg.gif);
	height: 97px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top center;
}

.header .logo {
	background-image: url(images/logo.gif);
	width: 431px;
	height: 97px;
	float: left;
	background-repeat: no-repeat;
}

.header form {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}

.header form.subscribe {
	background-image: url(images/subscribe-bg.gif);
	width: 370px;
	padding-left: 19px;
	height: 36px;
	background-repeat: no-repeat;
	padding-top: 3px;
}

.header form.subscribe label {
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}

.header form.subscribe input {
	float: left;
	background: none;
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	background-image: url(images/form-email-bg.gif);
	width: 131px;
	line-height: 20px;
	padding: 4px 4px 0 9px;
	height: 20px;
	margin-right: 5px;
	font-size: 12px;
	color: #999999;
}

* html .header form.subscribe input {
	padding-top: 0;
	height: 24px;
	line-height: 24px;
}

*+html .header form.subscribe input {
	padding-top: 0;
	height: 24px;
	line-height: 24px;
}

.header form.subscribe input.zip {
	background-image: url(images/form-zip-bg.gif);
	width: 69px;
}

.header form.subscribe input.submit {
	background-image:url(images/form-go-bg.gif);
	width: 33px;
	height: 22px;
	padding: 0;
	margin-top: 1px;
	cursor: pointer;
	margin-right: 0;
}

.header form.search {
	float: right;
	margin-top: 17px;
}

.header form.search label {
	float: left;
	color: #014e75;
	margin-right: 5px;
}

.header form.search input {
	float: left;
	background: none;
	border: none;
	background-repeat: no-repeat;
	background-image: url(images/form-email-white-bg.gif);
	width: 131px;
	line-height: 20px;
	padding: 4px 4px 0 9px;
	height: 20px;
	margin-right: 5px;
	font-size: 12px;
	color: #999999;
}

* html .header form.search input {
	padding-top: 0;
	height: 24px;
	line-height: 24px;
}

*+html .header form.search input {
	padding-top: 0;
	height: 24px;
	line-height: 24px;
}

.header form.search input.submit {
	background: none;
	border: none;
	background-image: url(images/form-go-white-bg.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 33px;
	height: 22px;
	padding: 0;
	margin-top: 1px;
	margin-right: 0;
}

.navigation {
	height: 37px;
}

.navigation ul {
	float: left;
}

.navigation ul li {
	float: left;
	margin-left: 1px;
	position: relative;
}

.navigation ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	float: left;
	line-height: 37px;
	height: 37px;
	padding: 0 12px;
}

.navigation ul li:hover, .navigation ul li.current_page_item, .navigation ul li.current_page_ancestor {
	background-image: url(images/nav-left-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.navigation ul li:hover a, .navigation ul li.current_page_item a, .navigation ul li.current_page_ancestor a {
	background-image: url(images/nav-right-bg.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	text-decoration: none;
}

.navigation ul ul {
    position: absolute;
    display: none;
    top: 37px;
    left: 0;
    width: 280px;
    padding-bottom: 10px;
    background-color: #096795;
    z-index: 1000;
}

.navigation ul li:hover ul {
	
}

.navigation ul ul li {
	margin: 0 5px;
}

* html .navigation ul ul li {
	margin: 0 2px;	
}

.navigation ul ul li a {
	width: 230px;
}

.navigation ul li:hover ul li a {
	background-image: none;
}

.navigation ul li:hover ul li:hover {
	background-image: url(images/nav-dropdown-left-bg.gif)	
}

.navigation ul li:hover ul li:hover a {
	background-image: url(images/nav-dropdown-right-bg.gif);
}

.navigation .donate {
	float: right;
	background-repeat: no-repeat;
	background-image: url(images/donate-bg.gif);
	width: 90px;
	height: 29px;
	margin-top: 4px;
}

.main {
	clear: both;
	margin-top: 9px;
}

.content {
	float: left;
	width: 660px;
}

.sidebar {
	float: right;
	width: 280px;
}

.content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 32px;
	color: #0a3e5f;
	font-weight: bold;
	padding-bottom: 10px;
}

.content h1 img {
	margin-bottom: -10px;	
}

.content h1.dotted {
	background-image: url(images/dotted-line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
}

.content .top-block {
	background-image: url(images/top-block-bg.jpg);
	background-repeat: no-repeat;
	height: 256px;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content .top-block .block-content {
	padding: 15px 40px 0 237px;
	float: left;
	width: 383px;
}

.content .top-block .block-content form {
	padding-top: 10px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
}

.content .top-block .block-content form input {
	background: none;
	border: none;
	background-image: url(images/form-top-block-email-bg.gif);
	background-repeat: no-repeat;
	padding: 6px 9px 0 9px;
	width: 165px;
	float: left;
	margin-right: 7px;
	height: 22px;
}

.content .top-block .block-content form input.zip {
	background: none;
	border: none;
	background-image: url(images/form-top-block-zip-bg.gif);
	padding: 6px 9px 0 9px;
	width: 72px;
	float: left;
	height: 22px;
}

.content .top-block .block-content form input.submit {
	background-image: url(images/form-sign-on-bg.gif);
	width: 84px;
	height: 29px;
	padding: 0;
	cursor: pointer;
	margin: 0 0 0 0;
}

.content .top-block .tab {
	height: 214px;
	overflow: hidden;
	display: none;
	color: #FFF;
}

.content .top-block .visible {
	display: block;
}	

.content .top-block .tabber {
	
}

.content .top-block .tabber ul {
	float: right;	
}

.content .top-block .tabber li {
	float: left;
	margin-right: 5px;
}

.content .top-block .tabber li a {
	float: left;
	text-align: center;
	width: 145px;
	height: 23px;
	line-height: 23px;
	color: #014f75;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.content .top-block .tabber li a:hover, .content .top-block .tabber li.selected a{
	background-image: url(images/tabber-bg.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.content .top-block h1 {
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	line-height: 30px;
	padding: 8px 0 10px 0;
	font-weight: normal;
	color: #FFF;
}

.content .block {
	background-color: #fff;
	background-image: url(images/block-white-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 15px;
	zoom: 1;
}

.content .rounded {
	background-image: url(images/block-white-top-rounded.gif);	
}

.content .block .block-content {
	padding: 15px;
	background-image: url(images/block-white-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: hidden;
}

.rss {
	float: right;	
}

.post-types {
	padding: 20px 0 10px 0;	
	overflow: hidden;
}

.post-types .blogroll {
	float: right;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}

.post-types ul {
	float: left;	
}

.post-types ul li {
	float: left;
	margin-right: 1px;
}

.post-types ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3399ff;
	line-height: 23px;
	float: left;
	height: 23px;
	padding: 0 9px;
}

.post-types ul li:hover, .post-types ul li.selected {
	background-image: url(images/button-post-types-left-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.post-types ul li:hover a, .post-types ul li.selected a {
	background-image: url(images/button-post-types-right-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFF;
	text-decoration: none;
}

.post {
	clear: both;
	background-image: url(images/dotted-line.gif);
	background-repeat: repeat-x;
	padding: 20px 0 15px 95px;
}

.noborder {
	background-image: none;	
}

.post .avatar {
	float: left;
	z-index: 2;
	margin: 0 0 0 -48px;
}

* html .post .avatar {
	position: relative;	
}

.post .avatar img {
	padding: 3px;	
	background-color: #FFF;
	border: 1px solid #cccccc;
    max-width: 85px;
    /* Resize the image for IE6 */
    width: expression(this.width > 85 ? 85: true);    
}

h2, h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #3399ff;
}

small {
	color: #b3b2b2;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

small a {
	font-size: 11px;	
}

.post-details div {
	overflow: hidden;
	padding: 2px 0;
}

.post-details a {
	float: left;
	margin-right: 10px;
}
.post-details a:visited {
    color: #C70100;
}

.blue, .blue a {
	color: #3399ff;	
}

.post-details strong {
	color: #0a3e5f;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.post-details span.comments {
	background-image: url(images/comments-left-bg.gif);
	background-repeat: no-repeat;
	margin-right: 3px;
}

.post-details span.comments span {
	padding: 0 5px;
	background-image: url(images/comments-right-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #FFF;
}

.more {
	background-image: url(images/more-left-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	clear: both;
	margin-top: 15px;
	color: #FFF;
	height: 23px;
}

.more span {
	background: url(images/more-right-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
	padding: 0 14px;
	color: #FFF;
	height: 23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
}

.content .blue-bordered {
	background-image: url(images/block-blue-bordered-top-bg.gif);	
}

.content .blue-bordered .block-content {
	padding: 20px;
	background-image: url(images/block-blue-bordered-bottom-bg.gif);		
}

.content .blue-bordered .story {
	background-image: url(images/stories-bg.gif);
	background-repeat: no-repeat;
	height: 128px;
	padding: 15px;
	margin-top: 10px;
}

.content .blue-bordered .story h2 {
	margin-bottom: 10px;	
}

.content .blue-bordered .story h2 a.next {
	float: right;
	background-image: url(images/next.gif);
	width: 54px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.content .blue-bordered .story h2 a.previous {
	float: right;
	background-image: url(images/previous.gif);
	width: 77px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-right: 7px;
}

.content .blue-bordered .story .more {
	background: none;
	color: #c70100;
	font-weight: bold;
	font-size: 11px;
}

.content .half-left {
	float: left;
	width: 320px;
	background-image: url(images/block-half-white-top-bg.gif);
}

.content .half-left .block-content {
	background-image: url(images/block-half-white-bottom-bg.gif);
}

.content .half-right {
	float: right;
	width: 320px;
	background-image: url(images/block-half-white-top-bg.gif);
}

.content .half-right .block-content {
	background-image: url(images/block-half-white-bottom-bg.gif);
}

.block .top-right {
	float: right;
	position: relative;
	margin: 0 0 -15px 0;
}

.content .half-left h1, .content .half-right h1 {
	padding-bottom: 15px;	
}

h3, h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #3399ff;
}

.news-preview {
	padding-bottom: 15px;
	color: #666666;
}

.tweets-preview, a.tweets-preview {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 14px;
	display: block;
}

* html .tweets-preview {
	margin-bottom: 7px;
}

* html .tweets-preview a {
	margin-bottom: 7px;
}

*+html .tweets-preview {
	margin-bottom: 7px;
}

*+html .tweets-preview a {
	margin-bottom: 7px;
}

.red {
	color: #c70100;	
}

.bold {
	font-size: 13px;
}

.sidebar .top-block {
	background-image: url(images/sidebar-block-blue-top-bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.sidebar .top-block .block-content {
	background-image: url(images/sidebar-block-blue-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 13px;
	color: #0a3e5f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	overflow:hidden;
}

.sidebar h1 {
	padding-bottom: 5px;
}

.sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #0a3e5f;
	padding-bottom: 0px;
	font-weight: bold;
}

.sidebar .top-block .block-content ul {
	position: relative;
	padding: 10px 0;
	margin-left: -6px;
	float: left;
	width: 122px;
	margin-right: 10px;
}

* html .sidebar .top-block .block-content ul {
	margin: 0 5px 0 -3px;	
}

.sidebar .top-block .block-content ul li {
	float: left;
	width: 122px;
	min-height: 19px;
	margin-bottom: 1px;
}

* html .sidebar .top-block .block-content ul li {
	height: 19px;	
}

.sidebar .top-block .block-content ul li a {
	color: #0a3e5f;
	font-size: 12px;
	float: left;
	line-height: 13px;
	padding: 3px 6px;
	width: 110px;
}

.sidebar .top-block .block-content ul li:hover, .sidebar .top-block .block-content ul li.selected {
	background-image: url(images/sidebar-ul-top-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar .top-block .block-content ul li:hover a, .sidebar .top-block .block-content ul li.selected a {
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(images/sidebar-ul-bottom-bg.gif);
	color: #FFF;
	text-decoration: none;
}

.sidebar .block {
	background-image: url(images/block-sidebar-top-bg.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-bottom: 15px;
}

.sidebar .block .block-content {
	background-image: url(images/block-sidebar-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px;
	overflow: hidden;
}

.sidebar p {
	padding: 6px 0;
}

.sidebar .more {
	margin-top: 0;	
}

.sidebar .blue-bordered {
	background: none;
	background-image: url(images/block-sidebar-blue-bordered-top-bg.gif);
	overflow: visible;
}

.sidebar .blue-bordered .block-content {
	background-image: url(images/block-sidebar-blue-bordered-bottom-bg.gif);
	padding: 20px;
}

.tag-cloud {
	line-height: 24px;
}

.tag-cloud a {
	color: #3399ff;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	margin: 0 10px 0 0;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: baseline;
}

.widget {
	clear: both;
	background-image: url(images/widget-bg.gif);
	height: 48px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: right;
	position: relative;
	margin: 0 -10px -10px -10px;
	width: 260px;
	float: left;
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #0a3e5f;
}

* html .widget {
	margin: 0 -10px -10px -5px;
}

.widget .more {
	float: right;
	margin: 0;
	background-image: url(images/more-blue-left-bg.gif);
	color: #FFF;
}

.widget .more span {
	background-image: url(images/more-blue-right.gif);
	color: #FFF;
}

.video-preview {
	margin: 0 0 2px 0;
	background-image: url(images/video-preview-bg.gif);
	height: 67px;
	overflow: hidden;
	display: block;
	padding: 8px 4px 9px 89px;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
}

.video-preview:hover {
	text-decoration: none;
	background-image: url(images/video-preview-hover-bg.gif);
	background-repeat: no-repeat;
	border: none;
	padding: 8px 4px 9px 89px;
	margin: 0 0 2px 0;
}

.video-preview img {
	margin-left: -80px;
	position: relative;
	float: left;
}

.video-preview .title {
	font-size: 14px;
	color: #3399ff;
	padding-bottom: 10px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.find-us {
	background-image: url(images/find-us-bg.gif);
	height: 39px;
	padding-top: 8px;
	padding-left: 88px;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}

.share-us {
	background-image: url(images/share-us-bg.gif);
	height: 39px;
	padding-top: 8px;
	padding-left: 100px;
	background-repeat: no-repeat;
}

.footer {
	clear: both;
	height: 113px;
	padding-top: 25px;
	overflow: hidden;
	background-color: #0a3e5f;
}

.footer .logo-footer {
	background-image: url(images/logo-footer.gif);
	width: 206px;
	height: 42px;
	float: left;
	background-repeat: no-repeat;
}

.footer .copyright {
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #387eab;
	padding-top: 10px;
}

.footer .links {
	clear: both;
}

.footer .links a {
	color: #86c0e6;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.content div.comments {
	padding: 0 0 0 95px;		
}

.content div.comments h3 {
	background-image: url(images/dotted-line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 28px 0 10px 0;
	font-size: 20px;
	color: #0a3e5f;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

.content div.comments small {
	padding-bottom: 0;	
}

.content div.comments form {
	line-height: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;	
}

.content div.comments form .form-element {
	overflow: hidden;
	clear: both;
	padding-bottom: 17px;
}

.content div.comments form label {
	float: left;
	width: 88px;
}

.content div.comments form input {
	float: left;
	background: none;
	border: none;
	background-image: url(images/comments-input-bg.gif);
	width: 151px;
	padding: 4px 7px;
	height: 16px;
	line-height: 16px;
	margin-right: 16px;
}

* html .content div.comments form input {
	margin-left: 2px;	
}

.content div.comments form textarea {
	border: none;
	background: none;
	background-repeat: no-repeat;
	background-image: url(images/comments-textarea-bg.gif);
	width: 406px;
	padding: 7px 7px;
	height: 256px;
	overflow: auto;
}

.content div.comments form input.submit {
	background: none;
	border: none;
	cursor: pointer;
	background-image: url(images/comments-submit-bg.gif);
	height: 23px;
	width: 153px;
	padding: 0;
	margin: 0 0 15px 88px;
}

.sidebar ul.blogroll {
	line-height: 16px;
	list-style: none;
}

/*
.sidebar ul.blogroll li {
	padding-top: 15px;	
}
*/

/*
.sidebar ul.blogroll li {
	color: #0a3e5f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
*/

.sidebar ul.blogroll li {
	padding: 0;	
}

.sidebar ul.blogroll a {
	font-weight: normal;
	color: #3399ff;
	text-transform: none;
}

.block-light-blue {
	background-image: url(images/block-light-blue-top-bg.gif);	
	background-repeat: no-repeat;
}

.block-light-blue .block-content {
	background-image: url(images/block-light-blue-bottom-bg.gif) !important;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.content h1 a.next {
	float: right;
	background-image: url(images/next.gif);
	width: 54px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.content h1 a.previous {
	float: right;
	background-image: url(images/previous.gif);
	width: 77px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-right: 7px;
}

.sidebar form.subscribe label {
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}

.sidebar form.subscribe input {
	float: left;
	background: none;
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	background-image: url(images/sidebar-input-bg.gif);
	width: 121px;
	line-height: 20px;
	padding: 4px 4px 0 9px;
	height: 20px;
	margin-right: 1px;
	font-size: 12px;
	color: #999999;
}

* html .sidebar form.subscribe input {
	padding-top: 0;
	height: 24px;
	line-height: 24px;
}

*+html .sidebar form.subscribe input {
	padding-top: 0;
	height: 24px;
	line-height: 24px;
}

.sidebar form.subscribe input.zip {
	background-image: url(images/sidebar-input-zip-bg.gif);
	width: 71px;
}

.sidebar form.subscribe input.submit {
	background-image:url(images/sidebar-submit-bg.gif);
	width: 33px;
	height: 22px;
	padding: 0;
	margin-top: 1px;
	cursor: pointer;
	margin-right: 0;
}

.sidebar-navigation {
	padding: 30px 0 15px 0;	
}

.sidebar-navigation ul {
	padding-bottom: 2px;
	overflow: hidden;
	background-image: url(images/sidebar-nav-dotted-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

* html .sidebar-navigation ul {
	padding-bottom: 0;
	overflow: hidden;
}

.sidebar-navigation li {
	display: block;
	background-image: url(images/sidebar-nav-dotted-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 2px;
	overflow: hidden;
	height: 23px;
}

*+html .sidebar-navigation li {
	height: auto;
	margin-bottom: -3px;
}

* html .sidebar-navigation li {
	height: 22px;
	margin-bottom: -3px;
}

.sidebar-navigation li a {
	display: block;
	padding-bottom: 2px;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #c70100;
	font-weight: normal;
}

.sidebar-navigation li a:hover, .sidebar-navigation li.selected a {
	background-color: #b5dbf0;
	color: #015077;
	text-decoration: none;
}

.full-page {
	width: 960px;	
}

.full-page .block {
	background-image: none;
	background-color: #fff;
}

.full-page .block .block-content {
	background-image: url(images/fullpage-block-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.full-page .block .block-content h1 {
	background-image: url(images/dotted-line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.full-page p {
	padding-bottom: 15px;	
}

.right-image {
	float:right;
	margin: 0 0 20px 20px;
}

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

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

.aligncenter {
	text-align: center;
}
#comment_mail_notify {
    background: none;    
}

.navigation ul li:hover, .navigation ul li.selected {
    background-image: url(images/nav-left-bg.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

.navigation ul li:hover a, .navigation ul li.selected a {
    background-image: url(images/nav-right-bg.gif);
    background-position: right 4px;
    background-repeat: no-repeat;
    text-decoration: none;
}

/* --------------------
		Jerimee added - last change 2010-08-26
-------------------- */
#searchdiv #cse-search-box {
	position: relative;
	top: -2px;
}

ul#ak-errors {
	padding-bottom: 0;
}

ol, ul {
	list-style: disc;
	padding-bottom:10px;
}

.navigation ul {
	list-style: none;
}

ol li, ul li {
	padding-bottom:5px;
	margin-left:20px;
}

.sidebar ul.blogroll li {
	margin-left:1px;
}

#coauthavatars {
float:left;
margin:0 0 0 -93px;
max-width:85px;
overflow:hidden;
}