/*
    Created by Keith Donegan of Code-Sucks.com

    E-Mail: Keithdonegan@gmail.com

    You can do whatever you want with these layouts,
    but it would be greatly appreciated if you gave a link
    back to http://www.code-sucks.com
*/

/* * { padding: 0; margin: 0; } */
body, h1, h2, h3, p, ul, ol {
    padding: 0; margin: 0;
}

body {
    /*font-family: Tahoma, Arial, helvetica, sans-serif;*/
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 0.8em;
}
#wrapper {
    margin: 0 auto;
    width: 922px;
}
#faux {
    background: url(../gfx/col.png);
    margin-bottom: 5px;
    overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
    width: 100%
}
#header {
    color: #333;
    width: 902px;
    padding: 10px;
    height: 100px;
    margin: 10px 0px 5px 0px;
    background: #d1dbdb url('../gfx/bgheader.png') repeat-x 0 0;
}
#navigation {
    color: #333;
    padding: 10px;
    margin: 0px 0px 5px 0px;
    background: #abbebe;
    min-height: 1.3em;
}
#leftcolumn {
    display: inline;
    color: #333;
    margin: 10px;
    padding: 0px;
    width: 195px;
    float: left;
}
#rightcolumn {
    float: right;
    color: #333;
    margin: 10px;
    padding: 0px;
    width: 683px;
    display: inline;
    position: relative;
}
#footer {
    text-align: center;
    font-size: 0.80em;
    width: 902px;
    clear: both;
    color: #333;
    background: #abbebe url('../gfx/bgfooter.png') repeat-x 0 100%;
    margin: 0px 0px 10px 0px;
    padding: 10px;
}
.clear {
    clear: both; background: none;
}

/**
 * Edits and additions made by Paul Vaughan, June-July 2009.
 */

.mainlogo {
    float: right;
    position: relative;
    border: 1px solid #abbebe;
    /*margin-left: 10px;*/
}
.navintro {
    font-weight: bold;
}
a, a:link, a:visited, a:hover, a:active {
    color: #5f7170;
    text-decoration: none;
}
a:hover {
    color: #475857;
    text-decoration: underline;
}
ul {
    margin-left: 1em;
    list-style-type: disc;
}
ol {
    margin-left: 2em;
    list-style-type: decimal;
}
#rightcolumn p, #rightcolumn ul, #rightcolumn ol, #rightcolumn h2 {
    margin-top: 1em;
    margin-bottom: 1em;
}
ul ul {
    padding-left: 1em;
    font-size: 85%;
    list-style-type: circle;
}
.navexpand {
    font-size: 50%;
}
.linkicon {
    border: 0;
    vertical-align: bottom;
}
acronym {
    cursor: help;
}
.gallery-small {
    float: left;
    border: 1px solid #abbebe;
    margin-right: 1em;
}
.gallery-thumb {
    /*float: left;*/
    border: 1px solid #abbebe;
    margin: 0.5em;
}
dt {
    font-weight: bold;
}

/**
 * classes to add images before some links
 */
.lnk-ext {
    background: url(../gfx/page_white_go.png) no-repeat 0 50%;
    padding-left: 17px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.lnk-sec {
    background: url(../gfx/lock.png) no-repeat 0 50%;
    padding-left: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.lnk-pdf {
    background: url(../gfx/page_white_acrobat.png) no-repeat 0 50%;
    padding-left: 17px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1.4em;
}
.lnk-doc {
    background: url(../gfx/page_white_word.png) no-repeat 0 50%;
    padding-left: 17px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1.4em;
}
/*a[href$='.pdf']:after{
    content: url(../gfx/page_white_acrobat.png);
}*/
.lnk-txt {
    background: url(../gfx/page_white_text.png) no-repeat 0 50%;
    padding-left: 17px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1.4em;
}
.lnk-blk {
    background: url(../gfx/page_white.png) no-repeat 0 50%;
    padding-left: 17px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1.4em;
}

#tickerdiv {
    text-align: center;
    /*font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;*/
    font-size: 1.2em;
    color: #fff;
}
#tickerdiv a {
    /*font-weight: bold;*/
}
table {
    margin-right: auto;
    margin-left: auto;
}
table tr th, table tr td{
    text-align: center;
}
.sessions, .lunchtime {
    width: 75%;
}
.places {
    width: 100%;
}
 * developer styles
 *
 * suggested by richard bradshaw:
 * a[href$='.jpg']:after{ content: url(../gfx/jpg.png); }
 *
 */
#developer {
    position: fixed;
    width: 175px;
    z-index: 20;
    right: 10px;
    top: 150px;

    background-color: #0f3;
    border: 3px outset #777;

    margin: 0px 10px;
    padding: 0.5em;    
}
#developer h1 {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #f00;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
#developer p {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    color: #000;
    font-size: 0.9em;
    font-weight: bold;
    text-align: justify;
}
