/**
 * Theme Name: Shumlin Template
 * Theme URI: http://themehybrid.com/themes/hybrid-news
 * Description: A news-style child theme of the Hybrid theme framework.
 * Version: 0.2
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: blue, theme-options, threaded-comments, sticky-post, microformats, two-columns, three-columns, fixed-width
 * Template: hybrid
 *
 * Copyright (c) 2008 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Hybrid News is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/18px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
/* @import url('tabs.css'); */

/**
* Body
************************************************/
body {
	background: #fff url(images/background.jpg) no-repeat top center;
	}
#backgroundfooter {
	width:100%;
	background: url(images/background-bottom.jpg) no-repeat bottom center;
	}

/* Body container */
#body-container {
	overflow: hidden;
	width: 910px;
	margin: 0 auto 0 auto;
	background:url(images/body-container-bg.jpg) #fff top center;
	}

/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #093754;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
.entry-content a {
	color: #336699;
	}
p{
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#555;
	line-height:18px;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #21426D;
	}
#header h3{
	font-size:16px;
}

/* Lists */
.content ul {
	list-style-type:none;
	list-style: none;
	margin-left: 20px;
	}
.content ul li {
	overflow: hidden;
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat 0 6px;
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#555;
	line-height:18px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	height: 100%;
	margin: 0 24px 0  0;
	padding: 3px 0 0 24px;
	font-style: italic;
	color: #444;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
blockquote blockquote {
	color: #555;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 6px 9px;
	text-align: center;
	font: italic normal normal 20px/22px Georgia, Times, 'Times New Roman', serif;
	color: #444;
	background: transparent;
	border-top: 3px double #ddd;
	border-bottom: 3px double #ddd;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	font-size: 12px;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 9px;
	font-size: 12px;
	color: #000;
	background: url(images/code.png) repeat 0 0;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	
	}
td {
	padding: 3px;
	
	}
tr.alt td, tr.even td {
	background: #eee;
	}
th {
	padding: 3px;
	color: #fff;
	background: #093653;
	border: 1px solid #ddd;
	}
th a {
	font-weight: bold;
	color: #eee;
	}

/* Acronyms */
acronym {
	border-bottom: 1px dotted #333;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin-right: 3px;
	font: normal normal normal 48px/39px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 600px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 590px;
	padding: 4px 4px 4px 4px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #666;
	}
.wp-caption img {
	max-width: 588px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 20px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Thumbnail */
.thumbnail {
	float: left;
	width: 125px;
	height: 90px;
	margin: 0 20px 17px 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #ccc;
	}
.category img.medium {
	float: left;
	max-width: 230px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/**
* Page Navigation
************************************************/
#navigation {
	float: left;
	width: 773px;
	height:50px;
	margin:0 1px 0 1px;
	padding:0 65px 0 70px;
	background:url(images/navback.jpg);
	}
#page-nav li {
	margin: 0 0 0 0;
	padding: 0;
	}
#page-nav li li {
	margin: 0;
	}
#page-nav li a {
	float: left;
	color: #183C68;
	font:19px "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
	}
#page-nav li a:hover {
	color:#FAA421;
	text-decoration:none;
	}
#page-nav ul li.current_page_item a {
	color:#FAA421;
	}
#page-nav ul li.current_page_item li {
	background: #3c738c;
	}
#page-nav ul li.current_page_item li a {
	color:#FAA421;
	}

/* Hybrid drop-down styles */
#page-nav ul ul {
	background: #3c738c;
	border-bottom: 1px solid #2e647d;
	display:none;
	}
#page-nav li li {
	border-top: 1px solid #2e647d;
	}
#page-nav li li a {
	font-size: 14px;
	}
#page-nav li:hover ul {
	top: 30px;
	}
#page-nav li:hover ul, li.sfHover ul {
	top: 30px;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}

.page-item-71 a{
	text-indent:-9999px;
	background:url(images/menu/home.jpg) no-repeat;
	width:51px;
	height:48px;
	overflow:hidden;
	margin:1px 1px 0 0;
}
.page-item-71 a:hover{
	background-position:-51px 0;
}
.page-item-1345, .page-item-3{
	width:123px;
	
}
.page-item-1345 a, .page-item-3 a{
	text-indent:-9999px;
	background:url(images/menu/meet-peter.jpg) no-repeat;
	width:123px;
	height:49px;
	overflow:hidden;
	margin:0 0 1px 0;	
}
.page-item-1345 a:hover, .page-item-3 a:hover{
	background-position:-123px 0;
}
.page-item-6, .page-item-1377{
	width:84px;
}
.page-item-6 a, .page-item-1377 a{
	text-indent:-9999px;
	background:url(images/menu/issues.jpg) no-repeat;
	width:84px;
	height:49px;
	overflow:hidden;
	margin:0 0 1px 0;	
}
.page-item-6 a:hover, .page-item-1377 a:hover{
	background-position:-84px 0;
}
.page-item-10{
	width:82px;
}
.page-item-10 a{
	text-indent:-9999px;
	background:url(images/menu/media.jpg) no-repeat;
	width:82px;
	height:49px;
	overflow:hidden;
	margin:0 0 1px 0;	
}
.page-item-10 a:hover{
	background-position:-82px 0;
}
.page-item-13{
	width:118px;
}
.page-item-13 a{
	text-indent:-9999px;
	background:url(images/menu/calendar.jpg) no-repeat;
	width:118px;
	height:49px;
	overflow:hidden;
	margin:0 0 1px 0;	
}
.page-item-13 a:hover{
	background-position:-118px 0;
}
.page-item-15{
	width:107px;
}
.page-item-15 a{
	text-indent:-9999px;
	background:url(images/menu/contact.jpg) no-repeat;
	width:107px;
	height:49px;
	overflow:hidden;
	margin:0 0 1px 0;	
}
.page-item-15 a:hover{
	background-position:-107px 0;
}


.page-item-8{
	width:124px;
}
.page-item-8 a{
	text-indent:-9999px;
	background:url(images/menu/volunteer.jpg) no-repeat;
	width:124px;
	height:49px;
	overflow:hidden;
	margin:0 0 1px 0;	
}
.page-item-8 a:hover{
	background-position:-124px 0;
}
.page-item-313{
	width:81px;
}
.page-item-313 a{
	text-indent:-9999px;
	background:url(images/menu/donate.jpg) no-repeat;
	width:81px;
	height:49px;
	overflow:hidden;
	margin:0 0 1px 0;	
}
.page-item-313 a:hover{
	background-position:-81px 0;
}

/**
* Search form (in navigation)
************************************************/
#navigation .search {
	float: right;
	width: 200px;
	height: 25px;
	}
#navigation input {
	float: right;
	width: 170px;
	height: 15px;
	margin: 4px 0 0 0;
	padding: 1px 8px 1px 22px;
	font: normal normal normal 11px/15px Verdana, Geneva, Tahoma, sans-serif;
	color: #aaa;
	background: #001328 url(images/search-icon.png) no-repeat 5px 0;
	border: 1px solid #011e3f;
	}
#navigation .search-submit, #navigation .button {
	display: none;
	}

/**
* Header
************************************************/
#header-container{
	padding:0 0 0 0;
}
#header {
	display: block;
	width:839px;
	height:131px;
	margin:0 0 0 71px;
	background-position: 0 14px;
	}
#header #utility-header{
	float:right;
	background:none;
	margin:0 37px 0 0;
	padding:0 0 0 0;
}
#text-29, #text-30{
	float:right;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#site-title {
	float:left;
	margin:14px 0 0 0px;
	width:307px;
	}
#site-title a {
	color: #FA9505;
	
	}
#site-title a:hover {
	text-decoration:none;
	
	}
#site-description {
	font-size: 1em;
	color: #eee;
	margin-bottom: 10px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	display:none;
}
/* Make sure page menu overlaps category menu */
#cat-nav ul.menu {
	position: relative;
	z-index: 98;
	}
#page-nav ul.menu {
	position: relative;
	z-index: 99;
	}

/**
* Subscribe/feed link (in navigation)
************************************************/
#cat-navigation #feed {
	width: 180px;
	float: right;
	}
#feed li {
	float: right;
	border: none;
	}
#feed li a {
	padding: 7px 18px 6px 0;
	background: url(images/feed-icon.png) no-repeat right 7px;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 910px;
	padding-top: 0;
	padding-bottom: 0;
	background:url(images/container-bg.jpg) #fff top center;
	}
#splashcontainer {
	overflow: hidden;
	float: left;
	width:auto;
	height:533px;
	}

.content {
	overflow: hidden;
	float: left;
	width: 504px;
	margin: -35px 0 0 20px;
	padding:0 0 0 0;
	background: url(images/background-media.jpg) repeat-y top center;
}
.bluestripe {
	overflow: hidden;
	float: left;
	width: 910px;
	height:52px;
	padding: 0;
	background:url(images/bluestripe.jpg) no-repeat top left;
}
.homecontent {
	float: left;
	width: 500px;
	margin: 0 0 0 71px;
	padding:8px 0 0 0;
	background-color:#F1EFEF;
}
.ie6 .homecontent {
	float: left;
	width: 500px;
	margin: 0 0 0 70px;
	padding:8px 0 0 0;
	background-color:#F1EFEF;
}
.widecontent {
	overflow: hidden;
	float: left;
	width: 504px;
	margin: 6px 0 0 90px;
	padding:0 0 0 0;
	background:url(images/background-widecontent.jpg) top center repeat-y;
}
.categorycontent {
	overflow: hidden;
	float: left;
	width: 504px;
	margin: -35px 0 0 20px;
	padding:0 0 0 0;
	background-color:#F1EFEF;
	background: url(images/background-media.jpg) repeat-y top center;
}
.no-data{
	margin:0 20px 10px 20px;
	padding: 0 48px 30px 48px;
	background:url(images/hl.jpg) bottom center no-repeat;
}
.category-issues .byline{
	display:none;	
}
.wide-bottom{
	padding-bottom:20px;
	background: url(images/wide-bottom.jpg) bottom left no-repeat;
}
.category-info{
	display:none;	
}
.categorycontent .hentry{
	margin:0 20px 10px 20px;
	padding: 0 48px 30px 48px;
	background:url(images/hl.jpg) bottom center no-repeat;
}
.category-vermonters-for-peter .hentry{
	margin:0 20px 10px 20px;
	padding: 0 20px 30px 20px;
	background:url(images/hl.jpg) bottom center no-repeat;
}
.content .entry-content{
	margin:0 20px 10px 20px;
	padding: 0 20px 30px 20px;
	
}
.content .byline{
	margin:0 20px 10px 20px;
	padding: 0 20px 0 20px;
	
}
.categorycontent .entry-meta{
	display:none;
}

.no-widgets .content, .no-default-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 770px;
	padding:0 18px 0 18px;
	}
.calendarcontent{
	float: left;
	width: 731px;
	overflow: hidden;
	float: left;
	margin: 8px 0 0 90px;
	padding:0 0 0 0;
	background:url(images/background-fullwidth.jpg) top center repeat-y;
}
.featurecontent{
	float: left;
	width: 731px;
	overflow: hidden;
	float: left;
	margin: -43px 0 0 0px;
	padding:8px 22px 0 18px;
	background-color:#F1EFEF;
}
.mediacontent{
	overflow: hidden;
	float: left;
	width: 504px;
	margin: -35px 0 0 20px;
	padding:0 0 0 0;
	background: url(images/background-media.jpg) repeat-y top center;
}
/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	}
.single .post, .page .post {
	margin-bottom: 0;
	}
.single h1{
 	background: url( /wp-content/themes/shumlin-template/images/blank-title.jpg) top center no-repeat;
	width:504px;
	height:57px;	
	margin:0 0 10px 0;
	text-align:center;
	padding:15px 0 0 0;
}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 20px;
	}

/* Post title */
.entry-title {
	margin-bottom: 3px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
.entry-title a {
	color: #37557B;
	}
.home .entry-title, .page-title, .page-template-blog .entry-title, .single-title, .error-404-title, .attachment-title {
	font: 18px Georgia, "Times New Roman", Times, serif;
	}
.page-title, .error-404-title {
	margin: 0 0 20px 0;
	}

/* Byline */
.byline-prep{
	display:none;
}
.author{
	display:none;
}
.byline {
	font-size: 12px;
	font-style: italic;
	color: #696969;
	}
.archive .byline, .search .byline {
	margin: 0 0 3px 0;
	}
.byline a {
	font-style: normal;
	}

/* Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	font-size: 13px;
	margin:10px 0 0 0;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .9em;
	font-style: italic;
	color: #777;
	border-top: 1px solid #ccc;
	}
.entry-meta a {
	font-style: normal;
	}

/* Page links */
p.pages {
	font-weight: bold;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	font-weight: normal;
	font-style: italic;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Single-post author box */
.single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 9px 9px 0 9px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
.single .author-profile p {
	margin: 0 0 9px 0;
	}
.single .author-profile .avatar {
	margin: 0 20px 9px 0;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	margin-bottom: 20px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 20px;
	}

/* Archive templates */
.category-title, .tag-title, .date-title, .author-title, .search-title {
	font: normal normal bold 22px/22px Verdana, Arial, Helvetica, sans-serif;
	}
.author-info, .category-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	}

/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 20px;
	}
.attachment-icon, .mime-type-icon {
	height: 20px;
	margin-right: 10px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 20px;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #666;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #093653;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets in general
************************************************/
.widget {
	overflow: hidden;
	margin: 0 0 10px 0;
	}
.widget-title {
	height: 19px;
	margin: 0 0 15px 0;
	padding: 3px 10px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f7f7f7;
	}
#header .widget-title{
		display:none;
	}
.widget-title a {
	color: #f7f7f7;
	}
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul li {
	padding: 2px 0 2px 18px;
	font:13px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	}
.widget ul li strong {
	color:#224370;
	padding:0 7px 0 0;
	}

/* Widget search */
.widget-search .search-text {
	width: 300px;
	display:none;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/**
* Content-area widgets (mostly utility widgets)
************************************************/
.content .widget {
	margin: 0;
	padding: 0;
	border: none;
	}
.content .widget-title {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font: normal normal bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: transparent;
	border-bottom: 1px solid #ddd;
	}
.content .widget-title a {
	color: #093653;
	}
.page-template-widgets .content .widget {
	margin: 0 0 20px 0;
	}

/**
* Primary, Secondary, and Tertiary
************************************************/
#widget-container {
	float: left;
	width: 255px;
	margin:0 0 20px 0;
	padding:8px 16px 0 0;
	background-color:#F1EFEF;	
	}
#primary {
	float: right;
	width: 255px;	
	}
#secondary {
	display:block;
	clear: right;
	float: right;
	width: 255px;
	}
.page-8 #primary, .page-8 #secondary, .page-13 #widget-container {
	display:none;
	}
.page-3 .entry-title{
	display:none;
}
#subsidiary {
	overflow: hidden;
	float: right;
	width: 250px;
	margin: 0 0 15px 0;
	}

#tertiary {
	overflow: hidden;
	float: right;
	width: 250px;
	}
#primary .widget ul li {
	margin: 0 0 5px 0;
	padding: 0 5px 5px 16px;
	}
#primary .widget ul ul {
	margin: 5px 0 0 0;
	}
#primary .widget ul li li {
	margin: 0 0 2px 0;
	padding: 0 0 2px 20px;
	border: none;
	}
#primary object {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 9px 0;
	}

/**
* Comments
************************************************/
#comments-template {
	margin-top: 20px;
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}

/* Comments are closed */
.comments-closed {
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0;
	}

/* Individual comments */
#comments li {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 15px 0 15px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li li li li, #comments li li li li li li {
	background: #fff;
	}
#comments li li li, #comments li li li li li {
	background: #f7f7f7;
	}

/* Avatar */
#comments li .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
	padding: 0;
	border: 1px solid #666;
	}

/* Comment meta data */
#comments .comment-author {
	font-weight: bold;
	}
#comments .comment-meta-data {
	font-size:12px;
	margin-bottom: 15px;
	}
.page #comments{
	display:none;
}
/* Comment text */
.comment-text {
	clear: left;
	font-size: 13px;
	}

/* Forms */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
textarea {
	clear: left;
	display: block;
	font: 14px/20px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	}
.button {
	width: 100px;
	margin-right: 9px;
	padding: 6px 9px;
	font: 13px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	color: #eee;
	background: #21426D;
	border: none;
	}
.button:hover {
	cursor: pointer;
	background: #093653;
	}
.search-form input {
	margin-right: 9px;
	}

/**
* Footer container (wraps Subsidiary and Footer)
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	padding: 0 0 0 0;
	}

/**
* Subsidiary
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 14px auto;
	padding: 2px 0 0 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 210px;
	margin: 0;
	padding: 15px 20px 0 20px;
	font: 12px/21px Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #777;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	font-size: 15px;
	color: #bbb;
	background: transparent;
	border-bottom: 1px solid #072145;
	}
#subsidiary a {
	color: #aaa;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	margin: 0 0 3px 0;
	padding: 0 5px 3px 5px;
	background: transparent;
	border-bottom: 1px solid #072145;
	}

/**
* Footer
************************************************/
#footer-container {
	clear: both;
	overflow: hidden;
	color: #999;
	padding-bottom:25px;
	background:url(images/body-container-bg.jpg) repeat-y;
	}
#footer-container a {
	color: #ccc;
	}
#footer {
	clear: both;
	width: 910px;
	height:154px;
	background:url(images/footer.jpg) no-repeat;
	}
#footer a {
	font-style: normal;
	color: #f7f7f7;
	}
#footer .copyright {
	display: inline;
	float: left;	
	margin-right: 9px;
	}
#text-3, #text-25{
	float:left;
	padding:12px 0 0 10px;
}
#text-17{
	float:left;
	width:350px;
	padding:12px 0 0 10px;
	text-align:center;
}
#text-17 p{
	font-size:11px;
	color:#21426D;
	line-height:1.5em;
}
#text-4{
	float:left;
	text-align:right;
	margin:0 0 0 0;
}
/**
* PHPLIST FORM
************************************************/
#phplist-integration{
	background:none;
	margin:15px 0 0 0;
	float:left;
	height:140px;
	width:200px;
	overflow:hidden;
}
#phplist-integration table{
	margin:0 0 0 0;
}
#phplist-integration .attributeinput input{
	height:17px;
	width:107px;
	border:1px solid #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 5px;
	
}
#phplist-integration .attributeinput {
	margin:2px 0 2px 0;
	padding:0;
}
#phplist-integration .submitbutton {
	margin:15px 0 0 4px;
}
.breadcrumbs{
	display:none;
}
#utility-before-container .widget{
	margin:0 0 5px 0;
	padding:0;
}
#text-8{
	padding:123px 0 0 220px;	
	margin: 3px 0 0 0;
	float:left;
}

.author-profile.vcard{
	display:none;
}
#utility-after-page{
	float:left;
	width:228px;
	margin:-35px 0 0 8px;	
}
.page-1345 #utility-after-page, .page-3 #utility-after-page{
	float:left;
	width:228px;
	margin:8px 0 0 8px;	
}
.flickr_photo{
	padding:0 4px 4px 4px;
}
.videopic{
	display:none;
}
.jqDockLabel{
		display:none!important;
}
#featurecontent{
	display:block;
	width:727px;
	height:358px;
	background:url(images/background-feature.jpg) bottom center no-repeat;
	padding:10px 0 0 10px;
	margin:0 0 0 0;
}
#featurecontentimage{
	display:block;
	width:707px;
	height:321px;
	background:url(images/background-feature-image.jpg) top center no-repeat;
	padding:16px 16px 19px 14px;
	margin:0 0 0 0;
}
#featureissues{
	float:left;
	width:446px;
}
#featureissuestext{
	float:left;	
	margin:70px 0 0 0;
	width:260px;
}
#featureissuestext li{
	font:11px Verdana, Geneva, sans-serif;
	list-style-type:none;
	margin:0 0 10px 0;
	color:#696969;
}
#featureissuestext a{
	color:#696969;
}
#featureissuestext li a:hover{
	font:11px Verdana, Geneva, sans-serif;
	color:#152B50;
}
#featureissuestext ul{
	margin:0 0 0 20px;
	padding:0;
	
}
.carouselContainer{
	display:none;	
}
.greycontent{
	background-color:#F1EFEF;	
	padding:12px 0 0 0;
	margin:0 0 0 36px;
}
.peters-blog{
	width:471px;
	height:528px;
	background:url(images/background-blog.jpg) top center no-repeat;
	padding:60px 0 0 0;
	margin:0 0 0 20px;
}
.excerpts{
	width:437px;
	padding:10px 20px 0 14px;
	float:left;	
	margin:0 0 10px 0;
}
.excerpts .hentry{
	width:416px;
	height:119x;
	background:url(images/background-blog-post.jpg) top center no-repeat;
	padding:10px 12px 0 12px;
}
.excerpts .byline{
	
	font:12px "Times New Roman", Times, serif;
	color:#757575;
}
.excerpts .entry-summary{
	height:50px;
	overflow:hidden;
	font:12px "Times New Roman", Times, serif;
	color:#757575;
}
.excerpts h2{
	font:12px Georgia, "Times New Roman", Times, serif!important;
	font-weight:bold;
}
#categoryposts-3 .widget-inside{
	height:185px;
	width:255px!important;
	padding:70px 0 0 0;
	background:url(images/background-latest-news.jpg);
}
#categoryposts-3 h3, #ics-calendar h3{
	display:none!important;
}
#text-3, #text-25{
	margin:0 0 0 -10px;	
	width:286px;
	
}
#calendar-top{
	height:210px;
	width:235px!important;
	padding:70px 0 0 20px;
	background:url(images/background-calendar.jpg) top center no-repeat;
	float:left;
}
#ics-calendar{
	margin: 0 0 0 0;
	clear:left;
}
#ics-calendar .widget-inside{
	height:auto;
	width:255px!important;
	padding:10px 0 5px 0;
	background:url(images/background-calendar.jpg) bottom center no-repeat;
	margin:0;
}
#ics-calendar-widget li{
	font:13px "Times New Roman", Times, serif;	
	color: #103461!important;
	padding:3px 25px!important; 
}
.caldate{
	height:25px;
	float:left;
}
.caltitle{
	height:25px;
}
.cat-post-item{
	font:12px Georgia, "Times New Roman", Times, serif!important;
	font-weight:bold;
}
.cat-post-item .post-date{
	height:20px;
	float:left;
	margin-right:5px;
}
#socialsidebar{
	float:left;
	width:36px;
	height:151px;
	margin:5px 0 0 35px;
}
#rss-side{
	height:30px;
	width:36px;
	overflow:hidden;
	background:url(images/shumlinicons/rss.png) no-repeat;
}
#rss-side a{
	padding:18px;
}
#rss-side:hover{
	background-position:-36px 0;
}
#facebook-side{
	height:29px;
	width:36px;
	overflow:hidden;
	background:url(images/shumlinicons/facebook.png) no-repeat;
}
#facebook-side a{
	padding:18px;
}
#facebook-side:hover{
	background-position:-36px 0;
}
#twitter-side{
	height:29px;
	width:36px;
	overflow:hidden;
	background:url(images/shumlinicons/twitter.png) no-repeat;
}
#twitter-side a{
	padding:18px;
}
#twitter-side:hover{
	background-position:-36px 0;
}
#youtube-side{
	height:30px;
	width:36px;
	overflow:hidden;
	background:url(images/shumlinicons/Youtube.png) no-repeat;
}
#youtube-side a{
	padding:18px;
}
#youtube-side:hover{
	background-position:-36px 0;
}
#flickr-side{
	height:30px;
	width:36px;
	overflow:hidden;
	background:url(images/shumlinicons/flickr.png) no-repeat;
}
#flickr-side a{
	padding:18px;
}
#flickr-side:hover{
	background-position:-36px 0;
}
#post-1345 .entry-content, #post-3 .entry-content{
	margin: 0 20px 0 20px;
}
#post-1345 h1, #post-15 h1, #post-3 h1{
	display:none;
}
.entry-meta{
	margin: 0 20px 0 20px;
}
#comments-template{
	margin: 0 20px 0 20px;
}
.comments-header{
	display:none;
}
#flickrrss{
	width:187px;
	height:266px;
	background:url(images/background-media-gallery.jpg);
	padding: 70px 17px 0 24px;
}
#flickrrss h3{
	display:none;
}
#flickrrss img{
	width:56px;
	height:56px;
	margin:0 5px 5px 0;
}
.calendarcontent h1{
	display:none;
}
.calendarcontent .entry-content{
	margin: 0 25px 0 28px;
}
.calendar-bottom{
	background: url(images/background-fullwidth-bottom.jpg) bottom left no-repeat;
}
.boldblue{
	font-weight:bold;
	color:#637A99;
}
.flickr-gallery{
	width:445px;
	margin: 0 0 0 25px;
}
.mediacontent h1{
	display:none;	
}
.audiotitle{
	height:20px;
	font:12px Verdana, Geneva, sans-serif;
	color:#696969
}
.audio{
	width:297px;
	height:55px;
	padding:10px 0 0 70px;
	margin:0 0 20px 0;
	background:url(images/audio-back.jpg);
}
.audio p{	
	margin:0 0 0 0;
}
.audioplayer_container{
	margin:-14px 0 0 0;	
}
#utility-after-content{
	margin:0 0 0 20px;
}
#advancedrecentposts-3{
	float:left;
	width:321px;
	height:206px;
	padding:54px 0 0 150px;
	background: url(images/for-peter-background.jpg) top center no-repeat;
	
}
#advancedrecentposts-3 h3{
	display:none;
}
.advanced-recent-posts li{
	float:left;
}
.advanced-recent-posts img{
	border:5px solid #ECE4DE;
}
.slideInfoZone h2{
	display:none!important;
}
.calendartab{
	width:31px;
	height:182px;
	float:left;
	overflow:hidden;
	background: url(images/full-calendar.jpg) top left no-repeat;
}
.calendartab:hover{
	background-position:-31px 0;
}
#post-2040 h1{
	display:none;
}