 /*    
Theme Name: ACMI Custom 
Theme URI: http://www.acmi.tv/ 
Description: Custom theme for Arlington Community Media, Inc. 
Author: Sean Snyder 
Author URI: http://www.acmi.tv/ 
Version: 1.0 
Code and content copyright, Arlington Community Media, Inc. 
*/


/*Core and Common Elements*/
h1 {
	margin:0;
	line-height:0;
	font-size:0;
	height:82px;
	width:174px;
	background:url(assets/logo.png) no-repeat left top;
	float:left;
}
h2 {
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-size:44px;
}
h3 {
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:100;
}
h4 {
	margin:0;
	padding:0;
	font-size:16px;
	margin-bottom:5px;
}
h5 {
	margin:0;
	padding:0;
}

a {
	color:#333;
	font-weight:bold;
}
a:hover {
	color:#000;
	text-decoration:none;
}
p {
	margin:0;
	margin-bottom:10px;
}
img {
	border:none;
}
br.clear {
	line-height:0;
	font-size:0;
	clear:both;
}
/* --Wordpress specific functions-- */
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
div.postTXT img {
	margin-bottom:10px;
}
/* --------------------------------Main Containers */
body {
	background:#006837 url(assets/greenGradBkG.png) repeat-y top center;
	width:100%;
	height:auto;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#wrapper {
	background:url(assets/logoTileSm.png) repeat;
	width:100%;
	height:auto;
	padding-bottom:100px;
}

/* --------------------------------Head */
#headWrap {
	height:86px;
	width:100%;	
	background:#fff;
	padding-top:14px;
	border-bottom:solid 2px #000;
}
#header {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
navWrap {
}
#nav {
	float:right;
	font-size:12px;
	line-height:14px;
}
#nav a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover {
	color:#000;
}
.nav {
}
div#nav ul.nav li {
	float:left;
	border-right:solid 1px #000;
	list-style:none;
	position:relative;
	padding:5px;
}
div#nav ul.nav li:hover {
	background:#E6E6E6;
}
div#nav ul.nav li a {
	padding-top:5px;
	padding-bottom:5px;
}
/*DROP NAV*/
div#nav ul.nav li ul {
	display:none;
	float:left;
	position:absolute;
	left:0;
	top:24px;
	background:#E6E6E6;
	position:absolute;
	list-style: none;
	float:left;
	height:auto;
	padding:0px;
	margin:0px;
	clear:both;
}
div#nav ul.nav li ul li {
	float:none;
	height:auto;
	width:auto;
	margin: 0px ;	
	border-right:0px;
	border-bottom:1px solid #090;
}
div#nav ul.nav li ul li a {
	width:auto;
}
div#nav ul.nav li ul li:hover {
	background:#FFF;
}
/*Activate DROP NAV*/
div#nav ul.nav li:hover ul {
	display:inline;
}
div#nav ul.nav li.page_item page-item-62 {
	border-right:none;
}
/* --------------------------------Content */
#contentWrap {
	width:100%;	
}
#content {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background: #e6e6e6;
}
.content {
	width:650px;
	float:left;
	
}
/* --------------------------------Index*/
.post {
	padding:20px;
	background:#fff;
	margin-bottom:10px;
}
div.post h3 {
	margin-bottom:5px;
}
div.post span.date {
	font-size:10px;
}
div.postTXT {
	border-top:solid 1px #CCC;
	margin-top:10px;
	padding-top:10px;
}
span.sorry {
	background:#fff;
	border:solid 1px #000;
	font-size:18px;
	padding:40px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display:block;
}
/* --------------------------------Welcome */
#channelWrap {
	width:980px;
	height:176px;
	margin-bottom:10px;
}
#chBnWrap {
	float:right;
	width:auto;
	margin-left:10px;
	color:#000;
}
#chBnWrap a {
	color:#000;
	font-size:24px;
}
#chBnWrap div {
	padding-top:10px;
}
#chBnWrap a:hover div{
	color:#fff;
	background:url(assets/bnBkGreen.png) repeat-x center center;
}
#chPubBn, #chEduBn, #chGovBn {
	height:40px;
	width:220px;
	border:1px solid #000;
	margin-bottom:10px;
	text-align:center;
}
#chPubBn {
	background:url(assets/bnBkWh.png) repeat-x center center;
}
#chEduBn {
	background:url(assets/bnBkWh.png) repeat-x center center;
}
#chGovBn {
	background:url(assets/bnBkWh.png) repeat-x center center;
}
#chWelcome {
	float:left;
	width:728px;
	height:156px;
	background:#fff;
	padding:10px;
	font-size:14px;
}
/*
#chWelcome h3 {
	margin:0;
	margin-bottom:10px;
	height:45px;
	width:420px;
	font-size:0;
	line-height:0;
	background:url(assets/welcome.png) no-repeat top left;
}
*/
div.chWelcome {
	float:right;
	width:552px;
}
img.chWelcome {
	float:left;
	margin-right:10px;
}
#chPub {
	float:right;
	width:756px;
	height:174px;
	margin-left:20px;
}
#chEdu {
	float:right;
	width:756px;
	height:174px;
	margin-left:20px;
}
#chGov {
	float:right;
	width:756px;
	height:174px;
	margin-left:20px;
}
#featured {
	float:right;
	width:650px;
	height:300px;
	background:#CCC;
	overflow-x:hidden;
	overflow-y:auto;
	color:#fff;
	font-size:14px;
}
#featured a {
	color:#CCC;
}
#featured a:hover {
	color:#999;
}
#featured .featured div {
	height:300px;
	width:650px;
}
#featured .featured div div {
	float:right;
	width:400px;
	height:150px;
	margin-top:140px;
	margin-left:25px;
}
.ftTownDay {
	background:url(../../uploads/FeaturedSlider/TownDay001.png);
}
.ftGetSocial {
	background:url(../../uploads/FeaturedSlider/GetSocial001.png);
}
.ftMoreThanAccess {
	background:url(../../uploads/FeaturedSlider/MoreThanAccess001.png);
}
.ftGetInvolved {
	background:url(../../uploads/FeaturedSlider/GetInvolved001.png);
}
.ftWatch {
	background:url(../../uploads/FeaturedSlider/Watch001.png);
}
#VODfeature {
	float:left;
	width:310px;
	height:280px;
	padding:10px;
	padding-right:0;
	background:#CCC;
}
div.VODfeature {
	overflow-x:hidden;
	overflow-y:auto;
	height:230px;
	margin-top:10px;
	
}
div.VODfeature div {
	margin-bottom:20px;
}
a.VODfeature {
	font-size:10px
}
.VODnav {
	float:right;
}
a.slidePrev, a.slideNext {
	cursor:pointer;
	padding-bottom:10px;
}
div#news {
	float:left;
	width:300px;
	height:280px;
	padding:10px;
	margin-top:10px;
	background:#CCC;
}
h3.news {
}
div.news {
}
div#memberSpotlight {
	float:left;
	width:300px;
	height:280px;
	padding:10px;
	margin-top:10px;
	margin-left:10px;
	background:#CCC url(assets/memberSpotlightBkG.png) no-repeat 0 50px;
}
h3.memberSpotlight {
}
div.memberSpotlight {
	margin-top:40px;
}
div.memberSpotlight img {
	margin-left:10px;
	float:left;
}
div.memberSpotlight p {
	font-size:10px;
	width:120px;
	float:left;
	margin-left:20px;
	margin-top:10px;
	
}
div#newFaces {
	float:right;
	width:300px;
	height:280px;
	padding:10px;
	margin-top:10px;
	background:#CCC;
}
h3.newFaces {
}
div.newFaces img {
	border:solid 1px #000;
	float:left;
	width:90px;
	height:90px;
}
div.newFaces img.fit {
	margin-right:12px;
}
/* --------------------------------Channel Page */
div.channelInfo {
	width:300px;
	padding:10px;
	background:#CCC;
	float:left;
}
div.schedule {
	float:right;
}
div.schedule iframe {
	width:650px;
	height:500px;
}
div.channelInfo span.LIVE {
	font-size:20px;
	font-weight:bold;
}
div.channelInfo p {
	font-size:14px;
}
div.streamEDU {
	height:200px;
	width:300px;
}
div.streamPUB, div.streamEDU, div.streamGOV {
	margin-bottom:10px;
}
/* 
#news {
	border:1px solid #000;
	background:#fff;
	width:450px;
	float:left;
	font-size:12px;
	line-height:14px;
	padding:20px;
	padding-bottom:0;
}
#news h3.news {
	font-size:0;
	line-height:0;
	background:url(assets/latestNews.png) no-repeat top left;
	height:45px;
	width:430px;
	margin:0;
	margin-bottom:10px;
}
#news div.post {
	background:#F2F2F2;
	border:solid 1px #000;
	margin-bottom:20px;
	padding:20px;
}
#news h3 {
	font-size:16px;
	margin:0;
	margin-bottom:10px;
}
#news .entry {
	margin-top:5px;
}
*/

/* --------------------------------Welcome Sidebar */
/*
#sidebar {
	float:right;
	width:468px;
}
div.sidebar {
	margin-bottom:20px;
}
#feature {
}
#spotlight {
}
div.spotlight {
	background: url(assets/memberSpotlightBkG.png) no-repeat center center;
	height:270px;
	width:400
}
h2.spotlight {
	font-size:0;
	line-height:0;
	height:53px;
	width:470px;
	background:url(assets/memberSpotlight.png) top left no-repeat;
}
#twitter {
}
div.twitter {
}
*/
/* --------------------------------Programming */
div.progPEGsub {
	width:196px;
	float:left;
	margin-right:10px;
}
div.progPEG .last {
	margin-right:0;
}
/* --------------------------------Contact Form 7 */
div.equipReqCaptcha {
	padding:20px;
	margin-top:10px;
	margin-bottom:10px;
	background:#E6E6E6;
}
p.footnote, span.footnote {
	font-size:9px;
}
form.wpcf7-form input {
}

/* --------------------------------Board and Staff */
div.bio {
}
img.bio {
	float:left;
	margin-right:10px;
}
div.bio {
	width:450px;
	margin-left:160px;
}

/* --------------------------------Contact */
div.contactIntro {
	width:420px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	
}
div.contactAddress {
	width:180px;
	float:right;
	padding-top:5px;
	padding-bottom:5px;
}
div.contactPhone {
	width:180px;
	float:right;
	clear:right;
	padding-top:5px;
	padding-bottom:5px;
}
div.contactHours {
	width:180px;
	float:right;
	clear:right;
	padding-top:5px;
	padding-bottom:5px;
}
div.contactEmail {
	padding-top:5px;
	padding-bottom:5px;
	width:180px;
	float:right;
	clear:right;
}
div.contactCC {
	max-width:260px;
	float:left;
	clear:left;
}


/* --------------------------------Sidebar */
#sidebar {
	float:right;
	width:300px;
	background:#ccc;
	padding:10px;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	margin-bottom:10px;
}
div.sidebar {
	margin-bottom:20px;
}
h2.widgettitle, h3.twitter-title {
	font-size:18px;
}
#feature {
}
#spotlight {
}
div.spotlight {
	background: url(assets/memberSpotlightBkG.png) no-repeat center center;
	height:270px;
	width:320
}
h2.spotlight {
	font-size:0;
	line-height:0;
	height:53px;
	width:320px;
	background:url(assets/memberSpotlight.png) top left no-repeat;
}
#twitter {
}
div.twitter {
}
div.input-text-wrap input {
	text-align:right;
	position:relative;
}
div.input-text-wrap {
	float:right;
	clear:both;
}
div.ccWidWrap {
	clear:both;
	text-align:right;
	height:20px;
	margin-bottom:5px;
}
div.ccWidWrap label {
	margin-right:5px;
}
div.ccWidWrap div.input-text-wrap input{
	text-align:left;
}
div.sidebar ul li {
		clear:both;
}
input.submit {
	float:right;
	clear:both;
}
/* --------------------------------Foot */
#footWrap {
	width:100%;	
}
#footer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
	font-size:12px;
	border-top:2px solid #000;
}
div.footer {
	padding:20px;
}
div.footB {
	border-top:solid 1px #000;
	margin-top:10px;
	margin-bottom:0;
	padding-top:10px;
}
p.footContact {
	width:600px;
	float:left;
}
div.socialFoot {
	text-align:left;
	width:auto;
	float:right;
}
div.socialFoot ul {
	padding:0;
	margin:0;
	margin-top:5px;
}
div.socialFoot ul li {
	width:28px;
	height:28px;
	padding:0;
	margin:0;
	margin-right:10px;
	list-style:none;
	float:left;
}
div.socialFoot a div {
	width:28px;
	height:28px;
	font-size:0;
	line-height:0;
}
div.socialFoot a.facebook div {
	background:url(assets/si_facebook.png) no-repeat;
}
div.socialFoot a.facebook:hover div {
	background:url(assets/si_facebook_over.png);
}
div.socialFoot a.twitter div {
	background:url(assets/si_twitter.png) no-repeat;
}
div.socialFoot a.twitter:hover div {
	background:url(assets/si_twitter_over.png);
}
div.socialFoot a.flickr div {
	background:url(assets/si_flickr.png) no-repeat;
}
div.socialFoot a.flickr:hover div {
	background:url(assets/si_flickr_over.png);
}
