/*
Theme Name: AAR 2015
Author: Don Stahlnecker
Description: This custom theme was built in house for the 2015 version of the Armed American Radio Website.
Version: 0.1
License: All rights reserved by Delta Defense LLC
*/

/*************************************************
/* Common HTML Elements 
/*************************************************/
html, div, body {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	background-color: #000;
	background-image: url("/wp-content/themes/AAR_2015/graphics/banner.jpg");
	background-repeat: no-repeat;
	background-position: center 90px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

a img {
	border-style: none;
}

/*************************************************
/* Common styling keys 
/*************************************************/
.centered { text-align:center; }
.bold { font-weight: bold; }

/*************************************************
/* Common Layout Elements 
/*************************************************/
.cf960 {
	/* centered frame 960px wide - used as primary content frame */
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#topField {
	position: relative;
	background-color: #eee;
	height: 50px;
	width: 100%;
}
#navMenuField {
	position: relative;
	background-color: #1d1d1d;
	height: 40px;
	width: 100%;
}

#bannerField {
	position: relative;
	height: 500px;
	width: 100%;
}

#newsField {
	position: relative;
	background-color: #c80000;
	height: 34px;
	width: 100%;
	border-bottom: 2px solid #000;
}
#contentMenuField {
	display: none;
	position: relative;
	background-color: #fff;
	height: 50px;
	width: 100%;
}
#contentField {
	position: relative;
	background-color: #fff;
	width: 100%;
}
#sponsorsField {
	position: relative;
	background-color: #1d1d1d;
	height: 150px;
	width: 100%;
	border-top: 2px solid #1d1d1d;
}
#bottomField {
	position: relative;
	background-color: #fff;
	width: 100%;
	background-color: #eee;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	color: #666;
}

.suggestion {
	margin-bottom: 40px;
	font-si
}

.suggestion img{
	float: left;
	margin: 18px 12px 12px 0;
	width: 110px;
	height: 110px;
}

.title-meta {
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
	margin-left: 20px;
	color: #0077c1;
}

.red {
	color: #c80000;
}

div.fb-like {
	float: right;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/*************************************************
/* Top Field
/*************************************************/
#topLogo {
	display: block;
	position: absolute;
	top: 10px;
	width: 160px;
	height: 120px;
	z-index: 10;
}

#topFacebook {
	display: block;
	position: absolute;
	top: 14px;
	left: 175px;
	width: 21px;
	height: 22px;
}

#topTwitter {
	display: block;
	position: absolute;
	top: 14px;
	left: 210px;
	width: 21px;
	height: 22px;
}

#topForum {
	display: block;
	position: absolute;
	top: 14px;
	left: 245px;
	width: 21px;
	height: 22px;
}

#topSendPage {
	display: block;
	position: absolute;
	top: 14px;
	left: 280px;
	width: 21px;
	height: 22px;
}

#poweredBy {
	display: block;
	position: absolute;
	top: 14px;
	left: 385px;
	color: #666;
	font-size: 20px;
}

#topUSCCA {
	display: block;
	position: absolute;
	top: 5px;
	left: 540px;
	width: 37px;
	height: 40px;
}

#topJoin {
	display: block;
	position: absolute;
	padding: 6px 10px;
	border: thin outset #333;
	border-radius: 5px;
	top: 10px;
	right: 80px;
	background-color: #0077c1;
	color: #fff;
	font-size: 12px;
}

#topLogin {
	display: block;
	position: absolute;
	top: 18px;
	right: 0px;
	color: #444;
	font-size: 12px;
}


/*************************************************
/* Navigation Menu
/*************************************************/
#navMenu {
	display: inline-block;
	height: 30px;
	margin: 5px 0 5px 170px;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	vertical-align: middle;
}

#navMenu li {
	display: block;
	position: relative;
	float: left;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	border-left: 1px solid #ccc;
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
	cursor: default;
}

#navMenu .activePage {
	display: block;
	position: absolute;
	top: -5px;
	left: -2px;
	width: 104px;
	height: 43px;
	color: #fff;
	border-bottom: 3px solid #c80000;
	background-color: #000;
	z-index: 10;
}

#navMenu div.single {
	padding-top: 22px;
	height: 21px;
}

#navMenu div.single {
	padding-top: 13px;
	height: 30px;
}

#navMenu li.single {
	padding-top: 7px;
	height: 21px;
}

#navMenu li.double {
	padding-top: 0px;
	height: 28px;
}

#navMenu li a:link,
#navMenu li a:visited {
	color: #ccc;
	text-decoration: none;
}

#navMenu li a:hover,
#navMenu li a:active{
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

#navMenu li ul {
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: -40px;
  width: 150px;
}

#navMenu li li {
  background-color: #777;
  border: 1px solid #999;
  padding: 10px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  z-index: 10;
}


/*************************************************
/* Navigation Menu
/*************************************************/

#listenLive {
	display: block;
	position: absolute;
	width: 280px;
	height: 80px;
	top: 0;
	right: 0;
	background-color: #fff;
	background-image: url("/wp-content/themes/AAR_2015/graphics/MicAnimated_BlueRed.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	border-radius: 0 0 5px 5px;
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #0077c1;
	text-align: center;
}

#listenLive strong {
	font-weight: bold;
	font-size: 13px;
}
	
#listenLive img {
	float: left;
	width: 31px;
	height: 32px;
	margin: 4px 0 0 15px;
}

#showtime_weekday {
	display: block;
	position: relative;
  bottom: 6px;
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
  position: absolute;
  right: 116px;
  text-align: center;
  width: 90px;
  z-index: 500;
  padding: 4px;
	border: thin outset #333;
	border-radius: 5px;
	background-color: #c80000;
	color: #fff;  
}

#showtime_weekend {
	display: block;
	position: relative;
  bottom: 6px;
  font-size: 11px;
  font-weight: normal;
  line-height: 12px;
  position: absolute;
  right: 6px;
  text-align: center;
  width: 90px;
  z-index: 500;
  padding: 4px;
	border: thin outset #333;
	border-radius: 5px;
	background-color: #c80000;
	color: #fff;  
}
	
#listenLive a:link,
#listenLive a:visited {
	color: #0077c1;
	text-decoration: none;
}

#listenLive a:hover,
#listenLive a:active{
	color: #0077c1;
	text-decoration: underline;
}
/*************************************************
/* Banner Field
/*************************************************/
#bannerFrame {
	height: 100%;
}

#tagline {
	padding-top: 10px;
	font-size: 20px;
	color: #888;
	text-align: center;
}

#headline {
	font-family: 'Oswald', sans-serif;
	margin: 130px 0 0 60px;
	font-size: 98px;
	line-height: 98px;
	color: #fff;
}

#subhead {
	font-family: 'Oswald', sans-serif;
	margin: 0 0 0 60px;
	font-size: 26px;
	color: #999;
}

#cclife {
	position: absolute;
	padding: 10px;
	width: 880px;
	right: 0;
	height: 90px;
	bottom: 0px;
	background-color: #1d1d1d;
	color: #fff;
	font-size: 30px;
	line-height: 31px;
}

#educationImg {
	display: block;
	position: absolute;
	top: 8px;
	right: 460px;
	width: 217px;
	height: 94px;
}

#trainingImg {
	display: block;
	position: absolute;
	top: 8px;
	right: 235px;
	width: 217px;
	height: 94px;
}

#insuranceImg {
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	width: 217px;
	height: 94px;
}

/*************************************************
/* News Field
/*************************************************/
#newsFrame {
	height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("/wp-content/themes/AAR_2015/graphics/news-banner.png");
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

#newLabel {
	position: absolute;
	top: 4px;
	left: 15px;
	font-size: 16px;
	font-style: italic;
	color: #fff;
}

#RSScrawl {
	position: absolute;
	left: 180px;
	width: 800px;
	top: 4px;
	font-size: 14px;
	color: #666;
}



/*************************************************
/* Content Field
/*************************************************/
#contentMenuFrame {
	background-color: #aaa;
	height: 100%;
}

#contentMenu {
	display: inline-block;
	height: 40px;
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	vertical-align: middle;
}

#contentMenu li {
	display: block;
	position: relative;
	float: left;
	width: 105px;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
}

#contentMenu .divider {
	border-left: 1px solid #ccc;
}
	
#contentMenu a:link,
#contentMenu a:visited {
	color: #eee;
	text-decoration: none;
}

#contentMenu a:hover,
#contentMenu a:active{
	color: #fff;
	text-decoration: underline;
}

/*************************************************
/* Content Field
/*************************************************/

#contentFrame {
	padding: 20px 0;
}

#dailyDevotional {
	min-height: 200px;
	font-size: 14px;
}

#ddLabel {
	float: Left;
	Width: 300px;
	height: 180px;
	border-right: 10px solid #c80000;
	margin-right: 10px;
	text-align:right;
	font-family: Oswald, sans-serif;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
}

#otherContent {
	margin-top: 10px;
	position: relative;
	width: 100%;
	height: 230px;
}


/*************************************************
/* Readmore Link
/*************************************************/
	

a.readmore {
	float: right;
	padding: 2px 4px;
	background-color: #c80000;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	box-shadow: -5px -5px 5px 0px #fff;
}

a.readmore:link,
a.readmore:visited {
	color: #eee;
	background-color: #c80000;
	text-decoration: none;
}

a.readmore:hover,
a.readmore:active{
	color: #fff;
	background-color: #c80000;
	text-decoration: underline;
}	



/*************************************************
/* Other Ideas
/*************************************************/
	
#otherideas {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 720px;
	background-color: #c80000;
	color: #fff;
	font-size: 14px;
}

#otherideas h1 {
	margin:0;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}

#otherideas h2 {
	margin:0;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}

#otherideas p {
	margin: 5px 0 0 0;
}

#otherideas img {
	float: left;
	margin-right: 10px;
	width: 230px;
	height: 230px;
}

.oi_slide {
	width: 710px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: justify;
}

#oi_readmore {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 6px;
	padding: 2px 5px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 3px;
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
}

#oi_readmore:link,
#oi_readmore:visited {
	color: #eee;
	background-color: #000;
	text-decoration: none;
}

#oi_readmore:hover,
#oi_readmore:active{
	color: #fff;
	background-color: #333;
	text-decoration: none;
}	

#oi_slide_control {
	display: none;
	position: absolute;
	top:5px;
	left: 160px;
	background-color: #888;
	background-color: rgba(125, 125, 125, 0.5);
	border: thin solid #500;
	border-radius: 8px;
	width: 60px;
	height: 18px;
	color: #666;
	text-align:center;
	font-size: 36px;
	line-height: 10px;
	text-shadow: 1px 1px #311;
	white-space: nowrap;
}

#oi_slide_control span.active {
	color: #eee;
}
	
#oi_slide_control span:hover {
	cursor: pointer; 
}

/*************************************************
/* Grilling
/*************************************************/


#grilling {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	height: 100%;
	width: 230px;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}

#grilling h1 {
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #c80000;
	text-transform: uppercase;
}

#grilling img {
	float: left;
	margin: 0 0 8px 0;
}

#grilling img.wp-post-image {
	margin: 0 10px 8px 0;
}

#grilling_readmore {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px 4px;
	background-color: #c80000;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 5px solid #fff;
	border-top: 5px solid #fff;
	box-shadow: -5px -5px 5px 0px #fff;
}

#grilling_readmore:link,
#grilling_readmore:visited {
	color: #eee;
	background-color: #c80000;
	text-decoration: none;
}

#grilling_readmore:hover,
#grilling_readmore:active{
	color: #fff;
	background-color: #c80000;
	text-decoration: underline;
}	

/*************************************************
/* Sponsors
/*************************************************/

#sponsorsLabel {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
}

#sponsorsCarousel {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	white-space: nowrap;
	overflow: hidden;
}

#sponsorsCarousel li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 160px;
	height: 110px;
}

#sponsorsCarousel li img {
	float: right;
}

/*************************************************
/* Ticker
/*************************************************/

.tickercontainer { /* the outer div with the black border */
width: 760px;
height: 27px;
margin: 0;
padding: 0;
overflow: hidden;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
top: 6px;
height: 18px;
/*width: 718px;*/
overflow: hidden;
}

ul.newsticker {
	position: relative;
	font: bold 12px Verdana;
	text-transform: uppercase;
	color: #000;
	line-height: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  list-style:none;
  margin:0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding-right: 35px;
}

/*************************************************
/* Category and Archive pages
/*************************************************/

.catalog h1 {
	font-family: Oswald, sans-serif;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
}

.catalog h2 {
	margin: 0;
}

.catalog .hr {
	border-top: 6px solid #c80000;
	width: 40%;
	font-size: 10px;
}

.catalog h2 a:link,
.catalog h2 a:visited {
	color: #888;
	text-decoration: none;
}

.catalog h2 a:hover,
.catalog h2 a:active{
	color: #777;
	text-decoration: underline;
	cursor: pointer;
}	

.single h1 {
	margin: 0;
}

/*************************************************
/* Pagination
/*************************************************/


.pagination {
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    margin: 20px auto;
    text-align: center;
    cursor: default;
}
.page-numbers {
    padding: 10px;
}
.pagination .prev, .pagination .next {
    font-size: 36px;
}
a.page-numbers:link, a.page-numbers:visited {
    color: #004272;
    text-decoration: none;
}
a.page-numbers:active, a.page-numbers:hover {
    color: #888;
    text-decoration: none;
}
.page-numbers.current {
    color: #c80000;
    cursor: default;
}

/*************************************************
/* Show Archives
/*************************************************/

#show-archives-logo {
  float: left;
  margin: 0 20px 20px 0;
  width: 260px;
  height: 260px;
}
#show-archives-abstract h1 {
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
}
#show-archives-media {
  margin: 20px 0 0 300px;
  width: 450px;
}

#show-archives-media .hour {
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
}

#show-archives-calendar-window {
	clear: both;
  margin: 20px auto;
  overflow: auto;
  width: 964px;
}

#show-archives-calendar {
	margin-top: 50px;
}

#show-archives-calendar h1 {
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
}

#show-archives-calendar-landscape header {
    text-align: center;
}
#show-archives-calendar-landscape header h1 {
    color: #444444;
    font-size: 3em;
    margin: 0.5em 0 0;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
#show-archives-calendar-landscape header p {
    color: #444444;
    font-size: 1.5em;
    margin: 0;
}
#show-archives-calendar-landscape th a {
    text-decoration: none;
}
#show-archives-calendar-landscape table {
    border-spacing: 0;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    float: left;
    margin: 1px;
    position: relative;
    width: 239px;
}
#show-archives-calendar-landscape table thead th {
    background-color: #0077c1;
    background-image: -moz-linear-gradient(center top , #005d96, #008de5);
    border-bottom: 1px solid #005d96;
    border-radius: 1px;
    border-top: 1px solid #005d96;
    box-shadow: 0 1px 0 0 #e88486 inset;
    color: white;
    font-size: 13pt;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
#show-archives-calendar-landscape table thead th.arrow:first-child {
    border-left: 1px solid #005d96;
    text-align: right;
}
#show-archives-calendar-landscape table thead th.arrow:last-child {
    border-right: 1px solid #005d96;
    text-align: left;
}
#show-archives-calendar-landscape table thead th.arrow a {
    color: white;
}
#show-archives-calendar-landscape table thead th.arrow a:hover {
    color: #333333;
}
#show-archives-calendar-landscape table tbody th {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #f5f5f5, #e8e8e8);
    border-bottom: 1px solid #d4d4d4;
    box-shadow: 0 1px 0 0 white inset;
    color: #666666;
    font-size: 7.5pt;
    font-weight: normal;
    padding: 4px 0;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    text-transform: uppercase;
    width: 34px;
}
#show-archives-calendar-landscape table tbody th:first-child {
    border-left: 1px solid #abb6bf;
}
#show-archives-calendar-landscape table tbody th:last-child {
    border-right: 1px solid #abb6bf;
}
#show-archives-calendar-landscape table tbody td {
    background-color: #fcfdfd;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    color: #444444;
    font-size: 11pt;
    font-weight: bold;
    height: 27px !important;
    padding: 0;
    text-align: center;
    width: 34px;
}
#show-archives-calendar-landscape table tbody td.today {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #f5f5f5, #e8e8e8);
    border-bottom: 1px solid #c4c4c2;
    border-left: 1px solid #c4c4c2;
}
#show-archives-calendar-landscape table tbody td.last-week {
    border-bottom: 1px solid #c4c4c2;
}
#show-archives-calendar-landscape table tbody td.tomorrow {
    border-left: 1px solid #c4c4c2;
}
#show-archives-calendar-landscape table tbody td.off {
    color: #d8dbde;
}
#show-archives-calendar-landscape table tbody td:last-child {
    border-right: 1px solid #abb6bf;
}
#show-archives-calendar-landscape table tbody td:first-child {
    border-left: 1px solid #abb6bf;
}
#show-archives-calendar-landscape table tbody td:not(:last-child) {
    box-shadow: -1px 0 0 0 #eeefef inset;
}
#show-archives-calendar-landscape table tbody td.today:not(:last-child) {
    box-shadow: -1px 0 0 0 #d8d8d7 inset;
}
#show-archives-calendar-landscape table tbody td.event {
    position: relative;
}
#show-archives-calendar-landscape table tbody td.event::after {
    background-color: #e56568;
    background-image: -moz-linear-gradient(center top , #e56568, #bd3f41);
    border: 1px solid #005d96;
    border-radius: 5px;
    bottom: 2px;
    box-shadow: 0 1px 0 0 #e88486 inset;
    content: " ";
    display: block;
    height: 4px;
    position: absolute;
    right: 2px;
    width: 4px;
}

/*************************************************
/* Advertising Information
/*************************************************/

#post-advertising-information strong {
	font-weight: bold;
	font-style: italic;
}

#post-advertising-information .logoimg {
	padding-right: 20px;
	float: left;
}

#post-advertising-information .tabletext {
	padding: 7px 15px 0 0;
	font-size:14px;
}

a#mailtobruce:link,
a#mailtobruce:visited {
    color: #000;
    text-decoration: underline;
}
a#mailtobruce:active,
a#mailtobruce:hover {
    color: #0000EE;
    text-decoration: underline;
}

/*************************************************
/* Download Button on AAR Podcast listing
/*************************************************/

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 0px 0px 4px 15px;
    cursor: pointer;
}