/* Copyright 2010 Streaming Colour Studios */

body {
	background-color: #0E3552;
	background-image: url("/images/body_bg.jpg");
	background-attachment: fixed;
	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #ff7e00;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
	margin-bottom: 15px;
}

h3.wppost {
	margin-bottom: 5px;
}

h4.right_nav_header {
	color:#fffced;
}

img.floatLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.floatRight {
	float: right;
	margin: 8px;
}

a {
	/*color: #fffced;*/
	color: #ff7e00;
	text-decoration: none;
} 

a:hover,
a:active {
	/*color: #ff7e00;*/
	color: #cc6600;
}

a:focus {
	outline: none;
}

h2 a,
h4 a {
	color: #ff7e00;
	text-decoration: none;
}

h2 a:hover,
h2 a:active,
h4 a:hover,
h4 a:active {
	color: #cc6600;
}

.header {
	background-image: url("/images/header_bg.jpg");
	background-color: #0E3552;
	height: 334px;
}

.header_top {
	height: 78px;
}

.header_logo {
	padding-top: 10px;
}

#header_nav {
	padding-top: 32px;
	text-align: right;
}

a.header_selected {
	color: #FF7E00;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.header_selected:hover,
a.header_selected:active {
	color: #cc6600;
}

a.header_link {
	color: #FFFCED;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.header_link:hover, 
a.header_link:active {
	color: #FF7E00;
}

a.right_nav_link {
	color: #FFFCED;
	text-decoration: none;
}

a.right_nav_link:hover,
a.right_nav_link:active {
	color: #5a2c00;
}

a.right_nav_link_sel {
	color: #5a2c00;
	text-decoration: none;
}

a.right_nav_link_sel:hover,
a.right_nav_link_sel:active {
	color: #cc6600;
}

a.morebtn {
	background: url(/images/btn_more2.png) no-repeat top left;
	width: 99px;
	height: 30px;
	position: absolute;
}

a.morebtn:hover {
	background-position: 0px -30px;
}

a.homemorebtn {
	margin-left: 5px;
	margin-top: 10px;
	background: url(/images/btn_more2.png) no-repeat top left;
	width: 99px;
	height: 30px;
	position: absolute;
}

a.homemorebtn:hover {
	background-position: 0px -30px;
}

.right_nav {
	padding-top: 10px;
	background-color: #ff7e00;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.banner_img_dapple {
	margin-top: 5px;
}

.banner_img_monkeys {
	margin-top: 5px;
	margin-left: 10px;
}

.banner_img_landformer {
	margin-top: 22px;
}

.banner_img_dirtydiapers {
	margin-top: 10px;
}

.banner_img_musicalhands {
	margin-top: 10px;
}

.banner_img_playfulhands {
	margin-top: 10px;
}

.banner_img_fingertied {
	margin-top: 10px;
}

.header_banner {
	height: 256px;
}

.banner_right {
	height: 190px;
	padding-top: 20px;
}

.banner_text {
	color: #fffced;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: -10px;
	margin-bottom: 10px;
}

.connect {
	color: #fffced;
	padding-top: 21px;
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
}

.connect_text {
	text-align: right;
	padding-top: 14px;
}

p.banner_text, 
img.banner_text {
	line-height: 1.3em;
	margin-top: -10px;
}

#content {
	/*background-image: url("/images/content_bg.jpg");*/
	background-color: #FFFCED;
	color: #5a2c00;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 10px;
	padding-bottom: 20px;
}

.nobold {
	font-weight: normal;
}

.footer {
	background-image: url("/images/footer_bg.jpg");
	background-color: #0E3552;
	height: 64px;
}

.footer_text {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #fffced;
}

.copyright {
	font-size: 10px;
	color: #fffced;
}

.pressquote {
	font-weight: normal;
	font-style: italic;
	padding-left: 20px;
}

.colborder {
	border-right: 1px solid #e5e5e5;
}

.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.blogentry {
	font-weight: normal;
}

.postmetadata {
	font-weight: normal;
	font-size: 11px;
}

.postdate {
	font-size: 11px;
	margin-bottom: 1.5em;
}

.alignright {
        float: right;
}

.alignleft {
        float: left;
}

/* @group right sidebar */

.blogright_nav {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ff7e00;
	font-size: 11px;
	font-weight: normal;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.blogright_nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blogright_nav ul ul{
 	margin: 0 0 0 20px;
 	padding: 0 0 20px 0;
 	list-style-type: disc;
}

.blogright_nav a {
 	color: #FFFCED;
}

.blogright_nav a:hover,
.blogright_nav a:active {
 	color: #cc6600;
}

.blogright_nav h2{
 	font-size: 14px;
	font-weight: bold;
 	color: #FFFCED;
	margin-bottom: 5px;
}

/* @end */

.navigation {           
        display: block;         
        text-align: center;
        margin-top: 10px;       
        margin-bottom: 60px;
}

.thread-even {
	background-color: #fffff8;
}

.commentlist {
	font-size: 12px;
}

.commentlist li {
	padding: 5px;
	font-weight: bold;
}

.comment-author {
	font-weight: bold;
}

.comment-body {
	font-weight: normal;
}

.commentmetadata {
	font-weight: bold;
}

/* Game Idea Generator */
.descriptor {
        font-style: italic;
        color: #00aa00;
}
.genre {
        font-weight: bold;
        color: #aa0000;
}
.setting {
        font-weight: bold;
        font-style: italic;
        color: #0000aa;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

