/*  
Theme Name: Halfbrick Theme
Theme URI: http://www.halfbrick.com/
Description: Halfbrick's WP Theme for all their games and more
Version: 1.0
Author: Rob Prior
Author URI: http://www.randpdesign.co.uk/
*/

body {
	background: #fff url(images/background.jpg) repeat;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #171717;
}

.container {
	margin: 0 auto;
	height: auto;
	overflow: visible;
}

.clearfix {
	width: 1px;
	height: 1px;
	display: block;
	clear: both;
	overflow: hidden;
	content: '.';
}

a:active, input, img, submti {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

#header_repeat {
	background: url(images/slide_banner_small.jpg) repeat-x 50%;
	height: 437px;
	width: 100%;
}

#header {
	height: 437px;
	width: 960px;
	overflow: visible;
}

#logo {
	background: url(images/logo.jpg) no-repeat;
	height: 82px;
	width: 342px;
	margin-left: 28px;
	margin-top: 26px;
	float: left;
}

#slideshow {
	float: left;
	top: 16px;
	left: 37px;
}

#main {
	width: 946px;
	height: auto;
	padding-top: 10px;
}

#content {
	float: left;
	width: 628px;
	height: auto;
}

#content_page {
	float: left;
	width: 598px;
	height: auto;
	padding-left: 30px;
}

#content_page img {
	float: left;
	left: -10px;
	position: relative;
	top: 0px;
	clear: left;
	height: auto;
	width: auto;
	padding-bottom: 7px;
}

/* Adjustments for safari due to additional padding added */

@media screen and (-webkit-min-device-pixel-ratio:0) {

#content_page img {
	float: left;
	left: -10px;
	position: relative;
	top: 0px;
	clear: left;
	height: auto;
	width: auto;
	padding-bottom: 0px;
}

}

/* Using Body Class for extra padding */

.single-post #content {
	padding-top: 12px;
}

/* @group Buttons */

.rollover_prev {
	text-indent: -9999px;
	float: left;
}

.rollover_prev a {
	display: block;
	width: 187px;
	height: 40px;
	background: url(images/older_posts.jpg) no-repeat;
	background-position: 0 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.rollover_prev a:hover {
	background-position: 0 -40px;
}

.rollover_prev a:active {
	background-position: 0 -80px;
}

.rollover_next {
	text-indent: -9999px;
	float: right;
}

.rollover_next a {
	display: block;
	width: 187px;
	height: 40px;
	background: url(images/newer_posts.jpg) no-repeat;
	background-position: 0 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.rollover_next a:hover {
	background-position: 0 -40px;
}

.rollover_next a:active {
	background-position: 0 -80px;
}

a.focus_testing {
	display: block;
	width: 200px;
	height: 50px;
	background: url(images/focus_testing.jpg) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	position: relative;
	top: -10px;
	left: -2px;
}

a.focus_testing:hover {
	background-position: 0 -50px;
}

a.focus_testing:active {
	background-position: 0 -100px;
}

a.email_phil {
	display: block;
	width: 200px;
	height: 50px;
	background: url(images/email_phil_new.jpg) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	position: relative;
	top: -10px;
	left: -2px;
}

a.email_phil:hover {
	background-position: 0 -50px;
}

a.email_phil:active {
	background-position: 0 -100px;
}

a.email_shainiel {
	display: block;
	width: 200px;
	height: 50px;
	background: url(images/email_shainiel_new.jpg) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	position: relative;
	top: -10px;
	left: -2px;
}

a.email_shainiel:hover {
	background-position: 0 -50px;
}

a.email_shainiel:active {
	background-position: 0 -100px;
}

a.email_rinal {
	display: block;
	width: 200px;
	height: 50px;
	background: url(images/email_rinal_new.jpg) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	position: relative;
	top: -10px;
	left: -2px;
}

a.email_rinal:hover {
	background-position: 0 -50px;
}

a.email_rinal:active {
	background-position: 0 -100px;
}

/* @end */

/* @group Game Details */

#details_top {
	height: 55px;
	width: 600px;
}

#details_top img {
	top: 0;
	left: 0;
}

#game_details {
	padding: 20px 10px 10px 20px;
	border-left: 1px solid #DE5426;
	background-color: #fcfcfc;
	margin-bottom: 20px;
	margin-top: 18px;
	list-style: none;
	text-transform: uppercase;
}

.game_detail_links img {
	top: 0;
	left: 0;
}

#game_details .sociable {
	margin-top: 5px;
	margin-bottom: 10px;
	height: 30px;
}

#game_details .sociable li {
	float: left;
	display: inline;
	padding-right: 10px;
	opacity: 0.8;
}

#game_details .sociable li:hover {
	opacity: 1;
}

#game_details .sociable li img {
	width: 25px;
	height: 25px;
	display: block;
}

#game_details p {
	padding-bottom: 0px;
}

.game_detail_links {
	border-top: 1px solid #E76712;
	float: left;
	height: 50px;
	left: -27px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
	width: 622px;
}

.game_detail_links a {
	float: right;
	padding-left: 24px;
	opacity: 0.8;
	position: relative;
	right: -10px;
	top: -10px;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.game_detail_links a:hover {
	opacity: 1;
}

#game_details a {
	color: #ee8225;
	text-decoration: none;
}

#game_details a:hover {
	color: #dd7a24;
}

.detail {
	color: #ee8225;
	margin-bottom: 20px;
}

.share {
	padding-top: 30px;
	font-weight: bold;
}

#icon {
	position: relative;
	float: right;
	top: -45px;
	right: -40px;
}

.tab_container {
	min-height: 410px;
	height: auto;
	float: left;
}

.tab_content {
	height: auto;
	padding-top: 20px;
	padding-right: 45px;
	float: left;
}

#tab2 img {
	top: 0px;
	left: 0px;
}

.slide {
	position: relative;
	top: 16px;
	left: 37px;
}

.utube {
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin-bottom: 15px;
}

.review {
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	padding: 10px;
	margin-bottom: 15px;
}

.review p {
	padding-bottom: 5px;
}

.review a {
	color: #171717;
	text-decoration: none;
	font-weight: bold;
}

.review a:hover {
	color: #dd7a24;
}

ul.tabs {
	float: left;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	top: 18px;
	margin-bottom: 18px;
	width: 598px;
}

ul.tabs li {
	float: left;
	list-style: none;
	margin-right: 24px;
}

ul.tabs li a {
	color: #171717;
	text-decoration: none;
}

ul.tabs li a:hover {
	color: black;
	padding-bottom: 5px;
	border-bottom: 3px solid black;
}

ul.tabs li.active {
	color: black;
	padding-bottom: 5px;
	border-bottom: 3px solid black;
}

#tab5 a {
	display: block;
	width: 200px;
	height: 50px;
	background: url(images/download-button.jpg) no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	position: relative;
	left: -2px;
	margin-bottom: 20px;
}

#tab5 a:hover {
	background-position: 0 -50px;
}

#tab5 a:active {
	background-position: 0 -100px;
}

a.backgameButton {
	display: block;
	width: 246px;
	height: 40px;
	background: url(images/back_to_games_button.jpg) 0 0;
	border: none;
	cursor: pointer;
	position: relative;
	text-indent: -9999px;
}

a.backgameButton:hover {
	background-position: 0 80px;
}

a.backgameButton:active {
	background-position: 0 40px;
	border: none;
}

/* @end */

/* @group Main Navigation */

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 128px;
	width: 550px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#nav li {
	float: left;
	cursor: pointer;
}

#nav li a {
	display: block;
	text-decoration: none;
	padding-top: 128px;
	background-image: url(images/navigation.jpg);
	cursor: pointer;
}

#nav_home {
	width: 110px;
}

#nav_home:hover {
	width: 110px;
	background-position: 0 -128px;
}

#nav_home:active {
	width: 110px;
	background-position: 0 -384px;
}

.home #nav_home {
	width: 110px;
	background-position: 0 -256px;
}

#nav_games {
	width: 110px;
	background-position: -110px 0;
}

#nav_games:hover {
	width: 110px;
	background-position: -110px -128px;
}

#nav_games:active {
	width: 110px;
	background-position: -110px -384px;
}

.page-template-games-page-php #nav_games {
	width: 110px;
	background-position: -110px -256px;
}

.page-template-monsterdash-php #nav_games {
	width: 110px;
	background-position: -110px -256px;
}

.page-template-fruitninja-php #nav_games {
	width: 110px;
	background-position: -110px -256px;
}

.page-template-raskulls-php #nav_games {
	width: 110px;
	background-position: -110px -256px;
}

.page-template-ageofzombies-php #nav_games {
	width: 110px;
	background-position: -110px -256px;
}

.page-template-blast-off-php #nav_games {
	width: 110px;
	background-position: -110px -256px;
}

.page-template-aero-racer-php #nav_games {
	width: 110px;
	background-position: -110px -256px;
}

.page-template-echoes-php #nav_games {
	width: 110px;
	background-position: -110px -256px;
}

#nav_about {
	width: 110px;
	background-position: -220px 0;
}

#nav_about:hover {
	width: 110px;
	background-position: -220px -128px;
}

#nav_about:active {
	width: 110px;
	background-position: -220px -384px;
}

.page-id-10 #nav_about {
	width: 110px;
	background-position: -220px -256px;
}

#nav_store {
	width: 110px;
	background-position: -330px 0;
}

#nav_store:hover {
	width: 110px;
	background-position: -330px -128px;
}

#nav_store:active {
	width: 110px;
	background-position: -330px -384px;
}

#nav_contact {
	width: 110px;
	background-position: -440px 0;
}

#nav_contact:hover {
	width: 110px;
	background-position: -440px -128px;
}

#nav_contact:active {
	width: 110px;
	background-position: -440px -384px;
}

.page-id-18 #nav_contact {
	width: 110px;
	background-position: -440px -256px;
}

/* @end */

/* @group Slider Navigation */

#selector {
	background-image: url("images/selector_background.png");
	float: right;
	height: 0;
	padding: 14px 0 10px 40px;
	position: relative;
	right: 38px;
	text-indent: -9999px;
	top: -3px;
	width: 108px;
	z-index: 9999;
}

#selector a {
	height: 14px;
	width: 14px;
	display: block;
	float: left;
	list-style: none;
	margin-right: 22px;
	background: url(images/slider_buttons.jpg) 0 0;
}

#selector a.activeSlide {
	background: url(images/slider_buttons.jpg) 0 -28px;
}

#selector a:hover {
	background: url(images/slider_buttons.jpg) 0 -14px;
}

/* @end */

/* @group Blog Post */

.post_banner {
	height: 40px;
	width: 630px;
	clear: left;
	background-image: url(images/banner.jpg);
	margin-bottom: 6px;
}

.date {
	float: left;
	font-weight: bold;
	height: 20px;
	padding-left: 20px;
	padding-top: 13px;
	text-transform: uppercase;
}

.name {
	float: right;
	height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 13px;
}

.postImage_top {
	display: block;
	margin-top: 5px;
	width: 632px;
	height: 23px;
	background: url(images/post_image_top.jpg) no-repeat;
	position: relative;
	left: -21px;
}

.postImage {
	background: url(images/post_image_repeat.jpg) repeat-y;
	display: block;
	width: 612px;
	height: auto;
	padding-left: 22px;
	position: relative;
	left: -21px;
}

.postImage_bottom {
	display: block;
	width: 632px;
	height: 22px;
	background: url(images/post_image_bottom.jpg) no-repeat;
	position: relative;
	left: -21px;
	top: -3px;
}

.post {
	padding-bottom: 20px;
	margin-left: 8px;
}

.icon {
	position: absolute;
	margin-left: 550px;
	z-index: 9999;
}

.top {
	padding-left: 20px;
}

.top img {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	border: 1px solid #A6A6A6;
	background: white;
	padding: 14px;
	left: -10px;
	max-height: 580px;
	max-width: 580px;
	overflow: hidden;
	position: relative;
	-moz-box-shadow: 0 0 6px #B3B5B5;
	-webkit-box-shadow: 0 0 6px #B3B5B5;
	-o-box-shadow: 0 0 6px #B3B5B5;
	box-shadow: 0 0 6px #B3B5B5;
	z-index: 0;
}

.entry {
	padding: 10px 14px 0px 22px;
	text-align: justify;
}

.bottom {
	padding: 10px 12px 4px 12px;
	margin-left: 7px;
	width: 591px;
}

.bottom_single {
	border-bottom: 1px solid #E76712;
	margin-left: 7px;
	padding: 20px 12px 15px 0;
	width: 604px;
}

.bottom p {
	padding-bottom: 0px;
}

.social_single {
	float: right;
	height: 35px;
	width: 250px;
	text-transform: uppercase;
}

.social_single a {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.social_single a:hover {
	opacity: 1;
}

.social {
	float: left;
	height: 35px;
	width: 250px;
	text-transform: uppercase;
}

.social a {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.social a:hover {
	opacity: 1;
}

.comments {
	float: right;
}

.comments a {
	background: url("images/comment_button.jpg") no-repeat scroll 0 0 transparent;
	color: #171717;
	display: block;
	font-size: 18px;
	height: 42px;
	padding-left: 125px;
	padding-top: 8px;
	position: relative;
	text-align: center;
	text-decoration: none;
	top: -4px;
	width: 60px;
}

.comments a:hover {
	background-position: 0 -50px;
}

.comments a:active {
	background-position: 0 -100px;
}

/* Post Entry Styles */

.entry a {
	color: #171717;
	font-weight: bold;
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
}

.entry a:hover {
	color: #e76712;
}

.entry img {
	display: block;
	border: 8px solid white;
	max-width: 569px;
	overflow: hidden;
	position: relative;
	-moz-box-shadow: 0 0 1px #B3B5B5;
	-webkit-box-shadow: 0 0 1px #B3B5B5;
	-o-box-shadow: 0 0 1px #B3B5B5;
	box-shadow: 0 0 1px #B3B5B5;
}

.entry object {
	display: block;
	position: relative;
}

.entry li {
	list-style-position: inside;
	line-height: 20px;
	padding-left: 10px;
	list-style-image: url(images/bullet.jpg);
	font-weight: bold;
}

.youtube-player {
	display: block;
	border: 1px solid #A6A6A6;
	background: white;
	padding: 14px;
	display: block;
	left: -12px;
	max-height: 580px;
	width: 585px;
	position: relative;
	-moz-box-shadow: 0 0 6px #B3B5B5;
	-webkit-box-shadow: 0 0 6px #B3B5B5;
	-o-box-shadow: 0 0 6px #B3B5B5;
	box-shadow: 0 0 6px #B3B5B5;
	z-index: 100;
	top:-20px;
}

.youtube-player object {
	position: relative;
}

.wp-caption-text {
	padding-top: 10px;
	color: #e76712;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

blockquote {
	color: #171717;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

blockquote p:before {
	content: '"';
	font-size: 38px;
	padding-right: 8px;
	font-style: italic;
	color: #e76712
}

blockquote p:after {
	content: '"';
	font-size: 38px;
	padding-left: 8px;
	font-style: italic;
	color: #e76712
}

strong {
	font-weight: bold;
}

/* Comments */

.navigationPosts {
	width: 600px;
	height: 40px;
	padding-bottom: 30px;
}

.prevPost {
	display: block;
	width: 230px;
	height: 40px;
	background: url(images/prev_post.jpg) 0 0;
	border: none;
	cursor: pointer;
	float: right;
}

.prevPost:hover {
	background-position: 0 80px;
}

.prevPost:active {
	background-position: 0 40px;
	border: none;
}

.nextPost {
	display: block;
	width: 230px;
	height: 40px;
	background: url(images/next_post.jpg) 0 0;
	border: none;
	cursor: pointer;
	float: right;
}

.nextPost:hover {
	background-position: 0 80px;
}

.nextPost:active {
	background-position: 0 40px;
	border: none;
}

a.backButton {
	display: block;
	width: 143px;
	height: 40px;
	background: url(images/back_button.jpg) 0 0;
	border: none;
	cursor: pointer;
	float: left;
	left: 12px;
	position: relative;
}

a.backButton:hover {
	background-position: 0 80px;
}

a.backButton:active {
	background-position: 0 40px;
	border: none;
}

#comments_template {
	padding-left: 28px;
	padding-right: 20px;
}

#comments_template h3 {
	padding-bottom: 20px;
}

#comments {
	clear: both;
}

.comment {
	left: -20px;
	padding: 10px;
	position: relative;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h4#comments-title,
h4#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}

h4#comments-title {
	padding: 24px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	border-bottom: 1px solid silver;
	line-height: 24px;
	margin: 0 0 24px;
	padding: 0 20px 0 90px;
	position: relative;
	width: 508px;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	border: 2px solid gray;
	background: white;
	left: 20px;
	padding: 6px;
	position: absolute;
	top: 7px;
}

.comment-author-admin, .bypostauthor .avatar {
	border: 2px solid #DE5426;
}

.comment-author-admin, .bypostauthor .fn {
	color: #DE5426;
}

.comment a {
	color: #171717;
	font-weight: bold;
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
}

.comment-author-admin, .bypostauthor a:active, a:hover {
	color: #DE5426;
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	
}

.fn a {
	color: #171717;
	text-decoration: none;
}

.fn a:hover {
	color: #94201c;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: black;
}

.commentlist .even {
	
}

.commentlist .bypostauthor {
	
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
	color: #DE5426;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-bottom: 1px solid silver;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

input[type=submit] {
	color: #333;
}

#respond {
	background: #EEF0F0;
	border: 1px solid silver;
	left: -14px;
	margin: 24px 0;
	overflow: hidden;
	padding: 20px 20px 0;
	position: relative;
	width: 577px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin: 18px 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond .required {
	color: #DE5426;
	font-weight: bold;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	border: 1px solid silver;
	margin: 0 0 9px;
	padding: 10px;
	width: 55%;
	margin-right: 5px;
	font-family: verdana,sans-serif;
	font-size: 12px;
}

#respond input:focus {
	border-color: #a6a6a6;
}

#respond input:hover {
	border-color: #a6a6a6;
}

input#submit {
	display: block;
	width: 576px;
	height: 40px;
	background: url(images/submit.jpg) 0 0;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin-top: 10px;
}

input#submit:hover {
	background-position: 0 80px;
}

input#submit:active {
	background-position: 0 40px;
	border: none;
}

#commentform p {
	padding-bottom: 10px;
}

#respond textarea {
	width: 556px;
	background: #FCFCFC;
	border: 1px solid silver;
	padding: 10px;
	font-family: verdana,sans-serif;
	font-size: 12px;
}

#respond textarea:focus {
	border-color: #a6a6a6;
}

#respond textarea:hover {
	border-color: #a6a6a6;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#respond .form-allowed-tags code {
	font-size: 11px;
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



/* @end */

/* @group Games */

.game {
	width: 940px;
	height: 286px;
	clear: left;
	margin-bottom: 15px;
}

.gameImage {
	display: block;
	float: left;
	width: 442px;
	height: 254px;
	background-image: url(images/game_image.jpg);
	padding-top: 32px;
	padding-left: 31px;
}

.game_info h5 a {
	font-size: 21px;
	color: #171717;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-decoration: none;
}

.game_info h5 a:hover {
	color: #e76712;
}

.game_info {
	float: left;
	width: 220px;
	height: 185px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.game_info p {
	font-size: 13px;
}

.game_screenshots {
	float: left;
	width: 215px;
	height: 145px;
	padding-top: 65px;
	padding-bottom: 10px;
}

.game_screenshots a {
	float: left;
	padding: 6px 6px 3px 6px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid gray;
	background: white;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

.game_screenshots a:hover {
	background: #e76712;
}

.game_links {
	border-top: 1px solid #E76712;
	float: left;
	width: 452px;
	height: 44px;
	padding-top: 1px;
}

.game_links a {
	float: right;
	padding-left: 5px;
	opacity: 0.8;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}

.game_links a:hover {
	opacity: 1;
}

.game_more {
	float: left;
	height: 25px;
	margin-left: 590px;
	margin-top: 180px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 100px;
}

.game_more a {
	display: block;
	width: 100px;
	height: 25px;
	background: url(images/more-info-button-small.jpg) no-repeat;
	background-position: 0 0;
}

.game_more a:hover {
	background-position: 0 -25px;
}

.game_more a:active {
	background-position: 0 -50px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: left;
	width: 245px;
	he

ight: auto;
	margin-left: 59px;
}

.widget {
	padding: 0 10px 10px 10px;
	border-left: 1px solid #2380b5;
	background-color: #fcfcfc;
	margin-bottom: 40px;
	list-style: none;
}

.widget li {
	padding-bottom: 5px;
}

.widget li a {
	color: #2380b5;
	text-decoration: none;
	font-weight: bold;
}

.widget li a:hover {
	color: #175b82;
}

/* @end */

/* @group footer */

#footer_repeat {
	background: url(images/footer.jpg) repeat-x;
	width: 100%;
}

#footer {
	height: 104px;
	width: 960px;
	padding-top: 50px;
}

.logo-footer {
	height: 59px;
	display: block;
	float: right;
	clear: right;
	padding-right: 25px;
}

ul#nav-footer {
	cursor: pointer;
	float: left;
	height: 39px;
	margin: 0;
	overflow: hidden;
	padding: 20px 0 0 25px;
	position: relative;
	text-transform: uppercase;
	width: 400px;
}

ul#nav-footer li {
	float: left;
	cursor: pointer;
	display: inline;
}

ul#nav-footer li a {
	text-decoration: none;
	cursor: pointer;
	color: white;
	padding-right: 25px;
}

ul#nav-footer li a:hover {
	color: #BB3A1F;
}

/* @end */

/* @group

Text Styles */

h1 {
	text-indent: -9999px;
	font-size: 36px;
}

h2 {
	text-indent: -9999px;
	font-size: 30px;
}

h2#ramblings {
	background: url("images/ramblings.jpg") no-repeat scroll 0 0 transparent;
	height: 100%;
	left: 27px;
	padding-bottom: 25px;
	position: relative;
	width: 100%;
}

h2#connect {
	background: url(images/connect.jpg) no-repeat;
	padding-bottom: 25px;
	position: relative;
	width: 100%;
	height: 100%;
	right: 13px;
}

h2.page-template-games-page-php {
	background: url("images/gaming.jpg") no-repeat scroll 0 0 transparent;
	height: 100%;
	left: 27px;
	padding-bottom: 10px;
	position: relative;
	width: 100%;
}

h2.page-id-10 {
	background: url("images/about.jpg") no-repeat scroll 0 0 transparent;
	height: 100%;
	left: -3px;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
}

h2.page-id-18 {
	background: url("images/communicate.jpg") no-repeat scroll 0 0 transparent;
	height: 100%;
	left: -3px;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
}

h2.page-id-214 {
	background: url("images/focus_testing_title.jpg") no-repeat scroll 0 0 transparent;
	height: 100%;
	left: -7px;
	top: -8px;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
}

h3 {
	font-size: 24px;
	color: #171717;
	text-transform: uppercase;
}

h3 a {
	color: #171717;
	text-decoration: none;
	cursor: pointer;
}

h3 a:hover {
	color: #646464;
	cursor: pointer;
}

#content_page h3 {
	padding-bottom: 0px;
}

h4 {
	font-size: 22px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

h5 {
	font-size: 22px;
	color: #171717;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h6 {
	font-size: 14px;
	color: #171717;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h6.page-id-18 {
	padding-top: 15px;
}

p {
	padding-bottom: 17px;
	line-height: 1.4;
	text-align: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

p {
	padding-bottom: 22px;
}

}

.widget-title {
	background: #fff url(images/background.jpg) repeat;
	width: 255px;
	position: relative;
	left: -13px;
	padding-bottom: 15px;
}

.red {
	color: white;
}

.footer_text {
	clear: right;
	color: white;
	display: block;
	float: right;
	font-size: 12px;
	padding-right: 25px;
	padding-top: 10px;
}

.randp {
	color: white;
	float: left;
	font-size: 12px;
	padding-left: 25px;
	padding-top: 10px;
	text-decoration: none;
	clear: left;
}

.randp:hover {
	color: #BB3A1F;
}

/* @end */

/* @group contact form 1 */

#si_contact_form1#submit, #si_contact_form2#submit {
	display: none;
	border: 4px solid gray;
}

#si_aud_ctf1, #si_aud_ctf2 {
	margin-top: 10px;
	float: left;
}

#si_refresh_ctf1, #si_refresh_ctf2 {
	margin-top: 10px;
	float: left;
}

input[type="radio"] {
	margin-top: 10px;
}

/* @end */

/* @group Overides */

/* Widget Title and Border Color Overides */

li#tweetblender-3 h3 {
	color: #2380b5;
}

li#tag_cloud-3 h3 {
	color: #446D2E;
}

li#tag_cloud-3.widget {
	border-color: #446D2E;
}

li#tag_cloud-3 a {
	color: #171717;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-right: 4px;
	-webkit-transition: border 0.5s linear;
	-moz-transition: border 0.5s linear;
	-o-transition: border 0.5s linear;
	transition: border 0.5s linear;
}

li#tag_cloud-3 a:hover {
	border-bottom: 1px solid #171717;
}

li#popular-posts h3 {
	color: #DE5426;
}

li#popular-posts.widget {
	border-color: #DE5426;
	padding-bottom: 0px;
}

li#popular-posts img {
	float: left;
	height: 45px;
	margin-right: 10px;
	width: 45px;
}

.widget_rrm_popular_posts li {
	height: 48px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-top: 10px;
	padding-top: 3px;
}

li#popular-posts a {
	color: #171717;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	-webkit-transition: border 0.5s linear;
	-moz-transition: border 0.5s linear;
	-o-transition: border 0.5s linear;
	transition: border 0.5s linear;
}

li#popular-posts a:hover {
	border-bottom: 1px solid #171717;
}

li#my-recent-yt-2 h3 {
	color: #b4211c;
}

.widget_my-recent-yt {
	border-color: #b4211c;
	padding-bottom: 0px;
}

.my-recent-yt-video {
	padding-top: 12px;
	padding-bottom: 12px;
}

li#social-widget-3 h3 {
	color: #603377;
}

li#social-widget-3.widget {
	border-color: #603377;
}

.socialmedia-buttons img {
	margin-top: 15px;
	margin-left: 5px;
}

/* @end */
