/*
Theme Name: Scumlabs
Theme URI: http://scumlabs.com/
Description: A wordpress themed scumlabs website
Author: Blaine Ehrhart
Version: 0.0.0.0.0.1
Tags:
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	min-height: 350px;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial,Helvetica,sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#menu-footer,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Arial,Helvetica,sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
div.menu,
#colophon,
#main,
#wrapper {
	margin: 0 auto;
	width: 839px;
}
#wrapper {
	background:url(images/header.jpg) center top no-repeat;
	padding: 25px 20px 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#menu-footer {
	float: left;
	width: 480px;
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}
#menu-footer li {
	float:left;
	margin-right:20px;
}
#copyright {
	float: right;
	width: 306px;
	padding-left:22px;
	background-position:0px 3px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background:#37446D url(images/bg.png) left top repeat-x;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	width: 255px;
	height:96px;
	background:url(images/logo.jpg) left top no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	height:96px;
	width:255px;
	display:block;
	position:relative;
}
#site-title a .hover {
	position:absolute;
	top:0;
	left:0;
	background:url(images/logo-hover.jpg) left top no-repeat;
	height:96px;
	width:255px;
	display:block;
	float:left;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	width: 576px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a, #access .fakeA {
	color: #3E4348;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	cursor:pointer;
}
#access ul ul {
	background:url(images/dropdown-bg.png) bottom left no-repeat;
	display: none;
	position: absolute;
	top: 31px;
	left: -2px;
	float: left;
	width: 104px;
	z-index: 99999;
	padding:10px 0 24px 0;
}
#access ul ul li {
	min-width: 81px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background:none;
	line-height:18px;
	margin:2px 0 4px 11px;
	padding:0 0 0 10px;
	width: 81px;
	height: auto;
	text-indent:0;
}
#access ul ul :hover > a {
	background: url(images/dropdown-arrow.jpg) left center no-repeat;
	color: #6A4094;
}
#access ul li:hover > ul {
	display: block;
}

/* =Blaines Added Stuff
-------------------------------------------------------------- */

/*site*/
.page-id-22 .entry-content {
	padding:7px 0 0 0;
	clear:both;
}
.homepageColumn {
	float:left;
	width:262px;
	margin-left:8px;
	background-color:#FDFDFD;
	border:2px solid #f8f8f8;
	height:256px;
}
#content .homepageColumn .entry-title {
	display:block;
}
.newestGamesHeader {
	margin-left:0;
}
.homepageColumn h4 {
	height:32px;
	padding-left:36px;
	padding-top:11px;
	width:226px;
	border-bottom:1px solid #EEEEEE;
	font-size:12px;
}
.newestGamesHeader h4 {
	background:url(images/new.jpg) 14px 11px no-repeat;
	margin-bottom:23px;
}
.popularGamesHeader h4 {
	background:url(images/popular.jpg) 14px 11px no-repeat;
}
.featuredGamesHeader h4 {
	background:url(images/featured.jpg) 13px 11px no-repeat;
}
#container .homepageColumn .type-post {
	margin-right:0;
}
#branding {
	width:262px;
	float:left;
}
#access {
	margin-top:65px;
	width:577px;
	float:left;
}
#access #searchform {
	height:31px;
	width:265px;
	background:url(images/search.png) left top no-repeat;
	padding:0 40px 0 65px;
	float:left;
}
#access #s {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background:url(images/search.png) -65px -4px no-repeat;
	border:none;
	margin-top:4px;
	width:252px;
	vertical-align:middle;
	height:20px;
	outline:none;
	padding-left:10px;
	line-height:11px;
	color: #666666;
}
#access #searchsubmit, #access #searchform label {
	display:none;
}
/* Home Button */
#access .menu-item {
	margin-right:2px;
}
#menu-item-10 a {
	background:url(images/nav-buttons.gif) left top no-repeat;
	width:72px;
	height:31px;
	line-height:31px;
	padding:0;
	text-indent:-999em;
	overflow:hidden;
}
#access #menu-item-10 a:hover {
	background:url(images/nav-buttons.gif) left bottom no-repeat;
}
/* Category Button */
#menu-item-9 a {
	background:url(images/nav-buttons.gif) right top no-repeat;
	width:100px;
	height:31px;
	line-height:31px;
	padding:0;
	text-indent:-999em;
	overflow:hidden;
}
#access li:hover > a {
	background:url(images/nav-buttons.gif) right bottom no-repeat;
}
#footer {
	color:#dadaf9;
	font-size:12px;
	text-transform:lowercase;
	line-height:22px;
}
#footer a {
	text-decoration:none;
	color:#dadaf9;
}
#footer a:hover {
	text-decoration:underline;
	color:#FFF;
}
#largeGraphic {
	background:url(images/main.jpg) center top no-repeat;
	height:268px;
	width:839px;
	clear:both;
	overflow:hidden;
}
#largeGraphic .randomGameButton {
	clear:both;
	height:39px;
	margin:202px 0 0 551px;
	overflow:hidden;
	text-indent:-999em;
	width:186px;
	display:block;
}
.gameDescription {
	color:#666666;
}
#content .fullBorder .gameDescription p,
#content .homepageColumn .gameDescription p {
	margin:0;
	padding:1px 0 0 0;
	font-size:12px;
	line-height:15px;
}
.gameThumbnail {
	float:left;
	height:40px;
	padding:0 12px 0 15px;
	width:40px;
}
.gameThumbnailLeft {
	float:left;
	height:40px;
	padding:0 12px 6px 0;
	width:40px;
	display:none;
}
/*body.category #container {
	background-color:#FDFDFD;
	border:2px solid #f8f8f8;
	margin:12px;
	width:810px;
	padding:12px 0 0 0;
}*/
#container .type-post {
	margin:0 16px 15px 0;
	height:45px;
	width:244px;
	float:left;
}
.archive-meta {
	display:none;
}
.single-post #container .type-post {
	font-size:12px;
	width:100%;
	height:auto;
	margin:0;
}
.single-post #container .entry-title {
	display:none;
}
#container .type-post .entry-title {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 0;
}
#container {
	padding:12px;
	width:815px;
}
body.page .entry-title {
	display:none;
}
/* Terms */
body.page-id-50 #container {
	padding:20px;
	width:799px;
}
.page-id-50 #content p,
.page-id-50 #content h4,
.page-id-50 #content ol {
	font-size:10px;
	line-height:1.3em;
	margin:0 0 10px 0;
}
.page-id-50 #content h4 {
	font-weight:strong;
}
.page-id-50 #content ol {
	margin:0 0 10px 40px;
}
.success {
	background-color:#FFFFFF;
	color:black;
	padding-bottom:7px;
	text-align:center;
}

#content .fullBorder h2 {
	clear:none;
	font-weight:bold;
	color:#555555;
	font-size:18px;
	margin:0;
	padding:0;
}
#content .fullBorder p {
	color:#666666;
	font-size:12px;
	line-height:19px;
}
#content .fullBorder ul {
	font-size:12px;
	line-height:19px;
	list-style:none;
	margin:0;
	padding:0;
}
#content .fullBorder #twitter_update_list span a {
	display:inline;
}
#content .fullBorder #twitter_update_list a {
	display:none;
}
#twitter_update_list li {
	background:url(images/twitter.png) left center no-repeat;
	padding-left:25px;
}
#content .fullBorder {
	background-color:#FDFDFD;
	border:2px solid #f8f8f8;
	margin:10px 0;
	padding:15px;
	width:780px;
	float:left;
}
#content .twitterBorder {
	padding:10px 15px;
}
.scumlabs-twitter {
	width:20px;
	height:20px;
	float:left;
	display:block;
}
#content .fullBorder p {
	margin:0;
}
.advertisement-bottom {
	clear:both;
	width:728px;
	height:90px;
	margin:0 auto;
	background:#FFF;
	padding-top:10px;
	text-align:center;
	background:#FFFFFF;
}
.top-divider {
	width:739px;
	height:1px;
	display:block;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:20px;
	border-bottom:2px dotted #cac8c8;
}
.advertisement-bottom img {
	margin:0px auto;
}
.flashGame {
	margin:0 auto;
	text-align:center;
}
.flashGame embed {
	display:block;
}
.flashGame .embeddedFlash {
	display:block;
	float:left;
}
.flashGame .randomGameButton {
	width:28px;
	height:114px;
	background:url(images/random-game.png) top left no-repeat;
	overflow:hidden;
	text-indent:-999em;
	display:inline-block;
	margin:0 -28px 0 0;
	position:relative;
	float:left;
}
.gameControls {
	background:url(images/controls-bg.png) top left no-repeat;
	width:640px;
	height:59px;
	margin:20px auto 0 auto;
	color:#000;
}
#content .gameControls img {
	margin:8px 29px 0 15px;
	float:left;
}
#content .gameControlsText {
	float:left;
    margin-top:12px;
    line-height:16px;
}
#content .gameControlsText ul {
	margin:0;
	padding:0;
	list-style:none;
	width:336px
}
#content .gameControlsText li {
	float:left;
	width:168px;
}
.youMightLike {
	background:url(images/ymlbg.png) top left no-repeat;
	width:642px;
	height:32px;
	margin:20px auto 0 auto;
	color:#000;
	font-size:11px;
}
.youMightLike a {
	color:#000;
	text-decoration:none;
	margin-right:25px;
}
.youMightLike abbr {
	display:none;
}
#content .youMightLike ul {
	list-style:none;
	margin:0;
	padding:6px 0 0 126px;
}
#content .youMightLike li {
	float:left;
	margin-right:13px;
}
.single-post #container .shortDescription {
	background:url(images/description.png) top left no-repeat;
	width:518px;
	height:28px;
	margin:20px auto 0 auto;
	color:#000;
	font-size:11px;
	padding:6px 0 0 125px;
}
.single-post #container .shortDescription span {
	display:none;
}
.single-post .entry-content {
	width:632px;
	margin:20px auto 40px auto;
	padding:0;
	color:#666666;
	line-height:22px;
}
#content .shareMenu {
	float:left;
	margin:13px 0 0 30px;
	padding:0;
	list-style:none;
	position:relative;
}
.shareMenu ul {
	position:absolute;
	list-style:none;
	display:none;
	margin:0;
	padding:10px 0 0 0;
	background:url(images/share-bg.png) left top no-repeat;
	width:197px;
	height:185px;
	left:-50px;
}
.shareMenu ul li {
	padding:8px 20px;
}
.shareMenu a {
	color:#000;
	text-decoration:none;
}
.shareMenu:hover ul {
	display:block;
}
#shareButton {
	height:31px;
	width:96px;
	background:url(images/like.gif) left top no-repeat;
	text-indent:-999em;
	overflow:hidden;
	display:block;
	cursor:pointer;
}
.shareMenu:hover #shareButton {
	background-position:left bottom;
}
.shareMenu ul a {
	background:url(images/social-icons.png) top left no-repeat;
	padding-left:20px;
	height:18px;
	line-height:18px;
	display:inline-block;
}
.shareMenu .stumbleapon {
	background-position:left -2px;
}
.shareMenu .facebook {
	background-position:left -28px;
}
.shareMenu .digg {
	background-position:left -53px;
}
.shareMenu .twitter {
	background-position:left -79px;
}
.shareMenu .delicious {
	background-position:left -104px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
	background:#FFFFFF url(images/footer.png) center bottom no-repeat;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 14px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin:0 0 15px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #0000F6;
	text-decoration: underline;
}
.entry-title a:active,
.entry-title a:hover {
	color: #6E6EF9;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-content h2 {
	margin: 0;
	padding:0;
	display:inline;
	font-weight:normal;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	overflow:hidden;
	clear:both;
	text-align:right;
	width:805px;
}
.navigation {
	margin:10px 5px 10px 0;
}
#wp_page_numbers {
	float:right;
}
#wp_page_numbers ul {
	list-style:none;
	margin:0;
	padding:0;
}
#wp_page_numbers ul li {
	float:left;
	width:18px;
	height:18px;
	line-height:18px;
	background:url(images/page-number.png) center center no-repeat;
	text-align:center;
	font-weight:bold;
	color:#242200;
	margin-left:3px;
}
#wp_page_numbers ul li a {
	color:#242200;
	font-size:11px;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	width:629px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.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 {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.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: #ff4b33;
}
.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: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	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 {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#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: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#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;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	overflow: hidden;
	padding: 5px 0;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#menu-footer {
		display: none !important;
	}
	#menu-footer,
	#copyright {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}



}

/* Friends Page */
#friends-page-header {
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  width:768px;
  border-bottom:1px dotted #CCC;
  padding-bottom:10px;
  height:40px;
}
#friends-page-header h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:22px;
  font-weight:normal;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  padding-bottom:0;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  float:left;
  display:block;
}
#friends-page-header p {
	font-size:12px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	float:left;
    margin-left:15px;
    margin-top:11px;
}
#friends-page-column {
  float:left;
  height:373px;
  margin-left:23px;
  width:241px;
  padding-top:13px;
  line-height:27px;
}
#friends-page-column a:link, #friends-page-column a:visited {
  display:block;
  color:#0000F6;
  text-decoration:none;
}
#friends-page-column a:active, #friends-page-column a:hover {
  color:#6E6EF9;
  text-decoration:underline;
}
#friends-page-column img {
	display:inline;
	margin:0px;
	border:0px;
	padding:0px;
	float:left;
	margin-right:7px;
	position:relative;
	top:4px;
}

/* HOMEPAGE REDESIGN */

#home-content {
	width:506px;
	float:left;
	min-height:500px;
	padding:10px;
}
#home-sidebar {
	width:312px;
	float:left;
	background:#edebea;
	min-height:1567px;
	border-left:1px solid #d2d1d1;
	border-bottom:1px solid #d2d1d1;
}
#container-home {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	min-height: 350px;
}
.one-column-home #content-home {
	margin: 0 auto;
}
#game-container{
	width:506px;
	height:165px;
	background:url(images/game-background.jpg);
	margin-bottom:9px;
}
#game-title {
	width:337px;
	float:left;
	height:26px;
	padding-top:7px;
	padding-left:13px;
	color:#494847;
	font-weight:bold;
	text-shadow:#FFFFFF -1.5px 1.5px 1px;
}
#game-seeall {
	width:141px;
	float:left;
	height:26px;
	text-align:right;
	padding-right:15px;
	padding-top:7px;
}
#game-seeall a {
	color:#a7a7a7;
	font-weight:bold;
	text-decoration:none;
	text-shadow:#FFFFFF -1.5px 1.5px 1px;
}
#game-seeall a:hover {
	color:#494847;
}
#game-area {
	width:506px;
	height:119px;
	float:left;
	padding-top:14px;
	padding-left:10p
}
.homegameThumbnail {
    float: left;
    height: 40px;
    margin-right: 10px;
    padding: 0px 10px 0px 0px;
    width: 30px;
    z-index: 99999;
}
.homegameThumbnail a {
    height: 40px;
}
#home-game-container {
    float: left;
    height: 40px;
    margin-bottom: 19px;
    margin-left: 17px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
    width: 226px;
}
#home-game-container a {
    color: #0000f6;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
#home-game-container a:hover {
    color: #6e6ef9;
}
.homegameDescription {
    width: 182px;
}
.homegameDescription p {
    color: #666;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    padding-left: 40px;
    padding-top: 1px;
    vertical-align: baseline;
    width: 185px;
}
#home-game-link {
    margin-top: 0px;
}
.home-url {
    display: block;
    float: left;
    margin-top: -3px;
    width: 176px;
	height:16px;
}
#sidebar-social {
    height: 55px;
    margin: 0px auto;
    margin-top: 10px;
    width: 291px;
}
#sidebar-container-top {
    background: url("images/sidebar-container-top.png");
    display: block;
    height: 9px;
    width: 291px;
}
#sidebar-container-middle {
    background: url("images/sidebar-container-middle.jpg");
    background-repeat: repeat-y;
    width: 291px;
}
#sidebar-container-bottom {
    background: url("images/sidebar-container-bottom.png");
    display: block;
    height: 10px;
    width: 291px;
}
#social-inner {
    height: 20px;
    padding: 7px 20px 10px 20px;
    width: 291px;
}
#social-inner p {
    color: #df7600;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 3px;
    padding: 0px;
}
#social-icons {
    float: left;
    height: 24px;
    widht: 138px;
}
#social-icons img {
    border: 0px;
    float: left;
}
.social-icon {
    margin-left: 15px;
}
#sidebar-contact {
    height: 124px;
    margin: 0px auto;
    margin-top: 10px;
    width: 291px;
}
#sidebar-contact p {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#contact-description-wrapper {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    width: 250px;
}
#contact-description-wrapper a {
    color: #df7600;
    font-weight: bold;
    text-decoration: none;
}
#contact-description-wrapper a:hover {
    text-decoration: underline;
}
#sidebar-facebook {
    margin-left: 10px;
    margin-top: 10px;
    width: 292px;
}
#likebox-frame {
    border: 2px solid #fff;
    height: 255px;
    left: -2px;
    margin: 0px auto;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    top: -1px;
    width: 283px;
    z-index: 10;
}
#likebox-frame iframe {
    left: -5px;
    overflow: hidden;
    position: relative;
    top: -1px;
}
/* =Blog
-------------------------------------------------------------- */

#container-blog {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	min-height: 350px;
	background:url(images/blog-bg.jpg);
	background-repeat:repeat-y;
}
#footer-blog {
	background:url(images/footer.png);
	background-position:-1px 0px;
	background-repeat:no-repeat;
	width:839px;
	height:15px;
	float:left;
}
#main-blog {
	width:692px;
	float:left;
	height:100%;
    margin-top:10px;
}
#sidebar-blog {
	width:123px;
	min-height:350px;
	float:left;
	margin:0;
	padding:12px;
}
#blog-sidebar {
	width:122px;
	margin-bottom:15px;
}
#blog-sidebar-top  {
	background:url(images/blog-container.jpg);
	background-position:0px 0px;
	width:122px;
	height:8px;
}
#blog-sidebar-content {
	background:url(images/blog-container-middle.jpg);
	width:92px;
	height:auto;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:1px;
}
#blog-sidebar-content h4 {
	font-weight:bold;
	font-size:12px;
	padding:0px;
	margin:0px;
	color:#df7600;
	font-family:Arial, Helvetica, sans-serif;	
	display:block;
	padding-bottom:7px;
	border-bottom:1px solid #e8e5e4;
	margin-bottom:10px;
}
#blog-sidebar-content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	margin-top:7px;
	display:block;
	height:auto;
}
#blog-sidebar-content li {
	list-style:none;
	margin:0;
	padding:0;
}
#blog-sidebar-content a {
	text-decoration:none;
	color:#808080;
}
#blog-sidebar-content a:hover {
	border-bottom:1px dashed #808080;
	color:#808080;
}
#blog-sidebar-bottom {
	background:url(images/blog-container.jpg);
	background-position:0px -8px;
	width:122px;
	height:9px;
}
.blog-post {	
  height:20px;
  padding-bottom:74px;
  padding-left:25px;
  padding-top:15px;
  width:667px;
}
.blog-post-img {
	float:left;
	height:75px;
	width:75px;
	margin-right:10px;
}
#blog-meta-info {
	width:560px;
	height:75px;
	float:left;
}
.blog-article-title {
	margin-top:5px;
	margin-left:5px;
	display:block;
}
.blog-article-title a {
	text-decoration:none;
	color:#0035E3 !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00509a;
	font-size:21px;
}
.blog-article-title a:link,
.blog-article-title a:visited {
	color: #00509a;
	text-decoration: none;
}
.blog-article-title a:active,
.blog-article-title a:hover {
	color: #6687f1 !important;
}
#blog-meta-info p {
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-left:5px;
	display:block;
	height:16px;
	margin-bottom:5px;
}
.comments-number {
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #e6e6e6;
	padding-left:5px;
	padding-top:5px;

}
.comments-number a {
	color:#ff3600;
	text-decoration:none;
}
.blog-seperator {
	color:#c1c1c1;
	margin-left:7px;
	margin-right:7px;
}
.blog-title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:29px;
	color:#00509a;
	display:block;
	float:left;
}
.blog-meta {
	font-family:Arial, Helvetica, sans-serif;
	width:646px;
	height:37px;
	float:left;
	margin-top:15px;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
}
.blog-meta p {
	color:#8f8f8f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-top:9px;
	float:left;
}
.blog-meta a {
	color:#ff3600;
	font-style:normal;
	text-decoration:none;
}
.blog-meta a:hover {
	text-decoration:underline;
}
.meta-date-reset {
	font-style:normal;
}
.blog-meta-social {
	float:right;
	margin-top:3px;
	width:325px;
	margin-right:10px;
}
.meta-social-fb {
	margin-top:5px;
	float:right;
	width:70px;
	overflow:none;
}
.meta-social-tw {
    float:right;
    margin-left:11px;
    margin-right:0px;
    margin-top:5px;
}
.meta-social-gp {
	margin-top:5px;
	float:right;
}
#___plusone_0 {
	position:relative;
	top:2px;
}
#blog-content {
	clear:both;
}
#blog-text {
	height:100%;
	clear:both;
	padding-left:25px;
	padding-right:25px;
	margin-top:-25px;
}
#blog-text img {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	margin-top:5px;
}
#blog-text p {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	margin-bottom:15px;
}
#blog-text h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:29px;
	color:#00509a;
	display:block;
	float:left;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
}
#blog-text h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#00509a;
	display:block;
	float:left;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
}
#blog-share-box {
	width:647px;
	height:96px;
	float:left;
	margin-left:25px;
	margin-top:25px;
	margin-bottom:20px;
}
#blog-share-title {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #d4d4d4;
	height:45px;
	width:647px;
	float:left;
}
#blog-share-title p {
	font-size:24px;
	color:#00509a;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:230px;
	float:left;
	display:block;
	margin-top:13px;
}
#social-plugins {
	height:51px;
	width:647px;
	float:left;
}
#social-facebook {
	float:left;
	width:430px;
	height:30px;
	margin-top:12px;
}
#social-facebook iframe {
	height:30px;
}
#social-tiny-icons {
	float:right;
	width:132px;
	margin-top:12px;
}
.stumbleupon-small {
	background:url(images/stumbleupon.png);
	width:16px;
	height:16px;
	float:left;
	display:block;
}
.facebook-small {
	background:url(images/facebook.png);
	width:16px;
	height:16px;
	float:left;
	display:block;
}
.twitter-small {
	background:url(images/twitter2.png);
	width:16px;
	height:16px;
	float:left;
	display:block;
}
.digg-small {
	background:url(images/digg.png);
	width:16px;
	height:16px;
	float:left;
	display:block;
}
.delicious-small {
	background:url(images/delicious.png);
	width:16px;
	height:16px;
	float:left;
	display:block;
}
.social-divider {
    margin-bottom:0;
    margin-left:20px;
    margin-right:10px;
    margin-top:5px;
}
#you-might-like-box {
	width:647px;
	height:280px;
	float:left;
	margin-left:25px;
	margin-top:25px;
}
#you-might-like-title {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #d4d4d4;
	height:45px;
	width:647px;
	float:left;
	margin-bottom:20px;
}
#you-might-like-title p {
	font-size:24px;
	color:#00509a;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:230px;
	float:left;
	display:block;
	margin-top:13px;
}
#you-might-like-loop {
	width:647px;
	height:219px;
	float:left;
}
#yml-loop-title {
	width:150px;
	height:auto;
	display:block;
}
#yml-loop-title a {
	color:#00509a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	line-height:19px;
}
#loop-yml-item {
	height:180px;
	float:left;
	margin-right:15px;
}
#loop-yml-item:last-child{
	margin-right:0px;
}
#blog-comments {
	width:647px;
	height:100%;
	float:left;
	margin-left:25px;
	margin-top:25px;
}
#blog-comments-title {
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #d4d4d4;
	height:45px;
	width:647px;
	float:left;
	margin-bottom:20px;
}
#blog-comments-title p {
	font-size:24px;
	color:#00509a;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:230px;
	float:left;
	display:block;
	margin-top:13px;
}
#recent-blog-posts-heading {
	width:261px;
	height:39px;
	background:url(images/rss-small.jpg);
	background-repeat:no-repeat;
	background-position:2px 8px;
}
.social-icons-divider {
	background:url(images/blog-icon-divider.jpg);
	height:10px;
	width:1px;
	display:block;
	float:left;
	margin-left:6px;
	margin-right:6px;
}
.blog-posts-divider {
	margin-left:20px;
	margin-top:10px;
}
.recent-blog-posts-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#555453;
}
#recent-blog-title {
    width:227px;
    margin-right:0px;
    padding-left:14px;
	margin-left:35px;
    padding-top:8px;
    height:19px;
	background:url(images/divider.jpg);
	background-repeat:no-repeat;
	background-position:0px 10px;
}
.recent-blog-see-all {
	float:right;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:20px;
}
.recent-blog-see-all a {
	color:#bababa;
	text-decoration:none;
}
.recent-blog-see-all a:hover {
	color:#4b4a49;
}
#recent-post-container {
	height:66px;
	float:left;
	width:261px;
	border-top:1px solid #d6dfea;
	padding-top:14px;
}
#recent-post-container li {
	list-style:none;
}
#recent-posts-container-bg {
	padding-left:15px;
	height:284px;
}
#recent-post-container a {
	color:#e97325;
	text-decoration:none;
	font-weight:bold;
}
#recent-post-container a:hover {
	text-decoration:underline;
}
#blog-ad {
	width:120px;
	height:600px;
	margin-left:2px;
	float:left;
}
.wp-pagenavi a:link {
	color:#000 !important;
}
.wp-pagenavi a:visited {
	color:#000 !important;
}
a.smaller {
	color:#000 !important;
}
a.previouspostslink {
	color:#000 !important;
}
.wp-pagenavi a:active {
	border:0 !important;
	outline:0 !important;
	padding:0px !important;
	color:#000000 !important;
	margin-top: 4px !important;
	margin-left:3px !important;
	margin-right:0px !important;
	margin-bottom:0px !important;
}
#game-social {
	width:436px;
	margin:0px auto;
	height:32px;
	padding-top:11px;
}
#game-social p {
    color:#656565;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    margin-left:4px;
    margin-right:10px;
    margin-top:2px;
    text-shadow:#FFFFFF -1.5px 1.5px 1px;
}
.button-random {
	float:left;
}
#facebook-game {
    float:left;
    width:80px;
    margin-left:21px;
}
#googleplus-game {
    float:left;
    margin-left:17px;
    margin-top:-2px;
    width:70px;
}
#new-ico {
    float:left;
    height:22px;
    left:50%;
    margin-left:-355px;
    margin-top:407px;
    position:absolute;
    top:1px;
    width:42px;
    background:url(images/new-icon.png);
}
#terms {
	margin-top:-30px;
	margin-bottom:40px;
}
#terms h4 {
	font-family:Arial, Helvetica, sans-serif !important;
	color:#333333 !important;
	font-size:19px !important;
	margin-top:30px !important;
}
#terms li {
	color: #333 !important;
	font-size: 12px !important;
	line-height: 18px !important;
}
.advertisement-top {
	clear:both;
	width:728px;
	height:90px;
	margin:0 auto;
	background:#f1f1f1;
	margin-bottom:10px;
	text-align:center;
	background:#FFFFFF;
}
#game-meta {
  float:left;
  height:40px;
  margin-top:4px;
  width:458px;
}
#game-meta h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#202b54;
	margin:0px;
	float:left;
    clear:none;
    margin-top:-5px;
    margin-bottom:-6px;
}
#game-meta img {
	float:left;
}
.breadcrumb {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8f8f8f;
	display:block;
	float:left;
    clear:both;
}
#game-meta-info {
	height:40px;
	float:left;
	width:400px;
    padding-left:10px;
}
#game-meta-info a:link,
#game-meta-info a:active,
#game-meta-info a:hover,
#game-meta-info a:visited {
	color:#8f8f8f;
	text-decoration:none;
}
#star-rating {
	width:270px;
	height:30px;
	float:left;
    padding-top:10px;
}
.ratingtext {
  width:156px !important;
  float:right !important;
}
.ratingstars {
  width:83px !important;
  float:right !important;
}
#game-header {
  float:left;
  margin-left:42px;
  padding-bottom:11px;
  padding-left:2px;
  width:728px;
  border-bottom:1px solid #eaeaea;
}
.gdsrcacheloader {
	display:none;
}
.odd {
	background:#F8FAFF;
	border-top:1px solid #EEF4FF;
	border-bottom:1px solid #EEF4FF;
}
#top-bar {
	width:100%;
	height:31px;
	background:url(images/top-pattern.jpg);
	background-repeat:repeat-x;
}
#top-container {
	width:816px;
	height:31px;
	margin:0px auto;
	background:url(images/heart-icon.png);
	background-repeat:no-repeat;
	background-position:0px 10px;
	padding-left:22px;
	padding-top:7px;
}
#top-container a {
	color:#000;
	text-decoration:none;
}
#top-container a:hover {
	color:#0000FF;
	text-decoration:underline;
	text-shadow:#FFFFFF 2.5px 2.5px 1px;
}
#closebutton {
	float:right;
    left:5px;
    position:relative;
    top:2px;
}
