body {
	margin: 0;
	color: #000;
	background:#fff;
	font: 12px/14px arial, helvetica, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}

input, select, textarea {
	vertical-align: middle;
	font: 15px "times new roman", times, serif;
}
a {
	color: #919191;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

/* General settings */
#wrapper {
	width:980px;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 115px;
}
#header{
	width:100%;	overflow:hidden;
	padding:17px 0 35px;
}
#header .logo{
	float:left;
	overflow:hidden;
	margin:25px 0 0;
}
#header .logo a{
	background:url(../images/logo.gif) no-repeat;
	width:583px;
	height:37px;
	display:block;
	text-indent:-9999px;
}
#header .search{
	float:left;
	margin:0 0 60px 198px;
	display:inline;
}
#header .search .field{
	background:#909090;
	padding:2px 5px 0;
	height:20px;
	width:163px;
	color:#c6c6c6;
	font-size:15px;
	border:none;
	float:left;
	display:inline;
}
#header .search .btn{
	float:left;
}
#header .follow{
	float:right;
	margin:0 0 12px;	padding:0;	list-style:none;
	width:246px;
}
#header .follow li{
	float:left;
	margin:0 0 0 17px;
	display:inline;
}
#header .follow li a{
	float:left;
	height:16px;
	text-indent:-9999px;
	background:url(../images/bg-twitter.gif) no-repeat;
	overflow:hidden;
}
#header .follow li a.twitter{
	width:70px;
	background-position:0 0;
}
#header .follow li a.facebook{
	width:85px;
	background-position:-87px 0;
}
#header .follow li a.rss{
	width:40px;
	background-position:-188px 0;
}
#header .nav-holder{
	width:100%;	overflow:hidden;
	border-top:1px solid #c6c6c6;
	padding:12px 0 0;
	clear:both;
}
#header .mainnav{
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
#header .mainnav li{
	float:left;
	margin:0 0 0 44px;
	display:inline;
}
#header .mainnav li a{
	float:left;
	text-indent:-9999px;
	background:url(../images/bg-mainnav.gif) no-repeat;
	height:24px;
	overflow:hidden;
}
#header .mainnav li a.home{
	width:97px;
	background-position:0 0;
}
#header .mainnav li a.features{
	width:168px;
	background-position:-140px 0;
}
#header .mainnav li a.blog{
	width:89px;
	background-position:-351px 0;
}
#header .mainnav li.active a.home{
	width:97px;
	background-position:0 -24px;
}
#header .mainnav li.active a.features{
	width:168px;
	background-position:-140px -24px;
}
#header .mainnav li.active a.blog{
	width:89px;
	background-position:-351px -24px;
}
#main{
	width:100%;	overflow:hidden;
}
.visual{
	width:100%;	overflow:hidden;
	margin:0 0 28px;
}
.visual .hold{
	float:left;
	position:relative;
}
.visual img{
	vertical-align:top;
}
.visual .text-holder{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
}
.visual .text-holder .bg{
	background:url(../images/bg-transparent.png);
	width:100%;
}
.visual .text-holder p{
	margin:0 16px;
	font: 20px "times new roman", times, serif;
	color:#fff;
	line-height:38px;
}
#content{
	float:left;
	width:615px;
	display:inline;
	padding:3px 0 0;
	overflow:hidden;
}
#content h2{
	margin:0 0 15px;
	font:30px "times new roman", times, serif;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
	line-height:30px;
	padding:0 0 12px 16px;
	margin:0 0 28px;
	border-bottom:1px solid #303030;
}
#content .post{
	width:583px;	overflow:hidden;
	padding:0 16px 9px;
	margin:0 0 28px;
	border-bottom:1px solid #303030;
}
.date{
	font-size:13px;
	font-style:normal;
	color:#919191;
	display:block;
	margin:0 0 2px;
}
#content .post h3{
	margin:0;
	color:#000;
	font: 24px "times new roman", times, serif;
}
#content .post p{
	font-size:12px;
	color:#000;
	margin:0 0 5px;
}
#content .post .content-holder{
	width:100%;
	margin:0 0 35px;
	overflow:hidden;
}
#content .post .content-holder p.post-content{
	width:425px;
}
#content .post .image-holder{
	width:100%;	overflow:hidden;
	margin:0 0 16px;
}
#content .post  .image-holder img{
	vertical-align:top;
}
#content .comments{
	width:100%;	overflow:hidden;
}
#content .comments a{
	text-decoration:none;
	font-size:12px;
	color:#919191;
	display:inline;
}
#content .comments p{
	text-align:left;
	margin:0;
	color:#919191;
}
#content .comments .comment{
	float:right;
}
#content .comments a:hover{
	text-decoration:underline;
}
.home .pagination{
	margin:-12px 0 0;
}
.pagination{
	margin:12px 0 0;	list-style:none;	width:948px;	overflow:hidden;
	padding:0 16px;
}
.pagination li{
	float:left;
	margin:0 9px 0 0;
	display:inline;
}
.pagination li a{
	text-decoration:none;
	font-size:12px;
	color:#919191;
}
.pagination li a:hover{
	text-decoration:underline;
}
.pagination li.next{
	float:right;
	margin:0 0 0 9px;
}
#sidebar{
	float:right;
	width:300px;
	overflow:hidden;
	padding:12px 0 0;
}
#sidebar .adw-box{
	width:100%;	overflow:hidden;
	margin:0 0 22px;
}
#sidebar .adw-box img{
	vertical-align:top;
}
#sidebar .adw{
	margin:-14px 0 73px;	padding:0;	list-style:none;	width:350px;	overflow:hidden;
}
#sidebar .adw li{
	float:left;
	border:1px solid #e3e3e3;
	margin:14px 14px 0 0;
	display:inline;
	padding:8px;
}
#sidebar .adw li img{
	vertical-align:top;
}
#sidebar .box{
	width:100%;	overflow:hidden;
	margin:0 0 30px;
}
#sidebar .box .title{
	border-bottom:1px solid #313131;
	padding:0 0 0 9px;
	width:291px;
	margin:0 0 10px;
}
#sidebar .box .title h3{
	margin:0 0 8px;
	font: 16px "times new roman", times, serif;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
}
#sidebar .box ul{
	margin:0;	padding:0 0 0 12px;	list-style:none;	width:295px;	overflow:hidden;
}
#sidebar .box ul li{
	margin:-2px 0 0;
}
#sidebar .box ul.team li{
	margin:0;
	font: 13px arial, helvetica, sans-serif !important;
	color:#5e5e5e;
}
#sidebar .box ul.team strong{
	font-weight:normal;
	color:#000;
}
#sidebar .box ul.team li a{
	font: 13px arial, helvetica, sans-serif !important;
}
#sidebar .box ul li a{
	text-decoration:none;
	line-height:14px;
	font: 14px "times new roman", times, serif;
	color:#5e5e5e;
}
#sidebar .box ul li a:hover{
	text-decoration:underline;
}
#sidebar .box ul li a strong{
	font-weight:normal;
	color:#000;
}
/* page 2 */
.breadcrumbs{
	margin:-3px 0 25px 10px;	padding:0;	list-style:none;	width:100%;	overflow:hidden;
}
.breadcrumbs li{
	float:left;
	line-height:16px;
	margin:0 0 0 6px;
	display:inline;
}
.breadcrumbs li a{
	background:url(../images/sep-breadcrumbs.gif) no-repeat 100% 50%;
	padding:0 13px 0 0;
	text-decoration:none;
}
.breadcrumbs li a:hover{
	text-decoration:underline;
}
.detailed{
	width:100%;	overflow:hidden;
	margin:-30px 0 0 16px;
}
.detailed p{
	margin:0 0 3px;
	color:#919191;
	font-size:12px;
	line-height:40px;
	position:relative;
}
.detailed ul{
	margin:-27px 0 0 -27px;	padding:0;	list-style:none;	width:100%;	overflow:hidden;
}
.detailed ul li{
	float:left;
	margin:27px 0 0 27px;
	display:inline;
}
.detailed ul li img{
	vertical-align:top;
	border:2px solid #919191;
}
/* page 3 */
#content .feature-holder{
	width:100%;	overflow:hidden;
	margin:-30px 0 0;
	border-bottom:1px solid #313131;
	padding:0 0 25px;
}
#content .features{
	margin:0 0 0 -29px;	padding:0;	list-style:none;	width:1200px;	overflow:hidden;
}
#content .features li{
	float:left;
	width:308px;
	margin:28px 0 0 29px;
	padding:0 0 7px;
	display:inline;
	background:#919191;
}
#content .features li img{
	vertical-align:top;
}
#content .features li .image-holder{
	width:308px;	overflow:hidden;
	position:relative;
}
#content .features li .image-holder .text-holder{
	position:absolute;
	bottom:0;
	left:0;
	width:308px;
	overflow:hidden;
}
#content .features li .image-holder .text-holder .bg{
	background:url(../images/bg-transparent.png);
	width:278px;
	overflow:hidden;
	padding:9px 15px 7px;
}
#content .features li .image-holder .text-holder p{
	margin:0;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
	font-size:15px;
	position:relative;
}
#content .features li .image-holder .text-holder p a{
	color:#fff;
	text-decoration:none;
}
#content .features li .image-holder .text-holder p a:hover{
	text-decoration:underline;
}
#content .features li .content-holder{
	padding:12px 16px 0;
	width:276px;
	overflow:hidden;
}
#content .features li .content-holder:after{
	content:"";
	clear:both;
	display:block;
	overflow:visible;
}
#content .features li .content-holder p{
	margin:0 0 25px;
	color:#fff;
	font-size:12px;
}
#content .features li .content-holder .date{
	margin:0 5px 0 0;
	display:block;
	color:#fff;
	font-size:11px;
	width:100%;
	text-align:right;
}
/* page 4 */
.textpage #content{
	width:100%;
}
.textpage .visual{
	margin:0 0 5px;
}
.textpage #content em.date{
	margin:0 0 18px 16px;
}
.centred{
	width:964px;	overflow:hidden;
	padding:0 0 0 16px;
	margin:0 0 43px;
}
.centred p{
	margin:0;
	color:#5e5e5e;
	line-height:15px;
}
.postholder{
	width:964px;
	overflow:hidden;
	padding:0 0 20px 16px;
	margin:0 0 12px;
	border-bottom:1px solid #303030;
}
.postholder .aside1{
	float:left;
	width:470px;
}
.postholder .aside2{
	float:right;
	width:468px;
}
.postholder .topic{
	width:100%;	overflow:hidden;
	margin:0 0 18px;
}
.postholder .topic strong{
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin:0 0 18px;
	display:block;
}
.postholder .topic p{
	margin:0;
}
/* page 5 */
.gallery{
	width:599px;	margin:0 0 0 16px;
}
.gallery img{
	vertical-align:top;
}
.gallery h3{
	margin:0 0 37px;
	color:#000;
	font: 24px "times new roman", times, serif;
}
.gallery h3 a{
	text-decoration:none;
	color:#000;
}
.gallery h3 a:hover{
	text-decoration:underline;
}
.gallery .holder{
	border-bottom:1px solid #313131;
	width:599px;	overflow:hidden;
	padding:0 0 9px 16px;
	margin:0 0 0 -16px;
	position:relative;
}
.gallery .image-holder{
	width:100%;	position:relative;
}
.gallery .twitter{
	position:absolute;
	bottom:-29px;
	right:15px;
	text-decoration:none;
	background:url(../images/txt-tweet.gif) no-repeat;
	width:31px;
	height:9px;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery .nav{
	width:540px;	overflow:hidden;
	margin:19px 0 0;	padding:0;	list-style:none;}
.gallery .nav li.prev{
	float:left;
}
.gallery .nav li.next{
	float:right;
}
.gallery .nav li.prev a{
	display:block;
	background:url(../images/txt-previous.gif) no-repeat;
	width:93px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery .nav li.next a{
	display:block;
	background:url(../images/txt-next.gif) no-repeat;
	width:70px;
	height:12px;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery .parts{
	margin:39px 0 0 -8px;	padding:0;	list-style:none;	width:100%;	overflow:hidden;
}
.gallery .parts li{
	float:left;
	margin:0 0 0 8px;
	display:inline;
}
.gallery .parts li img{
	border:1px solid #9a9a9a;
	vertical-align:top;
}
.postpage #content h2{
	padding:0 0 15px 16px;
}
/* sifr default */
.sIFR-Flash {
    visibility: visible !important;
    margin: 0;
}
.sIFR-replaced {
    visibility: visible !important;
}
span.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}
.sIFR-Flash + div[adblocktab=true] {
    display: none !important;
}
/* sifr replaces */
.sIFR-hasFlash #content h2 span{
	font-size:32px;
}
.sIFR-hasFlash #sidebar .box .title h3 span{
	font-size:18px;
}
.sIFR-hasFlash .postpage h2 span{
	font-size:54px;
	margin:0;
}
.postpage h2{
	margin:-5px 0 0;
}
.heading{
	border-bottom:1px solid #303030;
	padding:0 15px 0px;
	margin:0 0 45px;
}
#content .post h3 a{
	color:#000;
	text-decoration:none;
}
#content .post h3 a:hover{
	text-decoration:underline;
}
/* comments block */
.related-post{
	width:600px;	overflow:hidden;
	border: solid #303030;
	border-width:1px 0;
	margin:41px 0 32px;
	padding:14px 0 15px 15px;
}
.related-post h4{
	margin:0 0 2px;
	color:#000;
	font-size:13px;
}
.related-post ul{
	margin:0;	padding:0;	list-style:none;
	width:100%;	overflow:hidden;}
.related-post ul li{
	float:left;
	width:592px;	overflow:hidden;
	background:url(../images/sep-postlist.gif) no-repeat 0 50%;
	padding:0 0 0 8px;
	line-height:15px;
}
.related-post li a{
	color:#919191;
	font-size:13px;
	text-decoration:none;
}
.related-post li a:hover{
	text-decoration:underline;
}
.comment-form{
	width:583px;
	overflow:hidden;
	border-bottom:1px solid #303030;
	margin:0 0 13px;
	padding:0 16px 11px;
}
.comment-form h4{
	margin:0 0 25px;
	color:#000;
	font-size:16px;
}
.comment-form .aside1{
	float:left;
	width:170px;
}
.comment-form .aside1 .row{
	width:100%;	overflow:hidden;
	margin:0 0 24px;
}
.comment-form .aside2{
	float:right;
	width:411px;
	padding:15px 0 0;
}
.comment-form label{
	color:#919191;
	font-size:11px;
	line-height:14px;
	display:block;
	margin:0 0 3px 1px;
}
.comment-form input{
	width:137px;
	height:16px;
	border:1px solid #909090;
	padding:2px 5px;
	color:#909090;
}
.comment-form textarea{
	margin:0;
	padding:0;
	overflow:auto;
	border:1px solid #909090;
	width:399px;
	height:137px;
	padding:5px;
	color:#909090;
}
.postnav{
	width:585px;	overflow:hidden;
	padding:0 15px;
}
.postnav .prev{
	background:url(../images/bull-prev.gif) no-repeat 0 50%;
	padding:0 0 0 12px;
}
.postnav strong{
	display:block;
	text-align:right;
	font-weight:normal;
	padding:10px 0 0;
}
.postnav .next{
	background:url(../images/bull-next.gif) no-repeat 100% 50%;
	padding:0 12px 0 0;
}
.postnav a{
	text-decoration:none;
	color:#303030;
}
.postnav a:hover{
	text-decoration:underline;
}
.postpage .visual{
	margin:0 0 28px;
	border-bottom:1px solid #303030;
	padding:0 0 25px;
}
.postpage .visual p{
	color:#919191;
	font-size:13px;
	margin:7px 0 0 16px;
}

