@charset "utf-8";
html , body , h1 , h2 , h3 , h4 , h5 , p , ul , li, header, nav, article, section, aside, figure, figcaption, footer {margin:0px;padding:0px;}
ul {list-style:none;}
img {border:0;}
a {color:#c10001; text-decoration:none;}
a:hover {text-decoration:underline;}
.clear{clear:both;}
.displayNone { display: none;}
.floatLeft {float:left;margin: 0 20px 20px 0;}
input::-moz-focus-inner{ border:0;padding: 0;}
header, main, nav, article, section, aside, figure, figcaption, footer {display:block} 
body { 
	font-family: Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif; 
	background-color:#fdfbf7;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
h1 { font-size: 26px; line-height: 30px; }
header.header, header.header a, .buttons li a, .buttonsleft li a, footer.footer, .bottom a { color: #fff; }
header.header, .buttons li a, .buttonsleft li a, footer.footer  { background: #c10001; }
nav.navigation, .post footer, .bgb, .postbg footer { background: #efe7d7; }
.fixedGuide { width:1020px; margin: 0 auto; }
.sticky {  
    position: fixed;  
    width: 100%;  
    left: 0;  
    top: 0;  
    z-index: 100;  
    border-top: 3px solid #c10001;  
} 
header.header {width: 100%;}
    header.header > .banner {
        float: left;
    }
    header.header .otherSites {
        float: right;
		font-size:14px;
        width: 600px;
        text-align: right;
        padding-top: 10px;
    }
nav.navigation{padding: 0;}    
    nav.navigation ul {
        float: left;
    }
        nav.navigation ul li {
            display: inline-block;
        }
            nav.navigation ul li a {
				margin: 10px 0 10px 0;
                padding: 10px 10px;
                display: block;
            }
.centerNav	{
    float: left;
	margin-left:5px;
}
    .centerNav ul li {
        display: inline-block;
    }
        .centerNav ul li a {
            margin: 10px 0 10px 0;
			padding: 10px 10px;
            display: block;
			
        }		
.subNavigation {
    float: right;
}
    .subNavigation ul li {
        display: inline-block;
    }
        .subNavigation ul li a {
            margin: 10px 0 10px 0;
			padding: 10px 10px;
            display: block;
			
        }
input[type=submit], input[type=button], textarea{
	font-size:13px;
}
input[type="text"] {width:200px;}
.content { padding: 10px 0; }
.ads {display:block;}
    .rightcolumn {
        float: left;
        width: 320px;
		margin-left:10px;
    }
    .mainContent {
        float: left;
        width: 690px;
    }
        .mainContent h1 {
            float: left;
        }
        .mainContent > p {
            margin: 0 0 20px 0;
        }
        .mainContent > h3.intro {
            margin: 0 0 20px 0;
            padding: 10px;
        }
.buttons {
    float: right;
	margin-right:50px;
}
    .buttons li {
        display: inline-block;
    }
        .buttons li a {
            padding: 10px 20px;
            display: block;
        }
.buttonsleft {
    float: left;
	margin-bottom:20px;
}
    .buttonsleft li {
        display: inline-block;
    }
        .buttonsleft li a {
			
            padding: 10px 20px;
            display: block;
        }
.post {
    border: 1px solid #999;
    margin: 0 0 40px 0;
    padding: 20px 0 0 0;
}
    .post p {
        padding: 0 20px 15px 20px;
		
    }
        .post > p:last-child {
            
        }
    .post footer {
        border-top: 1px solid #CCC;
    	border-bottom: 1px solid #CCC;
        padding: 0;
		margin-bottom:20px;
		height:60px;
		line-height:60px;
		color:#c00001;
		vertical-align:middle;
		text-indent:10px;
    }		
.postbg {
    border: 1px solid #999;
    margin: 0 0 40px 0;
    padding: 20px 0 0 0;
	background-color:#f5f5f5;
}
    .postbg p {
        padding: 0 20px 15px 20px;
		
    }
        .post > p:last-child {   
        }
    .postbg footer {
        border-top: 1px solid #CCC;
    	border-bottom: 1px solid #CCC;
        padding: 0;
		margin-bottom:20px;
		height:60px;
		line-height:60px;
		color:#c00001;
		vertical-align:middle;
		text-indent:10px;
    }
.footer {padding: 20px 0;}
a.button2, input.button2 {
	display:inline;
    background:#c10001;
    text-decoration:none;
    color:#FFF;
    padding:10px 20px;
    border:1px solid #aaa;
    border-radius:3px;
    cursor:default;
}
a.button2:hover, input.button2:hover {
    background-color:#c10001;
    border-color:#888;
    box-shadow:0 0 2px #ccc;
	cursor:pointer;
}
.ednote {color: #990000;}
#comments-wrapper {
	position: absolute;
	right: -340px;
	top:60px;
	width: 340px;
	height:230px;
	z-index:20001;
	display:block;
}
#comments-wrapper label.error {
	color: #F00;
	text-shadow: 1px 1px 1px #1F1F1F;
	width: 300px;
	text-align: right;
}
#comments-wrapper .floating-comments-inner {
	position: absolute;
	width: 300px;
	background: #efe7d7;
	padding: 10px 10px 10px 10px;
	font: 11pt Arial, Helvetica, sans-serif;
	color: #000;
	border-radius: 10px 0px 0px 10px;
}
#comments-wrapper .floating-comments-inner h1>span {display: block; font-size: 11pt;}
#comments-wrapper .floating-comments-inner label {display: block; margin: 0px 0px 10px;}
#comments-wrapper .floating-comments-inner label>span {
    float: left;
    width: 80px;
    text-align: left;
    padding-right: 10px;
    margin-top: 10px;
} 
#comments-wrapper .floating-comments-inner input[type="email"], 
#comments-wrapper .floating-comments-inner textarea, 
#comments-wrapper .floating-comments-inner select {
	border:1px solid #3C424A;
	color: #3C3C3C;
	height: 24px;
	outline: 0 none;
	padding: 3px 0px 3px 5px;
	width: 250px;
	font: normal 12px/12px arial, verdana, serif;
	margin: 2px 0px 0px;
	border-radius: 5px;
}
#comments-wrapper .floating-comments-inner select {
    background: #FFF url(../img/close-overlay.png) no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    width: 210px;
    height: 30px;
}
#comments-wrapper .floating-comments-inner textarea{height:100px;}
#comments-wrapper .floating-comments-inner .button {
	cursor: pointer;
	background: #87120c;
	border: none;
	padding: 10px 20px 10px 20px;
	color: #FFF;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #223944;
	box-shadow: 1px 1px 1px #1D1D1D;
	font-size:14px;
}
#comments-wrapper .floating-comments-inner .button:hover {background: #b5150e;}
#comments-wrapper #comments-btn {
	cursor: pointer;
	background: url(../postover4.png) no-repeat;
	height: 164px;
	width: 40px;
	float: left;
	margin: 15px 0px 0px -45px;
} 
#comments-wrapper #comments-btn:hover {
	background: url(../postover4.png) no-repeat -40px 0px;
}
#comments-wrapper .success{padding: 0px 20px 20px;}
#comments-wrapper .success h2{
	font-size: 11pt;
	border-bottom: 1px dotted #686868;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
#comments-wrapper #result .error{text-align: left; color: #FF0000;}
.hide { 
	position: absolute; 
	top: -9999px; 
	left: -9999px; 
}
#rumours-tabs { 
	background: #eee; 
	padding: 10px; 
	margin: 0;
	border: 1px solid #666;
	-moz-box-shadow: 0 0 5px #666; 
	-webkit-box-shadow: 0 0 5px #666; 
}
#rumours-tabs .nav { 
	overflow: hidden; 
	margin: 0; 
	padding: 0;
}
#rumours-tabs .nav li { 
	width: 97px; 
	float: left; 
	margin: 0 10px 0 0;
}
#rumours-tabs .nav li.last {margin-right: 0;}
#rumours-tabs .nav li a {
	text-indent:initial; 
	display: block; 
	padding: 5px; 
	background: #999999; 
	color: white; 
	font-size: 9pt; 
	text-align: center;
	border: 0; 
}
#rumours-tabs .nav li a:hover { background-color: #333333; text-decoration:none;}
#rumours-tabs ul { 
	list-style: none; 
	padding: 0;
    list-style-type: none;
}
#rumours-tabs ul li a { 
	text-indent:initial;
	display: block; 
	border-bottom: 1px solid #666; 
	margin: 0;
	padding: 10px 0 10px 0; 
	color: #666; 
	font-size: 10pt;
	text-align:left;
	background: #ededed;
}
#rumours-tabs ul li a:hover { 
	background: #87120c; 
	color: white; 
	text-decoration:none;
}
#rumours-tabs ul li:last-child a {border: none;}
#rumours-tabs ul li.nav-one a.current, #rumours-tabs ul.TabOne li a:hover { 
	background-color: #87120c; color: white; }
#rumours-tabs ul li.nav-two a.current, #rumours-tabs ul.TabTwo li a:hover { 
	background-color: #87120c;color: white;}
#rumours-tabs ul li.nav-three a.current, #rumours-tabs ul.TabThree li a:hover { 
	background-color: #87120c; color: white;}
#rumours-tabs ul li.nav-four a.current, #rumours-tabs ul.TabFour li a:hover { 
	background-color: #87120c; color: white;}
#page-wrap #contact-btn {
	cursor: pointer;
	background: url(../images/contact-btn3.png) no-repeat;
	height: 164px;
	width: 40px;
	float: left;
	margin: 100px 0px 0px -45px;
} 
#page-wrap #contact-btn:hover {
	background: url(../images/contact-btn3.png) no-repeat -40px 0px;
}
.list-wrap{height:300px; overflow: auto;}
#page-wrap {
	float:right;
	position:absolute;
	right: -440px;
	top:320px;
	width:440px;
	display:block;
	z-index:20000;
}
html>body #page-wrap, html>body #comments-wrapper {
	position:fixed; 
	float:none;
}
.container {
    width:200px;
    margin:20px 0 20px 0;
    position: relative;
}
#container {width:50px; position: relative;}
a img {border-width:0;}
.agreebts {clear:both;}
span[id^="agreeb"]{
    display:inline;
    background:#c10001;
    text-decoration:none;
    color:#FFF;
    padding:10px 10px;
    border:1px solid #aaa;
    border-radius:3px;
    cursor:default;
	margin:5px;
}
span[id^="disagreeb"]{
    display:inline;
    background:#c10001;
    text-decoration:none;
    color:#FFF;
    padding:10px 10px;
    border:1px solid #aaa;
    border-radius:3px;
    cursor:default;
	margin:5px;
}
span[id^="disagreeb"]:hover {
    background-color:#c10001;
    border-color:#888;
    box-shadow:0 0 2px #ccc;
	cursor:pointer;
}
span[id^="agreeb"]:hover {
    background-color:#c10001;
    border-color:#888;
    box-shadow:0 0 2px #ccc;
	cursor:pointer;
}
span[id^="likeresponseb"]{
	border: 2px solid #333366;
	padding: 2px 6px 2px 6px;	
}
span[id^="dislikeresponseb"]{
	border: 2px solid #333366;
	padding: 2px 6px 2px 6px;	
}
span[id^="agreer"]{
    display:inline;
    background:#c10001;
    text-decoration:none;
    color:#FFF;
    padding:10px 10px;
    border:1px solid #aaa;
    border-radius:3px;
    cursor:default;
	margin:5px;
}
span[id^="disagreer"]{
    display:inline;
    background:#c10001;
    text-decoration:none;
    color:#FFF;
    padding:10px 10px;
    border:1px solid #aaa;
    border-radius:3px;
    cursor:default;
	margin:5px;
}
span[id^="disagreer"]:hover {
    background-color:#c10001;
    border-color:#888;
    box-shadow:0 0 2px #ccc;
	cursor:pointer;
}
span[id^="agreer"]:hover {
    background-color:#c10001;
    border-color:#888;
    box-shadow:0 0 2px #ccc;
	cursor:pointer;
}
span[id^="likeresponser"]{
	border: 2px solid #333366;
	padding: 2px 6px 2px 6px;	
}
span[id^="dislikeresponser"]{
	border: 2px solid #333366;
	padding: 2px 6px 2px 6px;	
}
.topnav {text-align:right;}
.topnav a.signin {
	display:inline-block;
	text-align:left;
    background:#c10001;
    text-decoration:none;
	font-size:13px;
    color:#FFF;
    padding:10px 20px;
    border:1px solid #aaa;
    border-radius:3px;
    cursor:default;
}
.topnav a.signin:hover {
    background-color:#c10001;
    border-color:#888;
    box-shadow:0 0 2px #ccc;
	cursor:pointer;
}
.topnav a.signin:active {vertical-align:-1px;}
.topnav a.signin, .topnav a.signin:hover {
    *background-position:0 3px!important;
}
.topnav a.menu-open {
    background:#efe7d7!important;
    color:#666!important;
    outline:none;
}
a.signin.menu-open span {color:#333;}
fieldset[id^="signin_menu"]
{
	-moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color:#efe7d7;
    position:absolute;
    width:500px;
    z-index:100;
    border: 3px solid #cccccc;
    text-align:left;
    padding:5px;
    margin-top:0px;
    margin-right: 0px;
    color:#333;
    font-size:14px;
}
textarea[id^="rp"] {width: 500px; height:180px;}
[class^="close_box"] {
    position: absolute;
    top: 200px;
    right: 180px;
	cursor:pointer;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#c10001;
    border:1px solid #333;
    color:#fff;
    text-shadow:0 -1px 0 #333;
    padding:10px 10px;
    font-size:14px;
    margin-left:20px;
}
fieldset[id^="signin_menu"] input[type=text], fieldset[id^="signin_menu"] input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:14px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
fieldset[id^="signin_menu"] p {margin:0;}
fieldset[id^="signin_menu"] a {color:#6AC;}
fieldset[id^="signin_menu"] label {font-weight:normal;}
fieldset[id^="signin_menu"] p.remember {padding:10px 0;}
fieldset[id^="signin_menu"] p.forgot, fieldset[id^="signin_menu"] p.complete {
    clear:both;
    margin:5px 0;
}
fieldset[id^="signin_menu"] p a {color:#27B!important;}
.signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#c10001;
    border:1px solid #333;
    color:#fff;
    text-shadow:0 -1px 0 #333;
    padding:10px 10px;
    font-size:14px;
    margin-left:20px;
}
.signin_submit::-moz-focus-inner {padding:0; border:0;}
.signin_submit:hover, .signin_submit:focus {background-position:0 -5px;
    cursor:pointer;}
.adslot_1 { display:inline-block; width: 300px; height: 250px; }
@media (max-width: 799px) { .adslot_1 { 300px; height: 250px; } }
@media (min-width:800px) { .adslot_1 { display: none; } }

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.vimeovideowrap, .youtubevideowrap, #disqus_thread, .videocontent {
	clear:both;
	width:80%;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom:20px;
}
@media only screen and (max-width:480px) {
	.vimeovideowrap, .youtubevideowrap, #disqus_thread, .socialmedia {clear:both;width:100%;padding-bottom:20px;}
}
.ednote a {
	color:#0000FF;
	text-decoration:underline;
}
.ednote p {color:#c10001;}
.slotad_2 { display:inline-block; width: 300px; height: 250px; }
@media (max-width: 799px) { .slotad_2 { display: none; } }
@media (min-width:800px) { .slotad_2 { 300px; height: 250px; } }

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
   
.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(../images/down_arrow_select.jpg) no-repeat right #ddd;
   border: 1px solid #ccc;
}

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
   
.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(../images/down_arrow_select.jpg) no-repeat right #ddd;
   border: 1px solid #ccc;
}
#cookie-bar a {display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px; background-color:#ddd;}

#cookie-bar.fixed {position:fixed; bottom:0px; z-index:95000; background-color:#ccc; padding:1px;}


.slotad_3 { display:inline-block; width: 720px; height: 90px; }
@media (max-width: 799px) { .slotad_3 { display: none; } }
@media (min-width:800px) { .slotad_3 { 720px; height: 90px; } }