/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard We-Create Inc. website style sheet; author, David Janik-Jones.
Create a copy of the required style sheets and place them in your new website directory 
CSS are commonly kept in the /styles/ directory of the /root for the website. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS style sheet for Eagle Communications Inc and/or KOOQ ESPN Radio 1410 AM North Platte, by We-Create Inc, http://www.wecreate.com */
/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* All web site content Copyright 2008 by Eagle Communications Inc and/or KOOQ ESPN Radio 1410 AM North Platte */
/* Date Started: July 23, 2008 */

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

/* RESET FUNCTIONS
the following styles perform the same function as Jeff's original reset.css and also
allow us to 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, nav.css
or the individual module css level and NOT in this sheet -- please and thank you */

/* BASE COLOURS
font: FFF due to black content background
links: FF9900 orange
headlines: FFFF00 yellow
red buttons: FF0000
page background: 7E8F60
*/

/* --- DEFAULT SETTING THAT NEED TO BE CHANGED FOR EVERY RADIO SITE  --- */
/*
on air and up next button sizes -- shows/list/local_config.php
image cycler css and size -- modules/image_cycler
artist banner size -- banner/local_config.php
theme link -- lib/global_config.php
polls css -- theme/modules/poll.css
gallery 3 css changes to colours -- photos/assets/css/public_album.css
*/

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

/* REMOVE BORDER, PADDING AND MARGIN VALUES FROM TABLES */
thead,tbody,tfoot,th,tr,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;}

/* SET BASE FONT ATTRIBUTES */
p, td {font:12px/16px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#FFF; padding-bottom: 16px;}
body {background: url(/theme/KOOQ/i/bkgnd_body.jpg) top center no-repeat #7E8F60; font:12px/16px 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#FFF; margin:5px 0 0 0; padding:0;}
h1,h2,h3,h4,h5,h6 {font: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#FFFF00; font-weight:bold;}
h1, .pageTitle {font-size:21px; margin:14px 0 16px 15px; padding:0 0 8px 0; width:550px; border-bottom:1px solid #FFFF00;}
h2, .title {font-size:18px; margin:7px 0 0 0; padding:5px 0 5px 0;}
h3, .subTitle {font-size:16px; margin:3px 0 0 0; padding:3px 0 3px 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:#FF9900;text-decoration:none;}
a:link,a:visited {text-decoration:none;}
a:hover,a:active {text-decoration:underline;}
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:16px;}
ol {list-style-type:decimal; padding:16px;}
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;}

/* LEGACY STYLES AND STYLES FOR THE FCK EDITOR */
.clearme {clear:both;}
.highlight {color:#FF0000; font-style:italic;}
div.req-notice span {color: red;}
.SC_Panel {background-color:#efefef !important;}

/* CONNECTOR ADS -- required code -- getting pulled from central server */
#connectorAds {text-align: center; padding-top: 0px; padding: 6px; border: 0px solid #424242;}
#connectorAds ul li {height: 125px; list-style: none; padding: 0; margin:14px 11px 0px 0px; display:inline;} 
#connectorAds img {border: 1px solid #424242;}

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

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