@charset "UTF-8";
/* CSS Document */

/* Global Styles & Clears */ 

* {margin:0; padding:0;}

body {
background-color:#FFF; 
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 20px;
padding: 10px 0;
}

strong {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

/*#wrapper {
	width:1140px;
	margin:auto;
}*/

.clear {
	clear:both;	
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	line-height:50px;
	font-weight:bold;
	color:#000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:42px;
	font-weight:bold;
	color:#000;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:34px;
	font-weight:bold;
	color:#000;
}

h3.widget-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	line-height:48px;
	padding-bottom:5px;
	margin-bottom:15px;
	font-weight:bold;
	color:#000;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#000;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	color:#000;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#000;
}

/* Begin Header Styling */

#headWrap {
	width:1140px;
	margin:15px auto 0 auto;
}

#logo {
	width:100%;
	float:left;
	margin:30px 0 0 0;
}

#subscribe {
	width:194px;
	float:left;
	margin:5px 0 0 100px; 
}

#search {
	width:200px;
	float:right;
	margin:30px 0 0 0;
}

#socialLinks {
	width:203px;
	float:right;
	clear:right;
	margin:0 0 0 0;
}

#socialLinks ul {
	list-style-type:none;
}

#socialLinks ul li {
	display:inline;
	padding:0 0 0 5px;
}

/*#mainNav {
	width:100%;
	background-color:#000;
	margin:10px 0 0 0;
}

#mainNav ul {
	list-style-type:none;
	padding:5px 0 5px 0;
	text-align:center;
}

#mainNav ul li {
	display:inline;
	}

#mainNav ul li a {
	font-family:'Source Code Pro', sans-serif;
	font-size:18px;
	font-weight:900;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 14px;
}

#mainNav ul li a:hover {
	color:#999;
}*/

/* ========================================= */
/* ! Nav Stylings for Both Desktop & Mobile  */
/* ========================================= */

#nav-wrap {
	width:100%;
	height:30px;
	background-color:#000;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
}

/* menu icon */
#menu-icon {
	display: none; /* hide menu icon initially */
}

#menu-nav, 
#menu-nav li {
	margin: 0;
	padding: 0;
}

#menu-nav li {
	list-style: none;
	float:left;
	margin-right: 5px;
}

/* nav link */
#menu-nav a {
	font-family:'Source Code Pro', sans-serif;
	font-size:18px;
	font-weight:900;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 14px;
}

#menu-nav a:hover {
	color:#EA0C00;
}

/* nav dropdown */
#menu-nav ul {
	background: #000000;
	position: absolute;
	display: none; /* hide dropdown */
	width: auto;
	z-index: 99999;
}

#menu-nav ul li {
	float: none;
	margin: 0;
	padding: 5px 0;
}
#menu-nav li:hover > ul {
	display: block; /* show dropdown on hover */
}

/************************************************************************************
MOBILE NAV
*************************************************************************************/
@media screen and (max-width: 600px) {

	/* nav-wrap */
	#nav-wrap {
		position: absolute;
		top:228px;
		left:20px;
		z-index:1000;
		width:auto;
		background:none;
	}

	/* menu icon */
	#menu-icon {
		color: #000;
		width: 42px;
		height: 30px;
		background: #ecebeb url(images/menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		cursor: pointer;
		border: solid 1px #666;
		display: block; /* show menu icon */
	}
	#menu-icon:hover {
		background-color: #f8f8f8;
	}
	#menu-icon.active {
		background-color: #bbb;
	}
	
	/* main nav */
	#menu-nav {
		clear: both;
		/*position: absolute;*/
		top: 38px;
		width: 150px;
		z-index: 10000;
		padding: 5px;
		background: #f8f8f8;
		border: solid 1px #999;
		display: none; /* visibility will be toggled with jquery */
	}
	#menu-nav li {
		clear: both;
		float: none;
		margin: 5px 0 5px 5px;
	}
	#menu-nav a, 
	#menu-nav ul a {
		font: inherit;
		background: none;
		display: inline;
		padding: 0;
		color: #666;
		border: none;
	}
	#menu-nav a:hover, 
	#menu-nav ul a:hover {
		background: none;
		color: #000;
	}
	
	/* dropdown */
	#menu-nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
	}
	#menu-nav ul li {
		margin: 3px 0 3px 15px;
	}

}

@media screen and (min-width: 600px) {

	/* ensure #nav is visible on desktop version */
	#menu-nav {
		display: block !important;
	}

}


#leaderBoard {
	width:100%;
	height:130px;
	margin:5px auto 20px auto;
	background-color:#eaeaea;
	border-top:2px solid #cccccc;
}

.leaderAd {
	margin:18px auto;
	text-align:center;
}

.entry-header {
margin:18px 0 0 0;
}

.entry-header h1 {
padding-bottom:10px;
}

.comments-link {
display:none;
}

.comments-title {
display:none;
}

#comments {
margin-top:40px;
}

#respond {
margin-top:40px;
}

.reply {
display:none;
}

.nav-single {
display:none;
}

.entry-meta {
display:block !important;
}

/* Begin Styles for Home Page Layout */

#homeContent {
	width:1140px;
	margin:30px 0 0 0;
}

/*.postWrap {
	width:630px;
	float:left;
	margin:0 20px 0 0;
}*/

.postWrap h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	font-weight:bold;
	border-bottom:1px solid #999;
	margin-bottom:30px;
}

.postWrap p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	padding:10px 0;
}

.blogPost {
	width:630px;
	height:250px;
	background-color:#eaeaea;
	margin:0 0 30px 0;
	position:relative;
}

.date {
	float:left;
	width:65px;
	height:65px;
	background: rgba(21, 179, 144, 0.8);
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	top:0;
	left:0;
}

.date p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-align:center;
	padding:5px 0 15px 0;
}

.date h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.postImage {
	width:250px;
	float:left;
	position:absolute;
	z-index:99;
	top:0;
	left:0;
}

.postText {
	width:380px;
	height:250px;
	float:right;
	background:#eaeaea;
}

.postText h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:36px;
	font-weight:bold;
	color:#000;
	padding:10px 0 55px 15px;
}

.postText p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	padding:0 15px 5px 15px;
}

.postText p.readmore a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	margin:5px 0 0 250px;
	text-decoration:none;
	color:#000;
}

.postText p.readmore:after {
	content: url("images/readmore-after.png");
    display: inline;
    height: 15px;
    padding-left: 5px;
    width: 15px;
}

/*.newsFeed {
	width:165px;
	float:left;
	margin:17px 0 0 0;
}*/

.newsFeed h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#aaaaaa;
	border-bottom:1px solid #aaaaaa;
	padding:0 0 5px 0;
}

.newsFeed ul {
	list-style-type:none;
}

.newsFeed ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#aaaaaa;
	border-bottom:1px solid #aaaaaa;
	padding:5px 0;
}

/*.sidebarRight {
	width:300px;
	float:right;
	margin:17px 0 30px 0;
}*/

#searchform {
margin:0 0 20px 0;
}

#selfPromo {
	width:100%;
	margin-bottom:30px
}

#medRect {
	width:100%;
	margin-bottom:30px;
}

#fbFeed {
	width:100%;
	margin:auto;
}


/* Footer Styling */

#footerWrap {
	clear:both;
	width:100%;
	margin:auto;
	border-top:1px solid #aaaaaa;
	padding-top:5px
}

#copyright {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#aaaaaa;
	padding-top:2px;
}

#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#aaaaaa;
	text-decoration:none;
}

#copyright a:hover {
	color:#F90;
}

.footerNavA {
	width:40px;
	float:left;
	margin:0 0 30px 0;
}

.footerNavA ul {
	list-style-type:none;
}

.footerNavA ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

.footerNavA a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	color:#000;
}

.footerNavB {
	width:100px;
	float:left;
	margin:0 0 0 70px;
}

.footerNavB ul {
	list-style-type:none;
}

.footerNavB ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

.footerNavB a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	color:#000;
}

.socialFooter {
	width:110px;
	float:right;
	margin-top:3px;
}

.socialFooter ul {
	list-style-type:none;
}

.socialFooter ul li {
	display:inline;
	padding-left:7px;
}

.entry-content img {
margin-left: auto !important;
margin-right: auto !important;
display:block !important;
}


/* Non-Retina */
@media  (-webkit-max-device-pixel-ratio: 1) {
}

/* Retina */
@media (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}

/* iPhone Portrait */
@media (max-device-width: 640px) and (orientation:portrait) {
#subscribe {
width:194px;
float:left;
margin:5px 0 0 50px; 
}

#search {
width:100%;
float:left;
margin:10px 0 0 125px;
}

#socialLinks {
width:100%;
float:right;
clear:right;
margin:0 0 0 0;
}

#leaderBoard {
width:100%;
height:30px;
margin:5px auto 0 auto;
background-color:#eaeaea;
border-top:2px solid #cccccc;
}

.leaderAd {
margin:0px auto;
text-align:center;
}

#nav-wrap {
position: absolute;
top:200px;
left:20px;
z-index:1000;
width:auto;
background:none;
}

} 

/* iPhone Landscape */
@media (max-device-width: 640px) and (orientation:landscape) {
#nav-wrap {
position: absolute;
top:105px;
left:400px;
z-index:1000;
width:auto;
background:none;
}

#subscribe {
width:194px;
float:left;
margin:5px 0 0 0; 
}

#search {
width:50%;
float:left;
margin:10px 0 0 20px;
}

#socialLinks {
width:50%;
float:left;
margin:10px -20px 0 0;
}

#leaderBoard {
width:100%;
height:65px;
margin:5px auto 0 auto;
background-color:#eaeaea;
border-top:2px solid #cccccc;
}

.leaderAd {
margin:0px auto;
text-align:center;
}

}

/* iPad Portrait */
@media  (min-device-width: 481px) and (orientation:portrait) {
}

/* iPad Landscape */
@media  (min-device-width: 481px) and (orientation:landscape) {
} 

/* iPad Mini Portrait*/
@media 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1)  {

#subscribe {
width:194px;
float:left;
margin:5px 0 0 100px; 
}

.footerNavB {
width:70px;
float:left;
margin:0 0 0 45px;
}
}

@media (min-width:767px) and (max-width:900px) {
#menu-nav a {
font-family:'Source Code Pro', sans-serif;
font-size:14px;
font-weight:900;
color:#fff;
text-decoration:none;
text-transform:uppercase;
padding:0 5px;
}

#socialLinks {
width:50%;
float:left;
margin:-30px 0 0 -330px;
clear:both;
}

#search {
width:200px;
float:left;
margin:100px 0 0 -400px;
}
}