/*-----------------------------------------------------------------------------
CSS for WandWords cartoons.html | Michael Burke | 2006.10.07
Site content (c) copyright WandWords Pty Ltd 2006
Site design  (c) copyright Burke 2006
Mods ---
Mod 00   2006.10.07   Nested tags for IE box model fix
Mod 01   2006.11.21   Simplified file paths and removed img a:visited underline
Mod 02   2006.11.21   Fixed IE5 margin auto bug fix for L & R centering
-----------------------------------------------------------------------------*/
* { margin: 0;   padding: 0; }

body { background: #9cc;   font-family: 'trebuchet ms', verdana, sans-serif; }

div#container { margin: 10px auto;   width: 725px;   text-align: center; /* Mod 02 */ }
div#inner-container { border: 1px solid #306;   background: white; } /* Mod 00 */

h1 { margin: 1em auto 0;   color: #306;   letter-spacing: .1em;   font-size: 1.7em; }

p#intro { margin-bottom: 1em;   border-bottom: 1px solid #306;   padding-bottom: 1em; }

ul { clear: both;   list-style: none;   border-top: 1px solid #306; }

li { display: block;   margin-top: .5em;   letter-spacing: .1em;   font-size: .9em; }

p#copyright { color: #aaa;   margin: .5em .5em .5em 0;   text-align: right;
		font-style: italic;   font-size: .8em;   letter-spacing: .1em; }

p { margin-top: 1em;   font-size: .9em; }

h1, p { text-align: center; }

div.thumb { float: left;   margin: 10px;   width: 160px;   height: 185px; }
* html div.thumb { display: inline; }/* IE only hack */

img { border: none; }

ul a { text-decoration: none;   color: #009;   font-weight: bold;   letter-spacing: .1em; }
ul a:link {  }
ul a:visited { color: #90c; }
ul a:hover { color: #36c;   border-top: 1px solid;   border-bottom: 1px solid; }
ul a:active { color: maroon;   border-top: 1px solid;   border-bottom: 1px solid; }
/* Mod 01 - added #bearfacts descendent selector to specifically target txt link only */
