/* ------------------------ 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/root for the website. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS style sheet for KLFX The Canyon, 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 2009-2010 and owned by KWMX The Wolf and/or Grenax Broadcasting II, LLC */
/* Date Started: December 21, 2009 winter solstice */

/* 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  --- */
/* delete these as completed -----

MARKETING
sponsor badge (150x59) and home page screenshot (200 wide) -- for WeCreate.com
sales sheets and ConnectorLocal info sheets -- info in Frog

*/

/* NOTE - SITE COLOURS AND FONT FOR QUICK REFERENCE

paragraph text	= #000
headlines		= #c83124 deep red
links			= #c83124 deep red --- old ed1c24
background  	= #000 black

*/

/* 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;}

/* IMPORT FONTS FOR @FONT-FACE RULES */
/* IE's font-face rules must come first */
@font-face {font-family: "Shortcut"; src: url(/theme/WOLF/Shortcut.eot);}
/* create @font-face rule for other supporting browsers */
@font-face {font-family: "Shortcut"; src: url(/theme/WOLF/Shortcut.ttf); format("truetype");}

/* SET BASE FONT ATTRIBUTES */
p, td {font:13px/18px Arial, Helvetica Neue, Helvetica, sans-serif; color:#000; padding-bottom: 18px;}
body {background:url(/theme/WOLF/i/bkgnd-body.jpg) top center no-repeat #000; font:13px/18px Arial, Helvetica Neue, Helvetica, sans-serif; color:#000; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {color:#c83124; font-weight:bold;}
h1, .pageTitle {font:36px/38px "Shortcut", Helvetica, Arial, san-serif; margin:5px 0 3px 0; padding:5px 0 0px 0; width:100%; border-bottom:1px solid #c83124;}
h2, .title {font:28px/32px "Shortcut", Helvetica, Arial, san-serif; margin:2px 0 2px 0; padding:2px 0 2px 0;}
h3, .subTitle {font:24px/28px "Shortcut", Helvetica, Arial, san-serif; margin:1px 0 1px 0; padding:0;}
h4, .header {font:20px/23px "Shortcut", Helvetica, Arial, san-serif; margin:0; padding:0;}
h5 {font:18px/20px "Shortcut", Helvetica, Arial, san-serif; margin:0; padding:0;}
h6 {font:14px/16px "Shortcut", Helvetica, Arial, san-serif; margin:0; padding:0;}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#c83124;text-decoration:none;}
a:link,a:visited {text-decoration:underline;}
a:hover,a:active {text-decoration:none;}
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 {color:#c83124; background-color:#c83124; height:1px; overflow:hidden; margin:2px 0 12px 0; padding:0;}
form {padding:0; margin:0;}
label {display:block;}
input, textarea, select, button, #inset input, #inset textarea, #inset select, #inset button {font:13px/18px Arial, Helvetica Neue, Helvetica, sans-serif; color:#333; padding:1px; margin-bottom:5px;}
#inset .button {font:13px/18px Arial, Helvetica Neue, Helvetica, sans-serif; color:#FFF; padding:2px 4px 4px 2px; height:22px;}

/* LEGACY STYLES AND STYLES FOR THE FCK EDITOR */
.clearme {clear:both;}
.highlight {color:#666;}
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:618px; height:140px; margin:0 0 15px 0; padding:11px 0; position: relative; 
	background:url(/theme/WOLF/i/bkgnd-connectorads.jpg) top left no-repeat;
	}
#connectorAds iframe {background:none; position: absolute; top:12px; left:175px; /* fix for IE6 DJJ Jan 2010 */}
#connectorAds ul li {height: 125px; padding: 0; margin:0px 0px 6px 0px; list-style: none; } 
#connectorAds img {border: none; float:left;}

/* 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 ----- */
