/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard eSolutions website style sheet; authors, David Janik-Jones + Marc Trudel.
Create a copy of the three style sheets and place them in your new website directory so that
CSS are commonly kept in the /ROOT/styles/ directory for the website. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS style sheet for Children's Aid Society of Simcoe County, by eSolutions Group, http://www.esolutionsgroup.ca */
/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* All web site content Copyright 2006 by Children's Aid Society of Simcoe County */
/* Date Started: Sept. 29, 2006 */

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

/* IMPORT TWO OTHER STANDARD SITE STYLE SHEETS */
/* rather than importing styles we prefer to just link the styles on the pages since the
top part of each page is normally an include, so on the page under <title> add the following code ...

<link href="/styles/base.css" rel="stylesheet" type="text/css" media="screen">
<link href="/styles/structure.css" rel="stylesheet" type="text/css" media="screen">
<link href="/styles/content.css" rel="stylesheet" type="text/css" media="screen">
<link href="/styles/print.css" rel="stylesheet" type="text/css" media="print">

 */

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

/* SET BASE FONT ATTRIBUTES */

p, td {font:12px/14px Arial,Helvetica,sans-serif;padding-bottom: 14px;}
body {background-color:#DDDDBB; font-family:Arial, Helvetica, sans-serif; font-size:12px}
h1,h2,h3,h4,h5 {color:#333333; font-family:Arial, Helvetica, sans-serif}

h1 {font-size:15px;}
h2 {font-size:13px;}
h3 {font-size:12px;}
h4 {font-size:12px;}
h5 {font-size:11px;}
h6 {font-size:12px; font-weight:bold;}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#6A2F82;text-decoration:none; font-weight:bold;}
a:link,a:visited {text-decoration:none;}
a:hover,a:active {text-decoration:none; color:#333333; 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 TYPE */
ul,dl {
	list-style-position:outside;
	margin-bottom:10px;
	margin-top: 0px;
}
ol {font:12px/14px Arial,Helvetica,sans-serif;list-style-type:decimal;list-style-position:outside; margin-top:0px;margin-bottom:0px;}
li{}

/* MISCELLANEOUS STYLES TO ENSURE STANDARD TYPOGRAPHY */
em {font-style:italic;}
strong {font-weight:bold;}
acronym {background:transparent;cursor:help;font-style:normal;}
a acronym {border:none;cursor:pointer;}

/* STANDARD MULTIPLE COLUMN CLEARING TRICK */
/* make sure your columns divs are inside a holding div that float:left; */
.clear {clear: both;}

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