/*
Theme Name: Muni Diaries (No Top Stories)
Theme URI: http://munidiaries.com
Author: Zoe Rooney, Bruce Sherrod
Author URI: http://zoerooney.com/
Description: Custom theme designed by <a href="http://craigfowlerdesign.com/" target="_blank">Craig Fowler</a>
*/

@import "style-reset.css";
@import "js/chosen/chosen.css";
/* 
color: #202020;
color: #202020;
color: #2aaece;
*/

/* =Structure
----------------------------------------------- */
body {
	background: #dfeaec;
	padding: 0 2em;
}
#page {
	background: #fff;
	margin: auto;
	width: 925px;
	border-left: 3px solid #EFEFEF;
}
#main {
	clear: both;
	padding: 27px 0;
}
#primary {
	float: left;
	margin: 0;
	width: 634px;
	background: url('images/bus-graphic.png') no-repeat top;	
}
#content {
	margin: 0 14px;
	width: 610px;
	float: left;
}
#secondary {
	float: right;
	margin-top: 6px;
	padding: 0;
	width: 257px;
}

/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #202020;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 18px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
}
dd {
	margin-bottom: 1.625em;
}
strong {
}
em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
cite {
	color: #666;
	letter-spacing: 0.05em;
	padding-left: 60px;
}
pre {
	background: #f4f4f4;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	border: 1px solid #b1afaf;
	font-size: 13px;
	height: 19px;
	line-height: 1.2em;
	padding: 2px 3px !important;
}
input[type=text]:focus,
textarea:focus {
	color: #202020;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input#s {
	background: #FFF url('images/search.png') no-repeat 5px center;
	border: 1px solid #d1cfcf;
	-moz-box-shadow:
		inset 1px 1px 2px rgba(3,3,3,.29) /* inner shadow */,
		0 0 0 1px #d1cece /* outer stroke */;
	-webkit-box-shadow:
		inset 1px 1px 2px rgba(3,3,3,.29) /* inner shadow */,
		0 0 0 1px #d1cece /* outer stroke */;
	box-shadow:
		inset 1px 1px 2px rgba(3,3,3,.29) /* inner shadow */,
		0 0 0 1px #d1cece /* outer stroke */;
	font-size: 12px;
	line-height: 1.2em;
	padding: 0px 5px 2px 20px;
}
input#searchsubmit {
	display: inline-block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	color: #FFF;
	background: #2aaece;
	font-size: 8px;
	padding: 3px;
}

/* Links */
a {
	color: #003F87;
	text-decoration: none;
}
.entry-content a {
	text-decoration: underline;
}
a:hover {
	color: #2aaece;
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Story Form
----------------------------------------------- */
.gform_wrapper {
	margin: 40px 0 10px !important;
}
.gfield_required {
	display: none;
}
.gfield_label {
	text-transform: uppercase;
	color: #52b6ce;
	font-size: 13px;
	letter-spacing: 1px;
}
#field_2_3 label, #field_2_9 label {
	color: #989898;
}
.gform_fields li, #field_2_1, #field_2_3 {
	margin-left: 28px;
}
.gform_fields li:first-of-type {
	margin-left: 0;
}
.starttag {
	background: url('images/start-here.png') no-repeat;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 25px 21px;
	letter-spacing: 1px;
}
.phototag {
	background: url('images/upload-photo.png') no-repeat;
	color: #52b6ce;
	font-weight: bold;
	font-size: 13px;
	padding: 8px 15px 25px 11px;
	letter-spacing: 1px;
	margin: 40px 0 5px;
	position: relative;
	right: 5px;
	display: inline-block;
}
.filesize {
	font-size: 11px;
	color: #989898;
	font-weight: bold;
	margin-left: 2px;
}
#field_2_6 label,
#field_2_7 label,
#field_2_8 label {
	display: none;
}
.gform_footer.top_label {
	margin-top: 0 !important;
}
.gform_footer .gform_button {
	background: #51b5cd; /* layer fill content */
	-moz-box-shadow: 2px 1px 5px rgba(0,0,0,.23); /* drop shadow */
	-webkit-box-shadow: 2px 1px 5px rgba(0,0,0,.23); /* drop shadow */
	box-shadow: 2px 1px 5px rgba(0,0,0,.23); /* drop shadow */
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 28px;
	padding: 5px 22px 7px;
}


/* =Header
----------------------------------------------- */

#branding {
	margin:0 0 40px;
	position: relative;
	z-index: 9999;
	line-height: 1;
}
#branding img {
	height: auto;
	margin:0 8px 13px;
}
#branding .description {
	margin: 0 15px 30px;
	font-weight: bold;
	color: #cf9d69;
	letter-spacing: 1px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0;
}
#access div {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #353434;
	margin-bottom: 15px;
}
#access ul {
	clear: left;
	float: left;
	padding-left: 0;
	margin: 0 !important;
	font-size: 14px;
	list-style: none;
}
#access li {
	position: relative;
	display: block;
	float: left;
}
#access a {
	letter-spacing: 0.15em;
	display: block;
	padding: 3px 0 3px 14px;
	margin: 2px 0;
	text-decoration: none;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
#access li a span {
	padding: 0 10px 0 0;
}
#access li a:hover {
	color: #2aaece;
}

/* =Content
----------------------------------------------- */

.page-title {
	color: #52b6ce;
	font-size: 20px;
	text-decoration: none;
	margin: 17px 0 7px;
}
.archive-title {
	background: url('images/top-stories-bg.png') no-repeat top left;
	padding: 4px 22px 15px;
	color: white;
	position: relative;
	right: 23px;
	margin: 10px 0 0;
}
.search .page-header, .archive .page-header {
	margin-bottom: 2.6em;
}
.page .entry-title, .search .page-header .entry-title, .archive .page-title {
	padding-bottom: 0 !important;
	display: inline-block;
}
.hentry {
	padding: 0 0 25px;
	margin: 0 0 25px;
	position: relative;
	border-bottom: 1px solid #cac7c7;
}
#post-ads {
	width: 610px;
	display: block;
	clear: both;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cac7c7;
	text-align: center;
}
#post-ads img {
	max-width: 100%;
}
.page .hentry,
.no-results {
	border-bottom: none;
	margin: 0 0 0;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-date {
	color: #202020;
	font-size: 11px;
	padding-bottom: 2px;
}
.entry-title,
.entry-header {
}
.entry-title {
	clear: both;
	color: #202020;
	font-size: 20px;
	line-height: 1em;
	padding-bottom: .3em;
	padding-top: 0;
}

.entry-title,
.entry-title a {
	color: #202020;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #2aaece;
}
.entry-meta {
	color: #4d4b4b;
	clear: both;
	font-size: 11px;
}
footer.entry-meta {
	font-size: 13px;
}
footer.entry-meta a {
	text-decoration: underline;
	color: #754713;
}
footer.entry-meta a:hover {
	opacity: 0.7;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 10px 0 0;
	font-size: 13px;
}
.entry-content h1,
.comment-content h1,
.comment-content h2 {
	color: #202020;
	font-size: 18px;
	margin: 0 0 .8125em;
	text-transform: uppercase;
}
.entry-content h2 {
	color: #202020;
	line-height: 1.4em;
	margin-bottom: 16px;
	font-size: 16px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 14px;
	line-height: 2.6em;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Contact Form */
.contact-form div {
	display: block;
	clear: right;
}
.contact-form input[type="text"] {
	width: 300px;
	margin-bottom: 5px !important;
	float: left;
}
.contact-form input[type="text"], .contact-form textarea {
	border: 1px solid #202020;
	background: #FFF;
	z-index: 20;
	padding: 2px;
}

.contact-form label {
	font-weight: normal !important;
	font-size: 11px;
	display: block;
	float: left !important;
	padding-left: 315px;
	margin-top: -22px;
	position: relative;
	top: 25px;
	z-index: 10;
}
.contact-form label span {
	font-weight: normal !important;
	font-size: 11px;
}
.contact-form label.textarea {
	display: none;
}

/* Images */
.entry-content img,
.comment-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.widget img {
	max-width: 250px; /* Fluid images for posts, comments, and widgets */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.625em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #202020;
	font-size: 10px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px 0;
	position: relative;
}
small {
	font-size: 80%;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */

.wp-caption img {
	border-color: #eee;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}



/* =error404
----------------------------------------------- */
.error404 .entry-content {
	margin-top: 65px;
}
.error404 .entry-content p {
	text-align: center;
	
}
.error404 p.header,
.error404 .errornotice,
.error404 #top-posts h4 {
	color: #f7923c;
}
.error404 p.header {
	font-size: 20px;
	font-weight: bold;
}
.error404 .nexttime {
	font-size: 30px;
	font-weight: bold;
	color: #231f20;
}
.error404 .errornotice {
	font-size: 16px;
	margin-bottom: 110px;
}
.error404 #top-posts {
	border-top: none;
}
.error404 #top-posts h4 {
	font-size: 18px;
	margin-bottom: 22px;
}

/* =Pager Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#nav-above {
	overflow: auto;
	width: 100%;
	margin: 1em 1em 1em 1em;
}
#nav-below {
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 45%;
	margin-right: 25px;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */
#secondary .social-media-icons .widget-header {
	display: none;
}
.storybutton {
	background: #2aaece;
	padding: 15px 25px;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	color: #FFF;
	margin-bottom: 1em;
}
.storybutton:hover {
	opacity: 0.8;
	color: #FFF;
	font-weight: bold;
	text-decoration: none !important;
}
footer .storybutton {
	vertical-align: top;
}
.single-meta {
	text-align: center;
	margin: 95px 0 80px;
}
.postnav {
	margin-top: 10px;
}
.postnav.left {
	float: left;
}
.postnav.right {
	float: right;
}

.widget h4 {
	font-size: 14px;
	margin-bottom: 0.5em;
}
#secondary  .widget {
	clear: both;
	margin: 0;
	padding: 10px 15px 10px 0;
}
.widget_sp_image:first-of-type {
	margin:  0 0 0 !important;
}
#secondary .widget-header {
	border-bottom: 5px solid #353434;
	margin-bottom: 20px;
	margin-top: 10px;
}
#secondary .widget-title {
	background: #fcc667;
	display: inline-block;
	color: #202020;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	padding: 7px 50px 4px 4px;
	margin-bottom: 4px;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	list-style: none inside;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	font-size: 12px;
	margin-bottom:8px;
	margin-left: 3px;
	font-weight:bold;
}
.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
}
.blogroll li a {
	border-bottom: 1px solid #a9a9a9;
}

/* Special Classes */
.no-border {
	border-bottom: none;
	margin-bottom: 0;
	padding:  15px 0 0;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 10px;
}
.widget_search #s {
	width: 165px;
	display: inline-block;
	position: relative;
	top: 2px;
}

/* Subscribe */
#subscribe-blog p {
	margin-bottom: 0;
}
#subscribe-field {
	width: 90% !important;
}
#subscribe-blog input[type="submit"] {
	background: #eee;
	width: 89px;
	height: 18px;
	margin-top: 10px;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #202020;
	width: 95%;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

.single .post.hentry {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: none !important;
}
.comment-form-title {
	margin:  30px 0 10px;
}
#comments-title {
	padding: 0 0 2.6em;
}
.nopassword,
.nocomments {
	color: #202020;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #FFF;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 10px;
	padding: 10px;
}
.commentlist .children {
	list-style: none;
	margin: 0 0 10px 20px;
}
.commentlist .children .children {
	margin: 10px 0 10px 10px;
}
.commentlist .children li.comment {
	background: #FFF;
	position: relative;
}
article.comment {
	padding: 10px 0;
}
.avatar {
	float: left;
	padding-right: 10px;
	vertical-align: bottom;
}
.comment-meta .fn, .comment-meta time {
	font-style: normal;
	display: block;
	clear: right;
	line-height: 18px;
	color: #202020;
}
.comment-meta .fn, .comment-meta .fn a {
	font-size: 14px;
	font-style: italic;
	color: #2aaece;
}
.comment-meta time {
	font-size: 11px;
}
.comment-meta {
	margin-bottom: 12px;
}
.comment-content p {
	margin-bottom: 1em;
}
.comment-content p:last-of-type {
	margin-bottom: 0;
}
a.comment-reply-link {
	color: #2aaece;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	margin-top: 10px;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	color: #2aaece;
	text-decoration: underline;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor .comment-content, .commentlist .children > li.bypostauthor .comment-content {
	background: #FAF9F9;
	padding: 5px 2px;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	margin: 0 auto 1.625em;
	padding: 10px;
	position: relative;
	width: 580px;
	overflow: hidden;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	position: relative;
	float: left;
	display: inline-block;
	padding: 2px 5px;
	border: none;
	border: 1px solid #EBE9E8;
}
#respond input[type="text"] {
	width: 255px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	margin: 5px 0 0;
	
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #202020;
	display: inline-block;
	font-size: 11px;
	padding: 0px 10px 8px;
	position: relative;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 570px;
	min-height: 150px;
	border: 1px solid #202020;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 11px;
	color: #202020;
}
#respond .logged-in-as a {
	color: #202020;
}
#respond p {
	margin: 5px 0;
	font-size: 11px;
}
#respond .form-submit {
	float: left;
	margin: 0 0;
}
#respond input#submit {
	background: #eee;
	width: 140px;
	height: 23px;
	cursor: pointer;
	margin: 10px 0;
}
.pushbutton-wide {
	background: #FFF;
	cursor: pointer;
}
#respond input#submit:hover, .pushbutton-wide:hover {
}
#respond #cancel-comment-reply-link {
	color: #202020;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
	color:  #000;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#cancel-comment-reply-link {
	color: #202020;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	top: 1.1em;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	border: 1px solid #d0c8c6;
	font-size: 13px;
	height: 19px;
	line-height: 1.2em;
	padding: 4px 10px;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.comment-subscription-form {
	clear: both;
	display: block;
	font-size: 11px;
	color: #202020;

}
.comment-subscription-form label {
	font-size: 11px;
}

/* =Top Stories
----------------------------------------------- */
h2.latest-on {
	background: url('images/latest-bg.png') no-repeat top left;
	padding: 5px 18px 13px;
	color: white;
	text-transform: uppercase;
	position: relative;
	right: 23px;
	margin: 5px 0 10px;
}
.home.paged h2.latest-on,
.home.paged #top-top-posts {
	display: none !important;
}
#top-top-posts {
	background: #c0d8e2;
	margin:  0 0 15px;
}
#top-top-posts h3 {
	background: url('images/top-stories-bg.png') no-repeat top left;
	padding: 6px 22px 13px;
	color: white;
	position: relative;
	right: 8px;
	bottom: 8px;
}
#top-top-posts .topstories {
	width: 190px;
	margin: 8px;
	vertical-align: top;
}
#top-posts .topstories {
	display: inline-block;
	width: 190px;
	margin: 0 8px 0 0;
	vertical-align: top;
}
#top-top-posts .topstories img {
	margin: 0 0 0.5em;
}
#top-posts {
	border-top: 1px solid #a3b7bb;
	padding-bottom: 25px;
}
#top-posts h3 {
	margin: 1em 0;
}
.topstories {
	display:inline-block;
	font-weight: bold;
	text-decoration: none !important;
}
.topstories:last-of-type {
	margin-right: 0;
}
.topstories img {
	border: 1px solid #cac7c7;
	display: block;
	margin-bottom: 0.5em;
}

/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 3px solid #545454;
	margin: 0 15px;
}
#colophon .widget, #colophon .footer-widget-title, #colophon .textwidget {
	display: inline-block;
	float: left;
}
#colophon .widget {
	padding-top: 22px;
	color: #4a4949;
	font-size: 11px;
	margin-right: 20px;
	letter-spacing: 1px;
}
#colophon .widget a {
	color: #4a4949;
	font-size: 11px;
}
#colophon .widget_nav_menu {
	padding-top: 20;
	margin-right: 40px;
}
#colophon .widget_nav_menu li:after {
	content: "\00a0|";
	font-size: 11px;
}
#colophon .widget_nav_menu li:last-of-type:after {
	content: "";
}
#colophon .widget:last-of-type {
	margin-right: 0 !important;
}
.footer-widget-title {
	margin-right: 5px;
	text-transform: uppercase;
}
#colophon .widget ul li {
	display: inline-block;
}

/* Site Generator Line */
#site-generator {
	color: #949494;
	font-size: 11px;
	padding: 1em 0;
	clear: both;
}
#site-generator a {
	color: #949494;
	text-decoration: underline;
}
#site-generator img {
	padding: 0.5em 0;
}
#site-generator .pb {
	float: left;
}
#site-generator .credit {
	margin-top: 20px;
	display: inline-block;
	color: #545454;
}
#site-generator .credit a {
	color: #545454;
}
#site-generator a:hover {
	text-decoration: none;
}

/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}