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

/* CSS style sheet for WidgetMonkeys.com, by David Janik-Jones, http://www.widgetmonkeys.com */
/* All web site content Copyright 2008 by Widget Monkeys */
/* Date Started: October 2, 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. */

/* colours
dark blue = #1F4351
light blue = #8FA1A8
link red = #990000
*/

/* 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 PADDING AND MARGIN VALUES FROM TABLES */
thead,tbody,tfoot,th,tr,td {margin:0;padding:0;}

/* SET BASE FONT ATTRIBUTES */
p, td {font:12px/18px Arial,Helvetica,sans-serif; padding-bottom: 18px;}
body {background:url(/images/bkgnd-body.jpg) top left repeat-x #1F4351; margin:20px 0 0 0; padding:0; font-family:Arial, Helvetica, sans-serif; color:#1F4351;}
h1,h2,h3,h4,h5 {font:"Lucida Sans", Arial, Helvetica, san serif; color:#8fa1a8; padding:5px 0 5px 0;}
h1 {font-size:24px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:13px;}
h6 {font-size:12px;}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#990000;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 TYPE */
ul,dl {list-style-type:square;list-style-position:inside;}
ol {list-style-type:decimal;list-style-position:inside;}
li{}

/* MISCELLANEOUS STYLES TO ENSURE STANDARD TYPOGRAPHY */
em {font-style:italic;font-weight:normal;}
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 is set to float:left; */
#clear {clear: left; height:0; overflow:hidden; margin:0; padding:0;}

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