body {
	background: #f5f5f5 url(/images/s9/bkg-page-gryfade.gif) repeat-x top;
	margin: 0;
	padding: 0 0 20px;
	font-family: arial,helvetica,lucida,verdana,sans-serif;
	font-size: 14px;
	text-align: center;
	color: #555;
}

a {
	text-decoration: none;
	color: #0072bc;
}
a:hover {
	text-decoration: underline;
	color: #ed145b;
}

#wrapper {
	background: url(/images/s9/bkg-page-gryfade-top.gif) no-repeat top center;
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}
#page {
	position: relative;
}

/* Page Header 
-------------------------------------------------------------------- */

#header {
	position: relative;
	height: 210px;
}
#header ul {
	position: absolute;
	top: 82px;
	right: 5px;
	margin: 0;
	height: 40px;
}
#header ul li {
	list-style: none;
	display: inline;
	width: 90px;
	margin-left: 5px;
	float: left;
}
#header ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;	
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 1px 3px #333;
}
#header ul li a:hover {
	background: url(/images/s9/topnav_active2.png) no-repeat 0 -40px;
	text-decoration: none;
	color: #fff;
}
#header ul li a.active {
	background: url(/images/s9/topnav_active2.png) no-repeat 0 0;
	color: #fff;
	cursor: default;
}
#header ul li a.active:hover {
	text-decoration: none;
	color: #fff;
}
#logo {
	position: absolute;
	top: 52px;
	left: 0;
	background: url(/images/s9/bkg-page-gryfade-logo.png) no-repeat;
	width: 335px;
	height: 105px;
	line-height: 60px;
	overflow: hidden;
	text-indent: -9999px;
}

/* Main Content
-------------------------------------------------------------------- */

.content {
	margin: 0 1px;
	line-height: 1.7em;
}
.entry {	
	width: 680px;
	padding-left: 40px;
	padding-top: 6px;
	float: left;
}
.side {
	width: 300px;
	margin-right: 20px;
	padding-top: 4px;
	float: right;
}
.side form {
	margin: 0;
}

/* Blog Entry
-------------------------------------------------------------------- */

.blog {	
    position: relative;
	background: #fff url(/images/s9/bkg-blog.png) repeat-x bottom;	
	border: 1px solid #ccc;
	padding-bottom: 80px;
	margin-bottom: 20px;
	
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}
.blog.blog-last {
	padding-bottom: 0;
}
.blog .title {
	position: relative;
	background: url(/images/s9/bkg-blog-title.gif) repeat-x top;
	height: 92px;
	padding: 27px 40px 0;
	margin-bottom: 15px;
}
.title h2 {
	margin: 0 350px 10px 0;
	cursor: default;
	/*text-shadow: 0 1px 0 #fff;*/
}
.title h2 a {
	text-decoration: none;
	color: #000;
}
.title h2 a:hover {
	color: #3e3e3e;
}
.title .info {	
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #909090;
}
.title .info a {
	margin-left: 10px;
	color: #000;
}
.title .da {
	position: absolute;
	bottom: 0;
	left: 40px;
	background: url(/images/s9/bkg-blog-title-arrow.gif) no-repeat bottom left;
	width: 31px;
	height: 16px;
}
.cc {
	margin-left: 10px;
}

/* AddThis Social Icons
-------------------------------------------------------------------- */

.addthis_toolbox {
	position: absolute;
	top: 25px;
	right: 34px;
	height: 30px;
	margin: 0 0 15px 0;
}
.custom_images a {
	font-size: 11px;
}
.custom_images a span {
	display: block;
	background: url(/images/s9/social-icons2.png) no-repeat 0 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	filter:alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
.custom_images a:hover span {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;
}
.custom_images a.addthis_button_twitter span { background-position: 0 -32px; }
.custom_images a.addthis_button_facebook span { background-position: 0 0; }
.custom_images a.addthis_button_mailto span { background-position: 0 -64px; }
.custom_images a.addthis_button_reddit span { background-position: 0 -96px; }
.custom_images a.addthis_button_stumbleupon span { background-position: 0 -128px; }
.custom_images a.addthis_button_google span { background-position: 0 -160px; }
.custom_images a.addthis_button_more { color: #707070; }
.custom_images a.addthis_button_more span { display:none; }


/* Comment Box
-------------------------------------------------------------------- */

.commentbox {
	width: 300px;
	height: 420px;
	overflow-y: auto;
}
.commentbox a {
	color: #006db9;
}
.comment-form {
	background: #edf6f9;
	border: 1px solid #daedf4;
	padding: 5px;
	margin-bottom: 2px;
	line-height: 1.4em;
	font-size: 11px;
}
.comment-form-item {
	padding: 1px 0;
}
.comment-form-item.crq {
	padding-left: 40px;
	font-size: 10px;
}
.comment-form-item label {
	display: block;
	width: 35px;
	margin-right: 5px;
	padding-top: 5px;
	float: left;
}
.comment-form-item input {
	border: 1px solid #cfd5e0;
	width: 238px;
	padding: 4px;
	font-size: 11px;
	float: left;
}

.comment-name {
	font-size: 11px;
}
.comment-write {
	position: relative;
	padding-bottom: 14px;
}
.comment-write-arrow {
	position: absolute;
	bottom: 1px;
	left: 5px;
	background: url(/images/s9/comment-write.gif) no-repeat;
	width: 27px;
	height: 14px;
	z-index: 1;
}
.comment-write-inner {
	background: #edf6f9;
	border: 1px solid #daedf4;
	padding: 5px;
}
.comment-write textarea {
	border: 1px solid #cfd5e0;
	width: 278px;
	padding: 4px;
	height: 16px;
	font-size: 11px;
}
.comment-submit {
	position: relative;
	height: 25px;
	margin: -9px 0 0;
	text-align: right;
	line-height: 1em;
}
.comment-submit a {
	display: block;
	background: url(/images/s9/bkg-spankit.png) no-repeat 0 0; /*#66adde;*/
	width: 60px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	float: right;
	color: #fff;
	cursor: pointer;	
}
.comment-submit a:hover {
	background-position: 0 -18px;
	text-decoration: none;
}
.comment-loader {
	background: url(/images/ajax-loader-pink2.gif) no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 15px;
	float: right;
}
.comment {
	background: #edf6f9;
	border: 1px solid #daedf4;
	padding: 10px;
	margin-bottom: 2px;
	line-height: 1.4em;
	font-size: 11px;
}
.comment img {
	border: 1px solid #ccc;
	margin-right: 8px;
	float: left;
}

/* Pagination
-------------------------------------------------------------------- */

#pagination {
	background: #252525;
	margin: 60px -1px -1px -1px;
	padding: 10px 40px;
	text-align: center;
	font-size: 12px;
	color: #464646;
}
#pagination a {
	color: #f1228e;
}
#pagination .pipe {
	margin: 0 15px;
	color: #464646;
}

/* Carousel 
-------------------------------------------------------------------- */

#carousel {
	background: #252525;
	border-top: 1px solid #000;
	padding: 25px 0;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5)
}

/* Footer 
-------------------------------------------------------------------- */

#footer {
	padding: 20px;
	text-align: center;
	line-height: 2em;
	font-size: 10px;
	color: #fff;
}
#footer a {
	margin-left: 20px;
	color: #fff;
}

/* About 
-------------------------------------------------------------------- */

#about {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 40px;
	margin-bottom: 15px;
	
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);	
}
#about .pic {
	margin: 0 0 20px 20px;
}
#about-overview {
	width: 500px;
	float: left;
}
#about-game {
	width: 200px;	
	margin-left: 50px;
	float: left;
}
#about-site {
	width: 200px;
	margin-left: 50px;
	float: left;
}
#about-game p,
#about-site p {
	font-size: 10px;
	line-height: 1.5em;
	color: #666;
}

/* Babes
-------------------------------------------------------------------- */

body.babes {
	background: #000 url(/images/s9/bkg-wood03.png);
}
body.babes #carousel {
	background: rgba(0,0,0,.5);
}
body.babes #footer a {
	color: #f1228e;
}
body.babes #wrapper {
	background: transparent;
}
body.babes #logo {
	background-image: url(/images/s9/bkg-page-gryfade-logo2.png);
}
#babes {
	position: relative;
	background: #272727;
	background: rgba(0,0,0,.5);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 40px 40px 80px;
	margin-bottom: 15px;
	min-height: 500px;
	text-align: center;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5)
}
#babes img {
	border: 1px solid #000;
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.8);
}
#slideshow {
    position: relative;
	margin: 0 auto;
	text-align: center;
}
#next {
	position: absolute;
	top: 210px;
	right: 40px;
	display: block;
	background: url(/images/s9/bkg-babe-arrows.png) no-repeat 0 0;
	width: 59px;
	height: 90px;
	overflow: hidden;
	text-indent: -9000px;
	outline: none;
}
#next:hover {
	background-position: 0 -90px;
}
#prev {
	position: absolute;
	top: 210px;
	left: 40px;
	display: block;
	background: url(/images/s9/bkg-babe-arrows.png) no-repeat 0 -180px;
	width: 59px;
	height: 90px;
	overflow: hidden;
	text-indent: -9000px;
	outline: none;
}
#prev:hover {
	background-position: 0 -270px;
}

/* Common Styles 
-------------------------------------------------------------------- */

h2,h3,h4 {
	font-family: "myriad pro","lucida grande",arial,tahoma,sans-serif;
	font-weight: normal;
	color: #000;
}
h2 { font-size: 36px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }

blockquote {
	background: url(/images/s9/blockquote.png) no-repeat 0 0;
	padding: 14px 0 25px 50px;	
	margin-left: 0;
}
blockquote blockquote {
	background: none;
	padding: 10px 0;
	margin-left: 20px;
	font-size: .9em;
	font-style: italic;
}

.pic {
	border: 1px solid #a9a9a9;
	margin: 10px;
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
}

strong { color: #000; }
.bold { font-size: 1.1em; font-weight: bold; }
.clear { clear: both; }
.hide { display: none; }