body {
	font-size: 14px;
	font-family: 'Open Sans', serif;
	color:#222;
	background:#1179c2;
	background:#e9e9e9 !important;
}

h1, h2, h3, h4 {
	font-weight:800;
	letter-spacing:-0.03em;
	line-height:1.1em;
	color:#333;
}

p {
	font-size:15px;
	line-height:31px;
}

a {
    color: #0087e6;
}
p a:hover
{
	text-decoration:underline;
}


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

.third {
	float:left;
	width:33.33%;
}

.left {
	float:left;
	width:640px;
	padding-right:20px;
}
.right {
	float:left;
	width:300px;
}


/*	---------
	INPUTS
	--------- */
.input, .submit {
	display:block;
	height:30px !important;
	line-height:30px !important;
	margin:0 !important;
	padding:0 10px !important;
	border-radius:0 !important;
	border:none !important;
	box-shadow:none !important;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




/* -------------------
   FRESH BUTTON
   ------------------- */
.freshbutton {
	display: inline-block;
    overflow: visible;
    font-weight: 700;
    text-shadow: 0 1px 1px #e9e9e9;
    cursor: pointer;
    color: #666666;
    background-color: #F6F7F8;
    border: 1px solid #b6b6b6;
    border-radius: 3px 3px 3px 3px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.freshbutton {
	padding: 5px 23px;
    font-size: 13px;
	text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #fff inset;
}




/*	---------
	HEADER
	--------- */
.header {
	height:100px;
	padding-top:10px;
}
	.showMenu {
		display:block;
	}
	.logo {
		float:left;
		padding-top: 9px;
	}
	.tagline {
		position:relative;
		top:-4px;
		font-size:12px;
		color:#666 !important;
	}

	.searchForm {
		float:right;
		padding-top:5px;
	}
		.searchForm .input {
			float:left;
			color:#333 !important;
			background:#fff !important;
			width:340px;
		}
		.searchButton {
			float:left;
			position:relative;
			width:30px;
			color:#333 !important;
			background:#fff !important;
		}
			.searchButton .submit {
				position:absolute;
				top:0;
				left:0;
				width:30px;
				background:#fff !important;
			}
			.searchButton i {
				position:relative;
				top:8px;
				left:8px;
			}

	.newsletter {
		float:right;
		width:380px;
		padding:14px 0 6px 0;
		font-size:13px;
		text-align:center;
		color:#0077c5;
	}
		.newsletter a:hover {
			text-decoration:underline;
		}


/*	---------
	NAV
	--------- */
.nav {
	max-width:1040px;
	margin:0 auto;
		background:#e9e9e9;
	  -webkit-box-shadow: 0px 0 1px 0px rgba(0,0,0,0.3);
			  box-shadow: 0px 0 1px 0px rgba(0,0,0,0.3);
}
	.nav ul {
		width:960px;
		height:34px;
		white-space:nowrap;
	}
		.nav ul li {
			float:left;
			height:100%;
			position:relative;
			border-right:1px solid rgba(0,0,0,0.15);

			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.nav ul li:first-child {
			border-left:1px solid rgba(0,0,0,0.15);
		}
			.nav ul li a {
				font-size:12px;
				display:block;
				height:100%;
				line-height:34px;
				font-weight:bold;
				text-align:center;
				color:#0077c5;
				text-shadow:0 1px rgba(0,0,0,0.1);
			}
			.nav ul li.selected a {
				background:#fff;
			  -webkit-box-shadow: 0px 1px 0px #ffffff;
					  box-shadow: 0px 1px 0px #ffffff;
			}
			.nav ul li a:hover {
				background:#fff;
			}


.nav .submenu {
	display:none;
	position:absolute;
	top:34px;
	left:-15px;
	z-index:500;
	width:auto;
	height:auto;
	background:#fff;
	border:none;
	  -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
			  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
.nav ul li:hover .submenu {
	display:block;
}

	.nav .submenu li {
		float:none;
		height:auto;
		display:block;
		border:none !important;
	}
		.nav .submenu li a {
			text-align:left;
			font-size:12px!important;
			line-height:16px;
			padding:10px 20px;
			color:#333;
			background:#fff;
		}
		.nav .submenu li a:hover {
			background-color:#eee;
		}



/*	---------
	NAV SUB
	--------- */
nav.sub{width:100%;height:auto;min-height:31px;display:none}nav.sub ul{float:left;margin:3px 10px 0 10px}nav.sub ul li{float:left;margin:5px 7px}nav.sub a{font-size:11px;line-height:12px}nav.sub li.selected a,nav.sub a:hover{text-decoration:underline}


/*	---------
	MAIN
	--------- */
.main {
	max-width:1040px;
	margin:0 auto;
		background:#fff;
	  -webkit-box-shadow: 0px 0 1px 0px rgba(0,0,0,0.3);
			  box-shadow: 0px 0 1px 0px rgba(0,0,0,0.3);
}


.category {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#0074b6;
}



/*	--------------
	FEATURED LIST
	------------- */
#featuredList {
	margin-bottom:30px;
	padding:30px 0 12px 0;
	border-bottom:1px solid rgba(100,100,100,0.1);
}

.featuredLink {
	display:block;
	text-decoration:none;
	color:#333;

-webkit-transition: all 0.3s ease-out;
 -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
	  transition: all 0.3s ease-out;
}
.featuredLink:hover {
}
	#featuredList .thumbnailWrap {
		width:100%;
		height:100px;
		overflow:hidden;
	}
		#featuredList .thumbnail {
			width:100%;
			height:100%;
			position:relative;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: 50% 50%;
		}
		.third:hover .thumbnail {
			opacity:0.6;
		}
		#featuredList .category {
			position:absolute;
			z-index:100;
			bottom:0;
			left:0;
			padding:2px 8px 1px 8px;
			font-size:8.5px;
			background:#0074b6;
			color:#eee;
		}

	#featuredList .featuredContent {
	}
		#featuredList h2 {
			padding:8px 6px 6px 6px;
			font-size:14px;
			font-weight:normal;
		}

.read_more_link {
	font-weight:bold;
}


/*	--------------
	FEATURED MAIN
	------------- */
#featuredMain .thumbnailWrap {
	width:100%;
	height:330px;
	overflow:hidden;
}
	#featuredMain .thumbnail {
		width:100%;
		height:100%;
		position:relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
		#featuredMain .category
		{
			padding:0 0 0 20px;
		}
		#featuredMain .thumbnail .category {
			position:absolute;
			z-index:100;
			top:0px;
			left:0px;
			padding:4px 12px;
			font-size:11px;
			background:#0074b6;
			color:#eee;
		}


#featuredMain,
#featuredMain .noImageCategory
{
	position:relative;
}

#featuredMain .featuredLink {
	display:block;
	position:relative;
	margin:0;
	padding:0px 30px 15px 20px;
	background:#fff;
}
#featuredMain .featuredLink.hasImage {
	margin:-55px 40px 0 40px;
	padding:10px 30px 10px 30px;
}

#featuredMain .featuredLink:hover {
	color:#333;
	background:#f9f9f9;
}


	#featuredMain h2 {
		padding:14px 0;
		font-size:26px;
		font-weight:bold;
	}
	#featuredMain .subtitle
	{
		font-size: 21px;
		font-weight:normal;
		font-style:italic;
	}
	.post .subtitle
	{
		font-style:italic;
	}
	#featuredMain p {
		margin-bottom:12px;
		font-size:13px;
		line-height:20px;
	}



/*	--------------
	LIST
	------------- */
.list {
}

.listthumb{float:left;margin-right:15px}

.itemWrap {
}
	.item {
		display:block;
		padding:20px;
		border-top:1px dashed #ddd;
		-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out
	}
	.item:hover{
		background:#f9f9f9;
	}

	.item h2, .item h3 {
		margin:10px 0 5px 0;
		font-size:20px;
		line-height:22px;
		color:#333;
	}
.item h7 {
		margin:0px 0 25px 0;
		font-size:16px;
		line-height:18px;
		font-style: italic;
		color:#333;
	}
	.item .author
	{
		position:relative;
		margin:3px 0px 3px 0px;
		font-size:13px;
		color:#666;
		font-style:italic;
	}
	.item p {
		font-size:13px;
		line-height:20px;
		color:#333;
	}

.read_more_link{font-size:10px}


/*	--------------
	PAGE
	------------- */
.page {
	padding:30px 0 0 0;
}
.pageTitle {
	margin-bottom:20px;
	font-size:30px;
    font-weight: 800;
}


/*	--------------
	POST
	------------- */
.post {
	padding:30px 0 40px 0;
}

	.post .thumbnailWrap {
		width:100%;
		overflow:hidden;
	}
	.post .horizontal .thumbnailWrap {
		position:relative;
		left:-40px;
		height:330px;
		width:680px;
	}
	.post .vertical .thumbnailWrap {
		min-height:300px;
	}
	.featuredImage.vertical {
		float:left;
		margin-right:20px;
		width:300px;
		margin-bottom:10px;
	}
		.post .thumbnail {
			width:100%;
			height:100%;
			position:relative;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: 50% 50%;
		}
		.post .thumbnail.responsive {
			display:none;
		}
	.post .caption {
		padding:8px 10px 30px 10px;
		font-size:12px;
		font-style:italic;
		color:#666;
		background:transparent;
	}

		.content {
			display:block;
			padding:0;
			background:#fff;
		}

			.post .category {
				padding:0 10px;
			}
			.post h1 {
				padding:14px 10px 30px 10px;
				font-size:40px;
				font-weight:bold;
			}
			.itemWrap .subtitle
			{
				font-size: 15px;
    			margin: -4px 0 10px;
				color:#333;
			}
			.post .subtitle
			{
				font-size: 24px;
				margin: -20px 0 24px 10px;
			}
			.post .content h2 {
				font-size:24px;
				padding:14px 10px 0 10px;
			}
			.post .content h3 {
				font-size:17px;
				line-height:1.4em;
				padding: 16px 10px 10px 10px;
			}
			.post .content ul, .post .content ol {
				padding:0 50px 30px 50px;
			}
				.post .content li {
					padding:3px 0;
					line-height:26px;
					font-family: 'Droid Serif', serif;
				}
				.post .content ul li {
					list-style:disc;
				}

			.post .byline {
				padding:0 10px 30px 10px;
			}
				.post .author {
					font-weight:800;
					color:#333;
					margin-top:20px;
				}
				.post .date {
					display:inline-block;
					margin:10px 0 0 0;
					padding:2px 8px;
					font-size:9.5px;
					font-weight:bold;
					text-transform:uppercase;
					letter-spacing:1px;
					color:#444;
					background:#eee;
				}


			.post p {
				margin-bottom:20px;
				padding:0 20px 0 10px;
				font-family: 'Droid Serif', serif;
			}

.post p.wp-caption-text {
	font-size:12px;
	line-height:16px;
	color:#555;
	margin-bottom:30px;
}

.media.horizontal {
	position:relative;
	left:-40px;
	margin:20px 0;
	width:680px;
}
	.media.horizontal img {
		width:680px;
	}
	.media.horizontal .media_caption {
		padding-left:50px;
	}


/*	--------------
	SIGNOFF
	------------- */
.signoff {
	margin:30px 0 0 0;
	padding:20px;
	font-size:12px;
	font-style:italic;
	line-height:22px;
	border-top:1px solid #e9e9e9;
}



/*	--------------
	SIDEBAR
	------------- */
.sideitem, .widget {
	position:relative;
	margin-bottom:14px;
}
	.sideitem h3, .widget h3 {
		padding:14px 0 6px 14px;
		font-size:12px;
		font-weight:bold;
		color:#444;
	}
	.sideitem h3 a, .widget h3 a {
		color:#444;
	}
	.sideitem .more, .widget .more {
		position:absolute;
		top:13px;
		right:0;
	}
	.sideitem .more:active, .widget .more:active {
		top:14px;
	}

.widget li {
	padding:7px 15px;
}
	.widget a {
		padding:0;
	}

#currentissue img {
	border:1px solid #ddd;
}


.widget.widget_recent_entries
{
	margin-top:0;
	margin-bottom:20px;
}

.widget.popular-posts {
	border-left: 1px solid #eee;
}
#relatedposts {
	margin-top:0;
}
	#relatedposts h3 {
		padding-top:0;
	}
	#relatedposts a:hover, .widget.popular-posts a:hover {
		text-decoration:underline;
	}



/*	-------------------
	EVENTS SLIDESHOW
	------------------- */
#eventsSlider {
	width:300px;
	height: 240px;
}

#events .rsTmb {
  padding: 10px  16px;
}
	#events .rsTmb h4 {
		font-size: 10.5px;
	    line-height: 16px;
	}
	#events .rsTmb .eventdate, #events .rsTmb .eventday {
		color:#0067a6;
		font-weight:400;
		font-size:10.5px;
	}

.rsDefault .rsThumbsArrow {
    width: 12px !important;
}

#events .rsThumbs {
  width: 300px;
  padding: 0;
}
	#events .rsThumb {
	  width: 150px;
	  height: 80px;
	  background: #fff;
	}
	#events .rsThumb.rsNavSelected {
	  background-color: #ddd;
	}

	#events a.linkblock {
		display:block;
		position:absolute;
		bottom:10px;
		right:10px;
		padding:4px 8px;
		font-size:11px;
		color:#fff;
		background:#000;
	}
	#events a.linkblock:hover {
		color:#000;
		background:#fff;
	}
	#events a.linkblock:active {
		color:#000;
		background:#0067a6;
	}


/*	---------------
	EVENT
	--------------- */
.event {
	position:relative;
}
	.event.item h2 {
		margin-top:0;
	}
	.datebox {
		float:left;
		min-width:30px;
		margin-right:10px;
		padding:3px 6px;
		background: #0075b6;;
        color:#fff;
        text-align:center;
	}
	.datebox.datebox-single
	{
		margin:-8px 0 24px 0;
		padding:6px 12px;
		font-size:18px;
	}
	.datebox.float {
		position:absolute;
	}
		.datebox .month {
			font-weight:light;
			font-size:11px;
			line-height:14px;
			text-transform:uppercase;
		}
		.datebox .day {
			font-weight:bold;
			font-size:17px;
			line-height:20px;
		}


/*	---------------
	EVENTS
	--------------- */
.event_filter {
	color:#444;
	line-height:18px;
	font-weight:bold;
}
	.event_filter a {
		display:inline-block;
		margin:2px;
		padding:0 10px;
	}
	.event_filter input {
		width:80px;
		padding: 4px 8px;
		border-radius:0;
		box-shadow:none;
	}


/* -------------------
   DATE PICKER
   ------------------- */
#ui-datepicker-div {
	display:none;
	background:#fff;
	padding:8px 12px 0 12px;
	margin-top:0px;
	z-index:9999 !important;
}
.ui-datepicker-next {
	float:right;
}
.ui-datepicker-title {
	font-weight:bold;
}


/*	---------------
	TABLE
	--------------- */
table {
	width:100%;
	margin:5px 0 20px 0;
}
	thead {
		background-color:#444;
	}
	tbody tr:nth-child(odd) {
		background:#f4f4f4;
	}
	table.hover tbody tr:hover {
		background:#ffffe6;
	}
		th, td {
			text-align:left;
			padding:4px 6px;
		}
		th {
			color:#fff;
			font-weight:bold !important;
			border-bottom:1px solid #ccc;
			text-transform:uppercase;
		}
		th em {
			display:block;
			font-size:11px;
			text-transform:lowercase;
			font-weight:normal;
		}


/*	--------------
	pagination
	------------- */
.pagination {
	min-height:60px;
}


/*	--------------
	FOOTER
	------------- */
.catIndex {
	margin:20px 0 40px 0;
}
	.catIndex ul {
	}
		.catIndex li {
			margin:0 0 8px 0;
			padding:0 2px;
			border-left:3px solid #eee;
			float:left;
			width:25%;
			min-height:140px;
			text-align:left;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.catIndex  a {
			font-size:10px;
			font-weight:bold;
			height:16px;
			line-height:16px;
			padding:0 4px;
		}
		.catIndex  a:hover {
			text-decoration:underline;
		}
			.catIndex .children li {
				margin:0;
			padding:0 ;
				border-left:none;
				width:auto;
				min-height:0;
			}
				.catIndex  .children a {
					font-weight:normal;
					color:#333;
				}


.footer {
	padding:20px 0 40px 0;
	text-align:center;
	background:#0074b6;

  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.5);
          box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.5);
}
	.footer a {
		display:inline-block;
		height:30px;
		line-height:30px;
		padding:0 14px;
		font-size:15px;
		font-weight:bold;
		color: #eee;
	}
	.footer a:hover {
		background:rgba(255,255,255,0.2);
		color: #eee;
	}

	.footer p {
		margin-bottom:20px;
		font-size:15px;
		color: rgba(255,255,255,0.6);
	}
.footerNav ul {
	margin-bottom:20px;
}
	.footerNav ul li {
		display:inline-block;
	}

.crarr {
	display:inline-block;
-webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
	  transform: rotate(90deg);
}



.cat-free
{
   background: none repeat scroll 0 0 #444;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 10px 6px 0;
    padding: 2px 8px;
}


.item .author-image
{
    border-radius: 40px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
    width: 40px;
}
.post .author-image
{
    border-radius: 100px;
    float:left;
    height: 100px;
    overflow: hidden;
    vertical-align: middle;
    width: 100px;
    margin-right: 15px;
}
