*{
    margin: 0;
    padding: 0;
}

html body{
	color: #000000;
	background-color: #F4F5F9;
}

img{
	border: none;
}

#main{
	width: 975px;
	margin: 10px auto;
	background-color: #F9FAFB;
	border-style: solid;
	border-color: #8099B3;
	border-width: 10px 1px 5px 1px;
	border-radius: 10px;
}

.header{
	display:inline-block;
	padding: 1px;
}

.header-logo{
	width: auto;
	float: left;
}

.header-object{
	width: auto;
	float: left;
}

.navigation-menu{
    height: 25px;
    width: auto;
}

.navigation-menu > ul{
	float: right;
    height: 20px;
    margin: 0;
    padding: 5px 20px 0 0;
}

.navigation-menu > ul li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.navigation-menu > ul li a:link, 
.navigation-menu > ul li a:visited{
	color: #708491;
    float: left;
    font-family: Georgia,Garamond,Calibri;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 0 29px 0;
    text-decoration: none;
}

.navigation-menu > ul li.current_page_item a:link,
.navigation-menu > ul li.current_page_item a:visited{
	color: #6EABCF;
}

.navigation-menu > ul li a:hover{
	color: #6EABCF;
}

.content{
	display: inline-block;
	width: 975px;
}

#sidebar{
	float: left;
	width: 260px;
	height: auto;
}

.search{
	margin: -30px 0 30px;
    text-align: right;
}

.search input[type=text]{
	background-color: #F4F5F9;
    border-color: #8099B3;
    border-style: solid;
    border-width: 1px;
    color: #708491;
    height: 25px;
    padding: 0 3px;
    width: 185px;
}

.search input[type=submit]{
	background: url("images/search.png") no-repeat;
    border: none;
    cursor: pointer;
    height: 35px;
    margin-left: 2px;
    width: 35px;
}

.search input[type=submit]:hover{
	color: #6EABCF;
}

.categories{
	border: 1px solid #8B8B8B;
    border-radius: 5px;
    list-style-type: none;
    margin: 5px 10px;
}

.categories li.cat-title{
	background: url("images/vmenublockheader.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Lucida Grande;
    font-size: 17px;
    font-weight: bold;
    height: 36px;
    line-height: 35px;
    padding-left: 30px;
}

.categories li.cat-item{
	background: url("images/vmenuitem.png") no-repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #8B8B8B;
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
	color: #8B8B8B;
    font-family: Tahoma;
    font-size: 11px;
}

.categories li.cat-item:last-child{
	border: none;
	border-radius: 0px 0px 5px 5px;
}

.categories li.cat-item a:link,
.categories li.cat-item a:visited{
	color: #708491;
	font-size: 16px;
    font-weight: bold;
	font-family: Garamond,Courier,Calibri;
    text-decoration: none;
}

.categories li.cat-item a:hover{
	color: #6EABCF;
}

.categories li.current-cat a{
	color: #6EABCF!important;
}


.partners{
	border: 1px solid #8B8B8B;
    border-radius: 5px;
    list-style-type: none;
    margin: 15px 10px;
}

.partners li.partner-title{
	background: url("images/vmenublockheader.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Lucida Grande;
    font-size: 17px;
    font-weight: bold;
    height: 36px;
    line-height: 35px;
    padding-left: 30px;
}

.partners li.partner-item{
	background-color: #fff;
    padding: 5px;
	text-align: center;
}

.partners li.partner-item:last-child{
	border: none;
	border-radius: 0px 0px 5px 5px;
}

.posts-content{
	border-color: #8099B3;
    border-radius: 5px 0 0 5px;
    border-style: solid;
    border-width: 2px 0 1px 1px;
    float: right;
    width: 700px;
	padding-bottom: 2px;
	overflow: hidden;
	margin-bottom: 15px;
}

.post-content{
	border-color: #8099B3;
    border-radius: 5px 0 0 5px;
    border-style: solid;
    border-width: 2px 0 2px 1px;
    float: right;
    width: 700px;
	overflow: hidden;
	margin-bottom: 40px;
}

.page-content{
    font-family: "Times New Roman","Lucida Grande";
    font-size: 16px;
    padding: 10px 30px;
    text-align: justify;
}

.page-content ul{
	margin-left: 20px;
	color: #8099B3;
}

.page-content ul li{
	margin-bottom: 5px;
}

.posts-content div.post{
	border: 1px solid #8099B3;
    float: left;
    height: 250px;
    margin: 3px 0 0 3px;
    width: 169px;
	text-align:center;
}

.post-content div.post{
	margin: 20px 30px;
	display: inline-block;
}

.post-content div.post h1{
	color: #6EABCF;
    font-family: Times New Roman;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.post-content div.post div.book-info{
	float: left;
	padding: 5px 0 0;
	width: 410px;
}

.post-content div.post div.book-files{
	float: right;
	margin-top: 50px;
}

.post-content div.post div.book-files img{
	border: none;
	margin: 0 10px;
}

.post-content div.post div.book-info span.info-line{
	color: #8B8B8B;
    display: block;
    font-family: Times New Roman;
    font-size: 18px;
    margin: 10px 0;
}

.post-content div.post div.book-info span.info-line p{
	display: inline;
}

.post-content div.post div.book-info span.info-line b.label{
	color: #708491;
}

.post-content div.post img{
	float: left;
	margin: 5px 40px 0 5px;
	border: 1px solid #8B8B8B;
}

.posts-content div.post a img{
	margin: 10px 0 0 0;
	border: 1px solid #8B8B8B;
}

.posts-content div.post a:link,
.posts-content div.post a:visited{
	text-decoration:none;
	color: #708491;
}

.posts-content div.post a:hover{
	color: #6EABCF;
}

.posts-content div.post a span{
	display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 3px;
}

.post-row{
	width: 800px;
	display: inline-block;
}

.copyright{
	font-family: Arial;
    font-size: 11px;
    padding: 5px;
    text-align: center;
	color: #708491;
}

.copyright a{
	font-weight: bold;
	text-decoration: none;
	color: #6EABCF;
}

.cumulus{
	margin-left: 25px;
}

.flagcounter{
	margin: 10px 0 0 50px;
}

.mycounter{
	margin: 5px 0 0 80px;
}

.p404 h2{
	color: #6EABCF;
    font-family: Times New Roman;
    font-size: 24px;
    margin-top: 15px;
    text-align: center;
}

.p404 h3{
	color: #8099B3;
    font-family: Times New Roman;
    font-size: 17px;
    text-align: center;
}

.breadcrumbs{
	margin-bottom: 15px;
	font-size: 13px;
	color: #8B8B8B;
}

.breadcrumbs a{
	color: #8099B3;
	text-decoration: none;
	padding: 0 5px;
	font-size: 15px;
}

.breadcrumbs a:hover{
	color: #6EABCF;
}

.breadcrumbs a.breadcrumb-current{
	color: #6EABCF;
}