/* 
    Document   : base
    Created on : 18-Dec-2008, 13:51:20
    Author     : neal
    Description:
        Purpose of the stylesheet follows.
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

*, html {
padding: 0;
margin: 0;
}

html {
min-height: 100%;
margin-bottom: 1px;
}

body {
font-size: 62.5%;
font-family: Geneva, "Trebuchet MS", Verdana, "Lucida Grande", "Comic Sans MS", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
color: #504d54;
background-color: #cccccc;
}

#container {
width: 800px;
margin: 2% auto;
outline: 1px #000000 solid;
background-image: url(/images/paragraph.png);
font-size: 1.4em;
}

#container img:first-child {
background-color: #625c5c;
padding-bottom: 3px;
}

div.nav {
width: 131px;
float: left;
margin: 10px 0 0 5px;
}

.nav ul {
list-style: none;
border: 1px #646567 solid;
border-top: none;
font-size: 0.85em;
margin-bottom: 10px;
}

ul li {
width: 100%;
}

.nav ul li a:link, ul li a:visited {
display: block;
border-top: 1px #646567 solid;
text-decoration: none;
padding: 5px;
color: #000000;
background-color: #d8dede;
font-style: normal;
}

.nav ul li a:hover {
background-color: #d3da96;
}

.nav ul li a span {
    display: block;
}

.nav ul>li>a>span:first-letter {
border-bottom: 1px #000000 dotted;
color: #000000;
}

div.content {
float: left;
/*border-right: 1px #000000 solid;*/
width: 401px;
padding: 10px;
}

div.content h1 {
font-size: 1.4em;
margin: 0.5em;
}

#container div.content h2 {
background-color: #ffffcd;
padding: 5px;
margin: 0;
margin-top: 1.5em;
}

#container div.content p {
background-color: #e9eff8;
padding: 5px;
}


div.nav img {
margin-top: 10px;
}

div.images {
float: right;
width: 242px;
line-height: 0;
}

div.images ul {
line-height: 1;
font-size: 1.2em;
list-style: none;
width: 80%;
margin-top: 5px;
}

div.images ul li {
    padding: 5px;
    text-indent: 10px;
}

div.foot {
clear: both;
background-image: url(../images/foot.jpg);
height: 50px;
width: 100%;
border-top: 1px #000000 solid;
}

#container div.images img:first-child {
margin: 0;
padding: 0;
}

#container div.cards h2 {
background-color: #ffffcd;
padding: 5px;
margin: 0;
margin-top: 1.5em;
}

#container div.cards p {
background-color: #e9eff8;
padding: 5px;
}

#container div.cards img {
padding-bottom: 0;
background-color: #ffffff;
width: 300px;
margin: 15px 0 15px 45px;
}

em {
font-size: 1.1em;
}

a:link, a:visited {
color: #9208f4;
text-decoration: none;
font-style: italic;
}

a:hover {
text-decoration: underline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


