/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote {
	padding: 20px;
	font-style: italic;
	font-size: .9em;
}

/*******************
  General
*******************/
body {
	font-family: Helvetica, Arial, sans-serif;
}

.alignright {
	float: right;
	position: relative;
}

.alignleft {
	float: left;
	position: relative;
}

.full {
	margin-bottom: 20px;
}

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

a {
	color: #8ac53f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.close-sm {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 24px;
	width: 20px;
	background-position: 0 -176px;
	display: block;
	z-index: 1000000;
	cursor: pointer;
}

.container {
	float: left;
}

.ad {
	text-align: center;
}

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

a.comments-count {
	background-position: 0 -210px;	
	height: 50px;
	width: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-break
	text-align: center;
	padding-top: 7px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

a.comments-count:hover {
	text-decoration: none;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}
.pagination {
	padding-top: 10px;
}

.pagination a {
	display: block;
	float: left;
	padding: 3px 7px;
	margin-left: 10px;
	border: 1px solid #295456;
	color: #fff;
	background: #8ac53f;
	font-weight: bold;
	margin-bottom: 10px;
}

.pagination a:first-child {
	float: right;
	margin-left: 0;
	margin-right: 10px;
}

.pagination a:hover {
	background: #295456;
	border: 1px solid #8ac53f;
	text-decoration: none;
}
	
/*******************
  Header
*******************/

#header {
	background: #8d8d8d;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.27, rgb(122,122,122)),color-stop(0.82, rgb(140,140,140)));
	background-image: -moz-linear-gradient(center top,rgb(140,140,140) 27%, rgb(122,122,122) 80%);
	border-bottom: 1px solid #fff;
	box-shadow: 0 0px 10px rgba(0, 0, 0, .5);
	height: 64px;
	position: relative;
	z-index: 10000;
	margin-bottom: 0;
}

#header h1 span {
	display: none;
}

#header a {
	display: block;
	width: 100%;
	height: 100%;
}

#header #logo-search-wrap {
	position: relative;
}

#header h1 {
	background: url(../img/na_logo.png) no-repeat top left;
	width: 285px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.search-box {
	position: absolute;
	top: 22px;
	right: 0;
}

.search-box input[type="search"] {
	background-color: #333;
	width: 150px;
	color: #3c3c3c;
	padding: 7px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #f0f0f0;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
}

.search-box input[type="search"]:focus {
	width: 400px;
	background-color: #fff;
}

/******************
  Main Nav
******************/

#menu {
	position: relative;
	background: rgb(55,55,55);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1.0, rgb(100,100,100)),color-stop(0.7, rgb(55,55,55)));
	background-image: -moz-linear-gradient(center bottom,rgb(55,55,55) 70%,rgb(100,100,100) 100%);
	border-top: #295456 2px solid;
	border-bottom: #295456 1px solid;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}

#menu-wrapper ul {
	float: right;
	list-style-position: outside;
} 

#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	font-size: 18px;
	display: block;
	font-weight: bold;
	padding: 10px 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	border-left: 1px solid rgba(255, 255, 255, .2);
}

#menu li.last a {
	border-right: 1px solid rgba( 255, 255, 255, .2);
}

#menu li a.current-menu-item, #menu li a:hover {
	background: rgba(255,255, 255, .1);
	color: #8ac53f;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .7);
}

/******************
  Featured Post
******************/

#featured {
	border: 1px #999 solid;
	box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .5);
	z-index: 100;
	position: relative;
}

#featured .featured-item {
	width: 600px;
	height: 302px;
	position: relative;
	border-right: 1px solid #333;
	float: left;
	box-shadow: 3px 0px 7px -2px rgba(0,0,0,.7);
}

#featured .featured-item img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#featured .featured-item .info {
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, .7);
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
}

#featured .featured-item .info h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 10px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}

#featured .featured-item .info h2 a {
	color: #8ac53f;
	text-decoration: none;
}

#featured .featured-item .info p {
	font-size: 14px;
	line-height: 1.2em;
	font-style: italic;
	margin: 5px 10px 10px 10px;
}

.featured-list {
	float: left;
}

.featured-list .item {
	display: block;
	height: 100px;
	width: 399px;
	background: #ccc;
	background-image: -webkit-linear-gradient(top, #fff, #ccc 1px);
	background-image: -moz-linear-gradient(top, #fff, #ccc 1px);
	border-bottom: 1px solid #333;
	text-decoration: none;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
}

.featured-list .item:first-child {
	border-top: none;
}

.featured-list .item.last {
	border-bottom: none;
}

.featured-list .item.current {
	color: #fff;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
	background: #aaa;
	background-image: -webkit-linear-gradient(top, #ccc, #aaa 1px);
	background-image: -moz-linear-gradient(top, #ccc, #aaa 1px);
}

.featured-list .item.current:first-child {
	border-top: none;
}

.featured-list .item img {
	float: left;
}

.featured-list .item span {
	font-size: 18px;
	color: #295456;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	padding: 10px;
	display: table-cell;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
}

.featured-list .item.current span {
	color: #fff;
}

.featured-list .item:hover:not(.current) {
	background: #777;
	cursor: pointer;
}

.featured-list .item:hover:not(.current) span {
	color: #fff;
}

/*********************
  Podcast Flash
*********************/

#podcast-flash {
	background: #295456;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(.5, #295456),color-stop(0, #1b3f41));
	background-image: -moz-linear-gradient(center top, #295456 0, #1b3f41 50%);
	border: 1px solid #295456;
	border-radius: 5px;
	box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .7);
	z-index: 1000;
	position: relative;
	margin-bottom: 20px;
}

#podcast-flash h2 {
	height: 51px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
	float: left;
	background-position: 0 0;
	padding: 21px 0 0 74px;
	margin: 10px 0 0 10px;
}

.sprite {
	background-image: url('../img/icons.png');
	background-repeat: no-repeat;
}

#podcast-flash .actions {
	margin: 18px 0 0 0;
	float: right;
}

#podcast-flash .actions > a {
	display: inline-block;
	height: 55px;
	width: 48px;
	margin-right: 10px;
}

#podcast-flash .actions > a span {
	display: none;
}

#podcast-flash .actions .listen {
	background-position: -50px -120px;
}

#podcast-flash .actions .download {
	background-position: 0px -120px;
}

#podcast-flash .actions .subscribe {
	background-position: -100px -120px;
}

#podcast-flash .actions .details {
	background-position: -147px -120px;
}

#podcast-flash .actions a.comments-count {
	height: 45px;
	position: relative;
}

#podcast-flash .actions a.comments-count span {
	position: absolute;
	display: block;
	left: 37%;
}

#podcast-flash .actions .description {
	padding: 20px;
	background: #fff;
	border: 1px solid #295456;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	font-size: 12px;
	max-width: 200px;
	line-height: 1.4em;
	border-radius: 3px;
}

#podcast-flash .actions .subscribe-list {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	border-radius: 3px;
	background: #fff;
	border: solid 1px #fcfcfc;
	z-index: 10000;
}

#podcast-flash .actions .subscribe-list li a {
	padding: 10px 15px;
	background: #dedede;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 140px;
	margin: 1px 0 0 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	color: #295456;
	border-bottom: 1px solid #ccc;
}

#podcast-flash .actions .subscribe-list li a:hover {
	background-color: #8ac53f;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(.5, #8ac53f),color-stop(0, #5d8f1e));
	background-image: -moz-linear-gradient(center top, #8ac53f 0%, #5d8f1e 50%);
	color: #fff;
	text-decoration: none;
}

/*********************
  Content
*********************/

.left-col {
	width: 680px;
	float: left;
	box-shadow: 3px 0 7px rgba(0, 0, 0, .4);
	position: relative;
}

.single .addthis_toolbox  {
	padding-bottom: 10px;
}

.single .left-col {
	box-shadow: none;
}

.single article strong {
	font-weight: bold;
}

.single article h2 {
	font-size: 34px;
	font-weight: bold;
	color: #295456;
	text-shadow: 0 1px 1px #666;
	padding: 0 10px 20px 10px;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 10px 0;
	background-color: #fff;
	background-image: -webkit-linear-gradient(bottom, #eee, #fff 75%);
}

.single article p {
	margin-bottom: 20px;
	font-width: 12px;
	color: #222;
	line-height: 1.4em;
}

.single article p img, .single article .wp-caption {
	 margin: 0 15px 15px 15px;
}

.single article .wp-caption {
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 5px solid #fcfcfc;
	box-shadow: 0 0 5px #666;
}

.single article .wp-caption img {
	margin-bottom: 5px;
	border: none;
	box-shadow: none;
}

.single article .alignleft, .single article .wp-caption.alignleft {
	margin-left: 0;
}

.single article p .alignright, .single article .wp-caption.alignright {
	margin-right: 0;
}

.single article .alignnone, .single article .aligncenter {
	margin: 15px auto;
}

.single article p:first-child {
	margin-top: 0;
}

.single article img {
	border: 10px solid #fcfcfc;
	box-shadow: 0 0 5px #666;
}

.single article li {
	display: block;
	background:#f3f3f3;
	padding: 7px 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	color: #333;
}

.single article ul {
	margin-bottom: 15px;
}

.single article li:nth-child(even) {
	background: #fcfcfc;
}

.single .akpc_pop {
	font-size: 11px;
}

.blog {
	position: relative;
}

.blog h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2em; 
	padding-right: 64px;
}

.blog h3 a {
	color: #295456;
	-webkit-transition: color .1s;
	-moz-transition: color .1s;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .7);
}

.blog h3 a:hover {
	text-decoration: none;
	color: #8ac53f;
	-webkit-text-stroke: 1px rgba(0, 0, 0, .2);
	-moz-text-stroke: 1px rgba(0, 0, 0, .2);
}

.blog p {
	font-size: 14px;
	line-height: 1.4em;
	color: #333;
	margin: 20px 0;
}

.blog img.wp-post-image {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	margin-top: 20px;
}

.blog .post {
	position: relative;
	padding: 20px;
	border-bottom: 20px solid #333;
	background-image: -webkit-linear-gradient(top, #eee, #fff 70%);
	background-image: -moz-linear-gradient(top, #eee, #fff 70%);
	box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, .5);
}

.blog .post:hover {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.extras {
	border: 1px solid #ccc;
	background-image: -webkit-linear-gradient( top, #f3f3f3, #eee 10%, #fff 50%);
	padding: 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .4);
}

.extras p {
	margin: 0;
	font-size: 12px;
}

.extras p img {
	border: 1px solid #333;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	vertical-align: middle;
}

.extras a {
	color: #295456;
	text-decoration: underline;
	font-weight: bold;
}

.extras a:hover {
	color: #8ac53f;
}

.extras p:first-child {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.blog .comments-count, .single .comments-count {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
}

/*********************
  Related
*********************/

.nrelate_tre .nr_title {
	border-top: 1px solid #ccc;
	padding: 15px 10px !important;
	margin-top: 10px !important;
	font-weight: bold;
	width: 100%;
	display: block;
}

.nr_post_title {
	color: #295456;
}

/*********************
  sidebar
*********************/

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

.sidebar .ad {
	margin-top: 20px;
}

.sidebar h2 {
	background: #333;
	background-image: -webkit-linear-gradient(top, #666, #333 50%);
	background-image: -moz-linear-gradient(top center, #666 0%, #333 50%);
	color: #8ac53f;
	font-size: 18px;
	padding: 10px 7px;
	margin: 20px 0;
	font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}

.sidebar .popular li a {
	font-size: 14px;
	display: block;
	padding: 10px 7px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.2em;
}

.sidebar .popular li:nth-child(even) a {
	background: #eee;
}

.sidebar .popular li a:hover {
	text-decoration: none;
	color: #333;
	background: #8ac53f;
}

/*********************
  calendar
*********************/

.calendar {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

.calendar table {
	width: 100%;
}

.calendar caption {
	font-size: 20px;
	color: #295456;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	width: 100%;
}

.calendar thead th {
	background: #333;
	border: 1px solid #fff;
	padding: 8px;
	color: #fff;
	text-align: center;
}

.calendar tbody td {
	text-align: center;
	padding: 10px 8px;
	background: #eee;
	border: 1px solid #fff;
}

.calendar tbody td.link {
	background: #295456;
}

.calendar tbody td.pad {
	background: none;
}

.calendar tbody td a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #fff;
}

.calendar tbody td a:hover {
	color: #8ac53f;
	text-decoration: none;
}

.calendar tfoot td {
	padding: 20px 0 0 0;
}

/******************
  Audio Player
******************/

#audioPlayer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(41,84,86,.95);
	border-top: 3px solid rgba(138,197,63,.95);
	height: 50px;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, .5);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .8), rgba(180,180,180,.1) 3px, rgba(255,255,255,0) 33%);
	z-index: 100000000;
}

#audioPlayer .playerWrapper {
	position: relative;
	float: left;
	padding: 0 10px;
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
	height: 50px;
}

#playerToggle {
	border-radius: 3px;
	position: relative;
	float: left;
	cursor: pointer;
}

#playerToggle.play {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid white;
	background-color: none;
	margin: 15px 12px 0 0;
}

#playerToggle.stop {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: none;
	margin: 17px 6px 0 0;
}

#playerVolume {
	width: 50px;
	margin: 20px 5px 0 0;
	position: relative;
	float: left;
}

#playerVolumeDisplay {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-top: 20px;
	position: relative;
	float: left;
}

#playerTrack {
	width: 200px;
	border: 1px solid #333;
	border-radius: 10px;
	height: 10px;
	position: relative;
	float: left;
	margin: 20px 0 0 10px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
}

#playerTrack #playerMarker {
	position: absolute;
	height: 20px;
	top: -6px;
	left: 0;
	margin-left: -5px;
	width: 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	background: #ccc;
	background-image: -webkit-linear-gradient(left, #ccc 3px, #fff);
	border: 1px solid #333;
	border-radius: 10px;
	z-index: 100;
}

#playerTrack #playerLoader {
	height: 100%;
	width: 0%;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: #8ac53f;
	background-image: -webkit-linear-gradient(top, #8ac53f, rgba(255,255,255,.5) 50%, #8ac53f 75%);
	z-index: 10;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
}

#playerTimeLeft {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-top: 20px;
	margin-left: 10px;
	position: relative;
	float: left;
}

/*********************
  Footer
*********************/

#footer {
	margin-top: 20px;
	border-top: 5px solid #ccc;
	background: #333;
	min-height: 100px;
	margin-bottom: 0;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, .5);
	
}


/*********************
  order dependent 
  classes
*********************/


.hide {
	display: none;
}

/*********************
  micro-clearfix
*********************/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}
