/* PAGE LAYOUT */

body{
margin: 0 0 10px 0;
padding:0;
text-align:center;
background: #520107;
background-image:  url(interface/background.jpg);
background-attachment: fixed;
/*font-size: 10px; */
font-size: 62.8%; 
letter-spacing: 0.1em;
}

h1 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 2.1em; /* 2.2 x 1.2 = 2.64 */
font-weight: bold;
text-align:left;
color: #6D010A;
border-bottom: 3px solid #1E6806;
line-height: normal;
}

h2 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 1.6em; /* 2.2 x 1.2 = 2.04 */
font-weight: bold;
text-align:left;
color: #6D010A;
border-bottom: 2px solid #1E6806;
line-height: normal;
}

h3 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 1.3em; /* 1.4 x 1.2 = 1.68 */
font-weight: bold;
text-align:left;
color: #6D010A;
line-height: normal;
}

h4 {
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 1.3em; /* 1.4 x 1.2 = 1.68 */
font-weight: bold;
text-align:left;
color: #6D010A;
line-height: normal;
}

p {
color: black;
}

a {
color: #002295;
text-decoration: underline;
outline: none;
}

a:hover {
color: #990000;
text-decoration: underline;
}


li {
margin-bottom: 15px;
}

#pagewidth{
width:949px;
background-color: #ffffff;
border: 2px #6D010A solid;
text-align:left;
margin-bottom: 10px;
margin-left:auto;
margin-right:auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
}

#header{
position: relative;
height: 92px;
width: 100%;
text-align: center;
}

#topmenu {
margin: 0 0 0 0;
width:100%;
background-color: #6D010A;
font-family: "Trebuchet MS", Tahoma, Lucida Grande, sans-serif;
font-size: 1.5em;
line-height:normal;
text-align: center;
}

#leftcol{
width:200px;
float:left;
position:relative;
background-color:#F7D4D7;
margin-left: 0px;
border-right: 1px solid #6D010A;
border-bottom: 1px solid #6D010A;
}


#maincol{
background-color: #ffffff;
float: left;
display:inline;
position: relative;
width:690px;
height: 100%;
padding: 0 20px 20px 20px;
font-size: 1.2em;
line-height: 1.5em;
margin-right: 4px;
}

#singlecol{
background-color: #ffffff;
float: left;
display:inline;
position: relative;
width:690px;
height: 100%;
padding: 0 100px 20px 100px;
font-size: 1.2em;
line-height: 1.5em;
margin-right: 4px;
}


#footer {
padding: 10px 0 10px 0;
background-color:#fff;
font-size: 0.9em; /* 1.2 x 0.75 = 0.9 */
letter-spacing: 0em;
line-height: 1.2em;
clear: both;
text-align: center;
border-top: 1px solid #6D010A;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/* TOP NAVIGATION */

#topmenu ul {
margin:0;
padding:15px 10px 15px 10px;
list-style:none;
}

#topmenu li {
display:inline;
margin:0;
padding:5px 10px 4px 10px;
color: #ffffff;
text-decoration:none;
font-weight: bold;
}

#topmenu a {
color: #D2E8D8;
text-decoration:none;
font-weight: normal;
}

#topmenu a:hover {
color: #173920;
background-color: #D2E8D8;
text-decoration:none;
font-weight: normal;
}



/* MENU */

#menu{
font-size: 1.2em;
}

#menu a:link, #leftcol a:visited {
color: #1E6806;
text-decoration: none;
}

#menu p {
/*border-bottom: 1px solid #6D010A;*/
padding: 20px 5px 5px 10px;
margin: 0 0 0 0;
}

#menu a:hover {
color: #990000;
background-color: #D2E8D8;
text-decoration:none;
}



/* TEXT STYLES */
.smalltext
{
	font-size: 0.9em;  /* 1.1 x 1.2 = 1.32 */
	letter-spacing: 0.05em;
}

.toplinks
{
	font-size: 0.9em;  /* 1.1 x 1.2 = 1.32 */
	letter-spacing: 0.05em;
	font-style: italic;
        margin: 0 20px 0 20px;
}


/* TABLES */

.tabletitle
{
	font-size: 0.9em; /* 1.2 x 1.2 = 1.44 */
    font-weight: bold;
	color: #ffffff;
    text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #6D010A;
	background-color: #6D010A;
	padding: 2px 2px 2px 2px;
}

.tablebody
{
	font-size: 0.9em;  /* 1.1 x 1.2 = 1.32 */
	font-style: none;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #6D010A;
	background-color:#FFFFFF;
	padding: 2px 2px 2px 2px;
}

.tablehi
{
	font-size: 0.9em;  /* 1.1 x 1.2 = 1.32 */
	font-style: none;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #6D010A;
	background-color:#CCD8FF;
	padding: 2px 2px 2px 2px;
}


/* PHOTOS */

.icon {
	float: left;
	margin: 0 10px 20px 20px;
}

.homelogo {
	float: center;
}

.rightphoto {
	float: right;
	padding: 5px;
	border: 1px #520107 dashed;
	margin: 10px 5px 10px 10px;
}

.leftphoto {
	float: left;
	padding: 5px;
	border: 1px #520107 dashed;
	margin: 10px 10px 10px 5px;
}

.centrephoto {
	padding: 5px;
	border: 1px #520107 dashed;
}

.rssiconright {
	float: right;
	margin: 0 0 20px 20px;
}

.rssiconleft {
	float: left;
	margin: 5px 5px 5px 5px;
}

.rss-items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss-item  {
  font-weight: bold;
}

.rss-date {
	font-weight: normal;
	} 