/*
 * http://www.christhomas123.co.uk
 */

body {
    background: url("/img/texture1.jpg") no-repeat 0px 0px;
    background-color: #FFFFFF;
}

#hd {     
    background: url("/img/scenery1.jpg") no-repeat 0px 0px;
    font-family: "Courier New", Courier, "Andale Mono", mono, monospace;
    font-size: 300%;
    font-weight: bold;
    color: #FFFFFF;
    height: 120px;
    width: 640px;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

#ident {    
    font-size: 182%;
    font-weight: bold;
    margin: 2em 0em 2em 0em;
}

#pageinfo {
    text-align: justify;
    border-top: solid #CCCCCC 1px;
    margin: 2em 0em 2em 0em;
    font-size: 85%;
}

#pageinfo, #menu, #ident {
    font-family: "Trebuchet MS", Tahoma, Verdana;
}

#yui-main {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 131%;
    font-family: Georgia, Times New Roman, Times, serif;
}

#menu {
    margin-top: 4em;
    margin-bottom: 4em;
    font-size: 108%;
    line-height: 167%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Tahoma, Verdana;
    font-weight: bold;
    text-align: left;
}


body, a:visited {
    color: #336699;
}


#ft, #menu dt, a, a:hover, a:active, h1, h2, h3, h4, h5, h6 {
   color:  #339966;
}


p {
    line-height: 150%;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

table, td, th {
    vertical-align: top;
    text-align: center;
}


h1  {
    font-size: 250%;
    line-height: 120%;
}

h2  {
    font-size: 180%;
}

h3  {
    font-size: 150%;
}

a, #menu a:visited {
    text-decoration: none;
    border-bottom: 1px dashed #ccc;
}

a:visited {
    border-bottom: 1px solid #ccc;
}

a:hover {
    border-bottom: 1px solid #396;
}

a img {
    border: none;
}

a:hover img {
    border: 1px solid #396;
}

img {
    background: transparent ! important;
}

hr {
    height: 1px;
    border: 0;
    color: #ccc;
    background-color: #ccc;
    width: 100%;
}

tt, pre, code {
    font-family: "Courier New", Courier, "Andale Mono", mono, monospace;
}

strong, b {
    font-weight: bold;
}

em, i  {
    font-style: italic;
}

.hide {
    display: none;
}

.strike {
    text-decoration: line-through;
}

.centered {
    text-align: center;
}

blockquote {
    font-style: italic;
    margin: 1em 2em 1.5em 2em;
}


#menu ul, #menu ol {
    margin: 0 0 0 0;
    padding: 0;
}

#menu dt {
    margin: 0 0 0 -0.5em;
    text-align: left;
}

#menu dd {
    margin: 0 0 1em 1em;
    text-align: left;
}

#menu li {
    margin: 0 0 0.5em 0;
    padding: 0;
    line-height: 120%;
}

#menu dt {
    font-weight: bold;
}

dt  {
    margin: 0 5em 0 0;
}

dd  {
    text-align: justify;
    margin: 0 2em 0.5em 2em;
}

ul, ol {
    margin: 0 1em 1em 2em;
    padding: 0;
}

li {
    margin-bottom: 1em;
    line-height: 150%;
}

ul li {
    list-style-type: square;
}

ul ul li {
    list-style-type: disc;
}

ul ul ul li {
    list-style-type: circle;
}

ol li {
    list-style-type: decimal;
}

ol ol li {
    list-style-type: lower-alpha;
}

ol ol ol li {
    list-style-type: lower-roman;
}

#twitter_div {
      padding: 1em;
      font-size: 85%;
      border: solid 1px #CCCCCC;
      background-color: #F6F6F6;
}


