a:link {
	text-decoration: none;
	color: #99FFFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCFF;
}
a:hover, a:active {
	color: #FF99FF;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {

	font-weight: bold;
	margin-right: 15px;
}
h1 {
	font-size:1.8em;
	/*font-size: 25px;*/
	margin-bottom: 0px;
	margin-top: 10px;
}
h2 {
	font-size:1.6em;
	/*font-size: 28px;*/
	text-decoration: none;
}
h3 {
	font-size:1.6em;
	/*font-size: 24px;*/
}
h4, h5, h6 {
	font-size:1.2em;
	/*font-size: 20px;*/
}
h1 a:link {
	color: #FFFFFF;
}
/* Other Html Elements */
.titles {
	font-weight: normal;
	border-bottom-width: 0;
	font-size: 24px;
	text-decoration: none;
	underline: none;
}
.titles a:link, .titles a:visited, .titles a:active {
	text-decoration: none;
	underline: none;
	font-size: 24px;
	font-weight: normal;
	border-bottom-width: 0;
}
pre, blockquote {
	overflow: auto;
	color: #FFFFFF;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
}
pre {
	padding-top: 10px;
	padding-bottom: 10px;
}
code {
	color: #f4b520;
	font-family: Sans-Serif, "Courier New", Consolas, Verdana;
}
ul, ol {
	line-height: 2.0em;
}
ul {
	list-style-image: url(images/mark.png);
}
abbr, acronym {
	font-style: normal;
	cursor: help;
}
del {
	text-decoration: line-through;
	color: #999999;
}
ins {
	text-decoration: none;
	color: #f4b520;
}
hr {
	border-color:#BDE2B7;
}
/* Structure */
html {
	min-width: 1000px;
}
body {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	background-image: url(images/background.jpg);
	background-color: #000000;
	font: normal 76% Sans-Serif, "Courier New", Consolas, Verdana;
	font-size:0.8em;
	background-repeat: no-repeat;
	min-width: 1000px;
	background-position: top;
	background-attachment: inherit;
}
#wrapper2 {
	/*width: 768px;*/
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	float: right;
	/*width: 768px;*/
	width: 900px;
	text-align: left;
	height: 0px;
}
#navigation {
	float: left;
	/*width: 758px;*/
	width: 805px;
	height: 75px;
	margin-left: 17px;
	margin-top: 225px;
}

#wrapper {
	float: left;
	width: 100%;
	color: #fffffe;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content-wrapper {
	width: 60%;
	/*width: 100%;*/
	float: left;
}
#content {
	float: left;
	padding: 0 0px 10px 80px;
}
#sidebar-wrapper {
	width: 35%;
	float: right;
}
#sidebar {
	float: right;
	padding: 20px 65px 10px 10px;
	width: 245px;
}
#footer {
	width:920px;
	clear: both;
	float: left;
	background-image: url(images/footer-bg.jpg);
	height: 180px;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-weight: bold;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #dab45b;
}
#extras {
	float: left;
	width: 780px;
	color: #CCCCCC;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	/*background-color:#FFFFFFF;*/
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
/* Header */

#header h1 {
	float:left;
	padding-left: 50px;
	font-size: 40px;
	width:500px;
}
/* Navigation */

#navigation ul{
	list-style-type: none;
	list-style-image: none;
	position:absolute;
	height:35px;
}
#navigation li{
	float:left;
	width:115px;
	text-decoration: none;
}
#navigation li a{
	display:block;
	overflow:hidden;
	width:100%;
	height: 0 !important;
	text-decoration:none;
	padding-top:65px;
	background-image:url(images/menu.png);
}
#navi01 a{background-position:0 0;}
#navi02 a{background-position:-115px 0;}
#navi03 a{background-position:-230px 0;}
#navi04 a{background-position:-345px 0;}
#navi05 a{background-position:-460px 0;}

#navi01 a.stay{background-position:0 -65px;}
#navi02 a.stay{background-position:-115px -65px;}
#navi03 a.stay{background-position:-230px -65px;}
#navi04 a.stay{background-position:-345px -65px;}
#navi05 a.stay{background-position:-460px -65px;}

#navi01 a:hover{background-position:0 -130px;}
#navi02 a:hover{background-position:-115px -130px;}
#navi03 a:hover{background-position:-230px -130px;}
#navi04 a:hover{background-position:-345px -130px;}
#navi05 a:hover{background-position:-460px -130px;}

/* Wrapper */

#wrapper a:link {
	font-weight: bold;
	text-decoration: none;
}
#wrapper a:visited {
	font-weight: bold;
	text-decoration: none;
}
#wrapper a:hover, #wrapper a:active {
	text-decoration: none;
}
/* Content */

#content .post-title a {
	border-bottom-width: 0;
	text-decoration: none;
}
#content .post p.img {
	float: left;
	margin: 0 15px 0 0;
}
#content .post p.img img {
	padding: 8px;
	border: 1px solid #d0d0d0;
	background-color: #eeeeee;
	
}
#staff{
	text-align:center;
	color:#BDE2B7;
}
#staff strong{
	color:#BDE2B7;
	font-size:1.4em;
	display:block;
	margin:15px 0 2px 0;
	padding-top:15px;
}
#staff dt{
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0;
	color:#BDE2B7;
}
#staff dd{
	font-size:1.0em;
	color:#999999;
	margin:5px 0 0 0;
	padding:0;
}


#content .post-footer {
	font-size: 90%;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top:40px;
	padding:5px 5px 5px 5px;
	border: 1px solid #e7a302;
	background-color: #311900;
}
/* Sidebar */

.sideblock {
	padding: 10px 12px 0 0px;
	margin-bottom: 25px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/sidebar.gif);
}
.sideblock ul {
	padding-top:10px;
	padding-bottom:5px;
	padding-left:30px;
}

.sideblock h3 {
	margin-top: 5px;
	padding-left:25px;
	font-size: 14px;
	text-transform: uppercase;
}
#sidebar dt {
	margin: 0;
	padding-top: 5px;
	font-weight: bold;
	color:#CC00FF;
}
#sidebar dd {
	margin: 0 0 5px;
	padding-bottom: 5px;
	line-height: 1.8em;
}
#sidebar dd a:link {
	border-bottom-width: 0;
	font-weight: normal;
	text-decoration: none;
}
#sidebar dd a:visited {
	border-bottom-width: 0;
	font-weight: normal;
	text-decoration: none;
}
#sidebar dd a:hover, #sidebar dd a:active {
	border-bottom: 1px solid #cfcfcf;
	te0xt-decoration: none;
}
#sidebar form{
	margin-top:40px;
}
.sideblock img{
	margin-left:-20px;
}

/* Extras */

#extras h6 {
	font-size: 14px;
	text-transform: uppercase;
	color: #CCCCCC;
}
#friends {
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}
#links {
	float: left;
	width: 275px;
	margin-right: 50px;
}
#about {
	float: left;
	width: 250px;
	margin-right: 20px;
}
#friends ul {
	padding-left: 20px;
}
#links dl, #links dt, #links dd {
	margin: 0;
	padding: 0;
}
#links dt {
	font-weight: bold;
	padding-top: 5px;
}
#links dd {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* Comments Styling */
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}
#commentform {
	margin: 1em 0;
	width: 280px;
}
#commentform textarea {
	border: 1px solid #e7a302;
	width: 280px;
	background-color: #311900;
	color: #FFFFFF;
}
#commentform textarea:hover {
	background-color: #45350e;
}
#commentform textarea:focus {
	background-color: #57410d;
}
#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	border: 1px solid #e7a302;
	width: 280px;
	background-color: #311900;
	color: #FFFFFF;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background-color: #45350e;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background-color: #1B4B50;
	width: 280px;
}
#commentform input {
	margin-bottom: 3px;
}
.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 54px;
	text-align: center;
	float: left;
	margin-top: 15px;
}
.date .month {
	display: block;
	color: #CCCCCC;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.date .day {
	display: block;
	color: #FFFFFF;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
}
#left {
	width: 60px;
	float: left;
}
.slogan {
	font-size: 13px;
	color: #CCCCCC;
	text-transform: lowercase;
	margin-left: 30px;
	margin-bottom: 2px;
}
input {
	background-color: #311900;
	border: 1px solid #2F8088;
	color:#CCCCCC
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rss {
	width: 130px;
	height: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-right: 70px;
}
.bottom {
	margin: 0px;
	padding-left:120px;
}
.bottom2 {
	margin: 0px;
	padding-left:20px;
}

.xoxo {
	list-style-type: none;
	list-style-image: none;
	padding-top:20px;
}

#sidebar img{
}
#sentence{
	display:none;
  font-size: 24px;
  line-height: 40px;
  font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6","Hiragino Mincho Pro","HGS–¾’©E","‚l‚r ‚o–¾’©",serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold; 


}
#top_sales_info{
	text-align:center;
	color:#BDE2B7;
}
#top_sales_info strong{
	color:#BDE2B7;
	font-size:1.2em;
	display:block;
	margin:15px 0 2px 0;
	padding-top:15px;
}
#top_sales_info dt{
	font-size:1.0em;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0;
	color:#BDE2B7;
}
#top_sales_info dd{
	font-size:0.9em;
	color:#999999;
	margin:5px 0 0 0;
	padding:0;
}

#top_game_info{
	text-align:center;
	color:#BDE2B7;
}
#top_game_info strong{
	color:#BDE2B7;
	font-size:1.2em;
	display:block;
	margin:15px 0 2px 0;
	padding-top:15px;
}
#top_game_info dt{
	font-size:1.0em;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0;
	color:#BDE2B7;
}
#top_game_info dd{
	font-size:0.9em;
	color:#999999;
	margin:5px 0 0 0;
	padding:0;
}