
body
{
    /*   color: #180f74;*/
    margin: 0px;
    padding: 0px;
    background: #ffffff font: 12px Arial, Helvetica, sans-serif;
    font-family: Arial;
    font-size: 13px;
    background-color: #000000;
    background-image: url(images/background5.png);
    background-repeat: repeat;
    
}

h1, h2, h3 {
	margin-top: 0px;
}

h1
{
    font-size: 1.6em;
    font-weight: bold;
	margin: 0px;
    padding: 10px 0px 7px 1px;
    border-bottom: 1px solid #180f74;
    font-family: Arial;
    color: #180f74;
}

.logo
{
	border-bottom:none;
}

h2 {
	font-size: 1.3em;
	font-family: font-family: Arial,sans-serif;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #180f74;
}

a:hover {
	text-decoration: none;
	color: #e55700;
}

a img {
	border: none;
}

/* Container */
#container
{
    width: 900px;
    height: 100%;
    margin: 0px auto;
    border-left: solid 1px #180f74;
    border-right: solid 1px #180f74;
   background-color: #ffffff;
}

/* Header */

#header { 
	width: 900px;
	height: 100px;
	margin: 0px auto;
    background-image: url(images/header.png);

}


#header a
{
    text-decoration: none;
    color: #180f74;
    font-family: Georgia;
    font-size: 36px;
    font-weight: bolder;
}

/* Logo */

#logo {
    margin-top:15px;
    margin-left:10px;
    color: #180f74;
	float: left;
    width: 480px;
}

#logo h1, #logo p
{
    margin: 0px;
    line-height: normal;
    color: #180f74;
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    font-style: italic;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
	color: #180f74;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #180f74 url(images/img02.gif) no-repeat 0px 0px;
}

#menu .active a {
	background: url(images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page
{
    width: 900px;
    margin: 0px auto;
    padding: 2px 0px;
   
    
}

/* Content */

#content { 
	float: right;
	width: 665px; 
	border-left-style: solid; 
	border-left-width: 1px; 
	border-left-color: #ffffff; 
	min-height:700px !important;
	
}


.post {
	margin: 0px 0px 30px 0px;
}

.post .title
{
    margin: 0px;
    padding: 10px 0px 10px 1px;
    border-bottom: 1px solid #180f74;
    font-family: Arial;
    /*font-size: large;*/
    color: #180f74;
}

.post .entry {
	padding: 10px;
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar
{
    margin-left:5px;
    float: left;
    width: 220px;
    /* background: url(images/img03.gif) repeat-y left top; */
    height: auto;
}

#sidebar-bgtop {
	height: 3px;
	/* background: url(images/img04.gif) no-repeat left top; */
}

#sidebar-bgbtm {
	height: 1px;
	/* background: url(images/img05.gif) no-repeat left bottom; */
    width: 220px;
}

#sidebar-content
{
    padding: 8px 20px 20px 20px;
    font-size: 12px;
    font-weight: bold;
}

 #sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul
{
    margin-bottom: 1.8em;
    list-style: inside disc;
    color: #180f74;
}
.indent{ 
    margin-left:20px;
    list-style-type: circle; }

.logotext
{
    color: #180f74;
    font-weight: bolder;
    font-family: 'Arno Pro Smbd';
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer
{
    clear: both;
    width: 900px;
    height: 75px;
    margin: 0px auto 0px auto;
    background: url(images/footer.png) no-repeat left top;
    color: #ffffff;
    font-size: 14px;
    font-weight: bolder;
    font-family: verdana;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: left;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
