/*
Theme Name: Zomg
Theme URI: http://diegomichel.org/zomg
Description: CSS3 theme works in firefox..
Version: 1.0
Author: Diego Michel
Author URI: http://diegomichel.org/
Tags: white, fixed-width, two-columns

	This theme was designed and built by Diego Michel,
	whose blog you will find at http://diegomichel.org/

    This is my first theme, probably have some random bugs.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
    color: #000;
    background-color:#fff;
    font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
    font-size:1em;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    width:920px;
    border: 1px #CFCFCF solid;
    /* comment the last line, and uncomment the following line for a nice shadow*/
    /*-moz-box-shadow: 5px 7px 16px #7A7A7A;*/
    -moz-border-radius-bottomright: .5em;
    -moz-border-radius-bottomleft: .5em;
    -moz-border-radius-topright: .5em;
    -moz-border-radius-topleft: .5em;
    box-shadow: 5px 7px 16px #7A7A7A;
    border-radius-bottomright: .5em;
    border-radius-bottomleft: .5em;
    border-radius-topright: .5em;
    border-radius-topleft: .5em;
    -webkit-box-shadow: 5px 7px 16px #7A7A7A;
    -webkit-border-radius-bottomright: .5em;
    -webkit-border-radius-bottomleft: .5em;
    -webkit-border-radius-topright: .5em;
    -webkit-border-radius-topleft: .5em;
}
p{
    font-size: 12px;
}
#wrapper {
	display: block; 
	width:100%;
	margin:0px auto;
    -moz-border-radius-bottomright: .5em;
    -moz-border-radius-bottomleft: .5em;
    border-radius-bottomright: .5em;
    border-radius-bottomleft: .5em;
    -webkit-border-radius-bottomright: .5em;
    -webkit-border-radius-bottomleft: .5em;
}

#header {
    background: white;
    text-shadow: 0 0 1px black;
    text-align: left;
	border-bottom: 1px #CFCFCF solid;
    -moz-border-radius-topright: .5em;
    -moz-border-radius-topleft: .5em;
    border-radius-topright: .5em;
    border-radius-topleft: .5em;
    -webkit-border-radius-topright: .5em;
    -webkit-border-radius-topleft: .5em;
}
#header a
{
    text-decoration: none;
    color: #071E2C;
}
#headermenu
{
    background: white;
    border-top: 1px #CFCFCF solid;
    border-bottom: 1px #CFCFCF solid;
    padding-left:30px;
    text-align: left;
    font-size:15px;
    height:31px;
    line-height:31px;
}
#headermenu li
{
    display:inline;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
#headermenu li a
{
    color: black;
    display:inline-block;
    font-size:14px;
    height:31px;
    line-height:31px;
    margin-left:-10px;
    padding:0 20px;
    text-decoration:none;
}
#headermenu li a:hover
{
    text-shadow: 0 0 4px #0E418C;
    background: #F3F3F3;
    height:21px;
    line-height:21px;
    -moz-border-radius: 3em 1em;
    border-radius: 3em 1em;
    -webkit-border-radius: 3em 1em;
}
#both {
	clear: both;
}
#footer {
    font-size:10px;
    background: #EEEEEE;
    border-top: 1px #CFCFCF solid;
    padding: 15px;
    -moz-border-radius-bottomright: .5em;
    -moz-border-radius-bottomleft: .5em;
    border-radius-bottomright: .5em;
    border-radius-bottomleft: .5em;
    -webkit-border-radius-bottomright: .5em;
    -webkit-border-radius-bottomleft: .5em;
}
.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}
#titlehead
{
    display:inline-block;
    width:30%;
}
#menuhead
{
    display:inline-block;
    text-align: right;
    width:68%;
}
.textfield
{
    border: 0px;
    background: #F3F3F3;
    -moz-box-shadow: 2px 2px 6px #000000;
    -moz-border-radius: .5em;
    box-shadow: 2px 2px 6px #000000;
    border-radius: .5em;
    -webkit-box-shadow: 2px 2px 6px #000000;
    -webkit-border-radius: .5em;
}
input:focus
{
    -moz-box-shadow: 2px 2px 6px #114CA5;
    box-shadow: 2px 2px 6px #114CA5;
    -webkit-box-shadow: 2px 2px 6px #114CA5;
}
#content {
    background: white;
    padding:5px 15px 15px;
	width: 65%;
	float: left;
}
#post
{
    margin: 0px;
    margin-bottom: 35px;
    border-right: 1px #E8E8E8 solid;
}
#post h1{
    font-size: 1.3em;
    border-bottom: 1px #E8E8E8 solid;
}
h2{
   font-size: 1.3em;
   border-bottom: 1px #E8E8E8 solid;
   color: #686868;
}
#post h1 a{
    font-size: 1em;
    color: #2970A6;
}
#post h1 a:hover{
    text-decoration: none;
}
#post h1:hover{
    border-bottom: 1px #E8EEF7 solid;
}
.info{
    font-size: 10px;
    margin-top: -10px;
}
#postfooter{
    font-size: .7em;
}
#sidebarcontainer {
	width: 30%;
	float: right;
    margin-top:1px;
}
#sidebar
{
    padding: 0px;
}
#sidebar .widget
{
    margin-right: 10px;
    padding:10px;
    margin-bottom: 20px;
    background: #F7F7F7;
    list-style-type:none;
    -moz-box-shadow: 0px 2px 5px #092653;
    -moz-border-radius-topright: 50px 30px;
    -moz-border-radius-bottomright: 50px 30px;
    box-shadow: 0px 2px 5px #092653;
    border-radius-topright: 50px 30px;
    border-radius-bottomright: 50px 30px;
    -webkit-box-shadow: 0px 2px 5px #092653;
    -webkit-border-radius-topright: 50px 30px;
    -webkit-border-radius-bottomright: 50px 30px;
}
#sidebar ul{
    padding:0px;
}
#commentslink{
    display:inline-block;
    text-align:right;
    width:68%;
}
.Apple-style-span{
    display:block;
    padding:15px;
    margin-right:10px;
    background: #E8EEF7;
}
#date{
    display:inline-block;
    width:30%;
}
a{
    color:#2970A6;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
    color: #89A6D3;
}
blockquote{
    padding:15px;
    background: #E8EEF7;
    -moz-border-radius-topright: 50px 30px;
    -moz-border-radius-bottomright: 50px 30px;
    border-radius-topright: 50px 30px;
    border-radius-bottomright: 50px 30px;
    -webkit-border-radius-topright: 50px 30px;
    -webkit-border-radius-bottomright: 50px 30px;
    -khtml-border-radius: 50px;
}
.widget
{
}
.widget ul,.addthis_toolbox
{
    margin-left:20px;
}
.widget ul li
{
   font-size:12px;
   list-style-type:circle;
   list-style-position: inside;
   margin-bottom:2px;
}
.widget ul li:hover
{
   font-size:12px;
   list-style-type:disc;
   list-style-position: inside;
   margin-bottom:2px;
}
#comments
{
    font-size:12px;
    border-top:1px solid #CCCCCC;
}
.comment-meta
{
    font-size:10px;
}
.comment-meta a
{
    text-decoration: none;
    font-size:10px;
}
.commentlist
{
    margin-left:-20px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.comment
{
    padding:10px;
    margin-bottom:10px;
    background:#F0F4F9;
    -moz-border-radius: 1em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
}
.trackback, .pingback{
    padding:10px;
    margin-bottom:10px;
    background:#F0F4F9;
    color:gray;
    -moz-border-radius: 1em;
    border-radius: 1em;
    -webkit-border-radius: 1em;
}
.trackback a, .pingback a{
    color:gray;
}
.bypostauthor{
    background: #E2E9F4;
}
#respond{
    border-top:1px solid #CCCCCC;
    color: #31353A;
    padding:17px;
}
#respond input, button, textarea
{
    background: #F3F3F3;
    padding:5px;
    -moz-border-radius-bottomleft:0.5em;
    -moz-border-radius-bottomright:0.5em;
    -moz-border-radius-topleft:0.5em;
    -moz-border-radius-topright:0.5em;
    -moz-box-shadow:2px 2px 6px #000000;

    border-radius-bottomleft:0.5em;
    border-radius-bottomright:0.5em;
    border-radius-topleft:0.5em;
    border-radius-topright:0.5em;
    box-shadow:2px 2px 6px #000000;

    -webkit-border-radius-bottomleft:0.5em;
    -webkit-border-radius-bottomright:0.5em;
    -webkit-border-radius-topleft:0.5em;
    -webkit-border-radius-topright:0.5em;
    -webkit-box-shadow:2px 2px 6px #000000;

    border:0 none;
}
#respond input:focus, button:focus, textarea:focus
{
    -moz-box-shadow: 2px 2px 6px #114CA5;
    box-shadow: 2px 2px 6px #114CA5;
    -webkit-box-shadow: 2px 2px 6px #114CA5;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.description{
    display:inline-block;
    padding-left:15px;
}
.navigation{
     border-top:1px solid #CCCCCC;
    margin:10px -5px 0;
    padding:10px 5px 0;
    font-size:12px;
}
#post ul li:hover {
font-size:12px;
list-style-position:inside;
list-style-type:disc;
margin-bottom:2px;
}
#post ul li {
font-size:12px;
list-style-position:inside;
list-style-type:circle;
margin-bottom:2px;
}
#post ol li {
font-size:12px;
list-style-position:inside;
list-style-type:decimal;
margin-bottom:2px;
}
#post ol li:hover {
font-size:12px;
list-style-position:inside;
text-shadow: 0 0 1px black;
margin-bottom:2px;
}
#post p img
{
    border:0px;
    max-width:95%;
}
table, dl{
    font-size:12px;
}
#post h2
{
    color:black;
}
.money{
text-align: center;
text-style: bold;
color: #00CCFF;
}

.badge {
-moz-border-radius:6px 6px 6px 6px;
background-color:#031634;
border:1px solid #333;
color:#FFFFFF !important;
line-height:1.9;
font-size: 1.3em;
margin:4px 3px 3px 1px;
padding:4px 8px 4px 3px;
text-decoration:none;
}
.badgedtr{
margin:20px;
}
.badgetd{
width:45%;
border: 5px solid #fff;
/*margin:20px;*/
}
tr{
padding:20px;
}
.badge:hover  {
background-color:#033649;
border:1px solid #555555;
text-decoration:none;
}
.badge3 {
color:#FFCC00;
font-size:120%;
margin-left:3px;
}
.badge2 {
color:#C0C0C0;
font-size:120%;
margin-left:3px;
}
.badge1 {
color:#CC9966;
font-size:120%;
margin-left:3px;
}

.adquiredbadges {
font-size:1.5em;
width: 90%;
margin:10px;
 -moz-border-radius-bottomleft:0.5em;
    -moz-border-radius-bottomright:0.5em;
    -moz-border-radius-topleft:0.5em;
    -moz-border-radius-topright:0.5em;
    -moz-box-shadow:2px 2px 6px #000000;

    border-radius-bottomleft:0.5em;
    border-radius-bottomright:0.5em;
    border-radius-topleft:0.5em;
    border-radius-topright:0.5em;
    box-shadow:2px 2px 6px #000000;

    -webkit-border-radius-bottomleft:0.5em;
    -webkit-border-radius-bottomright:0.5em;
    -webkit-border-radius-topleft:0.5em;
    -webkit-border-radius-topright:0.5em;
    -webkit-box-shadow:2px 2px 6px #000000;

padding:10px;
}

.credits,.time,.moredata {
color:#000;
width:30%;
font-size:120%;
margin:10px;
 -moz-border-radius-bottomleft:0.5em;
    -moz-border-radius-bottomright:0.5em;
    -moz-border-radius-topleft:0.5em;
    -moz-border-radius-topright:0.5em;
    -moz-box-shadow:2px 2px 6px #000000;

    border-radius-bottomleft:0.5em;
    border-radius-bottomright:0.5em;
    border-radius-topleft:0.5em;
    border-radius-topright:0.5em;
    box-shadow:2px 2px 6px #000000;

    -webkit-border-radius-bottomleft:0.5em;
    -webkit-border-radius-bottomright:0.5em;
    -webkit-border-radius-topleft:0.5em;
    -webkit-border-radius-topright:0.5em;
    -webkit-box-shadow:2px 2px 6px #000000;

padding:10px;
}
.credits{
background-color: #69D2E7;
}
.time{
background-color: #A7DBD8;
}
.moredata{
background-color: #E0E4CC;
}
span.quakecolor_red {
	  color: #FF0000;

}

span.quakecolor_green {
	  color: #00FF00;
}

span.quakecolor_yellow {
	  color: #FFFF00;
}

span.quakecolor_blue {
	  color: #0000FF;
}

span.quakecolor_cyan {
	  color: #00FFFF;
}

span.quakecolor_magenta {
	  color: #FF00FF;
}

span.quakecolor_white {
	  color: #FFFFFF;
}
span.quakecolor_gray {
	          color: #c0c0c0;
}
div.player-info{
	background-color: #333333;
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
    -moz-border-radius-bottomleft:0.5em;
    -moz-border-radius-bottomright:0.5em;
    -moz-border-radius-topleft:0.5em;
    -moz-border-radius-topright:0.5em;
    -moz-box-shadow:2px 2px 6px #000000;

    border-radius-bottomleft:0.5em;
    border-radius-bottomright:0.5em;
    border-radius-topleft:0.5em;
    border-radius-topright:0.5em;
    box-shadow:2px 2px 6px #000000;

    -webkit-border-radius-bottomleft:0.5em;
    -webkit-border-radius-bottomright:0.5em;
    -webkit-border-radius-topleft:0.5em;
    -webkit-border-radius-topright:0.5em;
    -webkit-box-shadow:2px 2px 6px #000000;
}
div.player-info a:hover{
	text-shadow:0px 0px 10px #fff;
	text-decoration: none;
}
div.moreinfo{
	font-size: 0.8em;
	color: gray;
}
.badgecount {
color:#808185;
padding-left:1px;
}
span.gameswin{
	font-size:120%;
}
.page-numbers {
border:1px solid #CCCCCC;
color:#808185;
font-size:130%;
margin-right:3px;
padding:4px 4px 3px;
text-decoration:none;
}
.page-numbers.current {
background-color:#808185;
border:1px solid #808185;
color:#FFFFFF;
font-weight:bold;
}
div.pager{
text-align: center;
padding:20px;
}
.missingbadge {
-moz-border-radius:6px 6px 6px 6px;
background-color:#c0c0c0;
border:1px solid #333;
color: black !important;
line-height:1.9;
font-size: 1.3em;
margin:4px 3px 3px 1px;
padding:4px 8px 4px 3px;
text-decoration:none;
}
.missingbadge:hover  {
background-color:#a0a0a0;
border:1px solid #555555;
text-decoration:none;
color: #fff;
}
#globals td, #globals tr{
background:#333;
color:white;
border-color:black;
}
#globals{
	background:black;
}
.sorting {
	    background: url("./sort_both.png") no-repeat scroll right center transparent;
}

