*{
margin:0;
padding:0;
}

body{
background:#1d1d1d url('http://www.minecraftxl.com/images/design/bg.png') repeat;
margin:0;
font-size:100%;
}

img {
border:0;
}

/*** Design ***/

#wrapper_top {
width:100%;
min-width:1100px;
background: #000 url('http://www.minecraftxl.com/images/design/top_bg.png') repeat-x left top;
}

#skies {
width:100%;
background:url('http://www.minecraftxl.com/images/design/clouds2.png') no-repeat center;
}

.wrapper_center {
margin:0 auto;
width:1100px;
}

#top {
width:100%;
height:128px;
}

.top_bar {
width: 1100px;
height: 23px;
padding-top: 7px;
font-size: 0.7em;
font-family:verdana;
color: #f4f4f4;
}
.top_bar ul {
margin: 0px;
padding: 0px;
float: right;
}
.top_bar li {
margin: 0px;
padding: 0px 0px 0px 20px;
float: left;
list-style-type: none;
}
.top_bar li img{
float: left;
padding-right: 5px;
}
.top_bar li a {
color: #dfdfdf;
text-decoration: none;
}
.top_bar li a:hover {
color: #fff;
text-decoration: none;
}

#header{
width: 1100px;
}

.logo{
float: left;
width: 250px;
margin-top: 20px;
}

.menu {
width: 820px;
height: 40px;
float: right;
margin-top: 15px;
margin-left:10px;
}

.content_style1 {
width:100%;
background:#d6d6d6;
}

.content_holder {
margin:0 auto;
width:1100px;
}

.content_style1 .content_holder {
background:#ededed;
}

.content {
color:#333;
font-family:Arial, Helvetica, Verdana;
font-size:0.875em;
line-height:130%;
}

.content_colum1 {
width:750px;
float:left;
border-right:1px dashed #ccc;
padding:20px 10px;
}

.content_colum2 {
width:305px;
float:left;
padding:20px 10px;
}

#wrapper_footer {
margin:0 auto;
width:100%;
min-width:1100px;
height:103px;
background:#242424 url('http://www.minecraftxl.com/images/design/footer_bg.png') repeat-x left;
}
#wrapper_footer span.links {
font-family: "Trebuchet MS",sans-serif,Tahoma,Arial,Verdana;
font-size:9pt;
}
#wrapper_footer span.links a, span.links a:visited {
color: #fff;
padding: 4px;
text-decoration: none;
background-color:#92c162;
}
#wrapper_footer span.links a:hover{
background-color:#b9855c;
}

.footer_content {
color:#ccc;
font-family:Arial, Helvetica, Verdana;
font-size:0.875em;
padding:20px 10px;
}

/*** Content ***/

.clear {
clear:both;
}

a:link, a:visited {
font-family:Helvetica, verdana, Arial;
text-decoration:underline;
color:#365d95;	
}

a:hover, a:active {
color:#000;
text-decoration:none;
}

ol, ul {
list-style: square;
list-style-position:inside;
color: #999;
}
ol span, ul span {
color: #000;
}
ol li, ul li {
padding:2px;
}
		
ul.recipe-list {
list-style: square;
list-style-position:inside;
color:#999
}
ul.recipe-list li a {
color:#547952;
text-decoration: none;
}
ul.recipe-list li a:hover, ul#recipe-list li a:active {
color:#000;
}
	
td {
border:0;
}

h1 {
font-family:Helvetica, Verdana, Arial;
font-size:14pt;
color: #6ca809;
}

h2 {
font-family:Helvetica, Verdana, Arial;
font-size:12pt;
color: #6ca809;
}

h3 {
font-family:Helvetica, Verdana, Arial;
font-size:12pt;
color: #000;
}

.copyright {
font:0.7em verdana;
color:#ccc;
}

.affiliate textarea{
width:450px;
height:80px;
font:8pt verdana;
background:#dfdfdf;
border:0;
color:#a0a0a0;
}

.affiliate span {
margin:12px 2px;
}

div.pagination {
display:block;
}
div.pagination a {
border:1px solid #ccc;
text-decoration:none;
padding:6px 10px;
margin:0;
color:#4e4e4e;
background:#e4e4e4;
}
div.pagination a:hover {
border:1px solid #6ca809;
background:#ededed;
}
div.pagination span {
color:#4e4e4e;
background:#ededed;
border:1px solid #6ca809;
padding:6px 10px;
margin:0;
}
	
/* Seed table */

.seed table {
margin:0;
border:0;
}

.seed td {
border:0;
padding:5px 6px;
word-break:break-all;
margin:0;
border-bottom:1px dashed #c1c1c1;
}

.seed tr {
background:#ededed;
margin:0;
}

.seed tr:hover {
background:#dfdfdf;
}

/* Crafting table */

table.crafting {
width:98%;
border-spacing:0;
border-collapse:collapse;
}

.crafting th {
border:2px solid #f3f3f3;
padding:5px;
}

.crafting td {
border:2px solid #f3f3f3;
padding:5px;
}

.crafting tr {
background:#c6c6c6;
}
	
/*** Menu customize ***/

ul.dropdown li:hover > a.dir {
color: #6ca809;
}

ul.dropdown ul li:hover > a.dir {
background-color: #fff;
color: #16476d;
}


/*** Menu ***/

ul.dropdown,ul.dropdown li,ul.dropdown ul {
list-style:none;
margin:0;
padding:0;
}

ul.dropdown {
position:relative;
z-index:597;
float:left;
font:normal 10pt Helvetica, Verdana, "Trebuchet MS", Arial, sans-serif;
font-weight:700;
}

ul.dropdown li {
float:left;
vertical-align:middle;
zoom:1;
color:#fff;
line-height:normal;
padding:0;
}

ul.dropdown li.hover,ul.dropdown li:hover {
position:relative;
z-index:599;
cursor:default;
}

ul.dropdown ul {
visibility:hidden;
position:absolute;
top:100%;
left:0;
z-index:598;
width:170px;
background-color:#333;
color:#fff;
font-size:11px;
text-transform:none;
}

ul.dropdown ul li {
float:none;
background-color:#fff;
color:#2e2e2e;
}

ul.dropdown ul ul {
top:1px;
left:99%;
}

ul.dropdown li:hover > ul {
visibility:visible;
}

cite {
float:right;
}

ul.classic {
list-style:disc;
margin-bottom:1em;
padding-left:2em;
}

div.section {
clear:both;
padding-top:50px;
}

.table1 {
float:right;
margin-bottom:2em;
border:solid 1px #eee;
}

.table1 caption {
color:#fff;
text-align:center;
padding-bottom:5px;
}

.table1 th,.table1 td {
padding:7px;
}

.table1 th,.table1 thead td {
background-color:#ffffe0;
color:#000;
}

.table1 tbody td {
background-color:#fff;
color:#000;
}

.table1 tbody th {
text-align:right;
}

#wmfg {
clear:both;
float:left;
}

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

ul.dropdown a:hover {
color:#76b900;
text-decoration:none;
}

ul.dropdown a:active {
color:#fff;
}

ul.dropdown ul li.hover,ul.dropdown ul li:hover {
background-color:#fff;
}

ul.dropdown ul a:hover {
color:#2e2e2e;
text-decoration:none;
background-color:#6ca809;
}

ul.dropdown .dir {
padding-right:12px;
background-image:none;
background-position:100% 50%;
background-repeat:no-repeat;
}

ul.dropdown li a {
display:block;
padding:7px 14px;
}

ul.dropdown li.dir {
padding:7px 20px 7px 14px;
}

ul.dropdown ul li.dir {
padding-right:15px;
}

ul.dropdown ul a {
width:151px;
padding:4px 5px 4px 14px;
}

ul.dropdown a.open {
background-color:#fff;
color:#16476d;
}

ul.dropdown ul a.open {
background-color:#6ca809;
color:#fff;
}

ul.dropdown ul a:link,ul.dropdown ul a:visited,ul.dropdown ul a:active {
color:#2e2e2e;
}

/* Floating social buttons */
#social-float {
position: fixed;
left: 10px;
top: 200px;
width: 55px;
padding: 10px 5px;
text-align: center;
background: #ededed;
border: 5px solid rgba(180, 180, 180, .7);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
display: none;
}
.sf-facebook {
height: 60px;
margin-bottom: 10px;
}
.sf-plusone {
height: 60px;
margin-bottom: 10px;
}

.sf-twitter {
height: 62px;
}

/* Form */

fieldset {
border:0;
}

input[type="text"] {
background:#f9f9f9;
color:#333;
height:20px;
padding:3px;
border:1px solid #333;
border-radius:4px;
}

textarea {
background:#f9f9f9;
color:#333;
padding:3px;
border:1px solid #333;
border-radius:4px;
}

select {
background:#f9f9f9;
color:#333;
border:1px solid #333;
padding:4px;
border-radius:4px;
}

input[type="text"]:focus, select:focus{
color:#6ca809;
}

input[type="button"], input[type="submit"] {
background:#f1f1f1;
padding:4px;
border:1px solid #333;
border-radius:4px;
color:#333;
font-weight:bold;
}

input[type="button"]:hover {
color:#6ca809;
border:1px solid #6ca809;
}

/* Thumb 200 / skins */
.thumb_skin {
float: left;
margin: 5px 10px 45px 10px;
width: 164px;
height: 143px;
}

.thumb_skin a {
border: 1px solid #dbdbdb;
color: #505050;
display: block;
width: 164px;
height: 143px;
background-color: #e4e4e4;
text-decoration: none;
border-radius:5px;
}

.thumb_skin a:hover {
border: 1px solid #505050;
color: #000000;
background:#ededed;
}

.thumb_skin img {
border: 0;
width: 150px;
height: 129px;
margin: 7px;
}

.thumb_skin div, .thumb_skin span {
padding: 10px 5px;
width: 150px;
height: 30px;
font-size: 10pt;
line-height:10pt;
font-weight: bold;
text-align: center;
}


/*
 * ADD TO HOME STYLES
*/

/* Main container */
#addToHomeScreen {
z-index:9999;
-webkit-user-select:none;
user-select:none;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-touch-callout:none;
touch-callout:none;
width:240px;
font-size:15px;
padding:12px 14px;
text-align:left;
font-family:helvetica;
background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3));
border:1px solid #505050;
-webkit-border-radius:8px;
-webkit-background-clip:padding-box;
color:#333;
text-shadow:0 1px 0 rgba(255,255,255,0.75);
line-height:130%;
-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
}

#addToHomeScreen.addToHomeIpad {
width:268px;
font-size:18px;
padding:14px;
}

/* The 'wide' class is added when the popup contains the touch icon */
#addToHomeScreen.addToHomeWide {
width:296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
width:320px;
font-size:18px;
padding:14px;
}

/* The balloon arrow */
#addToHomeScreen .addToHomeArrow {
position:absolute;
background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc));
border-width:0 1px 1px 0;
border-style:solid;
border-color:#505050;
width:16px; height:16px;
-webkit-transform:rotateZ(45deg);
bottom:-9px; left:50%;
margin-left:-8px;
-webkit-box-shadow:inset -1px -1px 0 #a9a9a9;
-webkit-border-bottom-right-radius:2px;
}

/* The balloon arrow for iPad */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
-webkit-transform:rotateZ(-135deg);
background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(238,238,238,0)),color-stop(0.4,rgba(238,238,238,0)),color-stop(0.4,#eee));
-webkit-box-shadow:inset -1px -1px 0 #fff;
top:-9px; bottom:auto; left:50%;
}

/* Close button */
#addToHomeScreen .addToHomeClose {
-webkit-box-sizing:border-box;
position:absolute;
right:4px;
top:4px;
width:18px;
height:18px; line-height:14px;
text-align:center;
text-indent:1px;
-webkit-border-radius:9px;
background:rgba(0,0,0,0.12);
color:#707070;
-webkit-box-shadow:0 1px 0 #fff;
font-size:16px;
}

/* The '+' icon, displayed only on iOS < 4.2 */
#addToHomeScreen .addToHomePlus {
font-weight:bold;
font-size:1.3em;
}

/* The 'share' icon, displayed only on iOS >= 4.2 */
#addToHomeScreen .addToHomeShare {
display:inline-block;
width:18px;
height:15px;
background-repeat:no-repeat;
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
background-size:18px 15px;
text-indent:-9999em;
overflow:hidden;
}

/* The touch icon (if available) */
#addToHomeScreen .addToHomeTouchIcon {
display:block;
float:left;
-webkit-border-radius:6px;
border-radius:6px;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5),
inset 0 0 2px rgba(255,255,255,0.9);
box-shadow:0 1px 3px rgba(0,0,0,0.5),
inset 0 0 2px rgba(255,255,255,0.9);
background-repeat:no-repeat;
width:57px; height:57px;
-webkit-background-size:57px 57px;
background-size:57px 57px;
margin:0 12px 0 0;
border:1px solid #333;
-webkit-background-clip:padding-box;
background-clip:padding-box;
}

/* The 'share' icon for retina display */
@media all and (-webkit-min-device-pixel-ratio: 2) {
#addToHomeScreen .addToHomeShare {
background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
}
}