﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #A9B3BB url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}
/* Menu */

#menu {
	width: 770px;
	height: 70px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 30px 0 30px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(images/img03.gif) no-repeat center bottom;
}

/* Wide Post */

.wide-post {
	width: 770px;
	margin: 0 auto;
	background: #D4D9DD url(images/img04.gif) repeat-y;
}

.wide-post .title {
	padding: 30px 30px 20px 30px;
	background: url(images/img05.gif) no-repeat;
	font-size: 2em;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	padding: 0 30px;
}

.wide-post .bottom 
{
	clear:both;
	height: 20px;
	background: url(images/img06.gif) no-repeat left bottom;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(images/img10.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}


/* Narrow Post */

.narrow-post {
	width: 570px;
	margin: 0 auto;
	background: #D4D9DD url(images/img04short.gif) repeat-y;
}

.narrow-post .title {
	padding: 30px 30px 20px 30px;
	background: url(images/img05short.gif) no-repeat;
	font-size: 2em;
}

.narrow-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.narrow-post .title a:hover {
	border: none;
}

.narrow-post .entry {
	padding: 0 30px;
}

.narrow-post .bottom {
	height: 20px;
	background: url(images/img06short.gif) no-repeat left bottom;
}

.narrow-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.narrow-post .links a {
	text-decoration: none;
}

.narrow-post .links .date {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.narrow-post .links .author {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

.narrow-post .links .comments {
	padding-left: 20px;
	background: url(images/img10.gif) no-repeat left center;
}

.narrow-post .links .feeds {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}



/* Two Columns */

.two-columns {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 290px;
}

.two-columns .column-two {
	float: right;
	width: 290px;
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(images/img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .entry {
	background: url(images/img13.gif) repeat-x;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	background: url(images/img14.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Recent Comments */

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url(images/img15.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Submenu */

#submenu {
	clear: both;
	margin-top:20px;
	padding: 20px 0;
	background: #535657 url(images/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}

#submenu ul {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	padding: 10px 0;
	background: #3F4244 url(images/img18.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}





#page
{
	width:890px;
	margin: 0 auto;
}
#content
{
	width:600px;
	float:left;
}
#contentFull
{
	width:890px;
	float:left;
}
#sidebar
{
	width:290px;
	float:right;
}


/* Sidebar */

#sidebar .column-one {
	float: left;
	width: 290px;
}

#sidebar .column-two {
	float: right;
	width: 290px;
}

#sidebar .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(images/img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

#sidebar .entry {
	background: url(images/img13.gif) repeat-x;
	padding-top:3px;
	padding-left:10px;
}

#sidebar ul.orig {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#sidebar li.orig {
	padding: 5px 15px;
	background: url(images/img14.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}




















/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#DAE8FE;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:450px;
}


/* Auth */

#auth 
{
	margin-right:-90px;
	margin-top:0px;
	float: right;
	width: 300px;
	height: 28px;
}

#auth #x {
	display: none;
}

#auth #s {
	padding: 6px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

#auth br {
	display: none;
}



.boxScore
{
	width:236px;
}

.rules
{
	font-size:.8em;
}
.editScore
{
	width:20px;
	padding:0px;
}
li.winner
{
	vertical-align:middle;
}
.verticaltext 
{
	writing-mode: tb-rl;
	vertical-align:middle;
	filter: flipv fliph;
}




/* Common @ the bottom */

#contentFull ul.likeSide, div.info ul, div.info2 ul, ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#contentFull li.likeSide {
	margin-bottom: 20px;
	background: #F3F3F3 url(images/img06.gif) no-repeat left bottom;
}

#contentFull li.likeSide ul.likeSide {
	padding: 15px 20px;
	line-height: 200%;
}

#contentFull li.likeSide li.likeSide {
	margin: 0;
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0 11px;
}

#contentFull * h2.likeSide
{
	height: 30px;
	padding: 5px 0 0 30px;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}
#contentFull div.info h2.likeSide 
{
	width: 240px;
	background: url(images/img05.gif) no-repeat;
}
#contentFull div.info2 h2.likeSide
{
	width: 300px;
	background: url(images/img052.gif) no-repeat;
}


div.info
{
	width:240px;
	float:left;
	margin-right:30px;
}


div.info2
{
	width:300px;
	float:left;
}

input, select
{
	padding:2px 2px 2px 2px;
}

input.buy
{
	width:60px;
	height:35px;
}
input.btn
{
	
}

input.de
{
	width:200px;
}
input.des
{
	width:50px;
}
select.de
{
	width:200px;
}
select.deTime
{
	font-size:.8em;
	width:50px;
}
select.deTZ
{
	font-size:.8em;
	width:200px;
}
table.deTime
{
	font-size:.8em;
}
input.deTime
{
	font-size:.8em;
	width:80px;
}
label.de
{
	padding-top:5px;
	text-align:right;
	width:150px;
	float:left;
	font-weight:bold;
}

span.bright
{
	color:#DDDDDD;
}
span.small
{
	font-size:.8em;
}
li.header
{
	font-weight:bold;
}

.smallTitle
{
	font-size:.5em;
}

.tradeItem
{
	width:260px;
	border:1px solid black;
	padding:5px 5px 5px 5px;
}
label.bold
{
	font-weight:bold;
}

div#trades
{
	width:510px;
	border:1px solid black;
	padding:10px 5px 10px 5px;
}

span.beta
{
	font-size:.5em;
}

div.memberInfo
{
	height:50px;
}
img.memberImage
{
	float:left;
}
span.memberInfo, a.memberInfo, input.memberInfo
{
	font-size:.8em;
}
input.memberInfo
{
	width:50px;
	text-align:right;
}
span.memberName
{
	float:left;
	padding-left:5px;
}
span.memberSquares
{
	float:right;
}
span.memberWinning
{
	float:left;
	padding-left:5px;
	padding-top:5px;
}
a.memberPaid
{
	float:right;
	padding-top:5px;
}
div.memberPaid
{
	float:right;
}



div.alert
{
	border:2px solid #D69588;
	background-color:#E9D875;
	color:black;
	font-size:.85em;
	margin-left:auto;
	margin-right:auto;
	width:730px;
	margin-bottom:2px;
	height:20px;
	vertical-align:middle;
	padding-top:5px;
	overflow:hidden;
}
div.alertTitle
{
	margin-right:30px;
	display:inline;
	margin-left:5px;
}
div.alertDesc
{
	display:inline;
}
.alertImg
{
	margin-left:10px;
}


.popupControl
{
	background-color:White;
	position:absolute;
	visibility:hidden;
}


div.helpStep
{
	margin:5px 0px 30px 30px;
}
span.helpStep
{
	margin:0px 0px 0px 10px;
}

.winnerDetails
{
	margin-left:20px;
	cursor:pointer;
}

a.promo img
{
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px
}



div.promoAlert
{
	padding:10px 10px 10px 10px;
	border:2px dashed #F8960C;
	margin-bottom:10px;
}
div.promoDetails
{
	margin-top:15px;
	padding:0px 10px 0px 20px;
}

.smaller
{
	font-size:.7em;
}



div#digg
{
	position:absolute;
}


div#home
{
	width:265px;
	float:left;
	min-height:250px;
}
div#homeExample
{
	width:415px;
	float:right;
}