/**
 * global.css
 * @author Martin Bean <martin@digitalpop.co.uk>
 **/

@import url('reset.css');
@import url('css3.css');

body {
	color: #191919;
	font: normal 10px/1.3 Helvetica, Arial, sans-serif;
	background: #fff url(../images/background.gif) repeat-x 0 0;
	text-align: center;
	position: relative;
}


/* links */
a:link, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #7b63ad;
}
a:hover, a:active {
	color: #412973;
	text-decoration: none;
	border-style: solid;
	cursor: pointer;
}
a img {
	border: none;
}
a.delete:hover, a.delete:active {
	color: #e10000;
	border-color: #e10000;
}
a.external {
	background: url(../images/external-link.gif) no-repeat 100% 0;
	padding-right: 13px;
}
a.external.advert {
	display: block;
	margin: 0 auto 1em;
	background-image: none;
	padding-right: 0;
	border-bottom: none;
}
a.external.advert img {
	display: block;
	margin: 0 auto;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	margin-bottom: 0.5em;
	position: relative;
}
h2 {
	font-size: 13px;
	margin: 0.5em 0 0.25em 0;
}
p,ol,ul {
	margin-bottom: 1em;
}
ol li {
	margin-left: 2em;
	list-style: decimal;
}
ul li {
	margin-left: 2em;
	list-style: circle;
}
li {
	padding: 2px 0;
}


/* form defaults */
fieldset {
	font-size: 12px;
	border: none;
}
fieldset.legend {
	margin: 1em 0 0.5em 0;
	padding: 1em 1.5em 0.5em;
	border: 2px solid #e5e4a2;
	/*border-bottom-color: #bfbe87;*/
}
fieldset.legend legend {
	display: block;
}
legend {
	color: #412973;
	font-weight: bold;
	display: none;
	padding: 0 2px;
}
label, label * {
	vertical-align: top;
}
input, select, textarea {
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	margin: 0;
	padding: 0;
}
input.button, input.file, input.submit, form label, form select {
	cursor: pointer;
}
input.text, textarea {
	background-color: #fff;
	display: block;
	margin-top: 1px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
}
input.text, select, textarea {
	border-color: #403f2d #7f7e5a #7f7e5a #403f2d;
}
input.button, input.submit {
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	background: #460547 url(../images/button-purple-bg.gif) repeat-x 0 0;
	padding: 2px 5px;
	border: 1px solid #460547;
}
input.button:hover, input.submit:hover {
	color: #fff;
	background-color: #5d065e;
	background-image: url(../images/button-purple-hover.gif);
	border-color: #5d065e;
}
input.disabled, input.disabled:hover {
	color: #ddd;
	background-image: url(../images/button-purple-bg.gif);
	cursor: default;
}
select, select option {
	font-family: inherit;
	font-size: 12px;
}
select option {
	padding-right: 1em;
}
textarea {
	overflow: auto;
}

form div.input {
	padding-bottom: 1em;
}
form div.label {
	font-weight: bold;
	padding-bottom: 2px;
}
form div.label .note {
	color: #444;
	font-size: 90%;
	font-weight: normal;
}

form .required {
	color: #f27329;
	font-weight: bold;
	padding: 0 2px;
}


/* table styles */
#content table {
	font-size: 12px;
	background: #fffdb5;
	width: 100%;
	margin-bottom: 1em;
}
#content table caption, #content thead th {
	color: #fff;
	font-weight: bold;
	text-align: left;
	background: #f27329 url(../images/table-th.gif) repeat-x 0 0;
	padding: 4px 10px;
	border-bottom: 1px solid #bfbe88;
}
#content table thead th {
	border: 1px solid #e5e3a3;
	border-right: none;
}
#content table th {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
#content table tbody th, #content table tbody td {
	padding: 4px 6px;
	border: 1px solid #e5e3a3;
}
#content table tbody td {
	text-align: left;
	border-right: none;
}
#content table tbody th {
	text-align: right;
	width: 33%;
	border-left: none;
}


/* layout */
#container {
	text-align: left;
	width: 860px;
	margin: 0 auto;
	padding: 20px 0;
}

#header {
	background: url(../images/header-bg.gif) no-repeat bottom right;
	width: 100%;
	height: 230px;
	position: relative;
	overflow: hidden;
	z-index: 80;
}
#header #banner {
	text-align: right;
	position: absolute;
	width: 468px;
	height: 60px;
	top: 0;
	right: 15px;
	z-index:90;
}
#header #banner a {
	display: block;
	background: none;
	border: 0;
}
/* logo */
#logo {
	width: 352px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}
#logo a {
	background: url(../images/logo-bg.png) no-repeat 0 0;
	position: relative;
	display: block;
	height: 206px;
	padding: 15px 0 0 21px;
	border: none;
	z-index: 91;
}
#logo a img {
	display: block;
}
/* new shield */
#points {
	background: url(../images/points-bg-v2.png) no-repeat 0 0;
	position: absolute;
	width: 586px;
	height: 114px;
	bottom: 55px;
	right: 4px;
}
#points dl {
	display: block;
	position: relative;
}
#points dl dt {
	display: none;
}
#points dl dd {
	text-align: center;
	position: absolute;
}
#points dl#next_game {
	font-family: Arial, sans-serif;
	font-size: 13px;
	width: 60%;
	float: left;
}
#points dl#next_game dd {
	width: 50px;
}
#points dl#next_game dd.next_game {
	top: 66px;
	right: 163px;
}
#points dl#next_game dd.points {
	top: 66px;
	right: 26px;
}
#points dl#stars {
	font-family: "Trebuchet MS", sans-serif;
	width: 40%;
	float: right;
}
#points dl#stars dd.bronze {
	font-size: 14px;
	width: 20px;
	top: 60px;
	left: 42px;
}
#points dl#stars dd.silver {
	font-size: 16px;
	width: 24px;
	top: 52px;
	left: 96px;
}
#points dl#stars dd.gold {
	font-size: 22px;
	width: 32px;
	top: 37px;
	right: 41px;
}
#login_form_v2 {
	background: url(../images/login-box-v2.gif) no-repeat 0 0;
	position: absolute;
	display: block;
	width: 318px;
	height: 81px;
	top: 0;
	left: 370px;
}
#login_form_v2 fieldset {
	padding: 5px;
	position: relative;
	z-index: 1;
}
#login_form_v2 fieldset .fields {
	float: left;
}
#login_form_v2 fieldset .input {
	background: url(../images/login-input-bg.gif) no-repeat 0 0%;
	width: 138px;
	height: 20px;
	margin: 0 0 1px 0;
	padding: 5px 0 0 3px;
	overflow: hidden;
}
#login_form_v2 fieldset .input .text {
	display: block;
	position: relative;
	padding: 0 3px;
	border: none;
}
#login_form_v2 fieldset #login_button {
	background: url(../images/login-button-v2.gif) no-repeat 0 0;
	display: block;
	float: right;
	width: 159px;
	height: 60px;
	overflow: hidden;
}
#login_form_v2 fieldset #login_button:hover {
	background-position: 0 -60px;
}
#login_form_v2 fieldset #login_button:focus,
#login_form_v2 fieldset #login_button:active {
	background-position: 0 -120px;
}
#login_form_v2 #forgot_password {
	text-align: center;
}
#login_form_v2 #forgot_password a {
	color: #d4aad4;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	border: none;
}
#login_form_v2 #forgot_password a:hover {
	color: #ead5ea;
}
/* points */
/*
#points {
	background: url(../images/points-bg.png);
	position: absolute;
	width: 364px;
	height: 170px;
	left: 300px;
}
#points dt {
	display: none;
}
#points dd {
	color: #333;
	text-align: center;
	position: absolute;
}
#points dd.bronze {
	font-size: 14px;
	top: 72px;
	width: 30px;
	margin-left: 168px;
}
#points dd.silver {
	font-size: 18px;
	top: 54px;
	width: 35px;
	margin-left: 220px;
}
#points dd.gold {
	font-size: 22px;
	top: 35px;
	width: 40px;
	margin-left: 285px;
}
#points dd.next_game {
	font-size: 13px;
	width: 53px;
	top: 129px;
	left: 0;
	margin-left: 136px;
}
#points dd.points {
	font-size: 13px;
	width: 46px;
	top: 129px;
	margin-left: 276px;
}
#login_form, #header_advert {
	position: absolute;
	width: 167px;
	height: 133px;
	top: 0;
	right: 10px;
}
#login_form form {
	background: url(../images/login-bg.png) no-repeat 50% 0%;
	display: block;
	width: 167px;
	height: 141px;
	z-index: -1;
}
#login_form fieldset {
	position: relative;
	display: block;
	padding-top: 7px;
	z-index: 1;
}
#login_form fieldset .input {
	background: url(../images/login-input-bg.gif) no-repeat 10px 0%;
	width: 143px;
	height: 20px;
	margin: 0 0 2px 0;
	padding: 5px 0 0 12px;
	overflow: hidden;
}
#login_form fieldset .input .text {
	display: block;
	position: relative;
	width: 133px;
	margin: 0;
	padding: 0 3px;
	border: none;
}
#login_form fieldset #forgot_password {
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	border: none;
}
#login_form fieldset #forgot_password:hover {
	color: #fff;
	text-decoration: underline;
}
#login_form fieldset #login_button {
	display: block;
	margin: 0 auto;
	border: none;
}
*/

#navigation {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 15px;
	margin: 0;
	padding: 0;
	z-index: 200;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation li a {
	background: url(../images/navigation-bg-v2.jpg) no-repeat 50% 0%;
	display: block;
	float: left;
	width: 123px;
	height: 40px;
	border: none;
}
#navigation li a:hover {
	background-position: 50% 100%;
}
#navigation li a span {
	text-indent: -9999em;
	display: block;
	height: 25px;
	margin-top: 6px;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

#nav_home span { background-image: url(../images/nav-home.gif); }
#nav_lobby span { background-image: url(../images/nav-lobby.gif); }
#nav_profile span { background-image: url(../images/nav-profile.gif); }
#nav_forum span { background-image: url(../images/nav-forum.gif); }
#nav_reviews span { background-image: url(../images/nav-reviews.gif); }
#nav_help_faq span { background-image: url(../images/nav-help-faq.gif); }

#content {
	font-size: 12px;
	text-align: left;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
}
#content .wrapper {
	width: 826px;
	margin: 0 auto 2em;
	padding-top: 20px;
}
#content .wrapper .top {
	background: url(../images/content-top.png) no-repeat 50% 50%;
	height: 10px;
}
#content .wrapper .inner {
	position: relative;
	background: url(../images/content-inner.png) repeat-y top right;
	padding: 10px 20px;
}
#content .wrapper .bottom {
	background: url(../images/content-bottom.png) no-repeat 50% 100%;
	height: 15px;
}

#left_column {
	font-size: 12px;
	width: 200px;
	float: left;
	margin-right: 10px;
}
#left_column .advert.img_234x60 img {
	display: block;
	width: 200px;
	height: 51px;
}

#main_column, #main_column_center.wrapper {
	width: 440px;
}
#main_column {
	float: left;
	margin-right: 10px;
	position: relative;
}
#main_column_center {
	margin: 0 auto;
}
#main_column.wrapper {
	width: 440px;
	padding-top: 0;
}
#main_column.wrapper .top,
#main_column_center.wrapper .top {
	background-image: url(../images/main-column-top.png);
}
#main_column.wrapper .inner,
#main_column_center.wrapper .inner {
	padding-bottom: 10px;
}
#main_column.wrapper .bottom,
#main_column_center.wrapper .bottom {
	background-image: url(../images/main-column-bottom.png);
	background-position: 0 0;
	height: 15px;
}

#right_column {
	font-size: 12px;
	width: 200px;
	float: right;
}

#right_column .box a {
	border: none;
}


#footer {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/footer.gif) no-repeat 50% 50%;
	text-align: center;
	height: 54px;
	margin-left: 3px;
	clear: both;
}
#footer a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #ffc391;
}
#footer a:hover {
	border-bottom: 1px solid #ffe1c8;
}
#footer a.external {
	background-image: url(../images/external-link-white.gif);
}
#footer p {
	display: block;
	padding-top: 17px;
}
#footer .divider {
	padding: 0 3px;
}


.clearfix {
	clear: both;
	height: 0;
}


/* HTML button styles */
p.button {
	display: block;
	overflow: auto;
}
p.button a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	background-repeat: repeat-x;
	background-position: 0 0;
	display: block;
	float: left;
	width: auto;
	padding: 3px 6px;
	border-style: solid;
	border-width: 1px;
}
p.button:hover a {
	color: #f2f2f2;
	text-decoration: none;
}
/* different button colours styles */
p.button.orange a {
	background-color: #da4801;
	background-image: url(../images/button-orange-bg.gif);
	border-color: #da4801;
}
p.button.orange a:hover {
	background-color: #ff6d26;
	background-image: url(../images/button-orange-hover.gif);
}
p.button.purple a {
	background-color: #460547;
	background-image: url(../images/button-purple-bg.gif);
	border-color: #460547;
}
p.button.purple a:hover {
	background-color: #5d065e;
	background-image: url(../images/button-purple-hover.gif);
}
p.button.green a {
	background-color: #006d10;
	background-image: url(../images/button-green-bg.gif);
	border-color: #006d10;
}
p.button.green a:hover {
	background-color: #008e15;
	background-image: url(../images/button-green-hover.gif);
}

.box p.button:hover a {
	text-decoration: none;
}


.box {
	color: #111;
	margin-bottom: 6px;
}
.box a {
	/*color: #f2e7f4;*/
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.box a:hover {
	/*color: #fff;*/
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.box .title {
	color: #fff;
	font-size: 14px;
	background: #f27329 url(../images/table-th.gif) repeat-x 0 0;
	/*
	background-repeat: no-repeat;
	background-position: 100% 0;
	*/
	overflow: auto;
	border-color: #000 #f28e22 #bfbe88;
	border-style: solid;
	border-width: 0 1px 1px;
}
.box .title a:link,
.box .title a:visited {
	color: #f2f2f2;
	border-color: #f2a71b;
}
.box .title a:hover,
.box .title a:active {
	color: #fff;
	border-color: #f2f2f2;
}
.box .title h1,
.box .title h2 {
	background: none;
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 5px 0 5px 8px;
}
.box .title .logout {
	font-size: 12px;
	float: right;
	width: auto;
	margin: 0;
	padding: 5px 8px 5px 0;
}
.box .title .logout a {
	margin: 0 2px;
}
.box .inner {
	background: #fffdb5;
	padding: 8px;
	border-right: 1px solid #e5e3a3;
	border-bottom: 1px solid #bfbe87;
}
/* reset background and padding values set above */
.box .inner .title, .box .lobbies .title {
	background: none;
	padding: 0;
}
.box .inner .button {
	padding-bottom: 0;
}
.box .inner .title {
	font-size: inherit;
	padding: 0;
	border: none;
}
.box .inner h2,
.box .inner h3 {
	color: #f27329;
}
.box .inner h3 {
	margin-bottom: 0;
	padding-bottom: 0.5em;
}
.box .inner h3#stars_collected {
	margin-top: 1em;
	clear: both;
}
.box .inner dl,
.box .inner dt,
.box .inner dd { display: block; }
.box .inner dd { /*color: #fff;*/ }
/*
.recharge.time dt {
	padding-bottom: 3px;
}
.recharge.amount dt,
.points dt {
	float: left;
	margin-bottom: 4px;
	padding-right: 4px;
}
.points {
	clear: both;
}
.points dt {
	margin-bottom: 6px;
}
*/
.recharge dt,
.points dt {
	color: #412973;
	float: left;
	clear: both;
}
.recharge dd,
.points dd {
	text-align: right;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #f27329;
	border-color: #e5e4a2;
	/*border-color: #bfbe87*/
}


.box .bottom {
	/*
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: auto;
	min-height: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	*/
	display: none;
}
.box .bottom span {
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	width: 5px;
	height: auto;
	min-height: 20px;
}


#my_account .profile_image {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 6px 0 0;
	border: 1px solid #3f0140;
}

#left_column ul.stars {
	margin: 0 0 4px 0;
	padding: 0;
	overflow: auto;
}
#left_column ul.stars li {
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 60px;
	list-style: none;
}
#left_column .stars .bronze { background-image: url(../images/lobby/stars/bronze.gif); }
#left_column .stars .silver { background-image: url(../images/lobby/stars/silver.gif); }
#left_column .stars .gold   { background-image: url(../images/lobby/stars/gold.gif);   }
#left_column .stars  span {
	color: #111;
	text-align: center;
	background-color: #fff;
	display: block;
	width: auto;
	margin: 0 2px 0 22px;
	padding: 2px 0;
	border: 2px solid #af95d2;
}
#my_account .profile_links {
	margin: 0;
	padding: 0;
}
#my_account .profile_links li {
	margin: 0;
	padding: 0 0 0.25em 0;
	list-style: none;
}
/*
#my_account .profile_links .photos {
	float: left;
	width: auto;
}
#my_account .profile_links .profile {
	float: right;
	width: auto;
}
#my_account .profile_links .divider {
	margin: 0 2px;
}
*/

#all_time_winners ol {
	margin: 0;
	padding: 0;
}
.winners .inner {
	padding: 0;
}
.winners ol li {
	/*color: #fff;*/
	display: block;
	height: 32px;
	list-style: none;
	margin: 0;
	padding: 3px;
	padding-right: 10px;
	border-bottom: 1px solid #e5e4a2;
}
/*
.winners ol li.odd {
	background-color: #f2921d;
}
.winners ol li.even {
	background-color: #f2bc8d;
}
*/
.winners ol li .profile_pic {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	margin-right: 0.5em;
	border: 1px solid #412973;
	overflow: auto;
}
.winners ol li .profile_pic img {
	display: block;
	width: 30px;
	height: 30px;
}
.winners ol li span.name {
	font-weight: bold;
	float: left;
	width: auto;
	padding-top: 8px;
}
.winners ol li span.name a {
	/*color: #fff;*/
}
.winners ol li span.points {
	float: right;
	width: auto;
	padding-top: 8px;
	clear: none;
}

#friend_wall label {
	font-weight: bold;
}
#friend_wall form {
	margin-bottom: 1em;
}
#friend_wall .input {
	padding-bottom: 0;
}
#friend_wall input.text {
	width: 155px;
	padding-right: 22px;
}
#friend_wall fieldset {
	position: relative;
}
#friend_wall input#find_a_friend_submit {
	position: absolute;
	top: 14px;
	right: 0;
}
#friend_wall p.requests {
	font-size: 11px;
	text-align: center;
	margin: 0 0 1em;
	padding: 4px 0;
	border: 1px solid #f2a31c;
}
#friend_wall p.requests a {
	border: none;
}
/*#friend_wall*/ p.view_all {
	text-align: right;
	margin: 0;
	padding-bottom: 0;
}
#friend_wall .inner {
	padding: 8px;
}

.friends, .friends li {
	display: block;
	margin: 0;
	padding: 0;
}
.friends li {
	display: inline;
	float: left;
}
.friends li a {
	display: block;
	float: left;
	width: 50px;
	margin: 0 5px 10px;
	overflow: hidden;
	border: none;
}
.friends li a span {
	display: block;
	overflow: hidden;
}
.friends li a span.thumb img {
	display: block;
	width: 50px;
	height: 50px;
}
.friends li a span.thumb {
	border: 1px solid #412973;
}
.friends li a span.name {
	font-size: 11px;
	line-height: 1.2;
	text-align: left;
	display: block;
	width: 100%;
	height: 30px;
	padding: 2px;
	overflow: hidden;
}
.friends li a:hover {
	text-decoration: none;
	border: none;
}
.friends li a:hover span.name {
	text-decoration: underline;
}
.friends .view_all {
	text-align: right;
	clear: both;
}
/*
#shop .inner {
	text-align: center;
	padding: 10px;
}
#earn_points .inner,
#challenges .inner {
	padding-bottom: 0;
}
#earn_points .inner p,
#challenges .inner p {
	text-align: center;
	margin: 0 0 0.5em 0;
	padding: 0;
}
#earn_points .inner p a,
#challenges .inner p a {
	display: block;
	border: none;
}
*/

ul.lobbies li {
	margin-left: 0;
}


.status_update_wrapper {
	position: relative;
	overflow: auto;
}
/*
.status_update_wrapper .profile_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.status_update_wrapper .profile_image img {
	display: block;
	width: 30px;
	height: 30px;
}
*/
.status_update_wrapper form {
	/*background: url(../images/speech-pointer.png) no-repeat 0 0;*/
	display: block;
	/*margin-left: 32px;*/
	margin-bottom: 1em;
	/*padding-left: 10px;*/
}
.status_update_wrapper form fieldset {
	padding: 10px;
}
.status_update_wrapper form p {
	padding-bottom: 0;
}
.status_update_wrapper form .input_text_wrapper {
	text-align: left;
	width: 85%;
	float: left;
	clear: both;
}
.status_update_wrapper form .input_submit_wrapper {
	text-align: right;
	width: 15%;
	float: right;
}
.status_update_wrapper form label {
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
}
.status_update_wrapper form input {
	width: 95%;
}
.status_update_wrapper form input.text {
	padding: 4px 4px 3px;
}
.status_update_wrapper form input.submit {
	margin-top: 1px;
	padding-bottom: 3px;
}


/* facebox overrides */
#popup_content {
	font-size: 12px;
	background-color: #ffffa1;
	width: 600px;
	padding: 15px 15px 5px 15px;
}
#popup_content h1 {
	font-size: 16px;
}
#popup_content h2 {
	font-size: 14px;
	margin-bottom: 0.5em;
}
#popup_content h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin: 1em 0 0.5em 0;
}
#facebox .footer a {
	border: none;
}


.steps {
	margin: 0;
	height: 24px;
}
.steps li {
	color: #412973;
	font-weight: bold;
	background: url(../images/steps-bg.gif) no-repeat 0 0;
	display: inline;
	float: left;
	height: 24px;
	margin: 0;
	padding: 0;
}
.steps li span {
	background: url(../images/steps-bg.gif) no-repeat 100% 0;
	display: block;
	float: left;
	width: 17px;
	height: 24px;
}
.steps li img {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
}
.steps li span.you_are_here {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.steps li.current {
	background-position: 0 -24px;
}
.steps li.current span {
	background-position: 100% -48px;
}


.wall_comments {
	font-size: 11px;
}


/* wall styles */
.wall {
	clear: both;
}
.wall li {
	/*position: relative;*/
	display: block;
	margin: 0;
	padding: 0 50px 0 0;
	overflow: hidden;
	list-style: none;
}
.wall li img {
	display: block;
	width: 30px;
	height: 30px;
}
.wall li.hover .post_delete a {
	display: block;
}
.post_thumb, .comment_thumb {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	overflow: hidden;
}
.wall .wall_post {
	position: relative;
	padding-top: 10px;
	border-bottom: 1px solid #eee;
}
.wall .wall_post .published {
	color: #464646;
}
.post_story, .post_comments, .wall .comments {
	margin-left: 40px;
	padding-bottom: 4px;
}
.post_story .name {
	font-size: 13px;
}
.post_comments {
	font-size: 11px;
}
.post_delete a {
	color: #464646;
	font-size: 11px;
	display: none;
	background: #e2e2e2 url(../images/wall-delete.gif) repeat-x 0 0;
	position: absolute;
	top: 10px;
	right: 0;
	padding: 3px 6px;
	border: 1px solid #c0c0c0;
	border-color: #c0c0c0 #c0c0c0 #999 #999;
}
.post_delete a:hover {
	color: #412973;
	background: #e2e2e2 url(../images/wall-delete-hover.gif) repeat-x 0 100%;
	border-color: #808080;
}
.wall .comments {
	font-size: 11px;
	display: block;
	padding: 10px 0;
}
.wall .comments ol {
	margin-bottom: 2px;
	padding-bottom: 0;
}
.wall .comments ol li {
	position: relative;
}
.wall .comments ol li .comment_story {
	padding-bottom: 3px;
}
/*
.wall .comments ol li .delete_comment {
	position: absolute;
	top: 4px;
	right: 4px;
	border: none;
}
*/
.wall .comments fieldset, .wall .comments li {
	font-size: 11px;
	margin-bottom: 2px;
	padding-right: 0;
}
.wall .comments .bubble_body {
	width: 280px;
}
.wall .comments fieldset textarea {
	margin-bottom: 5px;
}

.recharge.amount {
	clear: left;
}


/* lobbies */



#content .box h1 {
	font-size: 14px;
}


form#nonreg_login {
	width: 420px;
	margin: 0 auto;
}


/* */
#basic_information dt,
#basic_information dd {
	padding: 1px 5px;
}
#basic_information dt {
	font-weight: bold;
	float: left;
	clear: both;
}
#basic_information dd {
	text-align: right;
	border-bottom: 1px dotted #f27329;
}
#basic_information dt label,
#basic_information dt span {
	display: block;
	padding-top: 5px;
}
#basic_information dd span {
	display: block;
	padding: 5px 0;
}
#basic_information dd select {
	display: inline;
	margin: 3px 0;
}


/* boxout and speech bubble styles */
.boxout, .speech_bubble .bubble_body {
	display: block;
	background: #fffeb4;
	padding: 10px;
	border-right: 1px solid #e5e4a2;
	border-bottom: 1px solid #bfbe87;
}
.speech_bubble {
	
}
.speech_bubble .bubble_pointer {
	font-size: 10px;
	background: url(../images/speech-bubble-pointer.png) no-repeat 3.2em 0;
	display: block;
	width: 32px;
	float: left;
	margin: 0;
	padding-right: 10px;
}
.speech_bubble .bubble_body {
	float: left;
}

.error {
	color: #f10000;
}

#acheivements td {
	text-align: center;
	vertical-align: middle;
}
#acheivements td div {
	float: left;
	height: 130px;
	line-height: 130px;
	margin: 0 10px 10px 0;
}
#acheivements td div img {
	vertical-align: middle;
}


.half {
	width: 50%;
}
.left {
	float: left;
}
.right {
	float: right;
}

#profile_settings .label {
	float: left;
}
#profile_settings .input {
	margin-left: 200px;
}


.surveys {
	margin-bottom: 0.75em;
	border-top: 1px dotted #bfbe87;
}
.surveys dt {
	font-weight: bold;
	float: left;
	clear: left;
	padding: 10px 0 0 4px;
}
.surveys dd {
	text-align: right;
	padding: 5px 4px;
	border-bottom: 1px dotted #bfbe87;
}
.surveys dd p {
	margin: 0;
}
.surveys dd p a {
	float: right;
}


#twitter_username {
	width: 85%;
	margin: 0 auto;
	padding: 1.5em;
}
#twitter_username fieldset {
	margin-top: 0;
	padding: 1.5em 2em;
}
#twitter_username img {
	float: left;
	margin-right: 2em;
	padding-right: 2em;
	border-right: 1px solid #e5e4a2;
}
#twitter_username span {
	vertical-align: middle;
}
#twitter_username input.text {
	display: inline;
}
#twitter_username p.error {
	margin-bottom: 0.5em;
}
#twitter_username ul.errors {
	margin-bottom: 1.5em;
}


#video_details,
#story_details {
	width: 50%;
	margin: 0 auto;
}

.inactive_account_alert {
	color: #e10000;
	margin-bottom: 1em;
}
.inactive_account_alert p {
    font-size: 14px;
    margin: 0 0 0.25em 0;
}
.inactive_account_alert p {
    font-size: 13px;
	margin: 0;
}


#shop_advert {
	float: right;
	margin: 0 0 0.5em 1em;
}
#shop_advert img {
	width: 234px;
	height: 60px;
}

#faqs_advert {
	float: right;
	width: 250px;
	margin: 0 0 0.5em 1em;
}
#faqs_adverts img {
	display: block;
	width: 250px;
	height: 250px;
}

#challenges_advert img {
	width: 468px;
	height: 60px;
}



.view_all_comments {
	width: 280px;
	margin: 0 0 2px 42px;
	padding: 7px 10px;
}
.view_all_comments p {
	margin: 0;
}


#home_adverts {
	position: absolute;
	margin-bottom: 1em;
	padding: 10px 0 10px 10px;
	width: 429px;
	top: 232px;
	left: 0;
}
#home_adverts ul {
	width: 390px;
	margin: 0 auto;
	overflow: auto;
}
#home_adverts ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#home_adverts ul li a {
	background: none;
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 0;
	padding: 0 10px 0 0;
	border: none;
	overflow: hidden;
}
#home_adverts ul li a img {
	width: 120px;
	height: 60px;
	margin: 0 auto;
}
#home_adverts ul li a img,
#home_adverts ul li a span {
	font-size: 11px;
	text-align: center;
	display: block;
}
#home_adverts ul li a span {
	height: 30px;
	padding: 4px 4px 0 4px;
}


#recommendations ul {
	margin: 0;
}
#recommendations ul li {
	list-style: none;
	margin: 0;
	padding: 3px 0;
}
#recommendations ul li a {
	background-image: none;
	padding-right: 0;
}


#facebook_challenge label {
	font-weight: bold;
	width: 100px;
	float: left;
	padding-top: 4px;
	clear: left;
}
#facebook_challenge input {
	margin-left: 110px;
	margin-bottom: 0.75em;
	clear: right;
}
#facebook_challenge input#submit {
	margin-bottom: 0;
}

#challenges a.external {
	background-image: none;
	padding-right: 0;
}
#challenges p {
	overflow: auto;
	clear: both;
}
#challenges p.images a {
	display: block;
	float: left;
	width: auto;
	margin-left: 5px;
}

#sms_settings {
	margin-bottom: 1.5em;
}
#sms_settings .label,
#sms_settings .input {
	display: block;
	float: left;
}
#sms_settings .label {
	padding: 4px 1em 0 0;
}

p.back {
	font-size: 11px;
	margin-bottom: 0;
}

#footer_links,
#footer_intro {
	color: #412973;
	font-size: 1.3em;
	text-align: center;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 1.5em;
}
#footer_links {
	color: #808080;
}
#footer_links a {
	color: #412973; /* purple, as per Stephen's request... */
}

.honeypot {
	display: none;
}

.code {
	font-family: 'Consolas', 'Courier New', monospace;
}


/**
 * BB Code help page styles
 * @link http://www.woohoobingo.com/help/bb_code/
 */
.bb_code       { margin-bottom: 0.5em; }
.bb_code li    { padding-bottom: 0.75em; }
.bb_code li dd { padding-left: 0.75em; }


.advertisement.box a.external.advert {
	background-image: none;
	margin-bottom: 0;
	padding: 0;
	border: none;
}


.star_rating {
	background: url(../images/rating-star-mono.gif) repeat-x 0 0;
	width: 110px;
	height: 22px;
}
.star_rating .star_rating_inner {
	background: url(../images/rating-star-colour.gif) repeat-x 0 0;
	display: block;
	width: 0px;
	height: 22px;
}


.thumbs_up, .thumbs_down {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 21px;
}
#content a.thumbs_up, #content a.thumbs_down {
	border-bottom: none;
}
a.thumbs_up span, a.thumbs_down span {
	border-bottom: 1px dotted #7b63ad;
}
a.thumbs_up:hover span, a.thumbs_down:hover span {
	color: #412973;
	border-bottom-style: solid;
}
.thumbs_up {
	background-image: url(../images/thumbs-up.gif);
}
.thumbs_down {
	background-image: url(../images/thumbs-down.gif);
}

#invite_friends .inner a.image {
	width: 169px;
	display: block;
	margin: 0 auto 1em;
	border: none;
}
#invite_friends .inner a.image img {
	display: block;
	width: 169px;
	height: 163px;
}
#invite_friend_hint {
	float: right;
	width: 360px;
	margin: 0 0 0 1em;
	padding: 15px;
	border: 2px solid #ac9a6e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#join_now_button {
    display: block;
    position: absolute;
    top: -3px;
    right: 50px;
    border: none;
}