* {
	font-family: Arial, "MS Trebuchet", sans-serif;
}

a:link, a:visited, a:hover, a:active {
	color: #F1C232;
	text-decoration: none;
}

#container {
	width: 900px;
	height: 1720px;
	margin: 0 auto;
	background: url(/images/monkeygods/background.jpg) no-repeat top left;
	position: relative;
/*	border: 1px solid red;*/
}

#header {
  top: 10px;
  left: 10px;
  position: absolute;
  height: 70px;
	width: 880px;
/*  background-color: #ffc;*/
	z-index: 10;
}

#header #logo {
	z-index: 10;
	display: block;
	position: absolute;
	top: -9px;
	left: -10px;
}

#nav {
	display: block;
	position: absolute;
	bottom: 2px;
	right: 2px;
}

#nav li {
	float: left;
}

#nav a {
	width: 72px;
	height: 24px;
	display: block;
	text-indent: -2000px;
}

#nav .company {
	background: url(/images/monkeygods/top-company.png) top left;
}

#nav a:hover {
	background-position: 0 -24px;
}

#nav .support {
	background: url(/images/monkeygods/top-support.png) top left;
}

#nav .games {
	background: url(/images/monkeygods/top-games.png) top left;
}

#nav .forums {
	background: url(/images/monkeygods/top-forums.png) top left;
}

#share {
  top: 86px;
  right: 20px;
  position: absolute;
  height: 16px;
  line-height: 16px;
  width: 280px;
/*  background-color: #ff0;*/
	text-align: right;
	vertical-align: middle;
}

#share span {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
	font-size: 80%;
	color: #808080;
  line-height: 16px;
	padding-right: 5px;
  height: 16px;
/*	border: 1px solid red;*/
/*	background-color: #ffc;*/
}

#share a {
	float: left;
	padding: 0 2px;
}

#banner {
	z-index: 1;
  top: 104px;
  left: -10px;
  position: absolute;
  height: 340px;
  width: 900px;
	text-align: center;
/*	border: 1px solid red;*/
/*  background-color: #ffc;*/
}


#banner h1 {
	padding-top: 50px;
	font-size: 30px;
}

#blog {
  top: 1016px;
  left: 310px;
  position: absolute;
  width: 250px;
  height: 440px;
	padding: 80px 15px 15px 15px;
/*  background-color: #ffc;*/
	color: #fff;
/*	border:1px solid red;*/
	overflow: hidden;
}

#blog h4 {
	font-weight: bold;
	font-size: 110%;
}

#blog-feed {
	margin-top: 5px;
/*	border:1px solid red;*/
	height: 400px;
	overflow: hidden;
}

#blog-feed li {
/*	margin: 10px;*/
	width: 246px;
	clear: right;
	float: right;
/*	border:1px solid blue;*/
}

#blog-feed .title {
	font-weight: bold;
	text-decoration: none;
}

#blog-feed .title:hover, #blog-feed .read-more:hover {
	text-decoration: underline;
}

#blog-feed .read-more {
	margin: 5px 0;
	float: right;
	color: #FB3204;
	text-decoration: none;
}

#blog .title, #blog .read-more {
	color: #F1C232;
}

#twitter {
  top: 1016px;
  left: 610px;
  position: absolute;
  width: 250px;
  height: 440px;
	padding: 70px 15px 15px 15px;
	color: #fff;
/*  background-color: #ffc;*/
/*	border: 1px solid red;*/
}

#twitter a.view-all {
	font-size: 90%;
	font-weight: bold;
	color: #801011;
	float: right;
	text-decoration: none;
}

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

#twitter-feed {
	float: left;
	font-size: 90%;
/*	border: 1px solid blue;*/
	height: 440px;
	overflow: hidden;
}

#twitter-feed img {
	float: left;
	width: 50px;
}

#twitter-feed h4 {
	float: right;
	width: 195px;
	font-size: 90%;
	font-weight: bold;
	color: #f1c232;
}

#twitter-feed p {
	float: right;
	clear: right;
	width: 195px;
	font-size: 80%;
}

#twitter-feed li {
	float: left;
	width: 250px;
	margin-top: 10px;
/*	border: 1px solid yellow;*/
}

#about-us {
  top: 1016px;
  left: 10px;
  position: absolute;
  width: 250px;
  height: 440px;
	padding: 80px 15px 15px 15px;
/*  background-color: #ffc;*/
/*	border: 1px solid red;*/
	color: #fff;
}

#news {
  top: 446px;
  left: 610px;
  position: absolute;
  width: 280px;
  height: 560px;
}

#news .advertisement {
  top: 74px;
  left: 10px;
  position: absolute;
	display: block;
	text-indent: -2000px;
	width: 260px;
	height: 460px;
  background: url(/images/snood/ads/ad1.jpg) no-repeat top left;
}

#our-games {
  top: 446px;
  left: 10px;
  position: absolute;
  width: 580px;
  height: 560px;
/*	  background-color: #ffc;	*/
}

#our-games-banner {
	z-index: 1;
	top: 74px;
	left: 20px;
	position: absolute;
	width: 540px;
	height: 460px;
}

#footer {
	height: 140px;
/*	border: 1px solid red;*/
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 900px;
	text-align: center;
}

#footer ul {
	display: block;
/*	border: 1px solid blue;*/
	margin-bottom: 10px;
/*	border: 1px solid red;*/
}

#footer li {
	display: inline;
	margin: 5px;
	font-size: 80%;
}

#footer p {
	font-size: 60%;
	color: #777;
/*	border: 1px solid red;*/
}

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

h2, h3 {
  text-indent: -2000px;
	display: none;
}

.subscribe-rss {
  height: 30px;
  line-height: 30px;
  background: url(/images/monkeygods/rss_icon.gif) no-repeat top left;
	display: block;
	padding-left: 35px;
	font-weight: bold;
	text-decoration: none;
	color: #f1c232;
}

.subscribe-rss:hover {
	text-decoration: underline;
}
