@charset "UTF-8";

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #5E050A;
}
strong {
	font-weight:bold;
}
p {
	margin-bottom: 12px;
}
ol, ul {
	list-style: none;
	margin-bottom: 8px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#headerWrapper {
	text-align: right; /* Redefines the text alignment defined by the body element. */
	height: 106px;
	border-bottom: solid 4px #b3b3b3; /* Sets the bottom border properties for an element using shorthand notation */
	background:#5e050a url(/images/bg_logo.jpg) no-repeat;
	color:#FFFFFF;
	padding-right: 20px;
}
#headerWrapper h1 {
	display: none;
}
#navWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	height: 32px;
	border-bottom: solid 1px #b3b3b3; /* Sets the bottom border properties for an element using shorthand notation */
	background-color: #f7f7f7;
}
#navWrapper #topNavigation {
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 980px;
	padding-top: 5px;
}

/* cover page */
#middleWrapper {
	/*margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 980px;*/
	background:#ffffff;
}
#middleWrapper #contentWrapper #news {
	float: left;
	padding: 12px 10px 12px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 230px;
}

#middleWrapper #contentWrapper #coverarticles {
	float: left;
	padding: 12px 10px 12px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 528px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#middleWrapper #contentWrapper #featured {
	float: right;
	width: 158px;
	padding: 3px 10px 12px 10px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#middleWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#contentWrapper {
	background:url(/images/bg_content.gif) repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
}
/* detail page */
#middleWrapper #contentWrapper #detailWrapper {
	float: left;
	padding: 3px 8px 10px 8px;
	width: 785px;
}
#middleWrapper #detailWrapper .wide{
	float: right;
	width: 510px;
	padding: 12px 10px 12px 10px;
	/* border: #000FF9 solid 1px; */
}
#middleWrapper #detailWrapper .narrow {
	float: left;
	width: 220px;
	padding: 37px 10px 12px 10px;
	/* border: #F0FF99 solid 1px; */
}

#detailWrapper {
	background:url(/images/bg_detail.gif) repeat-y;
}

/* footer */
#lowerWrapper {
	border-top: solid 4px #b3b3b3; /* Sets the top border properties for an element using shorthand notation */
	height: 100px;
	background:#5e050a url(/images/bg_bottomcolor.gif) repeat-x;
}
#lowerWrapper #footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color:#FFFFFF;
	text-align: left; /* Redefines the text alignment defined by the body element. */
}

a {
	color:#000000;
}
.login {
	top:20px;
	position: relative;
}
.navigation {
	position:absolute;
	right:30px;
	top:69px;
}
.navigation a {
	color:#000000;
	text-decoration: none;
}
.navigation ul {
	float:right;
}
.navigation li {
	display:block;
	float:left;
	width:73px;
	height:24px;
	padding-top:10px;
	background: url(/images/nav_d.gif) no-repeat;
	text-align:center;
}
.navigation li.active {
	background: url(/images/nav_a.gif) no-repeat;
}
.navigation li.first {
	background: url(/images/nav_d_first.gif) no-repeat;
}
.navigation li.first.active {
	background: url(/images/nav_a_first.gif) no-repeat;
}
#navWrapper #topNavigation .breadcrumbs {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}
#navWrapper #topNavigation .breadcrumbs a {
	color:#000000;
	text-decoration: none;
	padding-left: 10px;
}
#navWrapper #topNavigation .search {
	float: right;
}
#navWrapper #topNavigation .search input {
	border: solid 1px #e3e3e3;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 177px;
	color:#666666;
	text-align:right;
	padding-top: 2px;
	padding-right: 2px;
}
img.cover {
	border: 1px solid #e3e3e3;
	margin-right: 10px;
}
img.detail {
	border-left: 1px solid #e3e3e3;
	margin-left: -8px;
}
h1, h1 a {
	font-size: 18px;
	color: #bc1524;
	margin-bottom: 5px;
}
h1 a:link {
	text-decoration: none;
}
h1 a:visited {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2, h2 a {
	font-size: 16px;
	color: #bc1524;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3, h3 a {
	font-size: 14px;
	color: #bc1524;
	margin-top: 5px;
	margin-bottom: 5px;
}
h4, h4 a {
	font-size: 12px;
	color: #bc1524;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight:bold;
}
th{
	font-weight:bold;
}
.txtBlock {
	width: 360px;
	float: right;
}
.imgBlock {
	float: left;
	width: 150px;
	height: 150px;
}
.imgBlock2 {
	float: left;
	width: 150px;
	height: 100px;
}
.subStory p.small, p.small {
	font-size: 9px;
	margin: 0px;
	padding-bottom: 5px;
}
.subStory {
	padding-bottom: 18px;
}
.subStory p {
	margin: 0px;
	padding: 0px;
}
.bottomlinks {
	float: right;
}
img.aright {
	float: right;
	padding-left: 10px;
}

.nextprev {
	clear: both;
	display: block;
	border: 1px solid 000000;
}
p.aright {
	float: right;
	width: 50%;
	text-align: right;
}
p.aleft {
	float: left;
	width: 50%;
	text-align: left;
}
#nav_categories li ul {
	padding-left: 10px;
	/* border: solid 1px #ffff00; */
}
.greyborder {
	border:1px solid #E3E3E3;
}
.login a:link, .cc a:link , .bottomlinks a:link {
color: #ffffff;
}
.login a:visited, .cc a:visited, .bottomlinks a:visited {
color: #eeeeee;
}

.newform {
	width: 100%;
	display: block;
	position: relative;
	padding-top: 15px;
        font-size: 13px;
}
.newform input {
	width: 70%;
	position: absolute;
	right: 0px;
}
input.newsletter {
	width: 95%;
}
.grey {
	color:#989898;
}
.pagination, .pagination a {
	color:#bc1524;
        font-size: 13px;
	text-align: right;
	padding-bottom: 5px;
}
.fieldset {
 border:        1px solid #999;
 padding: 10px;
 margin-bottom: 10px;
}
.social {
	width: 250px;
	float: left;
	padding-right: 10px;
}
.ratings .fieldset {
	height: 40px;
}
.social .fieldset {
	height: 40px;
}
.wide li{
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
	margin-left: 15px;
}

em{
	font-style:italic;
}
pre {
	font-size: 10px;
	width: 510px;
	overflow: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
a#logo {
	position: absolute;
	font-size: 12px;
	left: 0px;
	top: 35px;
	display: block;
	width: 450px;
	height: 60px;
}
#center {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

div.rating{cursor:pointer;margin:2em;clear:both;display:block}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.star{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.cancel,div.cancel a{background:url('/images/delete.gif') no-repeat 0 -16px}
div.star,div.star a{background:url('/images/star.gif') no-repeat 0 0px}
div.cancel a,div.star a{display:block;width:16px;height:100%;background-position:0 0px}
div.star_on a{background-position:0 -16px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -32px}
/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
/* Partial Star CSS */
div.star{background:transparent!important;overflow:hidden!important}

@media (max-width: 768px){
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .subStory p.small, p.small {
    font-size: 1em;
    line-height: auto;
  }

  #middleWrapper #contentWrapper #news, #middleWrapper #contentWrapper #coverarticles,#middleWrapper #contentWrapper #featured, #navWrapper #topNavigation, #middleWrapper #detailWrapper .narrow, #middleWrapper #detailWrapper .wide, #middleWrapper #contentWrapper #detailWrapper, #lowerWrapper #footer {
    width: 100%;
    float: none;
  }

  #middleWrapper #detailWrapper .narrow, #middleWrapper #detailWrapper .wide {
   padding: 10px;
  }

  .narrow, .wide {
    width: 100%;
    float: none;
  }
  #header, #content, #footer, #main {width:100%;}
  img {
    max-width: 100%;
    height: auto;
  }

  #navigation {
    background: none;
    height: auto;
  }
  
  #headerWrapper {
    min-height: 120px;
  }
  #contentWrapper {
    background: none;
    width: 100%;
  }
  #contentWrapper img, .txtBlock {
    width: 100%;
  }
  #contentWrapper .social img {
    width: auto;
  }
  #contentWrapper .detail img, .img_ad {
    width: 100%;
    max-width: 100%;
  }
  body {
    background: #fff;
  }
  .navigation {
    position: absolute;
    right: auto;
    top: auto;
    background: #fff;
    width: 100%;
      margin-top: 75px;
  }
  .navigation li {
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
  }
  #headerWrapper {
    padding: 0px;
  }
  #topNavigation {
    display:none;
  }
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}