/**
 * @file
 * Block Styling
 */


.block { /* Block wrapper */
  margin-bottom: 0;
}

.block.first { /* The first block in the region */
}

.block.last { /* The last block in the region */
}

.block.odd { /* Zebra striping for each block in the region */
}

.block.even { /* Zebra striping for each block in the region */
}

.region-sidebar-second .block-header, 
#mini-panel-mini_panel_new_popular_frontpage h2, .view-id-all_categories .panel-col-top,
.horadric-block .block-header, .page-team #team-name {
	background-color: #404040;
	background: linear-gradient(top,#404040,#1C1C1C);
	background: -moz-linear-gradient(top,#404040,#1C1C1C);
	background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#1C1C1C));
	background: -o-linear-gradient(top, #404040,#1C1C1C);
	border-bottom: 1px solid #CCC;
}
h2.block-title, span.block-title, #mini-panel-mini_panel_new_popular_frontpage h2, .page-team #team-name h3  { /* Block title */
    color: #FFF;
	font: bold 13px Verdana, Helvetica, Arial, sans-serif;
	height: 17px;
    padding: 3px 5px;
	margin: 0;
	display: block;
}
#mini-panel-mini_panel_new_popular_frontpage h2{
	margin: 1px !important;
}
/*--------- Categories Page Block -----------*/
.view-id-all_categories .panel-col-top {
  height: 28px;
}
.view-id-all_categories .panel-col-top a {
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.view-id-all_categories .panel-col-top .inside {
  margin-bottom: 0;
}
.view-id-all_categories .panel-col-top .views-field {
  float: left;
  height: 28px;
}
.view-id-all_categories .panel-col-top h2 {
  margin: 2px;
}
.view-id-all_categories .center-wrapper {
  clear: both;
  padding: 5px;
}
.view-id-all_categories .center-wrapper .panel-col-first {
  width: 369px;
}
.view-id-all_categories .center-wrapper .inside {
  margin: 0;
}
.view-id-all_categories .center-wrapper .panel-col,
.view-id-all_categories .center-wrapper .panel-col-last {
  width: 150px;
}

/* ------ Outer wrapper -----*/
.region-sidebar-second .block,
.page-video .view-video-gallery-view, .page-gallery .view-all-galleries,
.page-ladder .view-display-id-page, .horad-block-outer, #block-views-main-page-slider-block,
.view-id-all_categories .category, .horadric-block {
    border: 1px solid #CCC;
    padding: 0;
    margin-bottom: 4px;
    background-color: #FFF;
}
.horad-block-outer {
	margin: 0 auto;
	border-top: none;
	width: 681px;
}
/* ------ Inner wrapper -----*/
.region-sidebar-second .block .block-inner, .horad-block-inner, #block-views-main-page-slider-block .block-inner,
.view-id-all_categories .views-row .panel-display, .horadric-block .block-inner {
    border: 1px solid #FEFEFE;
    margin-bottom: 0px;
    overflow: hidden;
}
.horad-block-inner {
	height: 240px;
	border-top: none;
}

.horad-block-description {
  color:#fff;
  margin: 0 3px 0 350px;
  padding-top:8px;}

#block-aggregator-category-1 { /* Block for the latest news items in the first category */
}

#block-aggregator-feed-1 { /* Block for the latest news items in the first feed */
}

#block-block-1 { /* First block created with "Add block" link */
}

#block-blog-recent { /* "Recent blog posts" block */
}

#block-book-navigation { /* "Book navigation" block for the current book's table of contents */
}

#block-comment-recent { /* "Recent comments" block */
}

#block-forum-active { /* "Active forum topics" block */
}

#block-forum-new { /* "New forum topics" block */
}

#block-locale-language { /* Language switcher block */
}

#block-menu-menu-NAME { /* Custom menu block */
}

#block-node-recent { /* "Recent content" block */
}

#block-node-syndicate { /* "Syndicate" block for primary RSS feed; see also page.css's .feed-icon */
}

#block-poll-recent { /* "Most recent poll" block */
}

#block-profile-author-information { /* "Author information" block for the profile of the page's author */
}

#block-search-form { /* "Search form" block */
}

#block-shortcut-shortcuts { /* "Shortcuts" block */
}

#block-statistics-popular { /* "Popular content" block */
}

#block-system-main-menu { /* "Main menu" block */
}

#block-system-management { /* "Management" block for Drupal management menu */
}

#block-system-navigation { /* "Navigation" block for Drupal navigation menu */
}

#block-system-user-menu { /* "User menu" block for Drupal user menu */
}

#block-system-help { /* "System help" block */
}

#block-system-main { /* "Main page content" block */
}

#block-system-powered-by { /* "Powered by Drupal" block */
}

#block-user-login { /* "User login form" block */
}

#block-user-new { /* "Who's new" block for a list of the newest users */
}

#block-user-online { /* "Who's online" block for a list of the online users */
}
/*---------- Custom Blocks ----------*/
.block-header h2 a, .block-header span a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	height: 17px;
}
.block-openx {
	line-height: 0px;
}
.block-block ul, .block-views ul, ul.top-thumb-list, .page-team ul.action-links {
	list-style-type: none;
	margin: 0;
	padding: 2px 10px;
}
.block-block .game-title {
	margin: 0;
	padding: 19px 0 0 0;
	border: none;
	font-weight: bold;
	color: #333;
	font-size: 12px;
}
.block-block .sales {
	color: #D00;
	font-weight: bold;
}
.block-block .postscript {
	color: #AAA;
	font-weight: normal;
}
#block-block-3 li, #block-block-31 li, #block-block-4 li {
	clear:both;
}
#block-block-3 span, #block-block-31 span {
	display: inline;
	text-transform: none;
}
#block-block-3 img, #block-block-31 img {
	float: left;
	margin: 6px 10px 8px 0;
}
#block-block-31 img {
	
	margin-top: 2px;
}
#block-block-4 img {
	float: left;
	margin: 10px 8px 10px 0;
}
#block-block-4 ul {
	text-align: center;
}
#block-block-4 br {
	line-height: 15px;
}
.block .block-inner .wrapper {
	margin: 5px;
}

#block-block-3 span, #block-block-31 span {
    display: inline;
    text-transform: none;
}
#block-block-31 .game-title {
    padding: 0;
}