﻿
/* --------------------------------------
   Global Styling
-------------------------------------- */

body {
	background: #fff url('../Images/bg-body.jpg') center top repeat-x;
	color: #000;
	font: 0.75em/1.4em Arial, Verdana, Helvetica, sans-serif;
}

/* Print Only */
.print-only {
    display: none !important;
}

/* Headings */
h1, h2, h3, h4, h5 { font-weight: normal; color: #0d5cab; font-weight: bold; }
h1 { font-size: 1.833em; line-height: 1em; }
h2 { font-size: 1.833em; line-height: 1em; }
h3 { font-size: 1.833em; line-height: 1em; }
h4 { font-size: 1.33em; line-height: 1em; }
h5 { font-size: 1em; line-height: 1em; font-weight: bold; }

/* Anchors */
a, a:visited { text-decoration: none; color: #0d5cab; }
a:hover { text-decoration: none; color: #222; }
p a { z-index: 100; }


/* Base margin */
#content p, #content blockquote, #content ul, 
#content ol, #content h1, #content h2, 
#content h3, #content h4, #content h5 { margin-bottom: 1em; }


/* ULs, OLs & LIs */
#content ul { margin-left: 3em; }
#content ul li { list-style: disc; }

#content ol { margin-left: 3em; }
#content ol li { list-style: decimal; }

/* Blockquote */
blockquote { width: 75%; margin-left: 10%; padding: 10px; background-color: #ccc; quotes: "\201C" "\201D"; }
blockquote:before { content: open-quote; font: bold 20px/12px Georgia, "Times New Roman", Times, serif; } 
blockquote:after { content: close-quote; font: bold 20px/12px Georgia, "Times New Roman", Times, serif; } 

/* Other styles */
small { font-size: 80%; }

/* Classes */
.right { float: right; }
.left { float: left; }
img.right { float: right; margin: 0 0 0 10px; }
img.left { float: left; margin: 0 10px 0 0; }
p img.right { float: right; margin: 0 0 10px 10px; z-index: 100; }
p img.left { float: left; margin: 0 10px 10px 0; z-index: 100;}
.error { background-color: #d5a2a2; color: #fff; border: 1px solid #c38e8e; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.formerror { background: #fff  url('../Images/icon-formerror.gif') left center no-repeat; border: none!important; font-size: 0.91em; color: #447094; display: inline-block; margin-top: 1px; padding: 0.1em 0.95em 0.1em 2em!important; }
.nomarg { margin: 0!important; }
div.hr { width: 100%; height: 1px; border-top: 1px solid #eeeeef; margin-bottom: 1em; clear: both; }
div.clear { width: 100%; height: 1px; clear: both; }

/* --------------------------------------
   Center Wrap Section
-------------------------------------- */

#center {
	width: 960px;
	margin: 0 auto;
}

/* --------------------------------------
   PNG Fix
-------------------------------------- */
img {
	_behavior: url(iepngfix.htc); /* must be absolute URL, blank.gif must be next to iepngfix.htc */
}

/* --------------------------------------
   Header Section
-------------------------------------- */

#header {
	height: 140px;
	padding-bottom: 60px;
	z-index: 100;
}

#logo {
	top: 25px;
	margin: 0 auto;	
}

#logo,
#logo a {	
	display: block;
	font-size: 30px;
	width: 448px;
	height: 96px;
	color: #393939;
	text-align: center;
	line-height: 70px;
}

#logo span {
	background-image: url('../Images/logo-dmgradio.jpg');
}

/* --------------------------------------
   Hero Section
-------------------------------------- */

#hero {
    height: 315px; 
    overflow: hidden;
}


/* --------------------------------------
   Container Template
-------------------------------------- */

#content {
	padding: 3px 0 100px 0;
	min-height: 550px;
}

/** 2 Column Layout **/
.two-columns {
	clear: both;
	width: 960px;
	padding-top: 20px;
}

.two-columns .left-column {
	width: 630px;
	float: left;
	background-color: transparent;
}

.two-columns .right-column {
	width: 300px;
	float: right;
	background-color: transparent;
}

/* --------------------------------------
   Content Styles
-------------------------------------- */

/** content heading styles **/
#content h1,
#content h2,
#content h3 {
    padding: 0 10px;    
    margin-bottom: 5px;
}

#content .padding h1,
#content .padding h2,
#content .padding h3 { 
    padding: 0;
    margin-bottom: 25px;
}

#content h4,
#content h4 a {    
    color: #3b3b3b;
    margin-bottom: 5px;
}

#content h4 a:hover {    
    color: #0D5CAB;
}

/** date styles **/
#content h4+p.date {    
    top: -5px;    
}

#content p.date {
    padding: 0 0 3px 20px;
    color: #3b3b3b;
    font-size: 0.833em;
    background: transparent url('../Images/icon-date.gif') left center no-repeat;
}

/** comment styles **/
#content p.date+p.comments {    
    top: -18px;
    margin-bottom: 0;
}

#content p.comments {
    padding: 0 0 3px 20px;
    color: #838383;
    font-size: 0.833em;
    font-weight: bold;
    background: transparent url('../Images/icon-comments.gif') left center no-repeat;
}

/** more link styles **/
#content p+a.more {
    top: -14px;
}

#content a.more {
    font-size: 0.916em;
}

/** archive link styles **/
#content a.archive {
    font-size: 0.916em;
    color: #666;
    padding: 0 0 3px 20px;
    background: transparent url('../Images/icon-archive.gif') 3px center no-repeat;
}

#content a.archive:hover {
    color: #0D5CAB;
}

#content div.news-item+a.archive,
#content div.hr+a.archive {
    top: -9px;
}

/** rss button styles **/
.rss-btn {
    width: 27px;
    height: 32px;
    display: block;
    font-size: 11px;
}

.rss-btn span {
    background: url('../Images/icon-rss.gif');
}

.rss-btn:hover span {
    background-position: left bottom;
}

h1 .rss-btn,
h2 .rss-btn,
h3 .rss-btn {
    position: absolute;
    right: 0;
    bottom: 3px;
}

/** paragraph styles **/
#content p {
    font-size: 1em;
    color: #777;
}

#content p.large {
    font-size: 1.166em;
    color: #3b3b3b;
}

/** content hr styles **/

#content hr {
    margin: 5px 0;
    height: 1px;
    background: none;
    border: none;
    border-top: 1px solid #e5e5e5;
}

#content div.hr { 
    width: 100%; 
    height: 1px; 
    border-top: 1px solid #e5e5e5; 
    margin-bottom: 1em; 
    clear: both; 
}

/** padding div styles **/
#content .padding {
    padding: 0 10px;
    background: transparent url('../Images/bg-padding.gif') left 25px repeat-x;
    margin-bottom: 1em;
}

/** content list styles **/
#content ul, #content ol {

}

#content ul li, #content ol li {

}

/** content captions **/
#content .caption {
    color: #888;
    font-size: 0.916em;
}

/* --------------------------------------
   Search box
-------------------------------------- */
.search {
    width: 300px;
    margin: 0 auto 20px;
}

.search-field {
    border: 1px solid #e1e1e1;
    background-color: #ececec;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 220px;
    padding: 4px 5px;
    float: left;
    margin-left: 10px;
    font-size: 0.916em;
    color: #777;
}

.search-field:focus {
    width: 200px;
    padding-left: 25px;
    background: #ececec url('../Images/icon-searchfield.gif') 3px center no-repeat;
}

.left-column .search-field { /* to suit search.aspx */
    margin-left: 0px;
    width: 230px;
    color: #333;
    font-size: 1.1em;
    padding: 3px 5px;
}

.left-column .search-field:focus { /* to suit search.aspx */
    width: 210px;
    padding-left: 25px;
}

.search-button {
    height: 24px;
    width: 40px;
    border: none;
    background: #f6f6f6 url('../Images/btn-searchgo.jpg') left top no-repeat;
    float: right;
    color: #0d5cab;
    cursor: pointer;
    padding-bottom: 3px;
    font: bold 12px Arial, Verdana, san-serif;
    margin-right: 10px;
}

.search-button:hover {
    background-position: left bottom;
}

/* --------------------------------------
   File block style (media page)
-------------------------------------- */

#content .file {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 2px;
    padding: 6px 10px 0;
}

#content .file h3 {
    margin-bottom: 3px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1.3em;
    color: #444;
    padding-bottom: 3px;
}

/* --------------------------------------
   News item style
-------------------------------------- */
.news-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1em;   
}

.news-item .news-thumb {
    float: left;
}

.news-item .news-title {
    float: right;
}

.news-item .news-summary {
    clear: both;
    padding-top: 10px;
}

/** content img styles **/
.news-item .news-thumb img {
    border: 1px solid #999;
    padding: 2px;
    background-color: #e5e5e5;
}

.news-item .news-thumb a:hover img {
    border: 1px solid #0D5CAB;    
}


/** news item widths for left content section **/
.left-column .news-item .news-thumb {
    width: 74px;
}

.left-column .news-item .news-title {
    width: 526px;
    padding-left: 10px;
}


/** news item widths for sidebar content section **/
.right-column .news-item .news-thumb {
    width: 74px;
}

.right-column .news-item .news-title {
    width: 196px;
    padding-left: 10px;
}

/* --------------------------------------
   Footer Section
-------------------------------------- */

.form {
    margin-bottom: 1em;
}

.form-item {
    margin-bottom: 2px;
    padding: 7px 20px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e9e9e9;
}

.form-item label {
    display: block;
    padding: 0 0 6px;
    font-size: 1em;
}

.form .text input {
    width: 280px;
    border: 1px solid #e5e5e5;
    padding: 4px;
    font-size: 1.166em;
    color: #333;
}

.form .text input:focus {
    border-color: #ccc;
}

.form .textarea textarea {
    width: 280px;
    height: 100px;
    padding: 4px;
    border: 1px solid #e5e5e5;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1.166em;
    color: #333;
}

.form .textarea textarea:focus {
    border-color: #ccc;  
}

.form .submit input {
    border: 1px solid #91aac2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fafafa;
    color: #0D5CAB;
    cursor: pointer;
    padding: 3px 4px;    
}

.form .submit input[disabled=disabled] {
    border: 1px solid #aaa;
    background-color: #fafafa;
    color: #aaa; 
}

.form .submit input:hover {
    background-color: #fff;
}

.form input.valid {
    padding-right: 20px;
    width: 264px;
    background: #fff url('../Images/icon-formvalid.gif') right center no-repeat;
    border-color: #8dec7a!important;
}

.form textarea.valid {
    border-color: #8dec7a!important;
}

/* --------------------------------------
   Main Navigation Section
-------------------------------------- */

/** Menu level 1 **/
#main-navigation {
	position: absolute;
	top: 153px;
	width: 960px;
	height: 48px;
	background: transparent;
	z-index: 10;
	text-align: center;
}

#main-navigation ul { /** First level un-ordered list **/
    text-align: left;
}

#main-navigation ul li { /** First level un-ordered list items **/
	display: block;
	float: left;
	color: #333;
	font-weight: bold;
	font-size: 17px;
	background: transparent url('../Images/bg-nav-spacer.gif') right 5px no-repeat;
}

#main-navigation ul li.last {
	background: none;
}

#main-navigation ul li a, #main-navigation ul li a:visited {  /** First level anchor static-state **/
	text-decoration: none;
	padding: 5px 22px 15px 14px;
	color: #0d5cab;
	display: block;
	line-height: 14px;
}

#main-navigation ul li a span {  /** First level anchor static-state **/
	color: #333;
	font-weight: normal;
	font-size: 12px;
	display: block;
}

#main-navigation ul li a:hover,
#main-navigation ul li:hover a { /** First level anchor hover-state **/	
	background: transparent url('../Images/bg-nav-hover.gif') left bottom repeat-x;
}

#main-navigation ul li a.active { /** First level anchor hover-state **/	
	color: #333;
}

/** Menu level 2 **/
#main-navigation ul li ul { /** Second level un-ordered list - when hidden **/
	display: none;
}

#main-navigation ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 10px 0;
	background-color: #d1d1d1;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	height: auto;
	width: 150px;
}

#main-navigation ul li ul li { /** Second level un-ordered list items **/
	clear: both;
	width: 100%;
	border-top: 1px solid #a4a4a4;
}

#main-navigation ul li ul li.last {
	border-bottom: 1px solid #a4a4a4;
}

#main-navigation ul li ul li a,
#main-navigation ul li:hover ul li a,
#main-navigation ul li ul li a:visited {  /** Second level anchor static-state - must cancel out first level anchors **/
	text-decoration: none;
	background: none;
	background-color: #e6e6e6;
	border-top: 1px solid #c9c9c9;
	padding: 8px 12px 8px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	display: block;
}

#main-navigation ul li ul li a:hover,
#main-navigation ul li ul li:hover a {  /** Second level anchor hover-state **/
	background-color: #3381cc;
	border-color: #3381cc;
	color: #fff;
}

/** Menu level 3 **/
#main-navigation ul li ul li ul,
#main-navigation ul li:hover ul li ul { /** Second level un-ordered list - when hidden **/
	display: none;
}

#main-navigation ul li ul li:hover ul {
	display: block;
	position: absolute;
	left: 100%;
	top: -11px;
	margin: 0;
	padding: 10px 0;
	background-color: #d1d1d1;
	border-left: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	height: auto;
	width: 150px;
}

#main-navigation ul li ul li ul li { /** Second level un-ordered list items **/
	clear: both;
	width: 100%;
	border-top: 1px solid #a4a4a4;
}

#main-navigation ul li ul li ul li.last {
	border-bottom: 1px solid #a4a4a4;
}

#main-navigation ul li ul li ul li a,
#main-navigation ul li:hover ul li ul li a,
#main-navigation ul li ul li ul li a:visited {  /** Second level anchor static-state - must cancel out first level anchors **/
	text-decoration: none;
	background: none;
	background-color: #e6e6e6;
	border-top: 1px solid #c9c9c9;
	padding: 8px 12px 8px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	display: block;
}

#main-navigation ul li ul li ul li a:hover,
#main-navigation ul li ul li ul li:hover a {  /** Second level anchor hover-state **/
	background-color: #3381cc;
	border-color: #3381cc;
	color: #fff;
}

/* --------------------------------------
   Footer Section
-------------------------------------- */

#footer {
	height: 198px;
	padding-top: 20px;
	background: transparent url('../Images/bg-footer.jpg') center top repeat-x;
	bottom: 0;
}

#footer #footer-inner {
    width: 954px;
    margin: 0 auto;
    padding-top: 15px; 
}

#footer #footer-inner #footer-navigation,
#footer #footer-inner #footer-legal {
    margin-bottom: 3px;
    text-align: center;
}

#footer #footer-inner .footer-nav {
    font-size: 0.916em;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#footer #footer-inner .footer-nav li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #7e7e7e;
    line-height: 10px;
}

#footer #footer-inner .footer-nav li.last {
    border-right: none;
}

#footer #footer-inner .footer-nav li a {
    text-decoration: none;
}

#footer #footer-inner #footer-navigation a {
    color: #717171;
}

#footer #footer-inner #footer-legal a {
    color: #8b8b8b;
}

#footer #footer-inner .footer-nav li a:hover {
    color: #0D5CAB!important;
}

#footer #copy {
    color: #0d5cab;
    text-align: center;
    font-size: 0.916em;
}

/** Footer station buttons **/

#footer #footer-stations {
    width: 935px;
    height: 97px;
    padding: 12px 5px 0;
    margin: 0 auto;
}

#footer #footer-stations ul li {
    float: left;
    width: 130px;
    height: 105px;
    margin: 0 10px;
}

#footer #footer-stations ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#footer #footer-stations ul li.nova-btn a span,
#footer #footer-stations ul li.classicrock-btn a span,
#footer #footer-stations ul li.fiveaa-btn a span,
#footer #footer-stations ul li.starfm-btn a span,
#footer #footer-stations ul li.novanation-btn a span,
#footer #footer-stations ul li.koffee-btn a span { background-image: url('../Images/spriteDmgFooter.jpg'); }

#footer #footer-stations ul li.nova-btn a span { background-position: -10px 0; }
#footer #footer-stations ul li.nova-btn a:hover span { background-position: -10px bottom; }

#footer #footer-stations ul li.classicrock-btn a span { background-position: -169px 0; }
#footer #footer-stations ul li.classicrock-btn a:hover span { background-position: -169px bottom; }

#footer #footer-stations ul li.fiveaa-btn a span { background-position: -332px 0; }
#footer #footer-stations ul li.fiveaa-btn a:hover span { background-position: -332px bottom; }

#footer #footer-stations ul li.starfm-btn { width: 160px }
#footer #footer-stations ul li.starfm-btn a span { background-position: -488px 0; }
#footer #footer-stations ul li.starfm-btn a:hover span { background-position: -488px bottom; }

#footer #footer-stations ul li.novanation-btn a span { background-position: -658px 0; }
#footer #footer-stations ul li.novanation-btn a:hover span { background-position: -658px bottom; }

#footer #footer-stations ul li.koffee-btn a span { background-position: -795px 0; }
#footer #footer-stations ul li.koffee-btn a:hover span { background-position: -795px bottom; }

/* --------------------------------------
   Admin Section
-------------------------------------- */

.admin-content {
    width: 920px;
    padding: 60px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
}

/* form items */
.Item {clear: both; padding: 8px 0 0 0; }
.Item .ItemForm {float: right; width: 470px; padding-bottom: 15px;}
.Item label { font-size:12px; color: #000; width: 110px; padding: 2px 15px 0 0; text-align: right; display: block; float: left; margin: 0;}
.Item label.Topper { float: none; text-align: left; font-weight: bold; width: auto; }
.Item .Big, .Item .Liner, .Item textarea, .Item select {border: none; width: 290px; padding: 3px 5px; color: #fff; background: #283334; font-size:12px; font-family: Tahoma, Arial; }
.Item .Liner {width: 300px; }
.Item .Block {height: 144px; background: #283334 url(../img/main/BlockBG.gif) repeat-x 0 100%; }
.Item .Reply {height: 130px; width: 350px; }
.Item .Brick {height: 50px; background: #283334 url(../img/main/BlockBG.gif) repeat-x 0 100%; }
.Item .Big { width: 400px;}
.Item .Mid{width:300px; height:20px; background:#283334; border:none; color:#fff; padding-left:5px;}
.Item .Block { width: 430px; height: 120px;}
.Item .sub {color: #ccc; font-size: 10px;}
.Item select {width: 300px;}
.Item textarea.Block { width: 400px; height: 120px;}
.Item .BigBlock { width: 450px; height: 350px;}
