/**
*	Theme Name: Gene Wu 2014
*	Theme URI: 
*	Description:
*	Author: Jason Vines, Net Victories
*	Author URI: http://netvictories.com
*	Version: 1.0
*
*	Copyright 2013
*/  


/* @import url('library/css/reset.css'); */
/* @import url('library/css/grid.css'); */
@import url('library/css/navigation.css');



body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	background: url(./library/images/body_bkgnd.png) repeat-x #B4D6F8 ;
	margin: 0;
}

.clear {
	clear: both;
}

h1 {
	color: #D21246;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 24px;
}

h2 {
	color: #000000;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

.meta-date {
	color: #000000;
	font-weight: bold;
}

.meta-source {
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* main */
#main {
	width: 980px;
	margin: 0 auto;
}

/* header */
#header {
	background: url(./library/images/primetime_image.jpg) no-repeat;
	width: 980px;
	height: 360px;
	position: relative;
}

/* logo */
#logo {
	position: absolute;
	top: 20px;
	left: 20px;
}

/* btnDonate */
#btnDonate {
	position: absolute;
	top: 0;
	right: 10px;
}

/* topNav */
#topNav {
	position: absolute;
	bottom: -10px;
	left: 40px;
	z-index: 1;
}

#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav li {
	display: inline-block;
	background: url(./library/images/btn_bkgnd_nav.png) no-repeat;
	width: 225px;
	height: 48px;
	line-height: 48px;
	text-align: center;	
}

#topNav li:hover {
	background: url(./library/images/btn_bkgnd_nav_hover.png) no-repeat;
}

#topNav a {
	color: #fff;
	font-weight: bold;
	font-family: "Gill Sans", verdana, sans-serif;
	font-size: 20px;
	text-decoration: none;

}

/* bodyContent */
#bodyContent {
	position: relative;
	background-color: #ffffff;
	border: 10px solid #003F5F;
	padding: 20px 10px;
}

/* bodyColOne */
#bodyColOne {
	float: left;
	width: 540px;
}

/* latestNews */
#latestNews {
	
}

#latestNews .title {
	font-size: 20px;
	font-weight: bold;
	color: #D31246;
	margin-left: 10px;
}

#latestNews .newsArticle {
	position: relative;
	margin-top: 20px;
}

#latestNews .newsArticle .newsDate {
	position: absolute;
	top: -8px;
	left: -42px;
	background: url(./library/images/arrow_date.png) no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 44px;
	height: 36px;
	color: #ffffff;
	padding-top: 5px;
}

#latestNews .newsArticle .newsDateText {
	width: 34px;
}


#latestNews .newsArticle .newsHeadline {
	padding-left: 10px;	
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#latestNews .newsArticle .newsSource {
	padding-left: 10px;	
	font-weight: bold;
	font-size: 12px;
}

#latestNews .newsArticle .newsHeadline a {
	color: #000000;
	text-decoration: none;
}

#latestNews .newsArticle .newsText {
	padding-left: 10px;
	float: left;
	width: 310px;
}

#latestNews .newsArticle .newsText2 {
	padding-left: 10px;
	float: left;
}

#latestNews .newsArticle .newsImage {
	float: right;
	width: 200px;
	height: 150px;
	margin-left: 10px;
	border: 1px solid #000000;
}

.newsBorder {
	border-bottom: 1px solid #000000;
	margin-top: 20px;
}

#readMore {
	margin-top: 20px;
}

/* bodyColTwo */
#bodyColTwo {
	float: left;
	margin-left: 20px;
	width: 380px;
}

#bodyColTwo .title {
	color: #ffffff;
	font-family: verdana, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#stayInformed {
	background: #990000;
	padding: 10px;
	margin-bottom: 20px;
}

#stayInformed input {
	color: #999999;
	font-size: 12px;
	border-radius: 5px;
	border: none;
	height: 42px;
	line-height: 42px;
	padding: 0 0 0 10px;
}

#stayInformed .name {
	width: 340px;
}

#stayInformed .email {
	width: 340px;
}

#stayInformed .zip {
	width: 260px;
}

#stayInformed .signUp {
	background: url(./library/images/btn_sign_up_bkgnd.png) no-repeat;
	width: 70px;
	height: 42px;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	font-family: "Gill Sans", verdana, helvetica, sans-serif;
}

#visit {
	background: #003F5F;
	padding: 10px;
	margin-bottom: 20px;		
}

#stayConnected {
	background: #003F5F;
	padding: 10px;
	margin-bottom: 20px;	
}

#stayConnected .container {
	background: #ffffff;
	padding: 10px;
}

#stayConnected .container .socialWidget {
}

#stayConnected .container .socialWidget .socialIcon {
	float: left;
	margin-right: 10px;
}

#stayConnected .container .socialWidget .socialText {
	float: left;
}

#photoGallery {
	background: #990000;
	padding: 10px;
	margin-bottom: 20px;	
}

/* footer */
#footer {
	background-color: #003F5F;
	color: #ffffff;
	padding: 10px 10px 20px 10px;
}

/* footerColOne */
#footerColOne {
	float: left;
	width: 460px;
}

#footerColOne .title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#footerColOne .image {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

#footerColOne .text {
	float: left;
	width: 350px;
}

#footerColOne .text .email {
	font-weight: bold;
	font-size: 22px;
	margin-top: 20px;
}

#footerColOne .text .email a {
	color: #ffffff;
}


/* footerColTwo */
#footerColTwo {
	float: left;
	width: 450px;
	border-left: 1px solid #ffffff; 	
	margin-left: 20px;
	padding-left: 20px;	
}
#footerColTwo .title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;	
}

#footerColTwo .text {
	margin-bottom: 20px;
}

#footerColTwo .text a {
	color: #ffffff;
}

/* subFooter */
#subFooter {
	border-top: 1px solid #000000;
	margin-top: 20px;
}

#subFooter a {
	font-weight: normal;
}

/* socialIcons */
#socialIcons {
	text-align: center;
	margin-top: 20px;
}

#socialIcons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#socialIcons li {
	display: inline-block;
}

#socialIcons a {
	text-decoration: none;
}

/* footerLinks */
#footerLinks {
	text-align: center;
	margin-top: 20px;	
}

#footerLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footerLinks li {
	display: inline-block;
	border-right: 1px solid #000000;
	padding: 0 5px 0 0;
}

#footerLinks li:nth-child(6) {
	border: none;
}

#footerLinks a {
	text-decoration: none;
	color: #000000;
}

/* footerEmail */
#footerEmail {
	text-align: center;
	margin-top: 20px;	
}

#footerEmail a {
	text-decoration: none;
	color: #000000;
}

/* disclaimer */
#disclaimer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* LEGACY STYLES */
.entry {
		
	}
	
	.entry p {
		margin: 1.5em 0;
	}
	
	.entry h1, .entry h2, .entry h3 {
		
	}
	
	.entry h4, .entry h5, .entry h6 {
		font-size: 1.5em;
		margin: 1.5em 0 -.5em;
		/* font-family: "prenton-condensed", Arial, sans-serif; */
		font-weight: normal;
		color: #EA202D;
	}
	
	.entry ul,
	.entry ol {
		font-size: .875em;
		margin: 1.714em 0 1.714em 1.5em;
	}
	
	.entry ul {
		list-style: disc outside none;
	}
	
	.entry li {
		font-size: 14px;
	}
	
	.entry ol {
		list-style: decimal outside none;
	}
	
	.entry img {
		padding: 10px;
		background: #f2f2f2;
		border: 1px solid #ccc;
	}
	
	.entry .dropQuote {
		background-color: #cccccc;
		border-radius: 10px;
		font-style: italic;
		margin-top: 20px;
		padding: 20px;
	}
	
/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 10px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
} 

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}
	
	
.twitterFollowBtn {
	float: left;
	margin-top: 5px;
	line-height: 48px;
}

.twitterFollow {
	float: left;
	background: url(./library/images/twitter_follow_bkgnd.png) no-repeat center center;
	width: 97px;
	height: 20px;
	font-size: 10px;
	padding: 4px 0 0 15px;
	margin-top: 13px;	
}	