/* WEB FONTS */

@font-face {
 font-family: "Neuropol";
 src: url("/neuropol/NEUROPOL.eot?") format("eot"), url("/neuropol/NEUROPOL.woff") format("woff"), url("/neuropol/NEUROPOL.ttf") format("truetype"), url("/neuropol/NEUROPOL.svg#Neuropol") format("svg");
}
 @font-face {
 font-family: "ExoRegular";
 font-style: normal;
 font-weight: normal;
 src: url("/exo-fontfacekit/Exo-Regular-webfont.eot?#iefix") format("embedded-opentype"),  url("/exo-fontfacekit/Exo-Regular-webfont.woff") format("woff"),  url("/exo-fontfacekit/Exo-Regular-webfont.ttf") format("truetype"),  url("/exo-fontfacekit/Exo-Regular-webfont.svg#ExoRegular") format("svg");
}
@font-face {
 font-family: "ExoDemiBold";
 font-style: normal;
 font-weight: normal;
 src: url("/exo-fontfacekit/Exo-DemiBold-webfont.eot?#iefix") format("embedded-opentype"),  url("exo-fontfacekit/Exo-DemiBold-webfont.woff") format("woff"),  url("/exo-fontfacekit/Exo-DemiBold-webfont.ttf") format("truetype"),  url("/exo-fontfacekit/Exo-DemiBold-webfont.svg#ExoDemiBold") format("svg");
}
@font-face {
 font-family: "ExoBold";
 font-style: normal;
 font-weight: normal;
 src: url("/exo-fontfacekit/Exo-Bold-webfont.eot?#iefix") format("embedded-opentype"),  url("/exo-fontfacekit/Exo-Bold-webfont.woff") format("woff"),  url("/exo-fontfacekit/Exo-Bold-webfont.ttf") format("truetype"),  url("/exo-fontfacekit/Exo-Bold-webfont.svg#ExoBold") format("svg");
}
/* BASE */
html {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {
	line-height:20px;
	margin: 0;
} 
/* DEFAULT FONT SETTINGS */
body, button, input, select, textarea {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-weight:300;
	color: #666; 
}

body {
	color:#fff;
	background:#050505;
}


p, h1, h2, h3, h4, h5, h6, small, blockquote, dl, ol, ul, form, table, fieldset, legend, img {
	margin: 0;
	padding: 0
}
p {
	margin-bottom:15px; }
h2 {
	border-bottom: 1px dotted #E5E5E5;
    color: #E5E5E5;
    font-family: 'ExoRegular', Arial, Verdana, Helvetica;
    font-size: 20px;
	line-height:30px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.whatsnewdate {
	position:absolute;
	right:12px;
	font-size: 12px;
	letter-spacing: 0;
	top: 20px;
}
h3 {
    color: #E5E5E5;
    font-family: 'ExoRegular', Arial, Verdana, Helvetica;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
	padding-right:15px;
	display:inline-block;
	float:left;
}

#header {
	height: 50px;
	margin:0;
}
#site-title {
	background: #D20010;
	background: -moz-linear-gradient(#D20010, #cc0000, #A4000C);
	background: -o-linear-gradient(#D20010, #cc0000, #A4000C);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D20010), to(#A4000C));
	background: -webkit-linear-gradient(#D20010, #cc0000, #A4000C);
	border-bottom: 1px solid #540006;
	border-top: 1px solid #E45E68;
	font-family: 'Neuropol' , Arial, Verdana, Helvetica;
	position: absolute;
	left: 0;
	top: 0;
	height: 48px;
	line-height:48px;
	z-index: 200;
}
#site-title:after {
    border-bottom: 23px solid transparent;
    border-right: 23px solid #050505;
    content: '';
    position: absolute;
    right: 0;
    top: -1px;}

#site-title a {
	font-size: 26px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 11px 45px;
}
#site-description {
	background: #cc0000;
	background: -moz-linear-gradient( #D20010, #A4000C);
	background: -o-linear-gradient( #D20010, #A4000C);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from( #D20010), to (#A4000C));
	background: -webkit-linear-gradient( #D20010, #A4000C);
	border-bottom: 1px solid #540006;
	border-top: 1px solid #E45E68;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    font-family: 'ExoRegular', Arial, Verdana, Helvetica;
	height: 25px;
	line-height: 25px;
	margin:0;
	position: absolute;
	right: 0;
	font-size:14px;
	text-align: right;
	top: 23px;
	z-index: 100;
	width:100%;
}

#site-description span {padding: 0 15px; }
#site-title a, #site-title a:hover, #site-title a:focus, #site-title a:active, #site-description {
	color: #FFFFFF !important;
}
/* HYPERLINKS */
a, a:visited {
	text-decoration: none;
	color:#fff
}
a:hover {
	color:#e5e5e5;
	text-decoration:underline;
}
a:active {
	color:#AF1724
}
a:focus {
	outline:none;
	color:#fff
}
ul {
	list-style:square;
	list-style-position: outside;
	margin-bottom:10px;
	margin-left:20px
}
ul li {
	margin-bottom:2px;
	color: #fff
}


#wrapper {
	width:900px;
	margin: 40px auto;
	position:relative;
}
#main {
	background-image: url(/imagesgeneric/bri-frontpage_DSC01817_771x485cr.jpg);
	background-position:-50px -20px;
	background-repeat:no-repeat;
	display:block;
	position:relative;
	border-left: 1px solid #AF1724;
	border-right: 1px solid #AF1724;
}
#listing {
	position:relative;
	width:340px;
	padding:15px 30px;
	float:right;
	background-image: url(/imagesgeneric/red_special_bg1.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color: #000;
	min-height:430px;
	border-left: 1px solid #AF1724;
}

#searchbox {
	position:absolute;
	bottom:17px;
	width:340px;
	left: 25px;
}
#footer {
	background: #D20010;
	background: -moz-linear-gradient(#D20010, #cc0000, #A4000C);
	background: -o-linear-gradient(#D20010, #cc0000, #A4000C);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D20010), to(#A4000C));
	background: -webkit-linear-gradient(#D20010, #cc0000, #A4000C);
	border-bottom: 1px solid #540006;
	border-top: 1px solid #E45E68;
	height: 20px;
}
#footer > * {
	padding: 0 15px ;
	margin: 0;
}
#footer span {
	float:right;}
#menu {
	list-style:none;
	background: #D20010;
	background: -moz-linear-gradient(#D20010, #cc0000, #A4000C);
	background: -o-linear-gradient(#D20010, #cc0000, #A4000C);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D20010), to(#A4000C));
	background: -webkit-linear-gradient(#D20010, #cc0000, #A4000C);
	border-bottom: 1px solid #540006;
	border-top: 1px solid #E45E68;
	display:block;
	height:28px;
	position:relative;
	padding:0 15px;
	margin:0;
}
#menu li {
	display: block;
	float:left;
	height: 100%;
	font-family: 'ExoRegular';
}
#menu li a {
	line-height:28px;
	display: block;
	height: 100%;
	border-left: 1px solid #E45E68;
	border-right: 1px solid #540006;
	color: #FFFFFF;
	padding: 0 10px;
	font-size:14px;
}
#menu li a:hover, #menu li a.active, #menu li a.active:hover {
	font-weight: normal;
	background: #F9F9F9;
	background: -moz-linear-gradient( #F9F9F9, #E5E5E5);
	background: -o-linear-gradient( #F9F9F9, #E5E5E5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from( #F9F9F9), to (#E5E5E5));
	background: -webkit-linear-gradient( #F9F9F9, #E5E5E5);
	color: #373737;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #555555;
	text-decoration:none
}
.jcarousel-container-horizontal {
	width: auto;
}
.jcarousel-clip-horizontal {
	width: auto;
	overflow: hidden;
}
#bannercarousel {
	border-left: 1px solid #AF1724;
	border-bottom: 1px solid #AF1724;
	border-right: 1px solid #AF1724;
	background-image: url(/images/bg_line1.gif);
	background-position:left top;
	background-repeat:repeat;
	display:block;
	padding:14px 45px;
}
#carousel {
	list-style:none;
	display:block;
	margin:0;
}
#carousel li {
	padding:0;
	margin:0;
	text-align:center;
}
#carousel li a {
	display: block;
}
.arrowright, .arrowleft {
	position: absolute;
	right: -30px;
	top: 37px;
	width:24px;
	height:24px;
	text-align:center;
	vertical-align:middle;
	background: #D20010;
	background: -moz-linear-gradient(#D20010, #cc0000, #A4000C);
	background: -o-linear-gradient(#D20010, #cc0000, #A4000C);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D20010), to(#A4000C));
	background: -webkit-linear-gradient(#D20010, #cc0000, #A4000C);
	border-bottom: 1px solid #540006;
	border-top: 1px solid #E45E68;
	border-left: 1px solid #E45E68;
	border-right: 1px solid #540006;
	cursor:pointer;
	font-weight:700;
	line-height:24px;
}
.arrowleft {
	left:-30px;
}
.arrowright:hover, .arrowleft:hover {
	background: #F9F9F9;
	background: -moz-linear-gradient( #F9F9F9, #E5E5E5);
	background: -o-linear-gradient( #F9F9F9, #E5E5E5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from( #F9F9F9), to (#E5E5E5));
	background: -webkit-linear-gradient( #F9F9F9, #E5E5E5);
	color: #373737;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #555555;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #555555;
}
.arrowright[disabled="disabled"], .arrowleft[disabled="disabled"] {
	background:#454545;
	border-color:#454545;
	color:#656565;
	cursor:auto;
}
.clear {
	clear:both;
	display:block;
}
.social {
	padding:10px 15px;
}
.addthis_default_style {
	display:block;
	width:100%
}
.addthis_toolbox a, .addthis_16x16_style a, .addthis_default_style a {
	margin-right: 12px;
	text-decoration:none;
}
.addthis_toolbox a:hover {
	text-decoration:none;
}
.addthis_default_style a span {
	padding-right: 6px;
}
