/* ########################### START Layout ########################### */
.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0;
}
 
.clearfix {
      display: inline-block;
}
 
html[xmlns] .clearfix {
      display: block;
}
 
* html .clearfix {
      height: 1%;
}

html{
		
}
body {
	/*height:100%;
	width:100%;*/
	background-color: #FFF;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-x;
	background-position: 0 90px;
}
* {
	font-family:Arial, Verdana, Helvetica;
	font-size: 12px;
	color:#000;
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
}
a,
a:link {
	color: #c1022c;
	text-decoration: underline;
}
a:visited {
	color: #c1022c;
	text-decoration: underline;
}
a:active {
	color: #c1022c;
	text-decoration: underline;
}
a:hover {
	color: #c1022c; 
	text-decoration: underline;
}
input, textarea, select {
	border: solid 1px #ccc;
	position: relative;
}
input[type="submit"]{
	cursor:pointer;	
}
input[type="radio"],
input[type="checkbox"]{
	border:none;	
}
div.col-2 p{
	margin:0 0 15px 0;
	line-height:16px;
}

div.col-2 div.sitemap a{
	line-height:17px;
}
u{
	text-decoration:underline;	
}
h1 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin:0 0 5px 0;
}
h2 {
	font-size:14px;
	color: #000;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #8C8C8C;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #8c8c8c;
	font-weight: bold;
}
img{
	border:none;	
}
td{
	vertical-align:top;	
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}

div#overall {
	width:962px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	padding:0 4px 15px 4px;
}

/* ------- Header ----- */
div#header{
	position:relative;
	height:100px;
	margin:20px 0 0 0;
	border-bottom:1px solid #fff;
	background-image:url(images/bg_header.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

div#header img.logo{
	width:253px;
	height:30px;
	position:absolute;
	left:38px;
	top:23px;
}

div#header div.search{
	width:216px;
	height:18px;
	position:absolute;
	right:38px;
	top:35px;
}

div#header div.search div.searchfieldbounding{
	height:18px;
	width:137px;
	background:url(images/bg_searchfield.gif) no-repeat;
	float:left;
}

div#header div.search div.searchfieldbounding input,
div#header div.search input#searchsubmit{
	background:none;
	border:none;
}

div#header div.search div.searchfieldbounding input{
	padding:0 5px 0 7px;
	height:18px;
	width:125px;
	font-size:11px;
	color:#ccc;
}

div#header div.search input#searchsubmit{
	background:url(images/bg_searchbutton.gif) no-repeat;
	width:79px;
	height:18px;
	font-size:11px;
	color:#fff;
	padding:1px 0 3px 0;
	float:left;	
	cursor:pointer;
	text-transform:uppercase;
}

div#header div.search input#searchsubmit:hover{
	background-position:bottom;
}

/* --------------- Mainnav -------------- */
div#header div.mainnav{
	position:absolute;
	bottom:0;
	width:886px;
	overflow:hidden;
	background-color:#c1022c;
	border-top:1px solid #fff;
	height:30px;
	padding:0 38px 0 38px;
}

div#header div.mainnav a{
	display:block;
	float:left;
	padding:9px 20px 8px 20px;
	height:13px;
	margin:0 1px 0 0;
	background-image:url(images/bg_mainnavitem.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

div#header div.mainnav a:hover,
div#header div.mainnav a.active{
	background-position:bottom;
	color:#000;
}
/* ------- Content ----- */
div#contentbounding{
	background-color:#cdcdcd;
	background-image:url(images/bg_contentbouding.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	border-left:1px solid #adadad;
	border-right:1px solid #adadad;
	padding:0 12px;
	width:936px;
}

div#contentbounding div.content{
	background-color:#fff;
	background-image:url(images/bg_contentfooter.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:886px;
	padding:0 25px;
	min-height:615px;
	position:relative;
}

div#contentbounding div.content div.keyvisual{
	background:url(../../gallery/keyvisuals/keyvisual.jpg) no-repeat;
	width:886px;
	height:210px;
	margin:0 0 43px 0;
}

div#contentbounding div.content div.post-nav{
	position:absolute;
	top:215px;
	left:25px;
	width:886px;
	height:15px;
}

div#contentbounding div.content div.post-nav span.previous a,
div#contentbounding div.content div.post-nav span.next a{
	display:block;
	float:left;
	height:13px;
	padding:2px 0 0 22px;
	background:url(images/bg_postnav.gif) no-repeat;
	background-position:left top;
	color:#999;
	font-size:11px;
	text-decoration:none;
}

div#contentbounding div.content div.post-nav span.previous a:hover,
div#contentbounding div.content div.post-nav span.next a:hover{
	color:#000;	
}

div#contentbounding div.content div.post-nav span.next a{
	float:right;
	padding:2px 22px 0 0;
	background-position:right bottom;
}

div#contentbounding div.content div.col-1,
div#contentbounding div.content div.col-3{
	float:left;
	width:180px;
}

div#contentbounding div.content div.col-2{
	float:left;
	padding:0 22px;
	width:480px;
}

/* ------- Boxes ----- */
div#contentbounding div.content div.col div.dbx-box{
	margin:0 0 20px 0;
}

div#contentbounding div.content div.col div.dbx-box h3{
	background-image:url(images/bg_title.gif);
	background-repeat:repeat-x;
	height:21px;
	font-weight:bold;
	color:#000;
	font-size:14px;
	padding:9px 12px 0 12px;
	text-transform:uppercase;
	margin:1px 0 0 0;
}

div#contentbounding div.content div.col div.widget_categories a{
	display:block;
	border-bottom:1px solid #c0c0c0;
	padding:6px 11px 4px 11px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	line-height:14px;
}

div#contentbounding div.content div.col div.widget_categories a:hover{
	background-color:#ebebeb;
	color:#c1022c;
}

div#contentbounding div.content div.col div.widget_tag_cloud a,
div#contentbounding div.content div.col div.widget_tag_cloud a:hover{
	text-decoration:none;
}

div#contentbounding div.content div.col div.widget_tag_cloud a:hover{
	color:#000;	
}

div#contentbounding div.content div.col div.widget_text a.email,
div#contentbounding div.content div.col div.widget_text a.rss,
div#contentbounding div.content div.col div.widget_text a.twitter{
	background-image:url(images/bg_abolinks.gif);
	background-repeat:no-repeat;
	padding:7px 32px 7px 32px;
	border-bottom:1px solid #c0c0c0;
	display:block;
	height:10px;
	color:#000;
	text-decoration:none;
}

div#contentbounding div.content div.col div.widget_text a.email:hover,
div#contentbounding div.content div.col div.widget_text a.rss:hover,
div#contentbounding div.content div.col div.widget_text a.twitter:hover{
	background-color:#ebebeb;
	color:#c1022c;
}

div#contentbounding div.content div.col div.widget_text a.email{
	background-position:12px 6px;
}

div#contentbounding div.content div.col div.widget_text a.email:hover{
	background-position:12px -66px;
}

div#contentbounding div.content div.col div.widget_text a.rss{
	background-position:12px -19px;
}

div#contentbounding div.content div.col div.widget_text a.rss:hover{
	background-position:12px -91px;
}

div#contentbounding div.content div.col div.widget_text a.twitter{
	background-position:12px -43px;
}

div#contentbounding div.content div.col div.widget_text a.twitter:hover{
	background-position:12px -115px;
}

div#contentbounding div.content div.col div.popular-posts a{
	padding:6px 11px 5px 11px;
	border-bottom:1px solid #c0c0c0;
	font-size:11px;
	display:block;
	color:#000;
	text-decoration:none;
}

div#contentbounding div.content div.col div.popular-posts a *{
	font-size:11px;	
}

div#contentbounding div.content div.col div.popular-posts a:hover,
div#contentbounding div.content div.col div.popular-posts a:hover span{
	color:#c1022c;
}

div#contentbounding div.content div.col div.comments a{
	display:block;
	padding:6px 12px 5px 12px;
	border-bottom:1px solid #c0c0c0;
	font-size:11px;
	line-height:13px;
	text-decoration:none;
	color:#000;
}

div#contentbounding div.content div.col div.comments a:hover,
div#contentbounding div.content div.col div.widget_recent_comments a:hover{
	color:#c1022c;
}

div#contentbounding div.content div.col div.comments a span,
div#contentbounding div.content div.col div.widget_recent_comments a span{
	color:#999;
	margin:0 0 0 -1px; /* test all browsers */
}

.grey-bg{background-color:#eee;}

li.recentcomments{
	padding: 6px 12px 5px 12px;
	font-size: 11px;
	border-bottom: 1px solid #c0c0c0;
}
li.recentcomments a{
	color: #000;
	font-size: 11px;
}
li.recentcomments a.url{color: #999;}

/* ------------ Buttons ------------- */
div.sponser-buttons a.sponser-button,
div.sponser-buttons a.sponser-button span{
	background-image:url(images/bg_sponserbutton_left.gif);
	background-repeat:no-repeat;
	background-position:left -72px;
	height:36px;
	padding:0 0 0 38px;
	display:block;
	margin:0 0 4px 0;
	text-decoration:none;
	cursor:pointer;
}

div.sponser-buttons a.sponser-button span{
	background-image:url(images/bg_sponserbutton_right.gif);
	background-position:right -72px;
	color:#fff;
	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	height:24px;
	padding:7px 15px 5px 6px;
	margin:0;
}

div.sponser-buttons a.sponser-button:hover{
	background-position:left bottom;
}

div.sponser-buttons a.sponser-button:hover span{
	background-position:right bottom;
}

div.sponser-buttons a.fb-button{
	background-position:left top;
}

div.sponser-buttons a.fb-button span{
	background-position:right top;
}

div.sponser-buttons a.fb-button:hover{
	background-position:left -36px;
}

div.sponser-buttons a.fb-button:hover span{
	background-position:right -36px;
}

/* ------- Footer ----- */
div#footer{
	width:962px;
	height:74px;
	clear:both;
	background-color:#cdcdcd;
	background-image:url(images/bg_pagefooter.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#footer div.address{
	padding:8px 0 0 38px;
	float:left;
}

div#footer div.address img.logo-sponser{
	float:left;
	margin:0 9px 0 0;
}

div#footer div.address *{
	font-size:11px;	
}

div#footer div.address p{
	float:left;
	padding:3px 0 0 0;
}

div#footer div.address strong{
	text-transform:uppercase;	
}

div#footer div.servicenav{
	float:right;
	padding:8px 37px 0 0;
}

div#footer div.servicenav a{
	
}
/* ########################### END Layout ########################### */

/* ########################### START CONTENT ELEMENTS ########################### */
/* ----------- Posts ------------ */
div.post{
	clear:both;
}

div.post div.entry{
	position:relative;
	padding:0 0 60px 0;
}

div.single div.entry{
	border-bottom:1px solid #c0c0c0;
	padding:0;
}

div.post div.date{
	float:left;
	display:block;
	width:29px;
	height:40px;
	margin:0 12px 0 0;
	background-image:url(images/bg_calendar.gif);
	background-repeat:no-repeat;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:3px 9px 7px 9px;
}

div.post div.date span{
	font-size:24px;
	display:block;
	color:#fff;
	text-align:center;
	padding:0 0 7px 0;
}

div.post div.title{
	margin:0 0 13px 59px;
	border-bottom:1px solid #c0c0c0;
}

div.post div.title h2,
div.post h2{
	background-image:url(images/bg_title.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	/*height:25px;*/
	padding:5px 12px 0 12px;
	margin:0;
}

div.post h2{
	font-size:14px;
	margin:0 0 13px 0;
}

div.post div.title h2 a{
	font-size:14px;
	line-height:20px;
	display:block;
	/*height:22px;*/
	overflow:hidden;
	color:#000;
	text-decoration:none;	
	text-transform:uppercase;
}

div.post div.title div.postdata{
	padding:4px 0 4px 0;
	color:#999;
	height:11px;
	overflow:hidden;
}

div.post div.title div.postdata,
div.post div.title div.postdata a,
div.post div.title div.postdata span{
	font-size:11px;
	text-decoration:none;
}

div.post div.title div.postdata a:hover{
	color:#000;	
}

div.post div.title div.postdata span{
	color:#c1022c;
}

div.post img.alignleft{
	float:left;
	margin:4px 10px 0 0;	
}

div.post p.submeta{
	position:absolute;
	left:0;
	bottom:30px;
	margin:0;
}

div.post div.sociable{
	position:absolute;
	right:0;
	bottom:30px;
	margin:0;
}

div.single div.sociable{
	position:relative;
	float:right;
	bottom:0;
	margin:7px 0 13px 0;
}

div.post div.related-posts,
div.post div.tags{
	border-top:1px solid #c0c0c0;
	padding:14px 0 14px 0;
	clear:both;
}

div.post div.related-posts h3,
div.post div.tags h3{
	color:#000;
	font-size:12px;
	padding:0 0 7px 0;
	text-transform:uppercase;
}

/* ---------------- Comments -------------------- */
div.commentsbounding{
	padding:14px 0 5px 0;
	clear:both;
}

div.newcomment{
	border-top:1px solid #c0c0c0;
	padding:14px 0 0 0;
}

div.commentsbounding h3,
div.newcomment h3{
	color:#000;
	font-size:12px;
	padding:0 0 7px 0;
	text-transform:uppercase;
}

div.newcomment h3{
	padding:0 0 12px 0;	
}

ol.commentlist li{
	margin:0 0 10px 0;	
}

ol.commentlist li span.author{
	color:#c1022c;
}

ol.commentlist li div.commenttext{
	background-color:#eee;
	border:1px solid #c0c0c0;
	padding:10px 10px 0 10px;
	position:relative;
}

ol.commentlist li p.date{
	color:#999;
	font-size:11px;
	margin:5px 0 13px 0;
}

ol.commentlist li div.commenttext div.arrow{
	position:absolute;
	width:19px;
	height:11px;
	top:-11px;
	left:22px;
	background:url(images/bg_comments_arrow.gif) no-repeat;
}

div.newcomment form p.formfield{
	margin:0 0 6px 0;	
}

div.newcomment form p.formfield span{
	color:#999;
}

div.newcomment form label{
	width:228px;
	display:block;
	float:left;
}

div.newcomment form input.text{
	width:250px;
	height:16px;
}

div.newcomment form textarea{
	width:478px;
	height:138px;
}

div.entry span.button,
div.commentsbounding span.button{
	float:right;	
}

p.subscribe-to-comments{
	margin:15px 0 15px 0;	
}

div.newcomment p.subscribe-to-comments label{
	float:none;
	display:inline;	
}

/* ---------------- Standard Buttons ----------------------- */
a.button,
a.button span,
span.button,
span.button a,
span.button input,
span.comments,
span.comments a{
	display:block;
	float:left;
	height:22px;
	padding:0 0 0 10px;
	text-decoration:none;
	color:#fff;
	background-image:url(images/bg_button_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
}

a.button:hover,
span.comments:hover,
span.button:hover{
	background-position:left bottom;
}

a.button span,
span.comments a,
span.button a,
span.button input{
	height:17px;
	padding:4px 16px 1px 3px;
	background-image:url(images/bg_button_right.gif);
	background-position:right top;
}

span.button input{
	border:medium none;
	height:22px;
	padding:1px 16px 1px 3px;
}

a.button:hover span,
span.comments:hover a,
span.comments a:hover,
span.button:hover a,
span.button a:hover,
span.button input:hover,
span.button:hover input{
	background-position:right bottom;
}

/* ########################### START CONTENT ELEMENTS ########################### */
.alignright{
float:right;
margin: 4px 0 0 10px;
}
.dbx-box a,
.dbx-box a:link{text-decoration:none;}
