/*
	Theme Name: Wealthy Winners
	Author: Blood, Sweat & Tears
*/

/************************************************
  *	Main structure															*
 ************************************************/

body {
  margin:0px;
  padding:0px;
  text-align:center;
  font:13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	color: #003366;
	background:#fff;
}
#maincol {
  width:72%;
  float:left;
}

#maincol .col {
	padding-bottom: 1em;
	padding-left:1em;
	padding-right:7em;
	line-height:1.6em;
}
#navcol {
	padding:0.5em;
	padding-top:2em;
	clear:right;
	width:25%;
        right:0px;
	float:right;
        font-size:1em; 
}
#container{	
 width:90%;
 text-align:justify;
 display:block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 1em;
 padding-bottom:0;
}

#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#footer{
	color: #32DA11;
	clear:both;
	padding: 0.3em;
	text-align:center;
	margin-left: auto;
	display:block;
        margin-right: auto;
        font-size: 0.9em;
        margin-top:5em;
}
#footer a{
	font-weight:bold;
}
a{
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
/************************************************
 *	Header																			*
 ************************************************/
#header {
	padding: 0;	
	margin-top: 0em;
	padding-top: 0;	
	margin-bottom: 0;
        background-image: url("images/header_bg_dots.gif");
	background-repeat: repeat-x;
	height: 140px;
	padding-right:2em;
	padding-left:-.5em;
}

#logo   {
	margin: 0;
	padding: 0;
        float:left;   
}

#headbanner   {
        float:right;
	margin: 1em;
}

#slogan {
        left: 90px;
        position:absolute;
        top: 115px;
        color:#FF3366;
        text-size: 14px;
}
#header img {
	border:none;
}
/************************************************
 *	Content																			*
 ************************************************/
h1, h2, h3, h4 {
	font-family:"Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
h2 {
        color: FF3366;
	font-size: 1.2em;
	margin-bottom:0.5em;
}
h2.entrydate{
	margin-bottom:0.3em;
	font-size: 1.5em;
	font-weight:normal;
	color:#33CCFF;
	text-transform:uppercase;
}
.entrymeta{
	font-weight:bold;
	color:#99A879;
}
h3.entrytitle a{
	color: #FF3366;
}
h3.entrytitle{
	margin-top:0px;
	margin-bottom:0.1em;
	font-size: 1.8em;
}
.entrybody p {
	margin-top:0.8em;
	margin-bottom:1.6em;
}
.entry{
	padding-bottom: 2em;
	font-family:"Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
.excerpt {
text-align:center;
float:left;
width: 125px;
margin:4px;
}
ul.lovely {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: outside;
	list-style-type: disc;
}
.lovely li {
	padding-bottom: 6px;
	padding-left: 1.5em;
	margin-left: 2em;
}
/************************************************
 *	Navigation Sidebar													*
 ************************************************/
ul.children {
 list-style-type: circle
 list-style position: outer
 margin-left: .7em;
}

ul {
 margin:0 0 1em 0;
 padding-left:0px;
 list-style-type:none;
}
/************************************************
 *	Comments													*
 ************************************************/
h2#comments{
	text-align:center;
	border-top:1px solid #9ba1aa;
	background:#E2ECD5;
	padding:0.7em;
	border-bottom:1px solid #9ba1aa;
	margin-bottom:1em;
	margin-top:8em;
}
ol#commentlist {
	margin-top:0px;
	padding: 0.5em;
	margin-left: 0px;
	color: #9b9b9b;
	list-style-type: none;
	font-size:0.9em;
}
#commentlist li  p{
	padding: 0px;
	margin: 0px;
}
.commentname {
	float: left;
	margin: 0;
	padding: 0 0 0.2em 0;
}
.commentinfo{
	width: 20em;
	float: right;
	text-align: right;
}
.commenttext {
	clear: both;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 3em;
	border-top: 1px solid #ebebeb;
	line-height:1.2em;
	color: #5b5b5b;
}
#commentsformheader{
	padding-left:1.5em;
	font-size: 1.4em;
}
#commentsform{
	margin-top:none;
	text-align:center;
	border:1px solid #ddd;
	background:#ecefdf;
	padding:0em 1em;
}
#commentsform form{
	text-align:left;
	margin:0px;
}
#commentsform p{
	margin:0.5em;
}
#commentsform form textarea{
	width:100%;
}
/************************************************
 *	Extra																				*
 ************************************************/
code{
	font-family: 'lucida console', 'Courier New', monospace;
	font-size: 0.8em;
	display:block;
	padding:0.5em;
	background-color: #E5EaE4;
	border: 1px solid #d2d8d1;
}
input[type="text"], textarea {
	padding:0.3em;
	border: 1px solid #CCCFBC;
	color: #656F5C;
	-moz-border-radius: 0.5em;
}
input[type="submit"]{
	padding:0.2em;
	font-size: 1em;
      font-weight: bold;
	border: 1px solid #CCCFBC;
	color: #353F2f;
	background: #33CCFF;
	-moz-border-radius: 0.5em;
}
blockquoteORIGINAL {
	border-left: 3px solid #686868;
	color: #888;
	padding-left: 0.8em;
	margin-left: 2.5em;
}

blockquote {
  background: #fff url(images/q_left.png) 1% 15% no-repeat; quotes: "" ""; 
            border-top: 1px solid #dfdfdf;
            border-bottom: 1px solid #dfdfdf;
            display: block;
            width: 100%;
            margin: 30px 0;
            margin-top: 10px;
            clear: both;
            color: #414141;
            font-family: "Myriad Pro", Verdana, sans-serif;
            font-size: 18px;
            line-height: 23px;
            font-style: italic;
}
blockquote p {
  background: transparent url(images/q_right.png) 99% 85% no-repeat; padding: 10px 40px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}


.quote {
display: block;
margin:22px 40px;
color:#06C;
padding: 0 50px;
background: transparent url("images/blue-quote.gif") no-repeat 0 0;
font:16px/24px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

.nobdr img{
        margin:0px; 
        padding:0px; 
        border:0px;
        display:block;
}
a img {
	margin:3px; padding:3px; border:1px solid #ccc;
}
.imgborder img{
	margin:3px; padding:3px; border:1px solid #ccc;
}
.imgborder{
	text-align: center;
}
.noborder{
	border: 0; margin:0px; padding:0px;}

.floatleft   {
	margin: 3px;
        float:left; 
        width: 130px;
        text-align:center;}
.floatright   {
	margin: 3px;
        float:right; 
        width: 130px;
        text-align:center;}
.float155   {
	margin: 3px;
        float:left; 
        width: 155px;
        text-align:center;}
.sociable { clear:both; }

.bigpink {
font-weight: bold; 
color: #FF3366;
}

.bigred {
font-weight: bold; 
color: #FF0000;
}

.blueprice {
font: 16px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
color: #33CCFF;
}
.biggreen { font-weight: bold; color: #060; }

.payitforward2-wrap { width:450px; margin:5px auto; text-align:center; clear:both; }

.payitforward2-item {
margin:auto;
text-align:center;
width:140px;
font: 11px/12px Arial, Helvetica, sans-serif;
float:left;
padding:5px;
}