body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #FCFCFC;
	color: #333333;
}

a{
	font-weight: 550;
	color: #333333;
}

a:hover{
	text-decoration: none;
         color: #FF0000;
}

h3{
        border: 0;
        padding: 20px 10px 15px 10px;
        font-family: Verdana;  
        color: #0316C3;
	font-size: 18px;
    }

h3 a{
        color: #0316C3;        
    }


address, dl, p{
	padding: 10px 0 0;
}

table,td,th
{
border:0px;
}
table
{
width:100%;
}
td,th
{
height:100%;
text-align:center;
padding:0px 5px 2px 0;
}

/* Header */

#header{
   	margin: 0px auto 0px auto;
	width: 980px;
   	height: 125px;
	vertical-align: top;
	text-align: center;
	background: #FFFFFF; 
background-image: url('images/header.png');
background-repeat:no-repeat;
background-position:bottom;
}

#header h1{
	padding: 34px;
	font-size: 28px;
	font-weight: normal;
}

#header h1 a{
	font-weight: bold;
	text-decoration: none;
	color: #D6E4E0;
}

/* Top Menu*/

.topmenu{
	margin: 0px auto 0px auto;
	background: #FCFCFC;
        font-size: 17px;
	width: 980px;
	vertical-align: top;
	text-align: left;
        border-top: 1px solid #663300;
        border-bottom: 1px solid #663300;
}

.topmenu ul{
	margin: 0;
	padding: 10px;
	list-style-type: none;
         
}

.topmenu ul li{
	display: inline;
	margin: 0 15px 0 0;
	color: #96A19B;
}

.topmenu ul li a{
	color:  #663300;
	text-decoration: none;
}
.topmenu ul li a:hover{
	color: #EB1D02;
}

#container{
	margin: 0px auto;
	width: 980px;
	text-align: left;
	background: #F6E1E0;
	color: #333333;
}

#page{
	padding: 5px 0px 0px 0px;
}


/* Sidebar */

.sidebar, .rightcolumn{
	float: left;
	width: 300px;
	margin: 0;
	line-height: 20px;
}

.rightcolumn{
	margin: 0;
}

.sidebar ul{
	margin: 0;
	padding: 0;
   	list-style-type: none;
}

.sidebar ul a{
	text-decoration: none;
}

.sidebar ul li{	
	margin: 0 0 5px 0;
}

.sidebar ul li h2{
        font-family: Arial,Helvetica,sans-serif;
	padding: 2px 5px;
	font-size: 16px;
 	color: #663300;
        border-bottom:2px solid #663300;
}

.sidebar ul ul{
	padding: 5px 0 5px;
}


.sidebar ul ul li{
	border: 0;
	margin: 0;
	padding: 0 0 10px 0;
        font-size: 14px;
	line-height: 20px;
}

.sidebar ul ul ul{
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
}

#maincolumn{
	float: left;
	width: 670px;
	margin: 0 5px 0 0;
	line-height: 18px;
}

/* Post and Pages */

.post{
	margin: 0;
	padding: 0;
        background: #FCFCFC;
}

.imgLeft {
margin: 2px 5px 2px 0; 
}
.imgRight {
margin: 2px 0 2px 5px; /*top,right,bottom,left*/
}

.post h2{
	font-size: 16px;
        font-family: Arial,Helvetica,sans-serif;
	padding: 2px 10px;
	background: #F6E1E0;
	color: #663300;
}

.post h2 a{
	text-decoration: none;
	color: #663300;
}


.entry{      
	padding: 10px 20px 10px 20px;
        font-family: Verdana;
        font-size: 16px;
        text-align: left;
 
}
.entry a:hover{
	text-decoration: none;
         color: #FF0000;
}

.entry h1{
        border: 0;
        padding: 20px 10px 15px 10px;
        font-family: Verdana;
        font-weight: 8000;         
         color: #0316C3;
	font-size: 26px;
	}

.entry h1 a{
	color: #0316C3;
        }

.entry h4{
        padding: 20px 10px 5px 10px;
        font-family: Verdana;
        font-weight: 8000;
        color: #0316C3;
	font-size: 14px;
        line-height: 40px;
    }

.entry h4 a{
        color: #0316C3;        
    }

.postmetadata{
padding: 5px 0 5px 10px;
background: #EEEFEF;
font-size: 14px;
line-height: 20px;
}

.postmetadata a{
	color: #0B96D0;
	text-decoration: none;
        font-weight:bold;
}

.postmetadata a:hover{
	text-decoration: none;
         color: #FF0000;
}
.browse{
        margin: 0 0 5px 0;
	padding: 5px 0 10px 0;
        background: #FCFCFC;
        font-family: Verdana;
        text-align: center;
        font-size: 16px;
        font-weight:bold;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

a img{
border: none;
text-decoration: none;
}

/* Footer */

#footer{
	clear: both;
	width: 980px;
	padding: 10px 0 10px 0px;
	line-height: 16px;  	
  	color: #000000;
  	text-align: left;
        border-top:1px solid #663300;
        border-bottom:3px solid #663300;
}

#footer a{
	text-decoration: none;
	color: #000000;
 }

#footer ul{
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
}

#footer ul li{
	display: inline;
	margin: 0 0 10px 0;
}
