/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

ul { list-style:none; }

li {
    max-width: 48em;
}

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

table { border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

/* END RESET CSS */

body {
    font-family: Arial, sans-serif;
    font-size: .9em;
    font-weight: bold;
    background-color: #fff;
    background-image: url(../img/bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-attachment: fixed;
    color: #555;
    overflow: -moz-scrollbars-vertical !important;
    padding-top: 10px;
}

a:link, a:active, a:hover, a:visited {
    color: #235366;
}

dl {
    margin: 1em;
}

dt {
    font-weight: bold;
}

dd {
    margin: .5em 1em 1em 1em;
}

p {
    margin: 1em .5em;
    line-height: 1.25;
}

h1, h2, h3 {
    font-family: Verdana, Arial, sans-serif;
    margin: 1em 0 .5em 0;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

h2 a {
    color: inherit !important;
}

h3 {
    font-size: 1.1em;
}

hr {
    width: 50%;
    border: 0;
    border-bottom: 1px dashed #eee;
}

.column1 img.left {
    margin-right: 1em;
    margin-bottom: 1em;
}

.column1 img.right {
    margin-bottom: 1em;
    margin-left: 1em;
}

table {
    border-collapse: collapse;
    margin: 1em;
    border: 1px solid #eee;
}

caption {
    font-size: .75em;
    font-variant: small-caps;
}

td {
    text-align: left;
    vertical-align: top;
    padding: .25em .75em .25em .25em;
    border-bottom: 1px dashed #c07040;
}

th {
    text-align: left;
    padding: .25em .75em .25em .25em;
    border-bottom: 1px solid #eee;
}

:link, :visited {
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.inset {
    margin: .5em 1em;
}

.leader {
    font-size: .5em;
    color: #777;
    padding-bottom: .5em;
}

#wrapper {
    position: relative;
    width: 1000px;
    margin: 10px auto;
}

#languagechooser {
    text-align: center;
    font-weight: 100;
}

#languagechooser a {
    background-repeat: no-repeat;
    background-position: center left;
    font-size: .75em;
    text-transform: uppercase;
    padding: .25em .5em 0 18px;
    color: #000;
}

#contact {
    position: relative;
    float: right;
    padding-top: 4px;
    text-align: right;
    font-size: .9em;
    z-index: 4;
}

#contact a {
    background-image: url(../img/sprite1.png) !important;
    background-image: url(../img/contact.gif);
    background-position: -10px -695px !important;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 8px 0 16px 36px;
}

#search {
    float: right;
    margin: 0 30px 0 0;
}

#search form {
    padding: 0;
}

#top {
    float: none;
    clear: both;
    position: relative;
    color: #685;
    z-index: 2;
}

div#logo {
    float: left;
    position: relative;
}

div#logo a {
    display: block;
    position: relative;
    color: #685;
    text-decoration: none;
    padding: 20px 20px 10px 84px;
    background-image: url(../img/sprite1.png) !important;
    background-image: url(../img/logo.gif);
    background-position: -10px -744px !important;
    background-position: 0px 10px;
    background-repeat: no-repeat;
}

#top h1 {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -1px;
}

#top h2 {
    color: #743;
    font-size: .8em;
    word-spacing: .5em;
    margin: 0;
}

#top h2 .bullet {
    color: #bce;
}

#headline {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 640px;
    color: #000;
    background: #aaa;
    text-align: right;
    margin: 0;
    padding: 4px 10px 4px 10px;
}

#nav {
    padding: 0 0 4px 0;
}

#nav1 {
    position: relative;
    float: right;
    clear: right;
    margin-top: 20px;
    background-color: #387D97;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#nav1 a {
    color: #fff;
    display: block;
    padding: 12px 20px 8px 0px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 12px;
}

#nav1 li div.submenu {
    left: -999em;
    position: absolute;
    background-image: url(../img/navbgleft.png) !important;
    background-image: url(../img/navbgleft.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#nav1 li ul {
    padding: 0;
    margin: 0 0 0 20px;
    background-image: url(../img/navbgright.png) !important;
    background-image: url(../img/navbgright.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#nav1 li ul li.first {
    background-image: url(../img/navlibgright.png) !important;
    background-image: url(../img/navlibgright.gif);
    background-position: top right;
    padding: 20px 0 0 0;
    margin-right: 1px;
}

#nav1 li.selected ul a,
#nav1 li ul a {
    color: #235366;
    font-size: .9em;
    padding: 0 20px 12px 0;
    margin-left: 0;
}

#nav1 li.selected ul a:hover,
#nav1 li ul a:hover {
    text-decoration: underline;
}

#nav1 li {
    float: left;
    position: relative;
    white-space: nowrap;
}

#nav1 ul li {
    float: none;
    margin: 0;
    padding: 0;
    top: -8px;
}

#nav1>li.parent:hover {
    background-color: transparent;
    background-image: url(../img/navbgleft.png) !important;
    background-position: top left;
    background-repeat: no-repeat;
}

#nav1>li.parent:hover>a {
    background-color: transparent;
    background-image: url(../img/navbgright.png) !important;
    background-position: top right;
    background-repeat: no-repeat;
    color: #235366;
}

#nav1 div.submenu a {
    background-color: transparent;
}

#nav1 div.submenu:hover,
#nav1 div.submenu.over,
#nav1 li:hover div.submenu,
#nav1 li.over div.submenu {
    left: 0px;
    z-index: 9999;
}

#nav1 li:hover .icon,
#nav1 li a:hover .icon,
#nav1 li.ancestor .icon,
#nav1 li.selected .icon,
body.blog #nav1 li.blog .icon,
body.events #nav1 li.events .icon {
    position: absolute;
    height: 42px;
    width: 100%;
    margin: -10px auto 0 auto;
    background-image: url(../img/sprite1.png);
    background-repeat: no-repeat;
    background-position: 0px -10px !important;
    background-position: 35% 50%;
}

#nav1 li.parent:hover .icon,
#nav1 li.parent.over .icon {
    display: none;
}

#nav2 {
    position: relative;
    float: left;
    width: 200px;
    text-align: right;
}

#nav2 h2 {
    position: relative;
    text-align: left;
    margin: 0;
    padding: 1em 0 0 .5em;
    text-transform: uppercase;
    color: #fff;
}

#nav2 ul {
    margin: 1em;
}

#content #nav2 li {
    list-style: none;
}

#content #nav2 li a {
    color: #678;
}

#content #nav2 li.selected a {
    color: #235366;
}

#content {
    position: relative;
    background-image: url(../img/contentbg.png);
    background-repeat: repeat-y;
    clear: both;
    border-top: 6px solid #fff;
    z-index: 1;
    color: #333;
}

#content ul {
    list-style: square outside;
}

#content ul li {
    padding: .25em 0;
}

#main {
    position: relative;
    margin-left: 200px;
    min-height: 200px;
}

body.onecolumn #content {
    background-image: url(../img/content1colbg.png);
}

body.onecolumn #main .column1 {
    width: auto;
}

#main a {
    color: #444;
}

body.home #main {
    margin-left: 0;
    padding-top: 0;
}

.column1 {
    position: relative;
    float: left;
    width: 538px;
    margin-left: 6px;
    color: #fff;
}

.column1 p:first-child {
    margin-top: 20px;
}

body.home #content {
    background-color: #d59a66;
    background-image: url(../img/circles.jpg);
    background-repeat: repeat-y;
}

body.home #main .column1 {
    background-image: none;
    width: 490px;
    overflow: hidden;
    margin-left: 0;
    font-weight: bold;
}

body.home .column1 div {
    color: #fff;
    margin-left: 56px;
}

body.home #main .column1 ul {
    font-size: .9em;
}

body.home #main .column2 {
    border-left: 6px solid #fff;
    overflow: hidden;
    position: relative;
}

body.home #main .column2 img {
    width: 110%;
    margin: 0;
}

.column1 h1, .column1 h2, .column1 h3, .column1 h4 {
    margin-left: .5em;
}

.column1 p {
    margin: 1em;
}

body.home .column1 h2 {
    background-color: #E6B78E;
    padding: 4px 0 4px 48px;
    background-image: url(../img/sprite1.png) !important;
    background-image: url(../img/mainh2arrow.gif);
    background-repeat: no-repeat;
    background-position: 6px -1465px !important;
    background-position: 16px 50%;
}

body.home .column1 h2 strong, .column1 h2 a strong {
    color: #B17B4A;
}

body.home .column1 h2 a, .column1 h2 a:hover strong {
    color: #fff !important;
    text-decoration: none;
}

.column1 ul {
    margin: .75em 4em;
}

body.home #content .column1 ul li {
    padding: 0;
}

.column2 {
    position: relative;
    float: right;
    width: 250px;
    background: #fff;
}

body.default .column2 img + img {
    border-top: 6px solid #fff;
}


body.home .column2 {
    width: 494px;
}

#extra {
    position: relative;
    float: none;
    clear: both;
    background-color: transparent;
    background-image: url(../img/extrabg.png);
    background-repeat: repeat-x;
    padding-top: 32px;
}

#extra .wrapper {
    position: relative;
    background-image: url(../img/extrawrapperbg.png);
    background-repeat: repeat-y;
    float: none;
    clear: both;
    min-height: 25px;
}

body.home #extra .wrapper {
    background-image: url(../img/extrawrapperbghome.png);
}

#extra .column1 {
    width: 260px;
    padding-left: 200px;
    margin-left: 0;
    background-color: transparent;
}

body.home #extra .column1 {
    width: 369px;
}

body.home #extra .column1 {
    padding-left: 50px;
}

#extra .column1 div {
    margin: 0 0 0 168px;
    color: #547391;
}

#extra .column1 h2 {
    position: relative;
    background-color: transparent;
    color: #547391;
    padding: 4px 0 4px 36px;
    background-image: url(../img/sprite1.png) !important;
    background-image: url(../img/extrah2arrow.gif);
    background-repeat: no-repeat;
    background-position: 2px -1507px !important;
    background-position: 12px 50%;
    margin-bottom: 0;
}

#extra .column1 p.subright {
    text-align: right;
    font-size: 1.75em;
    font-weight: 100;
    color: #8BA8C3;
    margin: -.25em .25em 1em 0;
}

#extra .column1 img {
    border-right: 6px solid #fff;
    border-left: 6px solid #fff;
    float: right;
    width: 248px;
}

body.home #extra .column1 img {
    float: left;
    width: 160px;
}

#extra .column2 {
    width: 540px;
    background-color: #cbd3c1;
}

#extra .column2 div {
    margin: 10px;
}

body.home #extra .column2 {
    width: 494px;
}

#extra .column2 img {
    border-right: 6px solid #fff;
    width: 240px;
}

body.home #extra .column2 div {
    padding: 4px 20px;
    margin: 0 0 0 250px;
}

#extra .column2 div a {
    color: #555;
    padding: 0 0 4px 32px;
    background-image: url(../img/sprite1.png) !important;
    background-image: url(../img/extra2aarrow.gif);
    background-repeat: no-repeat;
    background-position: -10px -1552px !important;
    background-position: top left;
}

#footer {
    float: none;
    clear: both;
    border-top: 6px solid #fff;
    background: #D59A66;
    color: #915B2A;
    padding: 8px;
    font-size: .75em;
    text-align: right;
}

#content .hpst {
	position: absolute;
	left: -5000em;
}

form {
    padding: .25em .75em;
}

div.field {
    margin-bottom: 1em;
}

#content form ul {
    margin: .5em 0;
    padding: 0;
    list-style: none;
}

#content form ul li {
    margin: 0;
    padding: 0 0 0 .5em;
}

#content form ul li label {
    margin: .25em 0 0 0;
}

label {
	display: block;
	margin: .5em .5em 0 0;
}

.error, .errorlist {
    font-style: italic;
    color: #900;
}

.errorlist }
    font-size: .9em;
}

div.controls {
    margin-left: 2em;
}

h3 + div {
    margin: .5em 1em;
}

div.vcard {
    margin: .5em 1em;
}

td div.vcard {
    margin: 0;
}

.entries h2 a:hover {
    text-decoration: none;
}

.timestamp {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #999;
    font-size: .9em;
    margin: .25em 0 1.5em 0;
}

.entries .entry {
    margin-bottom: 2em;
}

.entry .more {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: .9em;
    display: block;
    text-align: right;
    margin-top: 1em;
}

.blognav {
    margin-top: 5em;
    font-size: .9em;
}

.pages {
    font-size: .9em;
    text-transform: uppercase;
}

.pages a {
    border: 1px solid #ddd;
    padding: 2px 4px;
    background-color: #eee;
    color: #999;
    text-decoration: none;
}

.pages a.current, .pages a:hover {
    border: 1px solid #ccc;
    color: #000;
    background-color: #fff;
}
