/*
Theme Name: Gontza Games
Theme URL: http://www.gontzagames.com
Description: Gontza Games Website Theme 
Version: 1.0
Author: eric strauss / work.ericstrauss.info 
*/


/*General Styles and Such*/

* {margin: 0; padding: 0}

body {
  background: #eee;
  font-family: "Times", Times New Roman, serif;
}

p {
  font: normal 14px/140% "Times", Times New Roman, serif;
  margin-bottom: 15px;
}

br {
  margin-bottom: 15px;
}

img {
  border: none;
}

a {
  color: blue;
}

a:hover {
  color: #A7BDDC;
}

/*-----------------
Header
------------------*/

#content {
  float: left;
  width: 580px;
  background: #fff;
  padding: 30px;
  padding-right: 50px;
}

#main_wrapper {
  width: 960px;
  margin: 0 auto;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #000;
}

#header {
  background: transparent url("http://www.gontzagames.com/images/header_bg2.jpg");
  border-bottom: 4px solid #0150CD;
  height: 190px;
}

#header_sutff {
  float: left;
  margin-top: 25px;
  margin-left: 20px;
  font: bold 15px "Arial", Helvetica, Verdana, sans-serif;
}

#header_text {
  float: left;
  margin-top: 32px;
  margin-left: 15px;
}

#header h2 {
  text-transform: uppercase;
  color: #155ECC;
  font-size: 18px;
}

#header h3 {
  margin-top: 10px;
  color: #E8614A;
  font-size: 16px;
}

#header h3 span {
  color: #5183D2;
}

#wrapper_content {
  float: left;
  background: #fff;
  width: 100%;
  margin-left: -1px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/*Content*/

#content p {
  font: normal 14px/180% "Times New Roman", Times, serif;
}

#image_left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.storytitle {
  font-style: italic;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
  color: blue;
}

.storytitle a {
  text-decoration: none;
}

.meta a{
  color: #ccc;
}

#game_content {
  float: left;
  margin-bottom: 30px;
}

#game_title {
  font-size: 18px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #E23A1D;
}

#game_title span {
  font-style: italic;
}

.credit {
  float: left;
  width: 960px;
  text-align: center;
  padding-top: 10px;
  color: #333;
  border-top: 1px solid #ccc;
}

#name{
        position: absolute;
        top: 20px;
        left: 40px;
}

#box1 {
        height: 70px;
	background: #023469;
        background-image: url("images/bg.png");
	background-repeat: repeat-x;
        border-bottom: 1px solid #000;
	margin: 0;
	padding: 15px 10px 15px 60px;
}


#box2 {
        height: 20px;
	background: #556E89;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
}



#title {
  float: left;
  background: #EAD191;
  width: 269px;
  padding: 15px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;

}

#title ul{
        list-style-type: circle;
        padding: 0;
        margin: 10px 0;
        border: none;
        
}

#title h2{
        background: #F0DDAF;
        padding: 5px;
  text-align: center;
        font: italic normal 17px Times, Times New Roman, serif;
        letter-spacing: 0px;
        color: #2061C5;
        border: 1px solid #2163C9;
        
}

#title li{
        font: normal 14px/160% Times, Times New Roman, serif;
        list-style-type: none;
        padding: 5px 0 5px 10px;
        margin: 0;
}

#title li a {
  color: #2061C5;
}

#title li a:hover {
  color: #666;
}


#asides ul li{
        list-style-type: none;
        margin: 10px 0 20px 10px;
        padding: 0 0 0 0px;
}

#asides p{
        padding: 0;
        margin: 0;
        font: normal 15px/160% Times, Times New Roman, serif;

}