* { padding: 0; margin: 0; border: 0; font-size: 100%; vertical-align: baseline; }

body {
  background-color: #ddd;
  margin-top: 0;
  font-family: 'Helvetica Neue','Helvetica','Sans-Serif';
  color: #111;
}

a {
  color: #d2362f;
}

#wrapper {
  margin: 0 auto 0 auto;
}

#wrapperx {
  margin: 0 auto 20px auto;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(78, 68, 60, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(78, 68, 60, 0.3);
  box-shadow: 0 2px 3px rgba(78, 68, 60, 0.3);
  max-width: 990px;
  background-color: #ffffff;
}

.wrapper-inner {
  padding: 10px;
}

.wrapper {
  margin: 0 auto;
  max-width: 990px;
  background-color: #f2f2f2;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#languages {
  float: right; 
  margin: 5px 20px 0 0;
  font-size: 12px;
}
#languages img {
  vertical-align: middle;
}
#languages a {
  color: #000;
}
#navigation {
  float: right;
  overflow: hidden;
  clear: right;
  margin: 10px 10px 0 0;
}

#navigation a {
  text-decoration: none;
  color: #414040;
}

#navigation a:hover {
  text-decoration: underline;
}

#navigation ul {
	list-style-type: none; list-style-image: none; 
}

#navigation ul li {
  float: left;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-left: none;
  max-height: 30px;
}

#navigation ul li.end-left {
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #D5D5D5;
}

#navigation ul li.end-right {
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: none;
}

.nav-sec {
    display:block;
    font-size:0.7em;
    font-weight:normal;
    text-align:left;
}

.sidebar ul.navigation {
	list-style-type: none; list-style-image: none;
}

.sidebar ul.navigation li { 
  padding: 0 0 5px 0;
  font-size: 0.7em;
  color: #fff;
}

#header {
  height: 80px;
  width: 100%;
  margin: 0 auto;
}

#logo {
  background: #f2f2f2 url('../img/logo.png') 50% 50% no-repeat;
  outline: none;
  text-indent: -9999px;
  height: 100px;
  width: 200px;
  float: left;
}

#main {
  clear: both;
  font-size: 0.9em;
}

#sidebar-1 {
  float: left;
  width: 190px;
  margin-right: 10px;
}

#sidebar-2 {
  float: right;
  width: 120px;
  margin-left: 10px;
}

.content-half {
  float: left;
  width: 463px;
  margin-right: 10px;
}

#main #content {
  float: right;
  width: 640px;
}

#main .banner {
  clear: both;
  overflow: hidden;
  padding-bottom: 5px;
  padding-top: 10px;
}

#footer {
  color: #aaa;
}

#footer ul.navigation {
	list-style-type: none; list-style-image: none; 
}

#footer ul.navigation li { 
  padding: 5px 10px 5px 0px;
  font-size: 0.7em;
  color: #fff;
  float: left;
  display:block;
}

.mod {
  padding: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.image_desc {
  float: left;
  margin-right: 8px;
  font-size: 0.7em;
  text-align: center;
}

.gamelist {
}

.gamelist a img {
  display: block;
}

.feature {
  background-color: #fefefe;
}

.article-body {
  line-height: 1.3;
}

.article p {
  margin-bottom: 10px;
}

.article h1,.article h2 {
  font-size: 1.8em;
}

.article img {
  margin: 0 0 5px 5px;
}

.mod h3 {
  font-size: 1.4em;
  padding: 0 5px 0 0 ;
  color: #a42823;
}

.mod p {
  line-height: 1.2em;
  margin-top: 5px;
}

.list-item {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 0.8em;
}

.list-item h5 {
  font-size: 1.3em;
}

.list-item p.links {
  margin-top: 5px;
}

.list-item p.links a {
  margin-right: 5px;
}

.last {
  padding-right: 0;
  margin-right: 0;
}

