@charset "UTF-8";
.clear {clear:both;font-size:0;height:0;line-height:0}

* {main.css (line 102)
margin:0;
padding:0;
}

body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	background:#121212 url(../img/bkgd_block.jpg) repeat-x fixed center top;
	}

#wrapper {
	margin:0 auto;
	width:1030px;
	}
	
#newsHeader {
	margin:0;
	}

#newsPageContent {
	background-image: url(../img/wicked_life-bkgd.jpg);
	background-repeat: repeat-y;
	border: 0px solid green;
	width: 895px;
	margin-left: 68px;
	}

#newsContent {
	width:895px;
	text-align: left;
	}
	
#newsSection {
	width:512px;
	float:left;
	padding:0;
	}
	
.newsSectionHeader {
	margin: 12px 0 30px 0;
	}	
	
#newsSocial {
	width:383px;
	float:left;
	position:relative;
	padding:0px;
	}
	
.newsSocialWidget {
	margin:0 0 0 35px;
	}
	
.newsItem {
	margin:0 25px 33px 38px;
	}

.newsItemThumb {
	margin:0 12px 33px 0;
	border:4px solid #8cc63f;
	width: 139px;
	float: left;
	}
	
.newsItemTitle {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#8cc63f;
	float:left;
	width:280px;
	}

.newsItemText {
	padding:16px 0;
	}
		
a, .newsItemLink {
	color:#797979;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

#newsFooter {
	clear:both;
	height: 100%;
	}


#popWrapper {
	margin:0 auto;
	padding:0px;
	width:560px;
	border:0px solid green;
	}
	
#popContent {
	width:520px;
	background-color:#DBF9B8;
	text-align: left;
	margin:10px 0 0 20px;
	}
	
.popNewsItem {
	margin:10px 0;
	padding: 10px 0;
	margin-top:10px;
	}

.newsMedia {
	margin: 0 0 20px 50px;
	padding:8px;
	background-color: #8cc63f;
	width: 400px;
	float: left;
	margin-top:35px;
	}

.newsItemPopTitle {
	margin:0 16px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#8cc63f;
	}

.newsItemPopText {
	padding:16px;
	}
	
/* SOCIAL MEDIA ICONS BAR */
html, body {
	text-align: center;
}

#socialContainer {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	z-index:3;
	text-align: right;
	position:relative;
}

.socialMedia {
	width: 199px;
	height: 32px;
	margin-top: 10px; 
	margin-left: 681px;
	*margin-left: -179px; /* IE6, IE7 */
	position: absolute;
	background-image: url("/img/social_media_bg.png");
	background-repeat: none;
	z-index:3;
}

#facebook {
	margin-left: 671px;
	*margin-left: -189px; /* IE6, IE7 */
	margin-top: 16px;
	position: absolute;
	z-index:4;
	border:0px dotted red;
	width:100px;
}

#fb-root { 
	display: none; 
}

#google_plus
{
	margin-left:772px;
	*margin-left: -88px; /* IE6, IE7 */
	margin-top: 16px;
	position: absolute;
	z-index:4;
}

#twitter {
	margin-left:820px;
	*margin-left: -40px; /* IE6, IE7 */
	margin-top: 16px;
	position: absolute;
	z-index:4;
	width:60px;
	border:0px dotted blue;
}

#twitter.iframe {
	width: 10px;
}

.twitter-follow-button {    	
	border:0px dotted orange;
}
/* END SOCIAL MEDIA ICONS BAR */

