/* $Id: celadon-style.css,v 1.1.2.7 2009/12/09 02:48:13 atelier Exp $ */

@font-face {
    font-family: 'Minecraft';
    src: url('https://cache.worldofminecraft.com/fonts/webfont.eot');
    src: url('https://cache.worldofminecraft.com/fonts/webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cache.worldofminecraft.com/fonts/webfont.woff') format('woff'),
         url('https://cache.worldofminecraft.com/fonts/webfont.ttf') format('truetype'),
         url('https://cache.worldofminecraft.com/fonts/webfont.svg#MinecraftRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Basic Typography & Colors
-------------------------------------------------------------- */
/* Add general site styling here for typography and background */
html {
  min-height: 100.5%;
  margin-bottom: 1px;
  margin-left: -1px; /* IE7/Safari fix for primary menu alignment */
}

body {
  /*font-size: 75%;/*   /* also set in fusion_starter.info: settings[base-font-size] = font-size-12 */
  font-family: "Yanone Kaffeesatz","Josefin Sans Std Light",Helvetica,Arial,sans-serif;
  color: #222;
  background: url(https://cache.worldofminecraft.com/site/wom-bg.jpg) no-repeat bottom #b6d0fe;
  background-attachment: fixed;
  margin-top: 0;
}

/* Default link styles - separate a:visited for a different visited link style */
a {
  margin: 0; 
  padding: 0;
  text-decoration: none;
  color: #005CAF;
}

a:focus {
  color: #005CAF;
}

a:hover {
  text-decoration: underline;
}

a,
a:link,
a:visited {
}

/* Hover/active link styles. Don't forget :focus for accessibility */
a:hover,
a:focus,
a:active {
}


/* Specific Typography
-------------------------------------------------------------- */
#site-name {
  font-size: 300%;
  line-height: 150%;
  padding-top: 30px;
  width: 260px; /* required for IE7 */
}

#site-name a {
  color: #ffffff;
}

.footer-message {
  font-size: 90%;
}

/* HTML Elements
-------------------------------------------------------------- */
/* Add padding here if desired so edges of theme aren't flush with browser window */
body {
}

li a {
  list-style: none;
}

/* Site Info
-------------------------------------------------------------- */
/* Wrapper around logo, site name, and slogan */
.header-site-info span {
  display: block;
}

/* Add float here to put logo and site name side by side, also add margins as
  needed */
#logo {
}

/* Link and hover styles for site name */
#site-name a:link,
#site-name a:visited,
#site-name a:hover,
#site-name a:active {
}

/* Typography for site slogan */
#slogan {
}


/* Regions

  Classes (.region-name) should always be used instead of IDs (#region-name) so
  that Skinr styles can override them with a class later
-------------------------------------------------------------- */

/* All Regions
-------------------------------------------------------------- */
/* By default this wrapper is set to 100% width and centered -- override here to
  narrow wrapper or align left or right */
.page {
}

/* The 0 values here remove padding and spacing at the bottom of the page.
  Remove to add a gap at the very bottom of the page */
.page-inner {
  border: 0;
  margin-bottom: 0;
  padding: 0;
}


/* Header Regions
-------------------------------------------------------------- */
/* Header Top region to the bottom of Header region */
/* For full-width header background, add background image/color here */
.header-group-wrapper {
}

.header-group-wrapper {
  background: url(https://cache.worldofminecraft.com/site/navigation-bg.png) no-repeat bottom center;
  height: 169px;
}

#header-group {
  /*background: url(https://cache.worldofminecraft.com/site/header.png) no-repeat top center;*/
  width: 1178px;
  height: 115px;
}

.header-site-info-inner {
  height: 115px;
}

/* Header Top region which sits above the header */
/* Works well with inline login or inline menu block style */
.header-top-wrapper {
}

.header-top {
  width: 656px;
}

#header-site-info {
  clear: left; /* fix for IE7 */
}


/* Primary Menu   TODO: add default colours
/-------------------------------------------------------------- */
/* Add general styles for primary menu here, such as typography, borders, floats,
  or spacing above/below */
.primary-menu {
}

.primary-menu-inner {
}

.primary-menu-inner ul {
  padding: 9px 0 0 8px;
}

.primary-menu-inner ul li {
  margin-right: 2px;
}

.primary-menu-inner li {
  display: inline;
  line-height: 2;
  list-style: none;
  padding: 0;
  float: left;
  margin-right: 2px;
  background: url(https://cache.worldofminecraft.com/site/tab_right.png) top right;
}

.primary-menu-inner li a {
  padding: 0 1em;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  text-shadow: #10161C 0 -1px 1px;
  background: url(https://cache.worldofminecraft.com/site/tab_left.png) no-repeat top left transparent;
}

.primary-menu-inner li.active-trail {
  background: url(https://cache.worldofminecraft.com/site/active_tab_right.png) top right;
}

.primary-menu-inner li.active-trail a {
  background: url(https://cache.worldofminecraft.com/site/active_tab_left.png) no-repeat top left transparent;
}

/* styles for Superfish primary menu */
.primary-menu-inner ul.sf-menu {
}

/* Link style for top level menu items, add padding here */
.primary-menu-inner ul.sf-menu a,
.primary-menu-inner ul.sf-menu a:visited  {
}

.primary-menu-inner ul.sf-menu a:hover,
.primary-menu-inner ul.sf-menu a:active,
.primary-menu-inner ul.sf-menu a:focus {
}

/* These are the top level menu items, add border-right here for separators */
.primary-menu-inner ul.sf-menu li {
}

/* Add border-right: 0; here to remove separator on last menu item */
.primary-menu-inner ul.sf-menu li.last {
}

/* Style for container of dropdown, add background or border */
.primary-menu-inner ul.sf-menu ul {
}

/* Style for individual dropdown menu items, add border-bottom for separators */
.primary-menu-inner ul.sf-menu li li {
  background-color: #fff;
}

.primary-menu-inner ul.sf-menu li li.last {

}

.primary-menu-inner ul.sf-menu li li li {
}

/* Style for hover of dropdown menu items (add background-color here) */
.primary-menu-inner ul.sf-menu li ul li:hover,
.primary-menu-inner ul.sf-menu li ul li.sfHover {
}


/* Secondary menu
-------------------------------------------------------------- */
/* This menu usually appears in the header as a set of simple text links */
.secondary-menu {
}

/* Set general style for menu here -- background, alignment, etc. */
.secondary-menu-inner ul.links {
}

/* Add a border-right here for a separator */
.secondary-menu-inner ul.links li {
}

/* Add border-right: 0; here to remove right separator on last menu item */
.secondary-menu-inner ul.links li.last {
}

/* Styles for links */
.secondary-menu-inner ul.links li a:link,
.secondary-menu-inner ul.links li a:visited {
  padding: 3px;
}

.secondary-menu-inner ul.links li a:hover,
.secondary-menu-inner ul.links li a:focus,
.secondary-menu-inner ul.links li a.active {
}


/* Header - Search
-------------------------------------------------------------- */
.search-box {
  float: right;
  margin-bottom: 0;
  overflow: visible;
  width: auto;
  margin-top: 40px;
}

.search-box-inner {
  float: right;
  width: 222px;
}

.search-box-inner form#search-theme-form {
  height: 35px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 222px;
  z-index: 10;
  background-color: #eee;
  border-radius: 15px;
}

.search-box-inner #search-input {
  padding: 10px 0 0 10px;
}

.search-box-inner input#edit-search-theme-form {
  background: none;
  border: none;
  color: #333;
  float: left;
  margin: 0;
  padding: 0;
  width: 168px;
}

.search-box-inner .searchButtonPng {
  padding-right: 0;
}

.search-box-inner #search-input input {
  margin: 2px 0 0 0;
  color: #878787;
}


/*  Preface Regions
-------------------------------------------------------------- */
/* The Preface Top region sits between the header and the Main Area
 (columns, sidebars, and main content).  The Preface Bottom region
 is inside the Main Area. */
.preface-top-wrapper {
}

.preface-top {
}

.preface-top-inner {
}

.preface-bottom {
}

.preface-bottom-inner {
}


/*  Main Area (content + sidebars + preface bottom + postscript top)
-------------------------------------------------------------- */
.main-wrapper {
}

#main-wrapper {
  background: url(https://cache.worldofminecraft.com/site/container.png) repeat-y top center;
}

#main {
  width: 1178px;
  padding-bottom: 20px;
}

#main-inner {
  padding-top: 20px;
}

#main-group {
  width: 846px;
}


/* Sidebar Regions
-------------------------------------------------------------- */
/* Sidebar widths can be controlled through theme settings */
#sidebar-first {
  width: 322px;
}

.sidebar-first-inner .inner {
  margin: 0 !important;
  padding-bottom: 2px;

/*  padding-bottom: 20px; */
}

.sidebar-first-inner .block h2.block-title {
  margin: 0 0 10px 18px;
  padding-left: 4px;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar-first-inner .inner .content {
  margin: 0 14px 0 18px;
}

.sidebar-last {
}

/* Sidebar Menu */
.sidebar-first ul.menu {
  margin: 0px 5px;
}

.sidebar-first ul.menu a {
  padding: 6px 10px;
  display: block;
}

.sidebar-first ul.menu a.active {
  background: #bbbbbb;
  padding: 6px 10px;
  display: block;
  color: #ffffff;
  font-weight: bold;
}

.sidebar-first ul.menu a:hover,
.sidebar-first ul.menu a:focus {
  background: #eeeeee;
  padding: 6px 10px;
  display: block;
  text-decoration: none;
}

.sidebar-first ul.menu li {
  border-top: 1px dotted #cccccc;
}

.sidebar-first ul.menu li.last {
  border-bottom: 1px dotted #cccccc;
}

.sidebar-first ul.menu li li,
.sidebar-first ul.menu li.active-trail,
.sidebar-first ul.menu li li.last {
  border: none;
}

ul.menu li.leaf,
ul.menu li.collapsed,
ul.menu li.expanded {
list-style-image: none;
list-style-type: none;
}
/* End Sidebar Menu */


/* Content Regions
-------------------------------------------------------------- */
.content-top {
}

.content {
}

.content-inner {
}

.content-bottom {
}

.content-group-inner {
/*  width: 646px; */
}

.content-content,
.content-tabs-inner,
.content-top-inner,
.content-bottom-inner {
  padding-left: 28px;
}

.inner .meta {
  margin-bottom: 16px;
}

/* This region only appears on full node pages. It's useful for ads or other
  content between the body of the node and its comments */
.node-bottom {
}

/*  Postscript & Footer Regions
-------------------------------------------------------------- */
.postscript-top {
}

.postscript-top-inner {
}

.postscript-bottom-wrapper {
}

.postscript-bottom {
}

.postscript-bottom-inner {
}

.footer-wrapper {
}

.footer-bg {
  background: url(https://cache.worldofminecraft.com/site/footer.png) no-repeat top center;
  height: 80px;
}

.footer-inner {
  text-align: center;
  padding-top: 22px;
}

.footer-message-wrapper {
}

.footer-message {
}

.footer-message-inner {
}

.footer-message-text {
  text-align: center;
  font-size: 110%;
  color: #CCC;
  font-weight: bold;
  text-shadow: #333 1px 1px
}

.footer-message-text-bottom {
  text-align: center;
  font-size: 7pt;
  color: #777;
  font-weight: bold;
  text-shadow: none;
}

.ftconnect {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding-top: 3px;
}

.fttbl {
	background-color: #2F3F4E;
	border-collapse: separate;
	font-size: 12px;
}

.fttbl a:link, .fttbl a:visited {
	font-size: 11px;
}

/* Page titles
/-------------------------------------------------------------- */
/* Page and full node titles */
h1.title {
  padding-left: 28px;
	font-family: minecraft;
	padding-top: 4px;
}

#first-time h1.title,
.node h1.title {
  padding-left: 0;
}


/* Default node styles
/-------------------------------------------------------------- */
/* Change unpublished and preview colors for dark background themes */
.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}

/* Typography for node titles */
h2.title {
	/* font-family: minecraft; */
}

/* Colors and styles for linked node titles */
h2.title a:link,
h2.title a:visited {
}

h2.title a:hover,
h2.title a:focus,
h2.title a:active {
}

/* Separators and padding for node teasers */
.teaser {
}

/* Author/date info */
.meta {
}

.submitted {
}

/* Links for nodes (taxonomy, commenting, read more, etc) */
.node ul.links li {
}
.node ul.links a {
}

/* Just more/read more links */
div.node .read-more a,
div.node .more-link a {
}


/* Default block styles
/-------------------------------------------------------------- */
h2.block-title {
}


/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
  padding: 0 0 10px 28px;
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
}


/* Drupal messages
/-------------------------------------------------------------- */
/* Error that appears when a required form field is not filled out */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #aa1144;
}

/* Required field */
.marker,
.form-required {
  color: #aa1144;
}

/* Tab Menus   TODO: tab styles?
/-------------------------------------------------------------- */
#content-tabs {
  background-color: transparent;
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
}

#content-tabs ul.primary,
#content-tabs ul.secondary {
 /* border-bottom: 1px solid #000;*/
  clear: both;
  float: left;
  margin: 0;
  /*padding: 0 10px;*/
}

#content-tabs ul.secondary {
  border-bottom: 1px solid #555;
  margin-top: 10px;
  text-transform: lowercase;
}

#content-tabs ul.primary li,
#content-tabs ul.secondary li {
  border-style: none;
  display: inline;
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 0;
}

#content-tabs ul.primary li a:link,
#content-tabs ul.primary li a:visited,
#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  background-color: transparent;
  border: none;
  color: #5e778c;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 0 0 6px 0;
  text-decoration: none;
  white-space: nowrap;
}

#content-tabs ul.secondary li a:link,
#content-tabs ul.secondary li a:visited {
  color: #555;
}

#content-tabs ul.primary li a.active:link,
#content-tabs ul.primary li a.active:visited {
  border-bottom: 4px solid #5e778c;
  color: #5e778c;
  padding-bottom: 2px;
}

#content-tabs ul.secondary li a.active:link,
#content-tabs ul.secondary li a.active:visited {
  border-bottom: 4px solid #555;
  color: #777;
  padding-bottom: 2px;
}

#content-tabs ul.primary li a:hover,
#content-tabs ul.primary li a:focus,
#content-tabs ul.secondary li a:hover,
#content-tabs ul.secondary li a:focus {
  border-bottom: 4px solid #777;
  color: #777;
  padding-bottom: 2px;
}

/* Pagers
-------------------------------------------------------------- */
ul.pager {
}

ul.pager li {
}

ul.pager a,
ul.pager li.pager-current {
  border-color: #333;
}

ul.pager li.pager-current {
  background-color: #777;
  color: #fff;
}

ul.pager a:hover,
ul.pager a:active,
ul.pager a:focus {
  background-color: #777;
  border-color: #333;
  color: #fff;
}

/* Forms
/-------------------------------------------------------------- */
/* Typography and backgrounds for all form buttons */
.form-submit {
  margin: 2px;
  padding: 3px 5px;
}

/* Hover style for form buttons */
.form-submit:hover,
.form-submit.hover,
.form-submit:focus {
}

/* Typography, background, borders, padding for form fields */
.form-item input,
.form-item select,
.form-item textarea {
}

/* Remove backgrounds and border on radios and checkboxes */
.form-item .form-radio,
.form-item .form-checkbox {
  background: none;
  border: none !important;
}

/* Fieldset wrapper around groups of form elements -- add border here */
fieldset {
}

/* Typography and spacing for legend of fieldsets */
fieldset legend {
}

/* Link style for legend of fieldsets */
fieldset legend,
legend.collapse-processed,
legend.collapse-processed a:link,
legend.collapse-processed a:visited {
}

/* Custom icons on (open) collapsible fieldsets */
html.js fieldset.collapsible legend a:link,
html.js fieldset.collapsible legend a:visited {
}

/* Custom icons on (closed) collapsible fieldsets */
html.js fieldset.collapsed legend a:link,
html.js fieldset.collapsed legend a:visited {
}


/* Tables
-------------------------------------------------------------- */
table {
}

/* Body of tables */
tbody {
/*  border-top: 1px solid #ccc;*/
}

/* Header of tables */
thead th,
th {
  border-bottom: 3px solid #ccc;
}

tbody th {
  border-bottom: 1px solid #ccc;
}

/* Alternating row background styles */
tr.even,
tr.even td {
/*  background-color: #eee;
  border-bottom: 1px solid #ccc;
*/
}

tr.odd,
tr.odd td {
/*
  background-color: #fff;
*/
  border-bottom: 1px solid #ccc;
}

td.active {
}

tr.drag td,
tr.drag-previous td {
  color: #000;
}


/* Maintenance Page
/-------------------------------------------------------------- */
/* Maintenance page tpl file in Fusion Core has simplified layout, but you can
  also add specific styles, such as a background, just for your offline page */
.in-maintenance  {
}


/*--------------------------------------------------------------*/
/* Module styles
/-------------------------------------------------------------- */


/* Book
/-------------------------------------------------------------- */
.book-navigation .menu {
  border-top: 1px solid #ccc;
}
.book-navigation .page-links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}


/* Comments
/-------------------------------------------------------------- */
/* Style for each individual comment */
div.comment {
}

/* Subject (title) of each comment */
div.comment h3.title {
}

/* Links (edit, reply, delete) for each comment */
div.comment div.links a,
div.comment ul.links a {
}

/* Alternating styles for even/odd comments */
.comments div.odd {
  background-color: #fff;
}

.comments div.even {
  background-color: #eee;
}

/* A special highlight style for a comment by the author of the node */
.comments div.comment-by-author {
  background-color: #ddd;
}

/* Comment signatures */
.signature {
  border-top: 1px solid #d6ddb9;
}

/* User avatars in comments */
.comment-wrapper .picture img {
}


/* Forum
/-------------------------------------------------------------- */
#forum .description {
}

.forum-topic-navigation {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}


/* Poll
/-------------------------------------------------------------- */
div.poll div.bar {
}

div.poll div.bar {
  background-color: #ddd;
}

div.poll div.bar div.foreground {
  background-color: #999;
}


/* Profiles
/-------------------------------------------------------------- */
/* Styles for sub-headings on user profiles */
.profile .picture {
  float: none;
}

.profile dt {
  background-color: #ccc;
}


/* Ubercart
/-------------------------------------------------------------- */
#cart-form-products table th {
  border-bottom: 3px solid #dec2c3;
}

.add-to-cart {
}

.catalog-grid-title a,
.category a {
}

.catalog-grid-title a:hover,
.catalog-grid-title a:focus,
.category a:hover,
.category a:focus {
}

.category-grid-products .catalog-grid-sell-price {
}



/* Skinr
/-------------------------------------------------------------- */

/* This is a sample Skinr style to get you started. See fusion_starter.info */
.fusion-example-stylename .inner {
  /* When setting the background color, also set foreground colors for text and
    links, even if it's similar to the default body style. Remember, this block
    style may be used in regions with other foreground colors, thus making text
    invisible if left unspecified */
  background-color: #ccc;
  color: #000;
  /* All padding and borders should go on the .inner div, so as not to break
    the widths of the grid */
  border: 3px solid #000;
  padding: 10px;
}

.sidebar-block-blue .inner {
  background: url(https://cache.worldofminecraft.com/site/sidebar_heading_blue.png) no-repeat;
  padding-bottom: 0;
}

.sidebar-block-blue .inner .content {
  padding: 20px 12px;
}

.sidebar-block-blue .inner h2.block-title {
	font-family: minecraft;
  padding: 10px 0 0 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #265146;
  letter-spacing: 1px;
}

.sidebar-block-green .inner {
  background: url(https://cache.worldofminecraft.com/site/sidebar_heading_green.png) no-repeat;
  padding-bottom: 0;
}

.sidebar-block-green .inner .content {
  padding: 20px 12px;
}

.sidebar-block-green .inner h2.block-title {
	font-family: minecraft;
  padding: 10px 0 0 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #265146;
  letter-spacing: 1px;
}

.sidebar-block-red .inner {
  background: url(https://cache.worldofminecraft.com/site/sidebar_heading_red.png) no-repeat;
  padding-bottom: 0;
}

.sidebar-block-red .inner .content {
  padding: 20px 12px;
}

.sidebar-block-red .inner h2.block-title {
	font-family: minecraft;
  padding: 10px 0 0 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #265146;
  letter-spacing: 1px;
}

.sidebar-block-orange .inner {
  background: url(https://cache.worldofminecraft.com/site/sidebar_heading_orange.png) no-repeat;
  padding-bottom: 0;
}

.sidebar-block-orange .inner .content {
  padding: 20px 12px;
}

.sidebar-block-orange .inner h2.block-title {
	font-family: minecraft;
  padding: 10px 0 0 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #265146;
  letter-spacing: 1px;
}

.sidebar-block-purple .inner {
  background: url(https://cache.worldofminecraft.com/site/sidebar_heading_purple.png) no-repeat;
  padding-bottom: 0;
}

.sidebar-block-purple .inner .content {
  padding: 20px 12px;
}

.sidebar-block-purple .inner h2.block-title {
	font-family: minecraft;
  padding: 10px 0 0 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #265146;
  letter-spacing: 1px;
}

.sidebar-block-black .inner {
  background: url(https://cache.worldofminecraft.com/site/sidebar_heading_black.png) no-repeat;
  padding-bottom: 0;
}

.sidebar-block-black .inner .content {
  padding: 20px 12px;
}

.sidebar-block-black .inner h2.block-title {
	font-family: minecraft;
  padding: 10px 0 0 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #265146;
  letter-spacing: 1px;
}

/* Blog style template
/-------------------------------------------------------------- */
.blogstyle-blue .date-label {
  background: url(https://cache.worldofminecraft.com/site/date_label_blue.png) no-repeat scroll 0 0;
  height: 66px;
  left: -38px;
  position: absolute;
  top: 0px;
  width: 117px;
}

.blogstyle-green .date-label {
  background: url(https://cache.worldofminecraft.com/site/date_label_green.png) no-repeat scroll 0 0;
  height: 66px;
  left: -38px;
  position: absolute;
  top: 0px;
  width: 117px;
}

.blogstyle-red .date-label {
  background: url(https://cache.worldofminecraft.com/site/date_label_red.png) no-repeat scroll 0 0;
  height: 66px;
  left: -38px;
  position: absolute;
  top: 0px;
  width: 117px;
}

.blogstyle-orange .date-label {
  background: url(https://cache.worldofminecraft.com/site/date_label_orange.png) no-repeat scroll 0 0;
  height: 66px;
  left: -38px;
  position: absolute;
  top: 0px;
  width: 117px;
}

.blogstyle-purple .date-label {
  background: url(https://cache.worldofminecraft.com/site/date_label_purple.png) no-repeat scroll 0 0;
  height: 66px;
  left: -38px;
  position: absolute;
  top: 0px;
  width: 117px;
}

.blogstyle-black .date-label {
  background: url(https://cache.worldofminecraft.com/site/date_label_black.png) no-repeat scroll 0 0;
  height: 66px;
  left: -38px;
  position: absolute;
  top: 0px;
  width: 117px;
}

.date_day {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  left: 9px;
  top: 12px;
  width: 40px;
  text-align: center;
  text-shadow: #284D43 0 -1px 1px;
}

.date_month {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 9px;
  top: 29px;
  width: 40px;
  text-align: center;
  text-shadow: #284D43 0 -1px 1px;
}

.comments_label {
  position: absolute;
  left: 55px;
  top: 10px;
  width: 42px;
  height: 37px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
}

.comments_label a {
  display: block;
  text-decoration: none;
  height: 37px;
  line-height: 36px;
}

.comments_label a:hover {
  text-decoration: underline;
}

.post_author {
  font-style: italic;
  font-family: Georgia, serif;
  margin-top: -4px;
  font-size: 14px;
  color: #8e8e8e;
  position: relative;
  left: 90px;
  margin-bottom: 1.5em;
  width: 510px;
}

.content-inner-inner .node-type-blogstyle h1.title {
  padding: 7px 0 0 90px;
}

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

/*.active a:link {
   color: #FFF;
}*/

a.active {
color: #fff;
}

thead.tableHeader-processed {
color: #fff;
}

.reply-count a:link, .reply-count a:visited {
color: #56768E;
}

.ftop {
   float: right;
   color: red;
   background: #BE6868;
   padding: 10px;
   font-size: 12px;
   border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   box-shadow: 1px 1px 2px #222;
   -moz-box-shadow: 1px 1px 2px #222;
   -webkit-box-shadow: 1px 1px 2px #222;
   margin-top: -22px;
   text-shadow: -1px -1px #666;
}

.rpoint {
   color: red;
   font-weight: bold;
}

.staffsiglay {
   text-align: center;
}

.staffsig {
   background: #5D778A;
   color: #484854;
   padding: 4px 10px 4px 10px;
   font-size: 12px;
   font-weight: bold;
   -moz-border-radius: 15px;
   border-radius: 15px;
   margin: auto;
   box-shadow: 0 0 3px #666;
}

.staffsig a:active, .staffsig a:visited, .staffsig a:hover {
   color: #DFB77C;
}

#tumblr {
	display: block;
	width: 600px;
	margin: 0 0 0 -10px !important;
}

.footer-message-text-inner a:link, .footer-message-text-inner a:visited {
   color: #999;
}

.skinsub {
	color: #fff;
	float: right;
	background: #A5521A;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 10px;
	font-size: 18px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
}

.skinsub a:link, .skinsub a:visited {
	color: #fff;
	text-decoration: none;
}

.pagetitle {
	font-family: minecraft;
	color: #fff;
	max-width: 280px;
	background: #5E778C;
	border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	padding: 10px;
	font-size: 18px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
	margin: 20px 0 20px 8px;
	text-shadow: -1px -1px #000;
}

.forumEtitle {
	font-family: minecraft;
	color: #fff;
	max-width: 380px;
	background: #5E778C;
	border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	padding: 10px;
	font-size: 18px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
	margin: 20px 0 20px -20px;
	text-shadow: -1px -1px #000;
}

.epictitle {
	font-family: minecraft;
	color: #fff;
	width: 300px;
	background: #5E778C;
	border-radius: 0 15px 15px 0;
	-moz-border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	padding: 10px;
	font-size: 18px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
	margin: 20px 0 20px -20px;
	text-shadow: -1px -1px #000;
}

.epictitle a:link, .epictitle a:visited {
	color: #fff;
	text-decoration: none;
}

.serverinfo {
	color: #fff;
	margin: 0px auto;
	width: 200px;
	background: #5E778C;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 8px;
	box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
	border: 1px solid #111;
}

.epicdiv {
	color: #FAFAFA;
	margin: 0px auto;
	width: 450px;
	background: #5E778C;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 8px;
	box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
	border: 1px solid #111;
	text-shadow: 0px 1px 3px #000;
	margin-bottom: 10px;
}

.epicdiv.skin {
	border-color: rgba(180, 180, 180, 0.7);
	border-style: inset;
	border-width: 1px 0;
	box-shadow: 0 3px 8px #333333;
	-moz-box-shadow: 0 3px 8px #333333;
	-webkit-box-shadow: 0 3px 8px #333333;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(60, 60, 60, 0.9) !important;
	background-image: url(https://cache.worldofminecraft.com/site/skinbackdrop.png);
	color: #BEBED0;
}

.epicdiv.skin.front {
	width: 600px;
	margin-left: 20px;
	margin-bottom: 30px;
}

.epicdiv a:link, .epicdiv a:visited {
	color: #B56528 !important;
}

.epicdesc {
	margin: 0px auto;
	text-shadow: 1px 1px #ddd;
}

.skintitle {
	box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.6);
	background-color: #324251;
	background-color: rgba(37, 49, 64, 0.7);
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px inset rgba(0, 0, 0, 0.2);
}

.skintitle h3 {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: minecraft;
	font-size: 15px !important;
}

.skindesc {
	box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.6);
	height: 50px;
	margin-top: 5px;
	background-color: #324251;
	background-color: rgba(37, 49, 64, 0.7);
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px inset rgba(0, 0, 0, 0.2);
	overflow: hidden;
	text-overflow: ellipsis;
}

.skinfoot {
	box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.6);
	height: 16px;
	margin-top: 5px;
	background-color: #324251;
	background-color: rgba(37, 49, 64, 0.8);
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px inset rgba(0, 0, 0, 0.2);
	text-align: center;
}

.skinfoot a:link {
	color: #B56528;
	text-align: center;
}

.ircdiv {
	color: #fff;
	margin: 0px auto;
	background: #5E778C;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 8px;
	box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	-moz-box-shadow: 1px 1px 1px #333;
	border: 1px solid #111;
	text-shadow: -1px -1px #666;
}

.ircdiv a:link, .ircdiv a:visited {
	color: #B54843;
}

.btable {
	background-color: #5E778C;
	width: 400px;
}

.fieldrequired {
	color: #AE433E;
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
}

.activetopicsb {
	margin-top: 6px;
	text-align: center;
	font-weight: bold;
	background-color: #568CB7;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	color: #FFF;
	box-shadow: 0px 1px 2px #999
}

.activetopicsb a:link, .activetopicsb a:visited {
	color: #FFF;
	text-shadow: -1px -1px #666;
	-moz-text-shadow: -1px -1px #666;
}

div.pagination {
	padding: 3px;
	margin: 15px 0 10px 100px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #4B6279;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #4B6279;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #4B6279;
		
		font-weight: bold;
		background-color: #4B6279;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
div.notify {
  background: #EAF8E4;
  border: 6px solid #8DC478;
  color: #3E642F;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 14px;
}

div.notify a {
  color: #1767B1;
}

div.notify ul {
  list-style-position: inside;
}

div.notify em {
  color: #555555;
}

.socialtop {
	float: right;
	margin-top: 10px;
}

.womstats {
	float: right; font-weight: bold; color: rgb(255, 255, 255); right: 10px; padding-right: 20px; margin-top: -32px;
	text-shadow: 0 -1px 1px #651C1C; font-size: 12px;
}

#privatemsg-new-link {
    color: #56768E !important;
}

/*img.bb-image {
	margin-top: 2px;
	max-width: 584px;
	max-height: 600px;
	border: 2px solid #343434;
	border-radius: 4px;
}*/

div.forum-post-panel-main img {
	margin-top: 2px;
	max-width: 580px;
	max-height: 500px;
/*	border: 2px solid #343434; */
	border-radius: 4px;
}

div.filefield-file img, div.skinpostpreview img {
	border: 0 !important;
	margin: 0 !important;
}

.skinpostpreview {
	float: right;
	background-image: url(https://cache.worldofminecraft.com/site/forumbg.png);
	padding: 8px;
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	margin: -6px 0 0 5px;
	border-radius: 0 0 15px 15px;
	width: 168px;
}

.opl table {
	background: #F5F5F5 !important;
}

.opl:hover {
	cursor:pointer;
}

.opl tbody {
	border-top: none !important;
}

.opl .players img {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border-radius: 3px;
}

.smpoptionstitle {
	font-size: 12px;
	font-weight: bold;
	font-family: ProximaNovaSoft,sans-serif !important;
	color: #999;
	text-shadow: 1px 1px 1px #FFF;
	text-align: left;
	margin-left: 40px;
}

.smpoptions {
	float: right;
	margin-right: 40px;
}
.smpoptionsonline {
	color: green;
}
.smpoptionsoffline {
	color: #C94844;
}
.opl .name {
	font-family: ProximaNovaSoft,sans-serif !important;
	color: #555 !important;
	text-shadow: 1px 1px 1px #FFF !important;
}

.opl .opltitle {
	text-align: left;
}

#smpstaffmenu li {
	display: inline;
	list-style-type: none;
	border-radius: 15px;
	box-shadow: 1px 1px 2px #222;
	font-size: 14px;
	font-weight: bold;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
	text-align: center;
	padding: 5px 8px;
	margin: 0 10px;
	background-color: #5289B5;
}

#smpmenu li {
	display: inline;
	list-style-type: none;
	border-radius: 15px;
	box-shadow: 1px 1px 2px #222;
	font-size: 14px;
	font-weight: bold;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
	text-align: center;
	padding: 5px 8px;
	margin: 0 10px;
	background-color: #5289B5;
}

#smpmenu li a, #smpstaffmenu li a {
	color: #FFF;
}

.portal {
	margin: 30px 0 0 0;
	background: -moz-linear-gradient(top,#CFE1ED,#EEE);
	background: -webkit-gradient(linear,left top, left bottom, from(#CFE1ED), to(#EEE));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFE1ED', endColorstr='#EEEEEE');
	background-color: #EEE;
	border-radius: 10px;
	padding: 5px;
	box-shadow: 2px 2px 2px #999;
}

.portal h2, .portal h3, .portal h4 {
	color: #7159A4;
}

.portal .cmd {
	font-weight: bold;
	color: green;
	letter-spacing: 1.5px;
}

.portal p {
	margin-left: 10px !important;
}

.jumpto {
	color: #666;
}

.reporttitle {
	width: 100px;
	margin-left: 20px;
}

#sreport input {
	margin-left: 40px;
	position: absolute;
}

#sreport textarea {
	margin-left: 40px;
}

.supportb {
	background: orange;
	background: -moz-linear-gradient(center top, orange, brown) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(orange), to(brown));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='orange', endColorstr='brown');
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0 0 10px 100px;
	padding: 8px 12px;
	width: 370px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	text-shadow: 0 -1px 2px #A64E00;
}

.supportb:hover, .supportb:active {
	text-decoration: none;
	text-shadow: none !important;
	box-shadow: none !important;
}

.moba th {
	padding: 5px;
}

.moba td {
	padding: 1px 0 1px 5px;
}

.moba tbody tr:hover {
	background-color: #558BB6 !important;
	color: #205D88;
	text-shadow: 1px 1px rgba(255,255,255,0.2);
	box-shadow: 3px 3px 3px #205D88;
}

.moba img {
	vertical-align: bottom;
	border-radius: 3px;
	margin-right: 3px;
}

.sorttable_sorted {
	background-color: #DDD;
}

.tableheader {
    -moz-border-radius-topleft: 4px;-moz-border-radius-topright: 4px;-moz-border-radius-bottomright: 0px;-moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px;
    margin-right: 4px;
    background: url(https://cache.worldofminecraft.com/site/tableheader.png) #205D88 top left;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    background-color: #205D88;
    width: 598px;
}

.tableheader h2 {
	font-size: 1.2em; color: #fff; text-shadow: 0 -1px 0px #000; display: inline; line-height: 2.3em; padding: 0 10px; font-weight: bold; font-family: Mentone-SemiBold, 'Mentone SemiBold', 'Trebuchet MS', sans-serif;
}

.dataTables_wrapper {
	border: 1px solid #C1C1C1;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}

.dataTables_length {
	padding: 3px 0;
	float: left;
	margin-left: 20px;
}

.dataTables_filter {
	padding: 5px 0;
	float: right;
	margin-right: 20px;
}

.dataTables_info {
	padding: 3px 0;
	margin-left: 20px;
}

.postpic {
	float: right;
	margin-top: -35px;
}

.staffpg td {
	vertical-align: top;
	font-weight: bold;
	color: #555;
	text-align: center;
}

.staffpg div {
	box-shadow: 0px -4px rgba(98, 156, 69, 0.3);
	border-radius: 15px 15px 0 0;
        background: -moz-linear-gradient(top,#CFE1ED,#FFF);
        background: -webkit-gradient(linear,left top, left bottom, from(#CFE1ED), to(#FFF));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFE1ED', endColorstr='#FFFFFF');
        background-color: #FFF;

}

.staffpg img {
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.staffpg ul {
	margin: 8px 0 20px 0;
	padding: 0px;
}

.staffpg li {
	list-style: none;
}

.staffname {
	font-family: minecraft;
	color: #629C45;
	padding-top: 2px;
}

.name a {
	font-size: 14px;
}

.CSS1Compat, .cke_show_borders {
        background-color: #FFF !important;
        padding-left: 4px;
}

blockquote {
	background-color: #CCC;
	font-style: italic;
	padding: 0 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #999;
}

#-video-filter-form {
	background-color: whitesmoke;
	padding: 5px 8px;
	border-radius: 15px;
	box-shadow: 2px 2px 2px #999;
}

.forum-table, .forum-topics {
	background-color: #4B5D70 !important;
}

.comment-unpublished {
	background-color: #666 !important;
	background-image: none;
}

ul.menu li {
	margin: 0;
}

.staff a, .staff {color: #AA00AA !important; text-shadow: 1px 1px 6px #aaa; font-family: minecraft;}
.trusted a, .trusted {color: #00AAAA !important; font-family: minecraft;}
.player a, .player {font-family: minecraft;}
