body {
    background-color: #406528;
    font-family: "Trebuchet MS", tahoma, verdana, "Times New Roman",
    sans-serif, serif;
    font-size: 10pt;
    text-align: center; /* IE centering hack */
}

#site {
    width: 700px;
    margin: 10px auto;
    background-color: #EEF2C3;
    color: #25120C;
    padding: 5px 15px 15px 15px;
    border-width: 3px;
    border-style: solid;
    text-align: left; /* IE centering hack side-effect */
}

h1 {
    font-size: 22pt;
    margin: 23px auto;
}

#title {
    padding-right: 1em;
}

#tagline {
    color: #5a381a;
    font-style: italic;
    font-weight: normal;
    padding-left: 1em;
    border-left: 5px solid #406528;
}

#menu img {
    display: none;
}

#menu ul {
    margin: 0 0 35px 0;
    padding: 0 0 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d2c69d;
}

#menu ul li {
    list-style-type: none;
    display: inline;
    margin: 0 8px;
    font-size: 13.5pt;
    text-transform: lowercase;
    padding: 2px;
}

#menu ul li a {
    color: #406528;
    text-decoration: none;
}

#menu ul li.act {
    background-color: #d2c69d;
}

#menu ul li a:link { }
#menu ul li a:visited { }
#menu ul li a:hover { color: #5a381a; }
#menu ul li a:active { }

a {
    color: #406528;
}
a:hover {
    color: #5a381a;
}

h2 {
    font-size: 18pt;
}

h3 {
    font-size: 14pt;
    /*margin-top: 15px;
    margin-bottom: 0;*/
    /*clear: left;*/
    margin-bottom: 5px;
    padding: 0;
}

br.clr {
    clear: both;
}

#nofile h2, #illegalfile h2 {
    display: block;
}

.date {
    margin: 0;
    font-size: 8pt;
    float: right;
    /*position: relative;
    top: 7px;*/
    word-spacing: 0.5em;
}

.maincolumn {
    margin-right: 220px;
}

.maincolumn ul {
	margin: 5px;
	padding: 0 5px;
}

.maincolumn ul li {
	margin-left: 15px;
}

div.newsandcomments .comments ul {
	padding: 0;
	margin: 1em 0;
}

div.newsandcomments .comments ul li {
	list-style-type: none;
	margin: 0.5em 0;
}

div.news {
    margin-bottom: 30px;
}

div.news div.body {
    line-height: 160%;
    text-align: justify;
    border-top: 1px solid #d2c69d;
    /*clear: both;*/
}

div.news div.body p {
	margin-bottom: 15px;
}

div.news div.body img {
    float: left;
    margin: 5px 10px 5px 0;
    border-width: 2px;
    border-style: solid;
    border-color: #d2c69d;
    /*display: none;*/
}

div.news h3 {
    /*float: left;*/
    margin: 0;
}

.extras {
    float: right;
    clear: right;
    width: 200px;
}

#lastcuriosity, #lastnews, #shoutbox {
    margin: 0 0 10px 0;
    padding: 10px;
    background-color: #d2c69d;
    font-size: 9pt;
}


#lastcuriosity h3, #lastnews h3, #shoutbox h3{
    margin-top: 0;
    margin-bottom: 10px; 
}

#lastcuriosity .body {
    margin-top: 5px;
    margin-bottom: 5px;
}

#shoutbox {
	margin: 0;
}

#shoutbox #text, #shoutbox #name {
    background-color: #EEF2C3;
    font-family: inherit;
    font-size: 9pt;
    border: none;
    margin: 2px 0;
}

#shoutbox #text {
    width: 100%;
    height: 4em;
}

#shoutbox #name{
    width: 100%;
}

#shoutbox #submit {
    margin-right: 10px;
}

#shoutbox ul {
    margin: 0 0 10px 0;
    padding: 3px;
    background-color: #EEF2C3;
    overflow: hidden;
}

#shoutbox ul li {
    list-style-type: none;
    margin: 8px 0;
    padding: 0;
}

#shoutbox ul li .name, #shouthistory ul li .name {
    font-weight: bold; 
    color: #406528;
}

#shoutbox ul li .msg, #shouthistory ul li .msg {
    font-style: italic;
}

#shoutbox #shoutinput {
    margin: 0;
    padding: 0;
}

#shoutbox #info {
    font-size: 8pt;
}


#lastnews ul {
    padding-left: 15px;
    margin: 0;
}

#lastnews ul li {
    list-style-type: square;
    font-style: italic;
    margin: 0;
    padding: 0;
}

#lastnews ul li a {
    text-decoration: none;
    color: #25120C;
}

#lastnews ul li a:hover {
    text-decoration: underline;
}

#stretcher { /* Firefox container div collapse due to floating contents */
    clear: both;
}

#home h2 {
    display: none;
}

#curiosities div.curiosities {
    border-left: 10px solid #d2c69d;
    padding: 3px;
    margin: 10px;
}

#curiosities div.curiosities div.body {
    margin: 0;
    padding: 0;
}

#shouthistory h2 {
    display: block;
}

#shouthistory ul {
    margin: 10px 0;
    padding: 0;
}

#shouthistory ul li {
    list-style-type: none;
    margin: 5px 0;
}

#gallery {
    /*display: none;*/
}

#gallery .album {
   padding: 5px; 
}

#gallery .album:hover {
    background-color: #d2c69d;
}

#gallery .album h3 {
    font-size: 12pt;
    margin: 0;
    padding: 0;
}

#gallery .album p {
    margin: 2px 0;
}

#gallery .album p .field {
}

#links h2 {
    margin-bottom: 0;
}

#links h3 {
    margin-top: 15px;
    margin-bottom: 3px;
}

#links ul {
    margin: 0;
}

#links ul li {
    margin: 3px 0;
}

#links ul li ul {
    padding-left: 15px;
}

#projects .project {
    line-height: 160%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#projects .project h3 {
    border-bottom: 1px solid #d2c69d;
    font-size: 14pt;
    display: block;
    margin: 0;
}
#projects .project .date {
    float: right;
}
p { 
    text-align: justify;
    margin: 0;
}
#projects .project .description {
    clear: both;
    margin-bottom: 5px;
}

#projects .project .files ul {
    margin: 0;
    display: inline;
    padding: 0px;
}

#projects .project .files ul li {
    list-style-type: none;
    display: inline;
    padding: 5px;
}

fieldset {
	border: 0;
}

label {
	display: block;
}

