* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}

body,html {
	margin: 0px;
	background: #C0C0C0;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #7D807A;
}

h1, h2, h3 {
	color: #AA2808;
}
p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.5em;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: underline;
	color: #E14949;
}
a:hover {
	text-decoration: none;
	color: #C11414;
}

/* Wrapper */

#wrapper {
	background: #c0c0c0;
}

/* Header */

#header {
	width: 900px;
	height: 140px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 70px;
	margin: 0px;
	padding-left: 30px;
	text-align: center;
}
#startpage h1 {
	padding: 20px 0px 10px 0px;
	letter-spacing: -1px;
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
	color: #BF0B0B;
	text-align:center;
}
#startpage span.subtitle {
	display:inline-block;
	width:100%;
	padding: 0px 0px 28px 0px;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	color: #808080;
	text-align:center;
}
#startpage span.subtitle b {
	padding: 0px 0px 20px 0px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #808080;
}

#logo h1 {
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-transform: lowercase;
	font: normal 46px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 900px;
	height: 41px;
	margin: 0 auto;
	padding: 0px 0px 0px 28px;
	background: url(/images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	height: 38px;
	display: block;
	position:relative;
	top:2px;
	float: left;
	padding: 8px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: #C11212;
	color: #FFFFFF;
}

#splash {
	width: 940px;
	height: 299px;
	margin: 0 auto;
}

/* Search */

#header-search {
	width: 940px;
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#header-search form {
	float: right;
	width: 300px;
	margin: 0;
	padding: 12px 0px 0px 0px;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search-text {
	width: 200px;
	padding: 2px 3px;
	background: #1E1E1E;
	border: none;
	color: #4D4D4D;
}

#header-search-submit {
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
}

#search {
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}

#search-text {
	width: 160px;
	height: 18px;
	padding: 3px 0 3px 5px;
	border: 1px solid #999999;
	color: #000000;
}

#search-submit {
	margin-left: 10px;
	padding: 4px 4px;
	border: none;
	background: #C11212;
	font-size: 10px;
	color: #FFFFFF;
}

/* Page */

#page {
	position:relative;
	width: 900px;
	margin: 0 auto;
	padding: 0px 28px;
	background: #FFFFFF url(/images/img05.jpg) repeat-y left top;
	min-height:800px;
}
#startpage {
	position:relative;
	width: 844px;
	margin: 0 auto;
	padding: 0px 28px;
	background: #f8f8f8;
	min-height:800px;
}
#page-bgtop {
	position:relative;
	width: 100%;
	margin:0;
	padding:0;
	min-height:800px;
}
.clearingItem1 {
	position:relative;
    clear: both;
    float: none;
	width:100%;
	height:10px;
}

/* Content */

#content {
	float: left;
	width: 560px;
	padding-top: 30px;
}
.post {
	position:relative;
	clear:left;
	background: url(/images/img04.gif) repeat-x left bottom;
	margin: 0px 0px 30px 0px;
}

.post .title {
	background: url(/images/img03.jpg) no-repeat left 0px;
	margin: 0px;
	color: #BF0B0B;
}

.post .title a {
	padding: 0px 0px 0px 40px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	color: #BF0B0B;
}

.post .entry {
	padding: 20px 0px;
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	padding-left: 40px;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	color: #7D807A;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: 20px 0px;
	padding: 10px 0px 30px 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 27px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: none;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #BF0B0B;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #7D807A;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	padding: 6px 0px 0px 0px;
	//background: url(/images/img04.jpg) no-repeat left top;
	color: #e0e0e0;
	background:#32394b;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 0.8em;
}

#footer a {
	display:inline-block;
	font-size:0.9em;
	text-decoration: none;
	color: #f11212;
	position:relative;
	margin-right:30px;
	float:right;
}

#footer a:hover {
	text-decoration: underline;
}
.anim_div {
	width:100%px;
	height:420px;
	background:#f8f8f8;
	padding-bottom:20px;
	border-bottom:1px solid #e3ede9;
	margin-bottom:10px;
}
.anim_div #slideshow {
	position:relative;
	width:100%;
	height:420px;
	float:left;
}
.slideshow_index {
	position:relative;
	background:none;
	left:95px;
	width:660px;
	z-index:210;
	top:-20px;
}
.slideshow_index span.pagerindex {
	display:inline-block;
	position:relative;
	width:52px;
	height:52px;
	border:1px solid #ffffff;
	border-radius:4px;
	background:none;
	margin-right:12px;
	opacity:1;
	cursor:pointer;
}
.slideshow_index span.pactive {
	opacity:0.4;
	border:1px solid #ff0000;
}
div.slide {
	width:100% !important;
	height:100% !important;
    background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}
div.slide span {
	display:inline-block;
	position:relative;
	width:100%;
	text-align:center;
	height:10px;
	top:-12px;
}
.pageindex {
	position:relative;
	width:100%;
	height:25px;
	margin-bottom:10px;
	margin-top:10px;
}
.pageindex .linkwrapper {
	//width:25%;
	position:relative;
	height:25px;
	float:right;
}
.pageindex .linkwrapper a {
	text-decoration:none;
	color:#294d3d;
	padding:0 2px 0 2px;
}
.pageindex .pageaktlink a {
	color:#90ba9e;
	border:1px solid #90ba9e;
}
.pageindex .pagenrlink,
.pageindex .pageaktlink,
.pageindex .pagelink {
	display:inline-block;
	position:relative;
	width:19px;
	height:21px;
	float:left;
	margin-left:0px;
}
.disabled {
	opacity:0.5;
}
.pageindex .pagelink img {
	border:0;
}
#content .newh1 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	color: #BF0B0B;
	text-align:center;
}
#content h2 {
	padding: 20px 0px 12px 40px;
	letter-spacing: -1px;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	color: #BF0B0B;
	text-align:left;
}
#content h3 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	color: #BF0B0B;
	text-align:center;
}
#content span.subtitle {
	display:inline-block;
	width:340px;
	padding: 0px 0px 20px 0px;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #808080;
	text-align:center;
}
#content span.subtitle b {
	display:inline-block;
	padding: 10px 0px 10px 0px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #808080;
}
.mylbl {
	width:110px;
}
.secimg {
	border:1px solid #606060;
	position:relative;
	top:-6px;
	float:none !important;
	padding:0 !important;
}
.ui-widget {
	font-size:1em !important;
}