/* Global reset =================================================================== */
html,body,div,p,h1,h2,h3,span,a,table,td,form,img {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  border: 0px none;
}

body {
  background: #313131 url(/img/set01/global/bg-body.jpg);
  text-align: center;
  font-size: 11px;
  color: #555;
  overflow: -moz-scrollbars-vertical;
}

br.clearFloat, div.clearFloat {
	clear: both;
	height: 0px;
	overflow: hidden;
	white-space: nowrap;
}

/* Headlines ====================================================================== */
h1,h2,h3,h4,h5,h6,h1 a,h2 *,h3 a,h4 a,h5 a,h6 a {
  display: block;
  color: #AA0000;
  font-weight: bold;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 34px;
  font-variant: small-caps;
}

h2.headline {
  background: #DCDED1 url(/img/set01/headlines/bar-magazine.jpg) no-repeat 0px 12px;
  height: 32px;
  margin: 0px 20px;
  overflow: hidden;
}

h2.headline span {
  background: #DCDED1 url(/img/set01/global/bg-block-bright.jpg) repeat -20px -20px;
  display: block;
  float: left;
  padding-right: 10px;
  letter-spacing: -1px;
}

h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

h4 {
  font-size: 11px;
  margin-bottom: 5px;
}

/* Paragraphs ===================================================================== */
p {
  margin-bottom: 5px;
}

/* Links ========================================================================== */
a {
  color: #333622;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #AA0000;
}

a.linkH3, a.linkH3u {
 font-size: 14px;
 color: #AA0000;
}

a.linkH4, a.linkH4u {
 font-size: 11px;
 color: #AA0000;
}

a.linkH3u, a.linkH4u {
 text-decoration: underline;
}

a.alphalist, a.alphalista {
 height: 14px;
 width: 14px;
 float: left;
 text-align: center;
 border: 1px solid #000;
 margin-right: 2px;
}

a.alphalist:hover, a.alphalista {
 color: #AA0000;
 border: 1px solid #AA0000;
}

/* Link intern */
a.internalLink {
  background: transparent url(/img/set01/global/arrow-breadcrumb.gif) no-repeat left center;
  padding: 0 0 0 8px;
  margin-right: 0;
}

/* Link extern */
a.externalLink {
  background: transparent url(/img/set01/global/external-link.gif) no-repeat right center;
  padding: 0 15px 0 0;
  margin-right: 5px;
}

/* Link button */
a.link-button {
  color: #FFF;
  background: #838671 url(/img/set01/global/bg-link-button.gif) no-repeat left center;
  padding: 3px 5px 3px 24px;
  display: block;
  float: left;
  margin-right: 5px;
}

a.link-button:hover {
  color: #FFF;
  background-color: #AA0000;
}

/* "more" link */
a.link-more {
  background: transparent url(/img/set01/global/arrow-link-more.gif) no-repeat 0px 4px;
  padding-left: 8px;
}

/* Images ========================================================================= */
.image-wrapper {
  margin-bottom: 10px;
}

.image-wrapper img {
  border: 2px solid #FFF;
  background-color: #FFF;
}

/* Floating cover list ============================================================ */
ul.floating-covers,ul.floating-covers li,ul.floating-covers li a {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.floating-covers li {
  float: left;
}

ul.floating-covers li .image-wrapper {
  margin: 0 0 0 10px;
}

ul.floating-covers li a {
  margin-bottom: 10px;
}

/* Spacing container */
.spacing-default {
  padding: 10px;
}

#region-content .spacing-default {
  padding: 20px;
}

#region-content .spacing-default-top {
  padding-top: 20px;
}

#region-content .spacing-default-bottom {
  padding-bottom: 20px;
}

#region-content .spacingRUL-default {
  padding: 0 20px 20px 20px;
}

/* Text format */
.uppercase {
  text-transform: uppercase;
}

/* Backgrounds */
.bgRed {
  background-color: red;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

/* Divider line */
.divider-line {
  height: 1px;
  overflow: hidden;
  border-bottom: 1px dashed #333622;
}

/* Divider line oversized*/
.divider-line-oversized {
  margin-left: -20px;
  width: 530px;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px dashed #333622;
}

.divider-line-realoversized {
  margin-left: -60px;
  margin-bottom: 20px;
  width: 530px;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px dashed #333622;
}

/* Divider line ubb */
.divider-line-ubb {
  margin: 10px 0 0 -20px;
  width: 530px;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px dashed #333622;
}

/* Article lists ================================================================== */
.article-list .article {
  padding: 20px;
}

.article-list .image-wrapper {
  float: left;
  margin: 0px 1em 1em 0px;
}

/* Global ========================================================================= */
.floatL {
	float: left;
}

.floatR {
	float: right;
}

.display-block {
	display: block;
}

/* Markup free clearing =========================================================== */
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hide from IE-mac \*/
* html .clear-block {
  height: 1%;
}

.clear-block {
  display: block;
}
/* End hide from IE-mac */