/**
 * @file
 * Custom HoradricRU Styling
 */
 #clickable-bg {
    background: url("/BF_horadric_brandpage.jpg") no-repeat center top transparent;
    border: medium none black;
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 0;
}
.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}
hr {
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}
.content-links {
	clear: both;
}
.field-name-field-image img {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
body.cke_show_borders p {
	margin: 0 0 1em 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.font-size-10 {
  font-size: 10px !important;
}
.font-size-11 {
  font-size: 11px !important;
}
.center {
  text-align: center;
}
.comment .field-name-comment-body a {
  color: #000 !important;
}
.term-base-description a {
  color: #fff !important;
}
.field-type-text-with-summary h2 {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
/*------------ Author Pane ----------*/
.author-pane-section {
	margin-left: 5px;
	margin-top: 5px;
}
.author-name a{
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.author-signature, .author-roles {
	font-style: italic;
}
.author-pane h3 {
  font-size: 1em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
/*------------ CKEditor ----------*/
body.cke_show_borders {
	background:#fff;
}
body.cke_show_borders ol, body.cke_show_borders ul, body.cke_show_borders dl{
	padding: 0 40px;
}
/*------------ Panels ------------*/
.pane-title a{
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 17px;
}
#mini-panel-header .panel-col-first, #mini-panel-clone_of_header .panel-col-first{
  width: 249px;
}
#mini-panel-header .panel-col-last, #mini-panel-clone_of_header .panel-col-last {
  float: right;
  width: 728px;
}
#mini-panel-header .panel-col-first .inside, #mini-panel-clone_of_header .panel-col-first .inside {
  margin: 0;
}
#mini-panel-header .panel-col-last .inside, #mini-panel-clone_of_header .panel-col-last .inside {
    margin: 0px 0 0 0;
}
#mini-panel-mini_panel_new_popular_frontpage .phpbbforum_recent a, 
#mini-panel-mini_panel_new_popular_frontpage .views-field-name a, #mini-panel-mini_panel_new_popular_frontpage{
	color: #AAA;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
}
.block-phpbbforum, .block-phpbbforum .phpbbforum_recent a {
	color: #AAA;
	font-size: 10px;
	line-height: 10px;
}
#mini-panel-mini_panel_new_popular_frontpage .phpbbforum_recent a:hover,
.block-phpbbforum .phpbbforum_recent a:hover,
#mini-panel-mini_panel_new_popular_frontpage .views-field-name a:hover {
	color: #d00;
}
#mini-panel-mini_panel_new_popular_frontpage ul{
	padding: 0;
	margin: 0;
}
#mini-panel-mini_panel_new_popular_frontpage ul li, .block-phpbbforum ul li{
	list-style-type: none;
	margin-bottom: 1px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #EEE;
}
#mini-panel-mini_panel_new_popular_frontpage ul a, .phpbbforum_recent_subject a {
    font-size: 12px;
    font-weight: bold;
	color: #700;
	line-height: 20px;
}
#mini-panel-mini_panel_new_popular_frontpage .pane-content, .block-phpbbforum ul {
	padding: 3px 1px 3px 3px;
	margin: 0;
}
#mini-panel-mini_panel_new_popular_frontpage .panel-col-first {
	margin-right: 3px;
}
#mini-panel-mini_panel_new_popular_frontpage .inside{
	margin: 0;
}
#mini-panel-mini_panel_new_popular_frontpage .panel-col-first, #mini-panel-mini_panel_new_popular_frontpage .panel-col-last {
	width: 340px;
}
#mini-panel-mini_panel_new_popular_frontpage table, #block-views-ae731c853d6087b95081fc661bbc18ec table {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
#block-views-ae731c853d6087b95081fc661bbc18ec table td {
	text-align: center;
	vertical-align: top;
	width: 148px;
}
#mini-panel-mini_panel_new_popular_frontpage table td, .view-recent-user-blog-posts table td {
	text-align: center;
	vertical-align: top;
	width: 135px;
	font-size: 11px !important;
	line-height: 12px;
}
/*-------------- PHPBB --------------*/
#mini-panel-mini_panel_new_popular_frontpage .phpbbforum_recent_subject a img {
	height: 18px;
	vertical-align: -0.3em;
	width: 18px;
}
/*------------ BBCodes ------------*/
.bbcode-blizz, .bbcode-official {
	margin: 5px;
	background-color: #333;
	overflow: hidden;
	border-radius: 3px;
	-webkit-box-border-radius: 3px;
	-moz-box-border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.bbcode-blizz-content {
	padding: 9px;
	background-color: inherit;
	color: #33A1FF;
}
.bbcode-official-content {
	padding: 9px;
	background-color: inherit;
	color: #ADF;
}
.bbcode-blizz-content a, .bbcode-official-content a {
	color: #ADF;
	border: none;
}

.bbcode-blizz-content h6, .bbcode-official-content h6  {
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px;
	padding:2px 0px 1px 25px;
	border-bottom: 1px dotted #555;
	min-height: 15px;
}
.bbcode-blizz-content h6  {
	background: url("../images/blizzard.gif") left center no-repeat;
}
.bbcode-official-content h6  {
	background: url("../images/icon_official.png") left center no-repeat;
}

.bbcode-blizz-content .horadric {
	color: #FFFF91;
}

.bbcode-blizz .bbcode-blizz-content .horadric h6 {
	background: url("../images/horadric.gif") left center no-repeat;
}

.bbcode-blizz-content h6 a, .bbcode-official-content h6 a {
	font-size: 10px;
}

.bbcode-blizz span.corners-top, .bbcode-blizz span.corners-bottom,
.bbcode-official span.corners-top, .bbcode-official span.corners-bottom {
	margin: 0 -10px;
}

.bbcode-blizz-content blockquote.bb-quote-body,
.bbcode-official-content blockquote.bb-quote-body, .bbcode-blizz-content blockquote.uncited  {
	background: #444 url("../images/quote_b.gif") 7px 10px no-repeat;
	padding: 7px 5px 3px 30px;
	border: 1px solid #555;
    border-radius: 3px;
    -webkit-box-border-radius: 3px;
    -moz-box-border-radius: 3px;
	color: #fff;
	font-size: 11px;
	margin: 15px 0px 5px 0px;
}

.bbcode-blizz .uncited {
	background-color: #444;
	color: #fff;
	border: 1px solid #666;
}
/*---------- OpenX ----------*/
.block-openx {
	text-align: center;
}
/*---------- Poll ----------*/
.poll .bar {
  margin: 1px 0 6px 0;
}
.poll .text {
	float: left;
}
/*---------- Media Gallery ----------*/
.mg-col {
	margin: 0;
}
.mg-col-3 > .field-items > .field-item, .mg-col-3 .mg-gallery {
	width: 32.4% !important;
}
.mg-col .mg-gallery.mg-teaser, .mg-col .mg-gallery.mg-teaser .content {
	margin: 2px;
}
.node.node-media-gallery.node-teaser .submitted-wrapper {
	clear: none;
	height: 29px;
}
.settings-group {
	margin-top: 0;
}
.fieldset-wrapper .gallery-settings, .gallery-download,
.presentation-settings .setting-icon.display-lightbox,
.settings-group .group-label {
	display: none;
}
/*---------- Blogs ----------*/
.page-blog #content .action-links {
	display: none;
}
/*---------- Tournament ----------*/
.node-type-round-robin #content ul.action-links,
.node-type-knockout #content ul.action-links {
  list-style-type: none;
  padding-bottom: 10px;
}
.node-type-round-robin #content ul.action-links li,
.node-type-knockout #content ul.action-links li{
  cursor: pointer;
  border: 1px solid #707070;
  background-color: #EBEBEB;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px #fff, inset 0 -9px #DBDBDB, 0 0 1px #707070;
  -o-box-shadow: inset 0 1px 3px #fff, inset 0 -9px #DBDBDB, 0 0 1px #707070;
  -webkit-box-shadow: inset 0 1px 3px #fff, inset 0 -9px #DBDBDB, 0 0 1px #707070;
  -moz-box-shadow: inset 0 1px 3px #fff, inset 0 -9px #DBDBDB, 0 0 1px #707070;
  text-shadow: 0 1px #fff;
  padding: 1px 6px;
  line-height: normal;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  -webkit-box-align: center;
  text-align: center;
  width: auto;
  height: 14px;
  font-size: 11px;
  float: left;
}
.node-type-round-robin #content ul.action-links li a,
.node-type-knockout #content ul.action-links li a{
  margin-top: 2px;
  color: #000;
}
.node-type-round-robin #content article h3,
.node-type-knockout #content article h3,
.node-type-ladder #content article h3{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.node-type-round-robin #content article h2,
.node-type-knockout #content article h2,
.node-type-ladder #content article h2 {
  margin-top: 0em;
  margin-bottom: 0.5em;
}
.node-type-match #match-score tr, .node-type-match table.sticky-table tr, 
.node-type-round-robin table.sticky-table tr,
.node-type-knockout table.sticky-table tr, .node-type-ladder table.sticky-table tr{
  border: 1px solid #ccc;
}
table.sticky-table th[align="center"] {
  text-align: center;
  white-space: nowrap;
}
table.sticky-table th[align="right"] {
  text-align: right;
  white-space: nowrap;
}
.node-type-match table.sticky-table tr {
  width: 100%;
}
.node-type-round-robin table.sticky-table th, .node-type-round-robin table.sticky-table td,
.node-type-knockout table.sticky-table th, .node-type-knockout table.sticky-table td,
.node-type-match table.sticky-table th, .node-type-match table.sticky-table td{
  padding: 2px 10px;
}
.node-type-ladder table.sticky-table th {
  font-size: 10px;
}
#knockout-bracket-full #knockout-bracket-header {
  background: #BBB;
}

.node-knockout.node-teaser .content .tournament-status,
.node-round-robin.node-teaser .content .tournament-status,
.node-ladder.node-teaser .content .tournament-status {
  left: 260px;
  position: absolute;
}
.node-knockout.node-teaser .content #participants,
.node-round-robin.node-teaser .content #participants,
.node-ladder.node-teaser .content #participants {
  left: 260px;
  position: absolute;
  top: 80px;
}
.node-knockout.node-teaser .content #participants h3,
.node-round-robin.node-teaser .content #participants h3,
.node-ladder.node-teaser .content #participants h3,
.node-knockout.node-teaser .content .tournament-status h3,
.node-round-robin.node-teaser .content .tournament-status h3,
.node-ladder.node-teaser .content .tournament-status h3  {
  font-size: 1em;
  margin: 0px;
}
.node-knockout.node-teaser .content #participants .item-list + div,
.node-round-robin.node-teaser .content #participants .item-list + div,
.node-ladder.node-teaser .content #participants .item-list + div {
  display: none;
}
.node-knockout.node-teaser .content .field-name-body,
.node-round-robin.node-teaser .content .field-name-body,
.node-ladder.node-teaser .content .field-name-body {
  margin-top: 45px;
}
.ladder-level-bar-outer {
  background: #333 !important;
}
.page-user .action-links {
  display: none;
}
.node-type-ladder .tournament-status {
  display: none;
}
.node-type-ladder #match-list {
  display: none;
}
#match-score .participant {
  vertical-align: top;
}
.block #tournament-ladder {
  padding: 3px;
}
.block #tournament-ladder tr {
  background-color: #fff;
}
.block #tournament-ladder {
  text-align: right;
}
#tournament-ladder td img, .ladder_rank td img {
  vertical-align: -0.3em;
}
/*---------- Tournament->AD BLOCK ----------*/
.tournament-ads .views-field-field-image{
  float: left;
  padding: 5px;
}
.tournament-ads .views-row{
  clear: both;
}
/*---------- Tournament->TEAMS ----------*/
.page-team #team-members{
  float: right;
  padding: 5px 200px 0 0;
}
.page-team #team-members li {
  text-align: left;
}
.page-team ul.action-links {
  padding: 0 0 6px 0 !important;
}
.page-team ul.action-links a {
  font-size: 12px;
}
.page-team table,.page-team .view-empty p,
.page-user table,.page-user .view-empty p {
  margin: 0.3em;
}
.page-team .team-content h2 {
  margin: 0;
  padding: 0 5px;
  line-height: 1em;
}
.page-team .team-content h3 {
  margin: 0;
}
.page-team li.tournaments{
  display: none;
}
.page-team .field-name-field-avatar {
  padding: 5px;
}
.last-matches td {
  padding: 5px 0 2px 0;
}
.last-matches .block-title {
  text-align: left;
}
.last-matches .last-matches {
  border-bottom: 1px solid #EEE;
}
.last-matches .match-result {
  padding-top: 15px;
}
.last-matches .match-result a{
  font-size: 16px;
  font-weight: bold;
}
.last-matches .views-field-name a, .last-matches .match-result a{
  color: #000;
}
.last-matches .team-name-left{
  padding-right: 50px;
}
.last-matches .team-name-right{
  padding-left: 50px;
}
.last-matches .panel-col-first,
.last-matches .panel-col-last{
  width: 39%;
}
.last-matches .panel-col{
  width: 22%;
}
.last-matches .panel-display .inside {
  margin: 0;
}
.last-tournaments td{
  font-size:12px;
}
.last-tournaments .views-field-field-image {
  width: 10%
}
.last-tournaments .views-field-title {
  width: 49%
}
.last-tournaments .views-field-tournament-status {
  width: 14%;
}
.last-tournaments .views-field-php {
  width: 15%;
}
.ladder_rank .views-field-title{
  width: 90%;
}
.ladder_rank .views-field-php{
  width: 5%;
}
.ladder_rank .views-field-title a, .ladder_rank td{
  font-weight: bold;
  font-size: 12px;
}
.node-type-match #team-name{display:none;}
.top-ladder table.sticky-enabled{
  width: 100%;
}
.top-ladder table.sticky-enabled td{
  padding: 0 !important;
}
.top-ladder .empty{
  padding: 0 !important;
  text-align: center;
}
.page-team-edit #edit-cancel, .page-team-edit #edit-delete {
  display: none;
}
.admin-menu #edit-cancel, .admin-menu #edit-delete {
  display: inline-block !important;
}
/*---------- User Relations ----------*/
.user-relationships-listing-table .user-picture img,
.sticky-enabled.tableheader-processed.sticky-table .user-picture img {
	height: 100px;
	width: 100px;
}
.user_relationships_ui_popup_form .confirmation .form-actions input {
	margin-right: 5px;
}
.author-relationship-remove-icon {
	width: 200px;
}
/*---------- DrupalChat ----------*/
#drupalchat #mainpanel .chatbox td p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 -32px 0 2px;
	width: 182px;
}
#drupalchat #mainpanel .chatboxusername a{
	font-size: 12px;
}
#drupalchat #mainpanel .chatbox tr td:first-child {
	padding-top: 2px !important;
}
#drupalchat #mainpanel .chatbox td > .chatboxusername {
	margin: 2px 0 3px 0;
}
#drupalchat #mainpanel .chatboxtextarea {
	font-size: 11px;
}
.drupalchat-embed-chatroom-container span.crrooms {display:none !important;}
.drupalchat-embed-chatroom-content td p, .drupalchat-embed-chatroom-content-user a{
  font-size: 11px !important;
  line-height: 13px;
  padding-bottom: 0.1em !important;
}
.drupalchat-embed-hide-ol {
  font-size: 14px !important;
}
/*---------- Quote ----------*/
.quote-msg, .quote-snip {
	background-color: #EFEFEF;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
	font-size: 11px;
	overflow: hidden;
	padding: 5px;
}
.quote-msg p {
	margin: 0.5em 0;
}
.quote-author {
	background: url("/phpBB3/styles/prosilver/theme/images/quote.gif") no-repeat;
	display: block;
	margin: 0 0 0.5em 0;
	padding-left: 20px;
}
/*---------- Google Search ----------*/
#google-cse-results {
  max-height: 1190px;
  overflow: hidden;
}
/*---------- Social Links in Menu ----------*/
#block-block-19 {
  float: right;
  height: 24px;
  padding: 5px 4px 4px 0;
}
.socialmenu a {
	border: 0;
	display: inline;
	line-height: 24px;
	margin-left: 2px;
	padding: 0;
}
.socialmenu a:hover, .socialmenu a:link, .socialmenu a:visited {
	background: transparent;
	text-decoration: none;
}
/*---------- Social Links in Node Footer ----------*/
#social-share {
  margin-bottom: 0.5em;
}
#social-share a img{
  padding-left: 3px;
  width: 32px;
  height: 32px;
}
#social-share p {
  margin: 0.5em 0 0.5em 0;
}
#social-share em {
  font-size: 11px;
}
#social-share input {
  width: 450px;
  height: 20px;
  border: 1px solid #BBB;
  padding: 0 5px;
  color: #666;
}
#social-share .float-left {
  padding-top: 5px;
}
/*------------ Taxonomy ----------*/
.field-name-field-category-icon-entity, .field-name-field-category-icon-entity .field-item {
	float: left;
}
.field-name-field-category-icon-entity .content {
	padding: 0 1px !important;
}

.field-name-field-horadric-base .field-item, .page-team ul.action-links li a{
  padding: 1px 5px 2px 5px;
  background-color: #333333;
  margin-right: 8px;
  margin-bottom: 4px;
}
.field-name-field-horadric-base a, .page-team ul.action-links li a {
  font-style: normal !important;
  color: #FFF;
}
.field-name-field-horadric-base a:hover, .page-team ul.action-links li a:hover {
  color: #EEE;
  text-decoration: underline;
}
/*----------- STREAM --------------*/
#stream-new-window {
  font-size: 11px;
  padding-right: 10px;
}
/*----------- Horadric Ideas --------------*/
/*----------- Unpublished comments --------------*/
article.comment-unpublished  span.user-picture {
  display: none;
}
article.comment-unpublished  p.unpublished {
  /*font-size: 18px;*/
  font-size: 14px;
  font-family: tahoma, arial, verdana;
  font-weight: bold;
  color: #CCC;
  
  line-height: 0px;
  margin: 1px 10px;
  position: absolute;  
}
article.comment-unpublished  .field-name-comment-body p,
article.comment-unpublished  .field-name-comment-body
{
	font-size: 10px;
	line-height: 1.1em;
	color: #999;
}
/*----------- COUNTER --------------*/
#under-menu {
	width: 100%;
	height: 54px;
	background: transparent url('../images/counter/bg_counter_ros.jpg') 0 0 no-repeat;
	position: relative;
}
#under-menu .center {
	display: block;
	margin-left: 2%;
	margin-right: 0%;
	position:absolute; top:50%; height:54px; margin-top:-27px
}
#under-menu .left {
	float: left;
	height: 100%;
}
#countdown_dashboard {
	float: left;
	height: 54px;
}
.dash {
	float: left;
	width: 75px;
	height: 54px;
	margin-left: 2px;
	padding-left: 13px;
	position: relative;
	color: #333;
}
.days_dash {
	background: transparent url('../images/counter/counter_days.png') 0 0 no-repeat;
}
.hours_dash {
	background: transparent url('../images/counter/counter_hours.png') 0 0 no-repeat;
}
.minutes_dash {
	background: transparent url('../images/counter/counter_min.png') 0 0 no-repeat;
}
.seconds_dash {
	background: transparent url('../images/counter/counter_sec.png') 0 0 no-repeat;
}
.dash .digit {
	color: #FFFFFF;
	float: left;
	font: normal 31pt Verdana;
	font-weight: normal;
	width: 35px;
	text-align: center;
	position: relative;
}