#main {
	 background-color:#ECF0F1;

}
#wrapper {
    /* background:none; */
}
@media only screen and (min-width: 1024px) {

}
/* body {
    background:none;
    background-color:#2C3E50;
}
*/

#poolSelector {
	float:right;
	margin:0px 0 0 0;
}

#desktopLanding {
	padding:0px;
	
}

/* ------ userHeader ------ */
#userHeader {
	padding:10px 15px 10px 15px;
	background-color:#eee;
	background: -webkit-gradient(linear, 0% 48%, 0% 90%, from(#fff), to(#ddd));
	background: -moz-linear-gradient(20% 70% 90deg,#ddd, #fff 100%);
}
#theader {
	/* background-color:#0a3f61;
	background: -webkit-gradient(linear, 0% 48%, 0% 90%, from(#176392), to(#0a3f61));
	background: -moz-linear-gradient(20% 70% 90deg,#0a3f61, #176392 100%); */
    background:none;
    background-color:#fff;
}
#tnav ul.tnavul a {
    color:#95A5A6;
    font-size:1em;
}
/* tournament nav */
#tnav ul.tnavul li a:hover, #tnav ul.tnavul li.rolled  {
    background:none;
    color:#E74C3C;
}
#tnav ul.tnavul li a.active {
    background-color:#C0392B;
}
#tnav .subnav {
	display:none;
    background:none;
	background-color:#C0392B;
}
#tnav .subnav a.subnavlink:hover { 
	color:#fff;
	background: none;
	background-color:#E74C3C;

}



#theader #playerNum {
    font-size:1em;
    margin:5px 0 0 0px;
    color:#7F8C8D;
    text-transform: none;
}
#theader #playerNum a {
    color:#7F8C8D;
}
.populationNum {
    font-size:0.9em;
    margin:3px 0 0 0;
    color:#95A5A6;
}

.populationNum .clicker {
    text-decoration: underline;
}



#wrapper {
    border-top-right-radius:0px;
    -webkit-border-radius-topright:0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius:0px;
    -webkit-border-radius-topleft:0px;
    -moz-border-radius-topleft: 0px;

    border-bottom-right-radius:0px;
    -webkit-border-radius-bottomright:0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius:0px;
    -webkit-border-radius-bottomleft:0px;
    -moz-border-radius-bottomleft: 0px;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    background-color:#ECF0F1;
}
@media only screen and (min-width: 768px) {
    #wrapper {
        border-top-right-radius:3px;
        -webkit-border-radius-topright:3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius:3px;
        -webkit-border-radius-topleft:3px;
        -moz-border-radius-topleft: 3px;
    }
}

h1.home {
    margin-bottom:12px;
    padding-bottom:0;
    font-weight:400;
}
.homeh3 {
    color:#C0392B;
    font-size:1.4em;
    font-weight:400;
    margin:15px 0 15px 0;
    text-align:center;
}
h1.login {
    color:#3498DB;
    margin-bottom:22px;
}
.fanNum {
    font-size:1.0em;
}
.fbLike {
    float:left;
    width:303px;
}
.topLine .title {
    float:left;
}
.fbPadder {
    margin-top:5px;
}




