/* ------------------------ 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 CLIENTNAME, 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 2010 and owned by SMS Media Partners */
/* Date Started: March 3, 2010 */

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

/* SITE COLOURS FOR QUICK REFERENCE
text	        = #1f1f1f  
headlines		= #af205c or red ea0d0d
links			= #ea0d0d 
background(s)	= #af205c pink-purple
blue            = #1485cc
light pink      = #ffa5a5
*/

/* RESET FUNCTIONS
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 FOR CUSTOM SITE FONTS */
/* IE's font-face rules MUST!!!! come first */
@font-face {font-family: "Patagonia"; src: url(/theme/KKRD/Patagonia.eot);}
/* create @font-face rule for all other browsers */
@font-face {font-family: "Patagonia"; src: url(/theme/KKRD/Patagonia.ttf); format("truetype");}

/* SET BASE FONT ATTRIBUTES */
p, td p {font:13px/18px Helvetica, Arial, san-serif; color:#1f1f1f; padding-bottom: 18px;}
td {font:13px/18px Helvetica, Arial, san-serif; color:#1f1f1f; padding:8px;}
body {background:url(/theme/KKRD/i/bkgnd-body.jpg) top left repeat-x #af205c; font:13px/18px Helvetica, Arial, san-serif; color:#1f1f1f; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {font-family: "Patagonia", Helvetica, Arial, san-serif; color:#ea0d0d; font-weight:normal;}
h1, .pageTitle {font-size:34px; margin:3px 0 14px 0; padding:5px 0 3px 0; width:100%; border-bottom:1px solid #ea0d0d;}
h2, .title {font-size:26px; margin:4px 0 2px 0; padding:3px 0 1px 0;}
h3, .subTitle {font-size:21px; margin:2px 0 2px 0; padding:1px 0 0 0;}
h4, .header {font-size:18px; margin:0; padding:0;}
h5 {font-size:16px; margin:0; padding:0;}
h6 {font-size:14px; margin:0; padding:0;}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#ea0d0d;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 {}
form {padding:0; margin:0;}
label {display:block;}
#inset input, #inset textarea, #inset select, #inset button {font:13px/18px Helvetica, Arial, san-serif; color:#1f1f1f; padding:1px; margin-bottom:5px;}
#inset .button {font:13px/18px Helvetica, Arial, san-serif; color:#FFF; padding:2px 2px 3px 2px; border:none;
	cursor:hand; height: 18px; margin: 10px 1px 5px 0px; background-color:#ea0d0d;}
	#inset .button a {color:#FFF; text-decoration: none; padding:2px 0;}

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

/* CONNECTOR ADS -- REQUIRED -- overwriten by /modules/css/advertising.css */
#connectorAds {width:620px; height:127px; overflow:hidden; text-align: center; padding:11px 0 0 0; margin:0 0 -6px 0;}
#connectorAds iframe {background:none;}
#connectorAds ul li {height: 125px; list-style: none; padding: 0; margin:0px 0px 6px 0px;} 
#connectorAds img {border: 1px solid #FFF;}

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

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