/* ------------------------ 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 Three Eagles small market news sites, 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 Three Eagles Communications */
/* Date Started: May 25, 2009 */

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

/* NOTE - SITE COLOURS FOR QUICK REFERENCE
paragraph text	= #000
headlines		= #7dc6e7 light blue or #2d648a
links			= #7dc6e7 light blue or #2d648a dark blue?
background		= #d4d9dd pale blue-grey
polls bkgnd		= #
*/

/* 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 */
body {background:url(/theme/Mankato_Smkt/i/bkgnd-body.gif) top center repeat-y #d4d9dd; font:12px/18px Arial, Helvetica, Geneva, san-serif; color:#000; margin:0; padding:0;}
p {font:12px/18px Arial, Helvetica, Geneva, san-serif; color:#000; padding-bottom: 14px;}
td {font:12px/18px Arial, Helvetica, Geneva, san-serif; color:#000; padding:0; margin:0;}

h1,h2,h3,h4,h5,h6 {font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; font-weight:normal; color:#2d648a;}
h1, .pageTitle {font:34px/32px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; margin:7px 0 14px 0; padding:5px 0 5px 0; width:100%; border-bottom:1px solid #2d648a;}
h2, .title {font:24px/22px Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif; margin:7px 0 0 0; padding:3px 0 3px 0;}
h3, .subTitle {font-size:20px; margin:3px 0 0 0; padding:1px 0 1px 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:#3784aa; /* 6ab0d0 7dc6e7 */ 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:square;}
ol {list-style-type:decimal;}
li {list-style-position:outside; margin:0; padding:0;}

/* 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/18px Arial, Helvetica, Geneva, san-serif; color:#3a2711; padding:1px 5px; margin-bottom:5px;}
#content input, #content textarea, #content select, #content button {font:12px/18px Arial, Helvetica, Geneva, san-serif; padding:1px; margin-bottom:5px;}

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

/* CONNECTOR ADS -- REQUIRED -- getting pulled from central server -- soon replaced by /modules/css/advertising.css */
#connectorAdsUber {text-align: center; padding:0 0 0 0; margin:12px 0 0 5px; width:127px;}
/*#connectorAds ul li {height: 125px; list-style: none; padding: 0; margin:0px 3px; float:left;} 
#connectorAds img {border: 1px solid #8d8970;}*/

/*#cads-cont {}
.ad type-14 {margin:0 0 8px 0; padding-bottom:8px; border:1px solid #8d8970; float:left;}
.ca_sim_125 {text-indent:-2999px; 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;}
.clearing {clear: left; margin:0; padding:0; height:0; overflow:hidden;}

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