/*
 * css reset
*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } body { line-height: 1.5; background: #fff; margin:1.5em 0; } /* Tables still need 'cellspacing="0"' in the markup. */ table { border-collapse: separate; border-spacing: 0; } caption, th, td { text-align: left; font-weight:400; } /* Remove possible quote marks (") from <q>, <blockquote>. */ blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } a img { border: none; }

body
{ 
    background:white;
    font-size:62.5%;
}

#content
{ 
    width:960px;
    margin:0 auto;
    /*border:1px solid #aad;*/
    border-width:0 1px;
}

#welcome
{
    float:right;
    margin-top:-5.3em;
}

#maintext
{ 
    float:left;
    width:400px;
    margin:0 10px;
}

#images
{ 
    float:left;
    width:220px;
    margin: 0px 10px;
}

#sidetext
{ 
    width:290px;
    float:left;
    margin:0 0 0 10px;
}

.image
{
    width:160px;
    clear:both;
    margin:0px auto;
    height:120px;
}

.imagemap li {
    margin:0;
    padding:0;
    display:block;
    float:left;
}

.imagemap
{
    width:170px;
    clear:both;
    margin:0px auto;
    height:120px;
}

/*
 * TYPOGRAPHY
 * */
h1, h2, h3, h4, h5, h6
{
    font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
}

h1 {
    font-size:4.8em;
    margin: 0 10px 0.75em;
    line-height:1.5em;
}
h2 {
    font-size:1.8em;
    margin-bottom:1em;
    line-height:1em;
}

p, li
{
    font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
    line-height:1.285em;
}
p, ul { 
    font-size:1.4em;
    margin-bottom:1.285em; }

.citation {
    font-weight:bold;
    font-style:italic;
}

a,
a:active,
a:hover
{
    color:#000077;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

a:visited {}

.caption {
    background:white;
    position:relative;
    border:1px solid #ddd;
    border-width:1px 0 1px;
    text-align:center;
    z-index:4;
    margin:-20px 0 10px;
    clear:both;
    font-size:1.1em;
}

ul
{
    list-style:none;
}

.caption a {
    text-decoration:none;
}



.left { float:left; }
.right { float:right; }
img.imgborder { border:1px solid black; }
.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

a.sm2_link 
{
    display:block;
    background-repeat:no-repeat;
    width:290px;
    margin-left: -20px;
    padding-left:20px;
    padding-top:2px;
    margin-bottom:-2px;
}

a.sm2_paused { background-image:url("../img/icon_pause2.gif"); } 
a.sm2_paused:hover,
a.sm2_playing,
a.sm2_link:hover
{ background-image:url("../img/icon_play2.gif"); }
a.sm2_playing:hover { background-image:url("../img/icon_pause2.gif"); }

