/*
	Inspired by http://www.xs4all.nl/~peterned/examples/csslayout1.html
*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 13px;	
}

div#container {
    position: relative; 
    margin: 0 auto;
    width: 948px;
    
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

div#content {
	padding-bottom: 45px;
}

div.pageposts {
    position: relative;
    float: left;
    width: 378px;
}

div.pageimage {
    float: right; 
    width: 378px; 
    padding: 0px; 
    padding-top: 2px; 
    border: 0px; 
    margin: 0px;
    color: gray;
    font-size: 66%;
    text-align: right;
}

div#headerimgs {
    height: 90px;
}

div#headerimgs a img {
	border: 0;
}

a#header-left {
	position: absolute; 
	top: 0px; 
	left: -12px;
}

a#header-right {
	position: absolute; 
	top: 12px; 
	right: 0px;
}

ul#headermenu {
    position: relative;
    left: -1px;
    display: block;
    width: 950px;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#headermenu li {
    float: left;
    width: 188px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 0px;
}

ul#headermenu a {
    display: block;
    text-align: center;
    text-transform: uppercase;     
    text-decoration: none;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 16px;
    letter-spacing: -0.05em;
    height: 25px;
    line-height: 25px;    
}

div#footer {    
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
    color: #969696;
}

li.current_page_item a {
	background-color: black;
	color: white;
}

#headermenu li a {
	background-color: black;
	color: white;
}

#pagemenu {
    padding-left: 6px;
    padding-right: 6px;
    line-height: 25px;
    text-transform: uppercase;     
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 16px;
    letter-spacing: -0.05em;
}

div#left {
    float: left;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 188px;
}

ul#pagemenu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#pagemenu li {
    padding-top: 2px;
    padding-bottom: 2px;
}

ul#pagemenu a {
    display: block;
    text-align: left;
    text-decoration: none;
    padding-left: 6px;
}

.redpage #pagemenu li.page_item a {
    background-color: #5a2014;
    color: white;
}

.redpage #pagemenu li.current_page_item a, 
.redpage #pagemenu li.page_item a:hover,
.redpage #headermenu li.current_page_item a, 
.redpage #headermenu li.page_item a:hover, 
.redpage #headermenu li.current_page_ancestor a {
    background-color: #fe0000;
    color: white;
}

.redpage .narrow div.wp-caption.alignleft {
    background-color: #ffdddd;
}

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input.input-validation-error {
	background-color: #FFDDDD;
}

div.pagemap {
	position: absolute; 
	left: 380px; 
	top: 120px; 
	bottom: 45px; 
	right: 0px;
}

div.pdf, div.word {
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: white;
}
		
div.pdf {
    background-image: url("pdf.png");
}
		    
div.word {
    background-image: url("word.png");
}
