/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */
* {
  margin: 0;
  padding: 0;
}

html,body { height: 100%; }

body {
  background-color: #000000;
  color: #f9f7f3;
  font-family: 'Droid Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

h1 { margin-bottom: 0.5em; }
p { margin: 0 0 1em 0; font-size: 80%; }

a         { color: #9fc0d3; text-decoration: none; }
a:hover   { color: #6290ac; text-decoration: underline; }
a:visited { color: #9fc0d3; }

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
ul.posts {
  list-style-type: none;
}

ul.posts li {
  line-height: 1.75em;
}

ul.posts span {
  font-size: 80%;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

body {
	background:
		url("/images/heralds_header.png") center 0px no-repeat,
		url("/images/bg_left.jpg") 0px 0px/40% 100% no-repeat fixed,
		url("/images/bg_right.jpg") 100% 0px/40% 100% no-repeat fixed,
		#000;
}

.site {
  font-size: 115%;
  width: 980px;
  margin: 0 auto;
  line-height: 1.5em;
}

.site .header {
	height: 340px;
}

.site .header h1 a {
	display: block;
	position: absolute;
	margin-top: 30px;
	width: 980px;
	height: 260px;
	font-size: 0;
}

#recent_posts a.navlink {
	font-size: 80%;
}

.container {
	position: relative;
	min-height: 100%;
}

.site {
	padding-bottom: 135px;
}

.footer {
  font-size: 50%;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 135px;
}

.content {
  border: 1px solid #525153;
  border-radius: 10px;
  box-shadow:
	0px 0px 3px 3px #191919,
	inset 0px 0px 4px 4px #211f1e;
  margin: 12px 6px 6px 6px;

  background: #201c1e;
  padding: 12px;
}

#trailer {
	margin-left: -200px;
	width: 690px;
	height: 420px;
}

#about {
	position: absolute;
	width: 650px;
	height: 420px;
	margin-top: -452px;
	margin-left: 530px;
}

#links {
	position: absolute;
	left: 445px;
	bottom: 16px;
	width: 200px;
	height: 70px;
}

#links a {
	font-size: 130%;
}

.buybutton {
	position: absolute;
	bottom: 12px;
	width: 200px;
	height: 74px;
	font-weight: bold;
	text-align: center;
	text-stroke: 1px solid black;
	color: #fff;

	-webkit-text-stroke-color: #000000;
	-webkit-text-stroke-width: 1px;
	text-stroke-color: #000000;
	text-stroke-width: 1px;
}

#steambutton {
	background: #5f852b;
	left: 18px;
}

#steambutton:hover {
	background: #7ebb2c;
}

#gogbutton {
	background: #322b61;
	left: 230px;
}

#gogbutton:hover {
	background: #4f41ae;
}

#links a, a.button {
	border: 1px solid #525153;
	border-radius: 10px;
	box-shadow:
	  0px 0px 3px 3px #191919,
	  inset 0px 0px 4px 4px #211f1e;

	background: #201c1e;
	color: white;
	display: block;
}

#links a:hover, a.button:hover {
	text-decoration: none;
	color: white;
	background: #402c2e;
}

#links a {
	display: block;
	height: 22px;
	width: 200px;
	float: left;
	padding: 4px 0;

	margin-right: 12px;
	margin-top: 4px;
	background: #303030;
	text-align: center;

	box-shadow:
	  0px 0px 3px 3px #191919,
	  inset 0px 0px 4px 4px #202c2e;
}

#nav_bar {
  font-size: 80%;
  width: 27%;
  float: left;
  height: 80px;
  margin-bottom: 0;
  text-align: center;
}

#nav_bar ul {
  list-style: none;
  margin: 0 auto;
}

#nav_bar li {
  display: inline;
  text-align: center;
  padding: 2px 6px;
}

#nav_bar li + li {
  border-left: 2px solid #aaa;
}

#nav_bar .navopt {
  display: block;
}

#header_desc {
  font-size: 80%;
  float: right;
  width: 65%;
  height: 80px;
  margin-bottom: 0;
}

.content_main {
  min-height: 300px;
}

h2 {
  margin-bottom: 0.5em;
  font-size: 130%;
}

p {
  padding: 0 0.5em;
}

p.meta {
  font-size: 85%;
  margin: -1em 0 1em 0;
  padding: 0;
  color: #ccc;
}

hr {
  margin: 1em 0.5em;
}

strike {
  font-size: 60%;
  color: #aaa;
}

#screenshots h2 {
	margin: 0 auto;
	display: block;
	width: 400px;
	font-size: 100%;
	float: left;
}

#screenshots span {
	display: block;
	float: right;
	font-style: italic;
	font-size: 75%;
}

#screenshots br {
	clear: both;
}

#screenshots .imagelist {
	width: 888px;
	margin: 0 auto;
}

#screenshots img {
	width: 192px;
	margin: 4px 12px 0 12px;
}

.secret_screenshot {
	display: block;
	position: absolute;
	margin-left: 900px;
	width: 40px;
	height: 120px;
}

#screenshots img:hover {
	border: 1px solid #fff;
}

.shot_left {
	clear: both;
	float: left;
}

.shot_right {
	margin-top: 6;
	margin-bottom: 6;
	clear: both;
	float: right;
}

.desc_left {
	float: left;
	display: block;
	width: 460px;
	margin-left: 12px;
	padding-top: 6px;
}

.desc_right {
	float: left;
	display: block;
	padding-top: 6px;
	width: 460px;
	height: 96px;
	margin-top: 6;
}

.shot_left img, .shot_right img {
	height: 96px;
}

#about hr {
	clear: both;
	display: block;
}


/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

/* standard */
.post pre {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .4em;
}

.post ul, .post ol {
  margin-left: 1.35em;
}

.post code {
  border: 1px solid #ddd;
  background-color: #eef;
  padding: 0 .2em;
}

.post pre code {
  border: none;
}

/* terminal */
.post pre.terminal {
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
}

.post pre.terminal code {
  background-color: #333;
}


.content_main img.shot {
	border: 1px solid black;
	border-radius: 2px;
}
