body {
    background: none repeat scroll 0 0 #D3E9F2;
    color: #667;
}

body, ul, li {
    font-size:14px; 
    font-family:Arial, Helvetica, sans-serif;
    line-height:21px;
    text-align:left;
}

.clr
{
    clear: both;
}

.clr-r{
    clear: right;    
}
.clr-l{
    clear: left;
}

ul, li { color: #000000;}


#menu li {
    float:left;
    display:block;
    text-align:center;
    position:relative;
    padding: 4px 10px 4px 10px;
    margin-right:30px;
    margin-top:7px;
    border:none;
}

#menu li:hover {
    border: 1px solid #777777;
    padding: 4px 9px 4px 9px;

    /* Background color and gradients */

    background: #F4F4F4;
    background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));

    /* Rounded corners */

    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

#menu li a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px; 
    color: #EEEEEE;
    display:block;
    outline:0;
    text-decoration:none;
    text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
    color:#161616;
    text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
    padding-right:21px;
    background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
    background:url("img/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
    margin:4px auto;
    float:left;
    position:absolute;
    left:-999em; /* Hides the drop down */
    text-align:left;
    padding:10px 5px 10px 5px;
    border:1px solid #777777;
    border-top:none;

    /* Gradient background */
    background:#F4F4F4;
    background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

    /* Rounded Corners */
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
    left:-1px;
    top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
    float:right;
    margin-right:0px;
}
#menu li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
    left:auto;
    right:-1px;
    top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
    font-family:Arial, Helvetica, sans-serif;
    line-height:21px;
    font-size:12px;
    text-align:left;
    text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
    font-size:21px;
    font-weight:400;
    letter-spacing:-1px;
    margin:7px 0 14px 0;
    padding-bottom:14px;
    border-bottom:1px solid #666666;
}
#menu h3 {
    font-size:14px;
    margin:7px 0 14px 0;
    padding-bottom:7px;
    border-bottom:1px solid #888888;
}
#menu p {
    line-height:18px;
    margin:0 0 10px 0;
}

#menu li:hover div a {
    font-size:12px;
    color:#015b86;
}
#menu li:hover div a:hover {
    color:#029feb;
}


.strong {
    font-weight:bold;
}
.italic {
    font-style:italic;
}

.imgshadow { /* Better style on light background */
    background:#FFFFFF;
    padding:4px;
    border:1px solid #777777;
    margin-top:5px;
    -moz-box-shadow:0px 0px 5px #666666;
    -webkit-box-shadow:0px 0px 5px #666666;
    box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
    width:auto;
    float:left;
    margin:5px 15px 5px 5px;
}

#menu li .black_box {
    background-color:#333333;
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding:4px 6px 4px 6px;

    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    /* Shadow */
    -webkit-box-shadow:inset 0 0 3px #000000;
    -moz-box-shadow:inset 0 0 3px #000000;
    box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
    list-style:none;
    padding:0;
    margin:0 0 12px 0;
}
#menu li ul li {
    font-size:12px;
    line-height:24px;
    position:relative;
    text-shadow: 1px 1px 1px #ffffff;
    padding:0;
    margin:0;
    float:none;
    text-align:left;
    width:130px;
}
#menu li ul li:hover {
    background:none;
    border:none;
    padding:0;
    margin:0;
}

#menu li .greybox li {
    background:#F4F4F4;
    border:1px solid #bbbbbb;
    margin:0px 0px 4px 0px;
    padding:4px 6px 4px 6px;
    width:116px;

    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
    background:#ffffff;
    border:1px solid #aaaaaa;
    padding:4px 6px 4px 6px;
    margin:0px 0px 4px 0px;
}

a {
    color: inherit;
    text-decoration: none;
}

#titulo h1, .grande {
    font-size: 20pt;
    font-weight: normal;
    letter-spacing: -2px;
    color: YellowGreen;
}
.titulo-categoria {
    font-size: 24pt;
    letter-spacing: -2px;
    margin-left: 18px;
    text-transform: lowercase;
}
#recentes {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}
#recentes a {
    color: #777777;
}
#recentes a:hover {
    color: orange;
}
#sidebar-left {
    float: left;
    margin-top: 7px;
    width: 110px;
}
#sidebar-right {
    float: right;
    margin-top: 7px;
}
#recentes ul, .container, .sidctn, .related {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 5px;
}
.titulo {
    font-size: 9pt;
    line-height: 9pt;
    margin: 7px auto;
    text-align: center;
    width: 130px;
}
.titulo a:hover {
    color: orange;
}
.entry {
    margin: 10px auto 0;
    width: 125px;
}
#categorias-post {
    font-size: 8pt;
}
.entry img {
    height: auto;
    width: 132px;
}
.anterior {
    float: left;
}
.proximo {
    float: right;
}
#site {
   /* margin: 8px auto;
    width: 997px;*/
	margin: auto;
    max-width: 997px;

}
.logo_jc {
   width: 10%;
   margin: 1%;
}
#primeiro-topo {
    background: none repeat scroll 0 0 white;
    height: 100px;
}
.linktitle {
    background: url("/images/logo_icelular.png") no-repeat scroll 15px 0px transparent;
    color: #FDFDFD;
    float: left;
    font-size: 12pt;
    font-weight: normal;
    height: 80px;
    line-height: 82px;
    margin-top: 6px;
    padding-left: 400px;
}

#pesquisa {
    min-width:280px;    
    border:1px solid #ccc;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    background:url(../images/ico-search.png) no-repeat right;

}
#pesquisa input {
    width:200px;    
    border:none;
    color:#8F8F8F;
    margin:2px;
    padding:5px;
}

input[type="submit"].btnbusca {
    width:75px;
    margin-bottom: -3px;
    height:30px;
    background:#06F;
    color:#fff;
    border:none;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
}

input[type="submit"].btnbusca:active {
    background:#0099CC;
}

.gallery{text-align:center;width:125px;height:240px;float:left;display:inline;margin:5px 4px 5px 3px;padding:9px;}
.content_wp{margin:0 0 5px 5px;color:#698992;background:#ffffff url(/images/bg_item.jpg) repeat-x ;
            float:left;border:solid 1px #2E77CB;border-radius:3px;
            -webkit-border-radius:5px;
            -moz-border-radius:5px;
            -o-border-radius:5px;}
.content_wp_h4{font-style:italic;color:#6ea41f;}
.wp-pagenavi{clear:both;padding:20px
                 0 5px;text-align:center;width:100%;}

.wp-pagenavi a, .wp-pagenavi span{

    border:1px solid #CCC;
    margin:2px;
    padding:4px 8px;
    text-align: center;
    
}
.wp-pagenavi a:hover, .wp-pagenavi
span.current{color:#FE6C17}

.wp-pagenavi span.current{background:none repeat scroll 0 0 #DDD;font-weight:700}
#galeria {text-align:center;width:100%;}
.post {
    float: left;
    height: 240px;
    width: 164px;
}
#corpo {
    background: url("") repeat-x scroll 0 -148px white;
    padding-top: 15px;
}
.rodape-corpo2 {
    border-top: 1px solid #CCCCCC;
    clear: both;
    padding: 10px;
    max-width: 900px;
}

#pesquisa {
    float: right;
    margin-right: 20px;
    margin-top: 30px;
}


#resultbusca {
    font-size: 18pt;
    letter-spacing: -1px;
    margin-top: 5px;
}
#boo-box-single {
    margin-top: 10px;
    text-align: center;
}
.post-single {
    padding: 0 15px;
}
#jogos-single .entry {
    padding: 5px 0;
}
#jogos-single {
    margin-bottom: 15px;
}
#comentarios {
    margin: 10px 15px;
}
#comentarios ol li {
    border-top: 1px solid #EEEEEE;
    list-style-type: none;
    margin-top: 5px;
    padding: 7px 3px;
}
.comment-meta {
    color: #656565;
}
.comment-text {
    color: #858585;
    font-size: 10pt;
    margin-left: 5px;
    margin-top: 7px;
    text-transform: lowercase;
}
#url, #email, #author {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    padding: 5px;
    width: 240px;
}
#comment {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    height: 110px;
    margin-top: 10px;
    padding: 5px;
    width: 621px;
}
.postar-comentario {
    color: SaddleBrown;
}
#commentform p {
    font-size: 11pt;
}
.comment-author, .comment-date {
    font-size: 11pt;
}
#sub {
    float: right;
    font-family: "Trebuchet MS";
    margin-top: 10px;
    padding: 5px;
}
#sidebar ul li {
    list-style: none outside none;
}
.sidctn a {
    color: #777777;
}
.sidctn a:hover {
    color: orange;
}
#relacionados {
    font-size: 11pt;
    margin-top: 10px;
}
p.related {
    color: #777777;
    font-size: 24pt;
    letter-spacing: -2px;
    text-align: left;
}
.related li {
    list-style-type: none;
}
.related li:hover {
    color: orange;
}
#share {
    background: none repeat scroll 0 0 #FFFFE0;
    border: 1px dashed #E6DB55;
    height: 20px;
    margin-top: 10px;
    padding: 7px 5px;
}
.bigwidget {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin-top: 7px;
}
#sinopse {
    color: #777777;
    font-size: 11pt;
    text-align: center;
}
#sinopse a:hover {
    color: orange;
}
#adsense {
    margin-top: 15px;
    text-align: center;
}
#sinopse ul {
    list-style: none outside none;
    margin-left: 5px;
    text-align: left;
}
#sinopse p {
    padding: 10px 0;
}
.capa {
    margin-top: 10px;
}
.jogo a {
    border-bottom: 1px dotted #FCA573;
}
.left {
    margin-top: 10px;
    text-align: left;
}
#left {
    float: left;
}
.right {
    margin-top: 10px;
    text-align: right;
}
.bold {
    font-weight: 700;
}
.wp-pagenavi {
    font-size: 20pt;
    letter-spacing: -1px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 3px;
}
.wp-pagenavi a:hover {
    background: none repeat scroll 0 0 #444444;
    color: orange;
}
.wp-pagenavi span.current {
    background: none repeat scroll 0 0 #CCCCCC;
    color: white;
}
.tuto-img {
    padding: 3px 0;
}
.seoqueries-terms {
    color: #999999;
    font-size: 9pt;
    margin: 10px auto;
    text-align: center;
    text-transform: lowercase;
}
.seoqueries-terms li {
    display: inline;
    padding: 0 10px;
}
.wpcf7-form-control-wrap textarea {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
}
.wpcf7-submit {
    padding: 5px;
}
.wpcf7-text {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
* {
    margin: 0;
    padding: 0;
}
#anuncio-300x250-sidebar {
    margin-top: 10px;
    text-align: center;
    width: 300px;
}
hr {
    border-color: orange;
    border-width: 0 0 1px;
}

div.share-block {
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
}

div.share-block > div {
	float: left;
	margin-right: 10px;
}
.list-item-container {
}
.list-item-container .image{
            float:left;
            width:40px;            
            border:1px solid #ccc;
}
.list-item-container .label{
            margin-left:10px;
            float:left;
}
.list-item-container > div{
            padding:4px;
}