/* style.new.css */
body, html {
  margin: 0;
  background-color: RGB(51,57,73);
  text-align: center;
  color: #b7b8ba;
  font-family: Arial;
}

a, a:link, a:visited, a:hover { text-decoration:none; } /* Safari FIX */

h1 {
  display: inline;
}

#shortcuts-wrapper {
  min-width: 1040px;
  background-image: url('//static.mcpatcher.net/img/shortcutbg.png');
  background-repeat: repeat-x;
  height: 50px;
  margin: 0;
}

#shortcuts-content {
  width: 1024px;
  margin: 0 auto;
}

#shortcuts-language {
  padding-top: 7px;
  float: left;
  margin-right: 5px;
}

.shortcuts-separator-left {
  float: left;
  width: 2px;
  z-index: 1;
  height: 50px;
  background-image: url('//static.mcpatcher.net/img/shortcuts_separator.png');
  padding: 0;
}

.shortcuts-separator-right {
  float: right;
  width: 2px;
  z-index: 1;
  height: 50px;
  background-image: url('//static.mcpatcher.net/img/shortcuts_separator.png');
  padding: 0;
}

.shortcuts-download {
  background-image: url('//static.mcpatcher.net/img/download.png');
  background-repeat: no-repeat;
  background-position: 0px 7px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  color: #4c5670;
  font-size: 11px;
}

.shortcuts-download-count {
  display: block;
  padding-top: 0px;
  text-align: left;
  padding-left: 28px;
}

.shortcuts-download-version {
  text-align: left;
  padding-left: 128px;
  padding-top: 15px;
  padding-right: 3px;
}

.shortcuts-download:hover, .shortcuts-download:active, .shortcuts-download:focus {
  background-image: url('//static.mcpatcher.net/img/download_hover.png');
  background-repeat: no-repeat;
  background-position: 0px 7px;
  color: #a7fd02;
}

#shortcuts-login {
  padding: 5px;
  float: right;
  font-size: 15px;
  margin-top: 11px;
  margin-left: 5px;
  background-color: #12161f;
  border-radius: 5px;
}

#shortcuts-feedback {
  padding: 5px;
  float: right;
  font-size: 15px;
  margin-top: 11px;
  margin-right: 5px;
  background-color: #12161f;
  border-radius: 5px;
}

#shortcuts-login a, #shortcuts-login a:link, #shortcuts-login a:visited {
  text-decoration: none;
  color: #4c5670;
  text-shadow: none;
}

#shortcuts-feedback a, #shortcuts-feedback a:link, #shortcuts-feedback a:visited {
  text-decoration: none;
  color: #4c5670;
  text-shadow: none;
}

#shortcuts-login a:hover, #shortcuts-login a:active, #shortcuts-login a:focus {
  color: #b7b8ba;
  text-decoration: none;
  text-shadow: none;
}

#shortcuts-feedback a:hover, #shortcuts-feedback a:active, #shortcuts-feedback a:focus {
  color: #a7fd02;
  text-shadow: 1px 1px 0px 	#6BA202;
  text-decoration: none;
}

#page {
  min-width: 1040px;
  background-image: url('//static.mcpatcher.net/img/bgshader.png');
  background-repeat: repeat-x;
}

#header {
  width: 1024px;
  margin: 0 auto;
  height: 120px;
}

#home {
  display: inline;
  float: left;
  text-align: left;
}

img {
  border: 0;
}

#nav {
  display: inline;
  float: right;
  margin: 0 auto; 
}

#nav ol {
  padding: 0;
  margin: 0;
  display: inline;
}

#nav li {
  list-style: none;
  display: inline;
  float: right;
  padding: 10px;
  margin-top: 50px;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #12161f;
  border-radius: 8px;
  margin-left: 8px;
  font-weight: bold;
}

#nav a, #nav a:link, #nav a:visited {
  text-decoration: none;
  color: #4c5670;
  text-shadow: none;
}

#nav li:hover, #nav li:active, #nav li:focus {
  box-shadow: 2px 1px 3px #10141C;
  text-shadow: 2px 2px 0px 	#6BA202;
}

#nav a:hover, #nav a:active, #nav a:focus {
  text-decoration: none;
  color: #a7fd02;
  text-shadow: 2px 2px 0px 	#6BA202;
  text-color: #a7fd02;
}

#cookieChoiceInfo a, #cookieChoiceInfo a:link, #cookieChoiceInfo a:visited {
  text-decoration: none;
  color: #eeeeee;
  text-shadow: none;
}

#cookieChoiceInfo a:hover, #cookieChoiceInfo a:active, #cookieChoiceInfo a:focus {
  text-decoration: none;
  color: #a7fd02;
  text-shadow: 2px 2px 0px #6BA202;
  text-color: #a7fd02;
}

#cookieChoiceDismiss a, #cookieChoiceDismiss a:link, #cookieChoiceDismiss a:visited {
  text-decoration: none;
  color: #eeeeee;
  text-shadow: none;
}

#cookieChoiceDismiss a:hover, #cookieChoiceDismiss a:active, #cookieChoiceDismiss a:focus {
  text-decoration: none;
  color: #a7fd02;
  text-shadow: 2px 2px 0px #6BA202;
  text-color: #a7fd02;
}

#nav .current a {
  color: #a7fd02;
  text-decoration: none;
}

.banner-en {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 728px;
  height: 90px;
  border: 2;
  border-color: #12161f;
  /*background-image: url('//static.mcpatcher.net/img/adblocker_en.png');*/
}

.banner-de {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 728px;
  height: 90px;
  border: 2;
  border-color: #12161f;
  /*background-image: url('//static.mcpatcher.net/img/adblocker_de.png');*/
}

#content {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#content-content {
  width: 950px;
  text-align: left;
  margin-left: 15px;
  background-color: #12161f;
  border-radius: 10px;
  padding: 25px;
  padding-bottom: 15px;
  box-shadow: 6px 6px 15px #10141C;
}

#headline {
  font-size: 15px;
  width: 990px;
  margin-left: -30px;
  margin-bottom: 25px;
  margin-top: -5px;
  padding: 5px;
  padding-left: 25px;
  text-transform: uppercase;
  color: #eeeeee;
  font-weight: bold;
  text-shadow: 2px 2px 0px #000000;
  background: #9eff06; /* Old browsers */
  background: -moz-linear-gradient(top,  #9eff06 0%, #99f507 13%, #90e309 28%, #6fa411 72%, #648f13 90%, #608714 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9eff06), color-stop(13%,#99f507), color-stop(28%,#90e309), color-stop(72%,#6fa411), color-stop(90%,#648f13), color-stop(100%,#608714)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #9eff06 0%,#99f507 13%,#90e309 28%,#6fa411 72%,#648f13 90%,#608714 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #9eff06 0%,#99f507 13%,#90e309 28%,#6fa411 72%,#648f13 90%,#608714 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #9eff06 0%,#99f507 13%,#90e309 28%,#6fa411 72%,#648f13 90%,#608714 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #9eff06 0%,#99f507 13%,#90e309 28%,#6fa411 72%,#648f13 90%,#608714 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9eff06', endColorstr='#608714',GradientType=0 ); /* IE6-9 */
  border-radius: 5px;
}

#content-content a:link, #content-content a:visited {
  color: #CBCCCD;
  text-decoration:none; 
  border-bottom: 1px dotted #CBCCCD;
}

#content-content a:hover, #content-content a:focus, #content-content a:active {
  color: #CBCCCD;
  text-decoration: underline;
  border-bottom: none;
}

#footer {
  min-width: 1040px;
  background-image: url('//static.mcpatcher.net/img/footerbg.png');
  background-repeat: repeat-x;
}

#footer-wrapper {
  width: 1024px;
  margin: 0 auto;
  margin-bottom: 0;
  height: 64px;
}

#footer-content {
  vertical-align: middle;
  color: RGB(76,86,112);
  font-size: 10;
  padding-top: 8px;
  font-size: 14px;
}

#footer-content a, #footer-content a:link, #footer-content a:visited { 
  color: #303749; 
  text-decoration: none;
}

#footer-content a:focus, #footer-content a:hover, #footer-content a:active { 
  color: #303749;
  text-decoration: underline;
}

.error {
  width: 500px;
  margin: auto;
  color: red;
  border: 5px solid #000; 
  -moz-border-bottom-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc; 
  -moz-border-top-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc; 
  -moz-border-left-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc; 
  -moz-border-right-colors: #555 #666 #777 #888 #999 #aaa #bbb #ccc; 
  padding: 5px 5px 5px 5px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px #888;
  box-shadow: 0 0 5px 5px #888;
}

table.tablesorter {
  width: 100%;
  text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  padding: 4px;
  border-radius: 10px;
}

table.tablesorter thead tr .header {
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #2A2D35;
}

table.tablesorter tbody td {
  padding: 4px;
  vertical-align: top;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url('//static.mcpatcher.net/img/sort_asc.png');
}

table.tablesorter thead tr .headerSortDown {
  background-image: url('//static.mcpatcher.net/img/sort_desc.png');
}

/* sticky-footer.css */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px;
}
#footer, #push {
	height: 64px;
}