/*  
	Theme Name: Global Press WP3
	Theme URI: http://themeforest.net/item/global-press-a-premium-magazine-wordpress-theme/84602
	Description: A "News / Portal" Premium Wordpress 3 Theme
	Version: 2.0
	Author: Layered Pixels
	Author URI: http://themeforest.net/user/LayeredPixels/

	This file is part of a site template for sale at ThemeForest.net.
	See: http://themeforest.net/user/LayeredPixels/portfolio
	Copyright ©2010 Simon Bouchard <info@simonbouchard.com>
*/

/*	-------------------------------------------------------------
	Reset
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
	
body {
	line-height: 1; }
		
ul,
ol {
	margin:10px 0 10px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }

ul.nolist li,
ol.nolist li {
	list-style-type:none; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

blockquote {
	margin: 0 0 10px 0;
	color:#000;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	quotes: "\201C" "\201D"; }

blockquote p {
	display:inline;}

blockquote:before, blockquote:after { 
	font-weight: bold; 
	font-size: 26px;
	color:#ccc; }

blockquote:before { 
	content: open-quote; }

blockquote:after { 
	content: close-quote; }
	
:focus {
	outline: 0; }

ins {
	text-decoration: none; }
	
del {
	text-decoration: line-through; }

/* table {border-collapse: collapse;border-spacing: 0; } */

/*	-------------------------------------------------------------
	Hacks
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix { 
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */

.clear {clear:both;} 

.clearandspace {
	clear: both;
	height:10px; }

/*	-------------------------------------------------------------
	Body
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment:fixed;
	background:#fff url("http://www.topekametro.org/wp-content/uploads/2015/01/bg_body1.gif") repeat-x 0 20px;
}
/*	-------------------------------------------------------------
	Links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	outline: none;
	color: #c01f25;
	text-decoration:none; }

a:hover {
	color: #000; }

/*	-------------------------------------------------------------
	Heading
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

h1, h1 a, h1 a:visited, h1.title {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	font-family: Helvetica, Arial;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	text-decoration: none; }

	h1 a:hover {
		color: #c01f25; }

h2 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color:#000;
	text-transform: uppercase; }

	h2 a, h2 a:visited {
		padding: 2px 4px;
		text-decoration: none;
		color:#fff;
		background:#242424;
		-moz-border-radius: 2px; }

	h2 a:hover {
		color: #fff; }

	h2 i {
		color: #999999;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		background:none; }

	h2 i a, h2 i a:visited {
		color: #999999;

		text-decoration: none;
		border:none;
		padding:0;
		background:none;
		border-bottom: 1px solid #dddddd; }

	h2 i a:hover {
		color: #000000; }

h3 {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px; }

	h3 a, h3 a:visited {
		color: #c01f25;
		text-decoration: none; }

	h3 a:hover {
		color: #c01f25; }

	h3 a, h3 a:visited {
		color: #c01f25;
		text-decoration: none; }

	h3 a:hover {
		color: #c01f25; }

h4 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-family: Geneva, Arial;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	letter-spacing: -1px; }

h5 {
	margin: 20px 0 15px 0;
	font-family: Helvetica, Arial;
	font-size: 24px;
	color:#000;
	letter-spacing:-1.5px; }

/*	-------------------------------------------------------------
	Common
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.dash {
	border-top:1px dashed #999;
	margin:10px 0;
	padding:0; }

.red {
	color: #c01f25; }

/*	-------------------------------------------------------------
	Icons
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.recentnews {
	background:transparent url("images/icon_recentnews.png") no-repeat 0 2px; }

.popularstories {
/*	background:transparent url("http://www.topekametro.org/wp-content/uploads/2014/03/icon-blog.png") no-repeat 0 2px; */ }

.fromthecommunity {
	background:transparent url("images/icon_recentcomments.png") no-repeat 0 2px; }

.globe {
	background:transparent url("images/icon_globe.png") no-repeat 0 2px;	}
	
.tags {
	background:transparent url("images/icon_tags.png") no-repeat 0 2px; }

	.tagsmall {
		background:transparent url("images/icon_tagsmall.gif") no-repeat 0 7px;
		line-height:20px;
		padding:5px 0 0 23px; }

.allarchives {
	background:transparent url("images/icon_archives.png") no-repeat 0 2px; }

.feeds {
	background:transparent url("images/icon_feeds.png") no-repeat 0 2px; }

.recentnews, .fromthecommunity, .globe, .tags, .allarchives, .feeds  {
	line-height:27px;
	padding:0 0 0 32px;	 }
		
/*	-------------------------------------------------------------
	Grid
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.container {
	position:relative;
	margin: 0px auto;
	padding: 0px;
	max-width: 980px;
	text-align: left; 
}

/* Header */
#header {
	padding:0;
	margin:0;
	width:100%;
	height:130px;
	text-align:left;
	}

	#header .wrapper {
		height:130px;
		max-width:980px;
		margin:0 auto;
		text-align:left; }

	/* Logo */
	div.logo {
		float:left;
		margin-top:20px;
		text-shadow:1px 1px 0 #000; }


@media screen and (max-width: 840px) {

	body {
		background:#fff none;
	}

	#header {
		height:130px;
	}

	#header .wrapper {
		left:0px;
		width:525px;
		height:130px;
	}

	.wrapper {
		width:525px;
	}

	div.logo {
		float:left;
		margin-top:0px;
		height:101px;
	}

	div.menu {
		width:100% !important;
		margin: 0 auto;
		float:none;
		text-align:left;
	}

	#menu-home-navigation-menu {
		float:none;
		text-align:left;
		padding-left:20px;
	}

	.date {
		display:none;
	}

	.floatRight, .right_col {
		float:none !important;
		box-shadow:none;
		background:none;
	}

	#footerMenu, .fb-like-box .fb_iframe_widget, #footerSocialAndCopyright {
		float:none;
	}

	#page-bar .headerSearchForm {
		display:none;
	}

}




	div.logo a, div.logo a:visited {
		margin: 0;
		padding: 0;
		font-family: Helvetica, Arial;
		font-size: 40px;
		font-weight: bold;
		letter-spacing: -2px;
		color: #fff;
		text-decoration: none; }

	div.logo span {
		font-family:Arial;
		text-transform:uppercase;
		font-size:9px;
		text-align:right;
		color:#fff;
		display:block;
		margin:0;
		padding:0; }

	/* Menu */


	div.menu {
	/*	position:relative;
		top:0;
		right:0;
		margin:0;*/
		float:right;
		text-align:right;
		width: 60%; }

		div.menu ul {
			float:right;
			text-align:right;
			list-style:none;
			margin:0;
		/*	width: 100%; */
			padding:3px 5px;
			
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px; }
			
			div.menu ul li {
				float:left;
				margin:0; }

				div.menu ul li a {
					color:#253394;
					font-size:0.9em;
					font-weight:bold;
					text-transform:uppercase;
					padding:4px 7px; }
					
					div.menu ul li a:hover {
						color:#3485c6; }


/* Date */
div.date {
		padding: 11px 0;
		text-align:right;
		margin:0;
		width: 100%; 
		color:#253394;
		float:right;
		}


/* Social */
div.social {
	width: 100%;
	padding:19px 15px 41px 15px; }

	.social a {
		color:#191919;
		display:block;
		float:left;
		font-weight:bold;
		font-size:26px;
		line-height:20px;
		letter-spacing:-1px;
		padding:2px 0 0 46px; }

	.social a span {
		color:#5E5E5E;
		display:block;
		font-size:11px;
		letter-spacing:0;
		line-height:15px; }

	.social a.rss {
		background:transparent url("images/icon-big-rss.png") no-repeat scroll 0 50%;
		margin:0 40px 0 0; }

	.social a.twitter {
		background:transparent url("images/icon-big-twitter.png") no-repeat scroll 0 50%; }
	
/*	-------------------------------------------------------------
	Top Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#submenu {
	margin: 0 auto;
	padding: 0;
	height: 35px;
	/*border-bottom:4px solid #d5d5d5;*/
	background:#eee url("images/bg_nav.gif") repeat-x top right; 
	position: relative !important; 
	z-index: 9999 !important;
}

.submenu{
	margin: 0 auto;
	padding: 0;
	height: 35px;
	min-width:680px;
	max-width:980px;
	position: relative !important; 
	z-index: 9999 !important;
}

.cat-item a, .cat-item a:visited {
	color: #ffffff;
	text-decoration: none;
	overflow:hidden;
	display:block;
	float:left;
	padding:0 10px;
	height:35px;
	line-height:35px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:-0.5px;
	margin-left:0;
	margin-right:1px;
	position:relative; 
	z-index:9999;}

.cat-item a:hover {
	color: #f8d905;
	text-decoration: none;
	background:transparent url("images/bg_nav_on.gif") repeat-x 0 0; }

.current-cat, .current-cat a, .current-cat a:visited {
	color: #f8d905;
	text-decoration: none;
	background:transparent url("images/bg_nav_on.gif") repeat-x 0 0; }

.sub_menu li.home a {
	display:block;
	width:38px;
	background:url('images/bg_nav_home.gif') no-repeat 0 0;
	text-indent:-1000px;
	overflow:hidden;
	padding:0;
	margin:0; 
	z-index:9999;}

	.sub_menu li.home a:hover, .homepage .sub_menu li.home a {
		background:url("images/bg_nav_home.gif") no-repeat 0 -35px; }

/*	-------------------------------------------------------------
	Dropdown Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.children {
	margin: 0;
	padding: 0;
	position: absolute;
	/*left: -9999px;
	top:-9999px;*/
	min-width:130px;
	z-index:9999; }

.sub_menu li:hover ul {
	left: 0;
	top: 0;
	z-index:9999;
	padding:0 10px 0 5px; }

.children li {
	margin: 0;
	padding: 0;
	float: none;
	background:none;
	text-indent:10px;
	}

.children li:last-child {
	border-bottom:none; }

.children li a, .children li a:visited {
	padding:0;
	margin:0;
	color: #242424; }

.children li a:hover {
	background:none !important;
	color: #c42127; }

ul.subnav li:last-child { border-bottom:none; }


.children .current-cat, .children .current-cat a, .children .current-cat a:visited {
	background:#fff;
	color: #c42127;
	text-decoration: none; }

/*	-------------------------------------------------------------
	Contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* Search */
#searchform {
	position:relative;
	top:0px;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
}

#searchform label {
	display: none;}

#searchform #s {
	width: 200px;
	height: 23px;
	position: relative;
	margin: 0 0 0 8px;
	padding:4px 0 0 0;
	background: #fff;
	border: 0;
	color: #9a9a9a;
	font-weight:bold;
	background: url(images/bg_input.gif) 0 0 no-repeat; 
	float:right;
}

#searchform #searchsubmit {
	width: 33px;
	height: 28px;
	position: absolute;
	right: -5px;
	top: 0;
	cursor: pointer;
	text-indent:-9999px;
	border: 0;
	background: url("images/bg_button_search.png") 0 0 no-repeat; }

/* Columns */

.floatLeft {
	float: left;
	width: 600px;
}
.floatRight {
	float: right;
	width: 280px;
}

.primary_col {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 600px;
	float: left;
	background:#fff;
/*	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow:2px 2px 2px #333333;  */}

.primary_full_col{
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	max-width: 940px;
	float: left;
	background:#fff;
/*	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow:2px 2px 2px #333333;  */}

.right_col {
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 20px 20px;
	width: 280px;
	float: right;
	clear:right;
	background:#fff;
/*	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px; */}

.scroll {
		overflow-y:scroll;
}
.middle_col {
	margin: 0px 0px 10px 0px;
	width: 270px;
	float: left;
	background:none;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	height:297px; }

.middle_col_wrap {
	margin: 10px 0px 0px 0px;
	padding: 10px 20px 20px;
	width: 245px;
	float: left;
	background:#fff;
}

.middle_col_content{
	height:267px;
	overflow-y:scroll;
	padding: 10px 20px 20px 20px;
	margin-bottom:3px;
}

.left_col {
	margin: 0px 20px 10px 0px;
	width: 270px;
	float: left;
	background:none;
	-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	height:297px; }

.left_col_wrap {
	margin: 10px 30px 0px 0px;
	padding: 10px 20px 20px;
	width:245px;
	float: left;
	background:#fff;
	/*-moz-box-shadow: #ccc 0 0 4px;
	-webkit-box-shadow: #ccc 0 0 4px;
	height:297px;*/ 
}

.left_col_content{
	height:267px;
	overflow-y:scroll;
	padding: 10px 20px 20px 20px;
	margin-bottom:3px;
}
.homePosts {
	margin: 10px 0;
	padding: 5px;
	width: 600px;
	float: left;
}

/*	-------------------------------------------------------------
	Featured Articles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#featured {
	position:relative;
	width:600px;
	height:350px !important;
	margin: 10px 0 0 0;
	padding: 0;
	background:#000;  }

#featured .slider {
	position:relative;
	width:600px;
	height:350px !important; }

#featured .thumbnail {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:600px;
	height:350px;
	overflow:hidden; }	

	#featured .meta, #featured .title, #featured .excerpt  {
		position: relative;
		z-index:1; }

	#featured .title {
		position:absolute;
		bottom:30px;
		margin:25px 0 0 0;
		padding:0 20px 20px 20px;
		width:500px;
		z-index:5;
		background:transparent url("images/bg_trans.png") repeat 0 0; }

	#featured .title h1 {
		padding:0px 0 0 0;
		z-index:10; }

	#featured .title h1 a {
		color:#fff !important;
		text-shadow:1px 1px 0 #000; }

		#featured .title h2 {
			margin:0;
			padding:20px 0 0 0;
			color: #fff; }

		#featured .title h2 a, #featured .title h2 a:visited {
			margin:0;
			padding: 2px 3px;
			color: #fff;
			border: none;
			background:#c01f25;  }

		#featured .title h2 i {
			color: #fff;
			text-shadow:1px 1px 0 #000; }

		#featured .title h2 i a, #featured .title h2 i a:visited {
			color: #fff;
			text-decoration: none;
			border-bottom: 1px solid #333333; }

		#featured .title h2 i a:hover {
			color: #ffffff;
			border-bottom: 1px solid #ffffff; }

/*	-------------------------------------------------------------
	Lists
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content ul {
	margin: 0;
	padding: 0; }

#content li {
	margin: 0;
	padding: 9px 0 9px 0;
	line-height: 16px;
	list-style-type: none;
	border-bottom: 1px dashed #ddd; }

	#content li.archives {
		height:50px; }

#content li:last-child {
	border-bottom:none; }

.title a, .title a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }
	
	.archives .title {
		padding:0 0 10px 0; }

	.archives .title a, .archives .title a:visited {
		line-height:22px;
		font-size:1.2em; }

.title a:hover {
	color: #c01f25; }

/*	-------------------------------------------------------------
	Entries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	margin: 10px 0;
	padding: 0;
	color:#000;
	line-height: 18px; }

p a, p a:visited {
	color: #c01f25;
	text-decoration: none;
	border-bottom: 1px solid #dddddd; }

p a:hover {
	color: #000; }

#entry {
	margin: 20px 0; }

#entry p {
	font-size:1.15em;
	line-height:140%;
	color:#232323;
	margin:0 0 13px 0; }

#entry h2 {
	text-transform:none;
	font-family: Geneva, Arial;
	font-size: 24px;
	font-weight: normal; }

#entry h3 {
	font-family: Geneva, Arial;
	font-size: 20px;
	font-weight: normal; }

#entry h5 {
	font-family: Geneva, Arial;
	font-weight:normal;
	letter-spacing:0;
	font-size: 12px;}

#entry .tweet {
	margin: 3px 0px 5px 10px;
	float: right; }

#entry img, #entry img a, #entry img a:visited {
	margin: 5px 0px 10px 20px;
	padding: 0px;
	border: none; }

#entry ul, #entry ol {
	margin: 20px 0px 20px 50px;
	padding: 0px; }

#entry li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	list-style-type: disc;
	border-bottom: none; }

#entry blockquote p {
	margin: 20px 0px 20px 0px;
	font-family: Georgia;
	line-height: 22px;
	font-style: italic;
	color:#484848; }

/* Post Meta Data */
.author {	
	padding: 0 16px 0px 16px;
	margin-bottom: 20px; }

.author img.avatar {
	float: left;
	margin: 0 16px 0 0;
	border:1px solid #ddd;
	padding:1px; }

.author p:first-of-type {
	margin-bottom: 10px; }

/* Meta */
.meta {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #999999;
	font-size: 11px; }

.meta a, .meta a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px solid #dddddd; }

.meta a:hover {
	color: #000000; }

/*	-------------------------------------------------------------
	Entries - Comments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.comments {
	position: relative;
	width: 100%;
	padding: 1px;
	background: #f2f2f2;
	margin-bottom: 20px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px; }

.comments .contents {
	padding:20px; }

.comments .contents h3 {
	padding:0;
	margin:0 0 20px 0;}

.commentlist {
	margin: 0;
	padding: 0; }

.commentlist li {
	position:relative;
	margin: 0 0 60px 0 !important;
	padding: 25px 15px 35px 15px !important;
	border:1px solid #ccc !important;
	background: #fff; }

.commentlist cite {
	color:#000;
	font-family:Arial;
	font-weight: normal;
	letter-spacing:-1px;
	font-style:normal;
	font-size:1.9em;
	border:none; }

.commentlist cite span, .commentlist cite a {
	color:#000;
	font-style: normal;
	border:none; }

.commentlist cite a:hover {
	color:#c01f25;;}
	
.commentlist em {
	font-size:11px;
	padding: 2px 3px;
	color: #fff;
	border: none;
	background:#c01f25;
	-moz-border-radius:2px; }

.commentlist .says {
	color:#666;
	font-style:italic;
	font-size:11px; }

.commentlist p {
	font-weight: normal;
	color:#242424;
	font-size:12px;
	text-transform: none; }

.commentlist li.bypostauthor {
	background:  #fff; }

.commentlist .comment-meta {
	position: absolute;
	bottom: -20px;
	right: 80px; }

.commentlist .comment-meta, .commentlist .comment-meta a {
	color: #666;
	font-weight:normal;
	font-size:10px; }

.commentlist .avatar {
	position: absolute;
	right: 15px;
	bottom: -20px;
	border: 1px solid #ccc; }

#commentform {
	padding:0;
	margin:0 15px 0px 0; }

#commentform label {
	position:relative !important;
	padding:0;
	margin:0 0 0 10px;
	font-size:10px;
	float:right;
	width: auto !important;
	display:inline !important;
	text-align:left !important; }

#commentform input, #commentform textarea  {
	border:1px solid #ccc;
	padding:6px;
	width: 35%;
	line-height: 150%;
	font-size: 12px;  }

#commentform textarea  {
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
	width: 100%;
	height: 150px;}

#commentform p {
	width: 100%;
	margin: 5px 0;
	padding: 0; }

#commentform #submit {
  	padding:7px 6px 6px 6px;
  	width: auto;
  	cursor: pointer;
  	display: block;
	font-family:Helvetica, Arial;
  	font-size:12px;
	font-weight:bold;
	color:#fff;
  	text-align: center;
	text-shadow:1px 1px 0 #000;
	letter-spacing: normal;
	border:none;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	background:#242424; } 

/*	-------------------------------------------------------------
	Archives - Other Posts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.otherposts {
	padding:20px 0;
	border-bottom:1px dashed #ddd;
	display:block; }

.otherposts .thumbnail {
	float:left;
	padding:1px;
	border:2px solid #ddd; }

.otherposts .contents {
	margin-left:100px; }

	.otherposts .contents p {
		font-size:11px;
		padding:0;
		margin:10px 0 0 0; }

	.otherposts .contents h2  {
		padding:0;
		margin:0; }

	.otherposts .contents h3   {
		padding:0 0 8px 0;
		margin:0; }

		.otherposts .contents h3 a {
			color:#000; }

			.otherposts .contents h3 a:hover {
				color: #c01f25; }


/*	-------------------------------------------------------------
	Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.navigation {
	margin:15px 0 0 0;
	padding:0; }

.navigation .alignleft {
	float:left;}

.navigation a {
	margin:0 10px 0 0;
	padding: 4px;
	border: none;
	color:#ffffff;
	font-size:11px;
	background:#273395;
	-moz-border-radius: 2px; }

	.navigation a:hover {
		background:#ffffff; }

/*	-------------------------------------------------------------
	Sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.sidebar {
	clear:right; }

.sidebar li {
	padding:0 3px; }

.sidebar li a, .sidebar li a:visited {
	color: #000000;
	font-weight: normal !important;
	text-decoration: none;
	float:none;
	margin:0;
	padding:0; }

.sidebar li a:hover {
	color: #c01f25; }

.sidebar .page_item a, .sidebar .page_item a:visited, .sidebar .page_item a:hover  {
	border-bottom: none; }

.sidebar li.cat-item {
	padding: 0px !important;
	height:auto; }

.sidebar .cat-item a, .sidebar .cat-item a:visited {
	display:block;
	font-size:12px;
	letter-spacing:0; }

.sidebar .cat-item a:hover, .sidebar .current-cat, .sidebar .current-cat a, .sidebar .current-cat a:visited {
	background:none; }

/* Articles Thumbnails */ 
.thumbnail-small img {
	width:30px;
	height:30px;
	float:left;
	margin:0 8px 0 0;
	border:1px solid #ddd;
	padding:1px; }

.thumbnail-medium img {
	width:50px;
	height:50px;
	float:left;
	margin:0 8px 0 0;
	border:1px solid #ddd;
	padding:1px; }

/* Calendar */
#calendar_wrap {
	background:#ffffff; 
	padding:0 25px 10px 25px; }
	
#calendar_wrap caption {
	letter-spacing:-1px;
	color:#000;
	font-size:bold;
	padding:0 0 25px 0; 
	margin:-25px 0 0 0;
	font-size:20px;  }
	
table#wp-calendar {
	border-collapse:collapse; 
	width:100%;
	text-align:center; }

table#wp-calendar th {
	color:#000; }

table#wp-calendar tfoot tr td {
	padding:10px 0 0 0;}

table#wp-calendar tfoot #prev a, table#wp-calendar tfoot #next a  {
	padding: 3px 4px;
	font-size:11px;	
	text-decoration: none;
	color:#fff;
	background:#242424;
	-moz-border-radius: 2px; }

table#wp-calendar tfoot #prev a {
	float:left; }

table#wp-calendar tfoot #next a {
	float:right; }

/* Text Widget */
.textwidget {
	margin:20px 0 0 0;
	line-height:150%; }

/*	-------------------------------------------------------------
	Search Results, Date & Weather
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.search {
	position:absolute;
	top:19px;
	left:0;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	color:#ccc;
	font-size:28px;
	letter-spacing:-1.5px; }


/*	-------------------------------------------------------------
	Google Transit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#gtTable {
	width:258px;
	border:1px solid #333;
	background-color:#efefef;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding:5px;
	margin-left:15px;
}

#gtTable .bgcolor {
	background-color:#a9a9a9;	
}
#gtTable .light {
	color:#444444;
}
.mLeft {
	margin-left:20px;
}




#gtTable1 {
	width:368px;
	border:none;
	background:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	margin:15px;
}

#gtTable1 .bgcolor {
	background-color:#a9a9a9;	
}
#gtTable1 .light {
	color:#444444;
}
.mLeft {
	margin-left:20px;
}
#gtTable1 form input{
	border:none;
	background:#DDD;
	padding:8px;
}



#map-canvas {
        height: 100%;
        margin: 0px;
        padding: 0px
      }


#panel {
        position: relative;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
	width:100%;
	height:565px;
      }








/*	-------------------------------------------------------------
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#footer {
	margin: 30px auto 0 auto;
	padding: 20px 0;
/*	width: 100%; */
	border-top:4px solid #E92526;
	background: #1F85D9; 
	min-height:900px;
	max-height:100%;
}

#footer p.left, #footer p.right {
	font-size: 11px;
	color: #6d6e71;	}

#footer p.left {
	float: left; }

#footer p.right {
	float: right; }

#footer p a, #footer p a:visited {
	color: #ddd;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #6d6e71; }

#footer p a:hover {
	color: #fff; }

#footer .wordpress {
	line-height:24px;
	padding:0 0 0 30px;
	background:transparent url("images/icon_wordpress.png") no-repeat 0 0; }
	
#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:none;
	}

#page-bar li:hover {
	background:transparent url("images/bg_nav_on.gif") repeat-x 0 0;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 24px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 225px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background:transparent url("images/bg_nav_on.gif") repeat-x 0 0;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background:transparent url("images/bg_nav_on.gif") repeat-x 0 0;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	left: 0em;
	top:auto;
	margin-top:-5px;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	display: block;
	}

li.headerSearchForm{
    	padding:4px 24px !important;
	position:relative;
	float:right !important;
}	

#footerMenu{
	position:relative;
	float:left;

}
#footerSocialAndCopyright{
	position:relative;
	float:left;
	width:370px;
/*	margin-left:140px;	*/
	text-align: left;
	padding:1em;
}

#footerSocialLinks, #footerCopyright{
	position:relative;
	float:right;
	width:100%;
	color:#FFFFFF;
}

#footerCopyright a, #footerCopyright a:visited, #footerCopyright a:hover{
	color:#FFFFFF;
}

#footerMenu1, #footerMenu2{
	width:170px;
	position:relative;
	float:left;
}

#footerMenu1 li, #footerMenu2 li, #footerMenu3 li{
	list-style-type:none;
}

#footerMenu1 li a, #footerMenu1 li a:hover, #footerMenu1 li a:visited, #footerMenu2 a, #footerMenu2 a:hover, #footerMenu2 a:visited, #footerMenu3 a, #footerMenu3 a:hover, #footerMenu3 a:visited{
	color:#FFFFFF;
	font-size: .9em;
	line-height: .9em;
}

#footerContainer{
	max-width:980px;
	margin:0 auto;
}


#front-page-content-under-slider{
	width:600px;
	background:#fff;
	padding:18px;
	margin:10px 0px 20px 0px;
}








/*---------------- Accordion stuff ----------------*/


/*  Basic stucture
=====================*/
#accordion{margin:100px auto;width:400px;}
#accordion ul{list-style-type:none;margin:0;padding:0;}
#accordion ul li{list-style-type:none;}
.accordion{display:none;}
.accordion:target{display:block;}
#accordion ul li a{text-decoration:none;display:block;padding:10px;}
.accordion{padding:4px;}