/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard We-Create Inc. website style sheet; author, David Janik-Jones.
CSS are commonly kept in the /styles/ directory of the /theme/styles/ for the website. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS style sheet for KQTM, by We-Create Inc, http://www.wecreate.com */
/* CSS released under a Creative Commons License - http://creativecommons.org/licenses/by/2.5/ca/ */
/* All web site content Copyright 2008 and owned by KQTM */
/* Date Started: December 9, 2008 */

/* This design is NOT a template. You may NOT reproduce it exactly without the owner's written permission. 
You may study the CSS and use whatever techniques you learn from it elsewhere per Creative Commons License. */

/* --- DEFAULT SETTINGS and STUFF THAT NEEDS TO BE CHANGED FOR EVERY RADIO SITE  --- */
/*
contest page -- CSS
(***NEW***) advertising CSS -- /modules/css/advertising.css
gallery 3 css changes to colours -- photos/assets/css/public_album.css
primaryNav and secondaryNav -- set in style.php lines 406-407 correctly, see below
	$GLOBALS['primaryNav'] = style_get_nav_buttons(0,0,'primaryNav');
	$GLOBALS['primaryNav'] = style_get_nav_buttons(1,100,'primaryNav');

best common font stacks for (p)aragraphs or (t)itles ...
- Arial, Helvetica Neue, Helvetica, sans-serif - p, t
- Baskerville, Times New Roman, Times, serif - p
  Baskerville, Times, Times New Roman, serif - t
- Courier New, Courier, monospace - p, t
- Futura, Century Gothic, AppleGothic, sans-serif - p, t
- Garamond, Hoefler Text, Times New Roman, Times, serif - p
  Garamond, Hoefler Text, Palatino, Palatino Linotype, serif - t
- Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif - p
  Geneva, Verdana, Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif - t
- Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif - p
  Georgia, Times, Times New Roman, serif - t
- Helvetica Neue, Arial, Helvetica, sans-serif - p
  Helvetica, Helvetica Neue, Arial, sans-serif - t
- Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif - p
  Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif - t
- Tahoma, Geneva, Verdana - p
  Tahoma, Verdana, Geneva - t
- Times, Times New Roman, Georgia, serif - p, t
- Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif - p
  Trebuchet, Tahoma, Arial, sans-serif - t
- Verdana, Geneva, Tahoma, sans-serif - p
  Verdana, Tahoma, Geneva, sans-serif - t
*/

/* NOTE - SITE COLOURS FOR QUICK REFERENCE
paragraph text	= #000000
headlines		= #000000
links			= #0053a0 logo blue
background(s)	= #203759
client logo		= #ee3a43 RED
client logo		= #0053a0 BLUE
*/

/* RESET FUNCTIONS
many of the following styles perform the same function as Jeff's original reset.css,
and establish the very basic styles that a site will use across all pages --- 
changes to these base styles should be done in the structure.css, content.css
or the individual /module/css styles and **NOT** in this sheet */

/* REMOVE PADDING AND MARGIN VALUES */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dd,dt,img,blockquote,q,caption,
a,form,input,textarea,fieldset,pre,table,thead,tbody,tfoot,th,tr,td {margin:0;padding:0;}

/* REMOVE BORDER, PADDING AND MARGIN VALUES FROM TABLES */
table {border-collapse:collapse;border-spacing:0;}

/* SET BASE FONT ATTRIBUTES */
p {font:12px/15px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#000; padding-bottom: 14px;}
td {font:12px/15px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#000;}
body {background: url(/theme/kqtm/i/bkgnd-body.jpg) top left repeat-x #203759; font:12px/15px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#000; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#0053a0; font-weight:bold;}
h1, .pageTitle {font-size:23px; margin:14px 0 9px 0; padding:5px 0 5px 0; width:100%; border-bottom:1px solid #0053a0;}
h2, .title {font-size:18px; margin:7px 0 5px 0; padding:3px 0 3px 0;}
h3, .subTitle {font-size:16px; margin:3px 0 3px 0; padding:1px 0 1px 0;}
h4, .header {font-size:14px; margin:0; padding:0;}
h5 {font-size:13px; margin:0; padding:0;}
h6 {font-size:12px; margin:0; padding:0;}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#0053a0;text-decoration:none;}
a:link,a:visited {text-decoration:none;}
a:hover,a:active {text-decoration:underline; color:#0053a0;}
a img,:link img,:visited img,:hover img,:active img {border:none;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul,ul ol,ul dir,ul menu,ul dl, ol ul,ol ol,ol dir,ol menu,ol dl, dir ul,dir ol,dir dir,dir menu,dir dl, 
menu ul,menu ol,menu dir,menu menu,menu dl,dl ul,dl ol,dl dir,dl menu,dl dl {margin-top:0; margin-bottom:0;}

/* STANDARDIZE THE LIST-BULLET TYPES */
ul {list-style-type:disc; padding:10px;}
ol {list-style-type:decimal; padding:10px;}
li {}

/* MISCELLANEOUS STYLES TO ENSURE STANDARDS */
em {font-style:italic; font-weight:normal;}
strong {font-style:normal; font-weight:bold;}
acronym {background:transparent; cursor:help; font-style:normal; border:0;}
a acronym {border:none;cursor:pointer;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}
q:before,q:after {content: '';}
hr { }
form {padding:0; margin:0;}
label {display:block;}
#inset input, #inset textarea, #inset select, #inset button {font:12px/15px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#000; padding:1px;}

/* LEGACY STYLES AND STYLES FOR THE FCK EDITOR */
.clearme {clear:both;}
.highlight {color:#ffa031;}
div.req-notice span {color: red;}
.SC_Panel {background-color:#efefef !important;}
.none {/*empty style REQUIRED BY FCK EDITOR -- DO NOT DELETE*/}

/* CONNECTOR ADS -- REQUIRED -- getting pulled from central server -- soon replaced by /modules/css/advertising.css */
#connectorAds {text-align: center; width:271px; margin-left:21px; position: relative; background:none;}
#connectorAds iframe {background:none;}
#connectorAds ul li {height: 125px; list-style: none; padding: 0; margin:0px 0px 6px 0px;} 
#connectorAds img {border: 1px solid #424242;}

/* STANDARD MULTIPLE COLUMN CLEARING TRICK */
/* set column divs inside a holding div that is set to float:left; overflow hidden to prevent IE6 padding */
#clear {clear: left; margin:0; padding:0; height:0; overflow:hidden;}

/* ----- END OF TEMPLATE ----- */