/*
Theme Name: GPC_Giochi Per Cellulari
Theme URI: http://www.giochipercellulari.org/
Version: 1.0
Author: Nicola "Nikopolidis" Tedeschi
Author URI: http://www.iopc.it/
Tags: blue, white, clean, two columns, widget ready, fixed width
*/


/* ----- Body ----- */
*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
    font-family: Arial, Verdana, Helvetica, sans-serif;	
	background: url('images/bg.jpg') no-repeat top center #1e71b8 !important;
	color: #333333;
}

.center {
	text-align: center;
}

#container {
	width: 991px;
    margin:auto;
	background: url('images/bg_container.gif') repeat-y top left;
	margin-bottom:30px;
	margin-top:177px;
}

/* ----- Testo ----- */

a {
	color: #1e71b8;
	text-decoration:underline;
	outline: none;
}

a:hover {
	text-decoration:none;
}

p {
	line-height:20px;	
}

h2 {
	color:#cc2229;
	text-decoration:none;
	font-weight:bold;
	font-size:24px;
	text-align:left;
	letter-spacing:-1px;
}

h3 {
	color:#2e2e2e;
	text-decoration:none;
	border-bottom:none;
	font-weight:bold;
	font-size:24px;
	text-align:left;
	margin-bottom:10px;
	padding-top:3px;
	padding-bottom:3px;
	letter-spacing:-1px;
}

h6 {
	color:#2e2e2e;
	font-weight:bold;
	font-size:26px;
	letter-spacing:-1px;
	margin-bottom:10px;
}

/* ----- Liste ----- */

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/* ----- Immagini ----- */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 5px 10px;
	display: inline;
border:1px solid #cccccc;
}

img.alignleft {
	padding: 4px;
	margin: 0 10px 5px 0;
	display: inline;
border:1px solid #cccccc;
}

img.aligncenter {
	margin:auto;
	padding:4px;
	border:1px solid #cccccc;
	text-align:center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

object {
	margin-bottom:15px;	
}

/* ----- Header ----- */

#header {
	height: 60px;
	width:100%;
	background: url('images/bg_header.gif') no-repeat top left;
}

#menu {
	text-align:left;
	font-size:7px;
	margin-left:15px;
}

#menu li#b_home a {
	background:url('images/b_home.gif') top left no-repeat;
	overflow:hidden;
	height:33px;
	width:89px;
	display:block;
	text-indent:-9999px;
}

#menu li#b_marca a {
	background:url('images/b_giochimarca.gif') top left no-repeat;
	overflow:hidden;
	height:33px;
	width:242px;
	display:block;
	text-indent:-9999px;
}

#menu li#b_genere a {
	background:url('images/b_giochigenere.gif') top left no-repeat;
	overflow:hidden;
	height:33px;
	width:250px;
	display:block;
	text-indent:-9999px;
}

#menu li#b_cerca {
	background:url('images/b_cerca.gif') top left no-repeat;
	overflow:hidden;
	height:33px;
	width:340px;
	display:block;
	text-indent:-9999px;
	cursor:default;
}

#menu li#b_home a:hover, #menu li#b_marca a:hover, #menu li#b_genere a:hover {
	margin-top:2px;	
}

#menu li {
	display:block;
	float:left;
	height:33px;
	text-align:left;
	margin:20px 12px 0px 0px;
}

#searchform {
	background:#fafafa;
	border:1px solid #cccccc;
	float:right;
	width:240px;
	font-size:14px;
}

.clearfix {
	display:block;	
}

#searchform #s {
	background:#fafafa;
	border:0 none;
	float:left;
	margin:0;
	padding:5px;
	width:200px;
	color:#999999;
	font-size:16px;
}

#searchform #searchsubmit {
	background:url('images/b_search.gif') no-repeat top left;
	border:none;
	cursor:pointer;
	float:right;
	height:16px;
	margin:7px 5px 0 0;
	width:16px;
}

#othersearch {
	width:430px;
	margin-top:20px;
}

/* ----- Content ----- */

#content {
	margin:15px;
}

#main {
	width: 615px;
	display:block;
	float:left;
	margin-bottom:20px;
}

.post {
	width:280px;
	float:left;
	border-right:1px solid #cccccc;
	/*margin-bottom:5px;*/
	display:block;
	margin-right:10px;
	height:auto;
	padding-right:10px;
        padding-bottom:20px;
}

.clear {
	clear:both;	
	border-bottom:1px solid #cccccc;
	margin-right:23px;
	/*margin-bottom:10px;*/
}

.post img.size-full {
	width:150px;
	height:200px;
	margin:5px 5px 0 0;
	float:left;
	border:none;
}

.post img.size-large {
	width:150px;
	height:200px;
	margin:5px 5px 0 0;
	float:left;
	border:none;
}

.post img.size-medium {
	width:150px;
	height:200px;
	margin:5px 5px 0 0;
	float:left;
	border:none;
}

h1, h1 a {
	color:#222222;
	text-decoration:none;
	letter-spacing:-1px;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	padding-top:7px;
}

h1 a:hover {
	text-decoration:underline;
}

.postmetadata {
	color:#ffffff;
	background:#1e71b8;
	font-family:Verdana, Arial;
	margin-top:3px;
	margin-bottom:10px;
	padding:5px;
}

.postmetadata a {
	color:#ffffff;
}

.entry {
	line-height:18px;
}

.entry p {
	margin-bottom:15px;	
}

.single {
	width:595px;;	
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #cccccc;
}

.single h1 a {
	font-size:30px;	
}

.single .entry {
	margin-top:20px;	
}

.single .entry p img {
	display:block;
	margin:0px auto;
	text-align:center;
}

.single .entry p a {
	font-size:14px;
        font-weight:bold;
}

.related_post {
        margin-bottom:20px;
}

.related_post li {
        margin-bottom:5px;
}

.navigation {
	display: block;
	text-align: center;
}

.pagetitle {
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	width:592px;
}

.iscriviti {
	height: 125px;
	background:#7bb0de;
	border:1px solid #1e71b8;
	padding:10px;
}

.iscriviti p {
	margin-bottom:15px;	
}

.emoticon {
	float:left;
	margin-right:20px;
}

#mail {
	height:30px;
	width:275px;
	border:1px solid #1e71b8;
	color:#aaaaaa;
	margin-left:125px;
	float:left;
	font-size:22px;
	padding-left:5px;
        padding-top:3px;
}

#iscriviti_mail {
	margin-left:5px;
}

#sidebar {
	width:335px;
	margin-left:615px;
	height:100%;
}

#feedrss a span {
	width:187px;
	height:38px;
	background:url('images/feed.gif') no-repeat top left;
	display:block;
	float:right;
	margin-right:-33px;
	margin-bottom:10px;
}

#top {
	margin-bottom:15px;	
}

#sidebar #right {
	width:120px;
	margin-left:215px;
}

#sidebar #left {
	width:210px;
	margin-right:5px;
	float:left;
}
#sidebar #left ul li.widget {
	margin-bottom:15px;	
}

.widgettitle {
	border:1px solid #aaaaaa;
}

h2.widgettitle {
	background:#d1e6f7;
	color:#333333;
        padding:4px 7px;
}

/* ----- CATEGORIE ----- */

#left ul li.widget_categories ul li a, #left ul li.widget_categories ul li ul li a {
   border-bottom:1px solid #dddddd;
   padding:4px 7px;
}

#left ul li.widget_categories ul {
   border-left:1px solid #dddddd;
   border-right:1px solid #dddddd;
}

#left ul li.widget_categories ul li a {
   display:block;
}

#left ul li.widget_categories ul li a {
	text-decoration:none;
}

#left ul li.widget_categories ul li a:hover {
	text-decoration:underline;
   background:#eeeeee;	
}

#left ul li.widget_categories ul.children li a {
   padding:4px 17px;
}

#left ul li.widget_categories ul.children {
   border-left:none;
   border-right:none;
}

#left ul li.widget_categories ul.children li ul.children li a {
   padding:4px 27px;
}

/* ----- RESTO SIDEBAR ----- */

#left ul li.widget ul li a {
	text-decoration:none;	
}

#left ul li.widget ul li a:hover {
	text-decoration:underline;	
}

/* ----- Commenti ----- */

#commentform {
	width:590px;
}

#commentform p {
	color:#aaaaaa;
	font-family:Georgia,Arial;
	font-size:14px;
	margin-bottom:15px;
}

span.input_bg {
	background:url('images/bg_input.gif') repeat-x top left;
	border:1px solid #888888;
	float:left;
	height:24px;
}

span.input_bg input {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#999999;
	float:left;
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	height:20px;
	line-height:normal;
	padding-top:2px;
	padding-left:5px;
	width:250px;
}

p.label {
	padding-top:4px;
	font-size:16px;
	margin-left:270px;
	margin-bottom:15px;
	color:#cccccc;
	font-family:Georgia, Arial;
}

#commentform textarea {
	width:585px;
	font-family:Arial;
	font-size:16px;
	color:#999999;
	border:1px solid #888888;
	padding:5px;
	height:100%;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

input#subscribe {
	border:1px solid #000000;
}

.subscribe-to-comments label {
	font-family:Georgia, Arial;
	font-size:14px;
	color:#cccccc;
}

.commentlist {
	width:595px;
	text-align:justify;	
}

.comment-author {
	padding:3px 0;
}

.commentlist li {
	margin-bottom:20px;	
}

.commentmetadata {
	display:inline;
}	

.commentmetadata a {
	color:#999999;
	text-decoration:none;
}

.commentmetadata a:hover {
	text-decoration:underline;	
}

.commentlist li .avatar { 
	float: right;
	margin-right:5px;
	margin-left:5px;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-size: 16px;
	font-family:Arial;
	border:none;
	font-style:normal;
}
	
.commentlist cite a:hover {
	text-decoration:underline;	
}
	
.comment p {
	background:#f4f4f4;
	padding:10px;
}

h3#comments {
	margin-bottom:10px;	
}

.nocomments {
	text-align: center;
}

/* ----- Footer ----- */

#footer {
	clear:both;
	background: url('images/bg_footer.gif') no-repeat top left;
	color:#ffffff;
	height:193px;
}

#content_footer {
	float:right;
	width:290px;
	margin:16px 10px 0 0;
}

#content_footer p {
	line-height:20px;
   margin-bottom:2px;	
}

#vuoto {
	height:25px;
}

/* ----- VECCHIO!!! ----- */


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.clear {
	clear: both;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden {
	display: none;
}

.navigation {
        width:590px;
}

/* ----- BOX ----- */

#container_box {
   width:961px;
   display:block;
   padding:15px;
   clear:both;
}

#container_box h2 {
   color:#333333;
   margin-bottom:15px;
   font-size:28px;
}

/* ----- BOX MARCA ----- */

#giochi_marca {
   width:465px;
   float:left;
   padding-right:5px;
   margin-bottom:15px;
}

.box {
   float:left;
   width:222px;
   margin-right:10px;
}

.box ul li {
   border-bottom:1px dashed #999999;
   padding:4px 7px;
}

.box ul li a {
   color:#333333;
   text-decoration:none;
}

.box ul li a:hover {
   text-decoration:underline;
}

.box ul li.altri_giochi {
   text-align:right;
   border-bottom:none;
   font-weight:bold;
}

.clearbox {
   clear:both;
   margin-bottom:10px;
}

h4 {
   text-decoration:none;
   font-weight:bold;
   font-size:18px;
   text-align:left;
}

#nokia {
   border:4px solid #61bdf0;
   background:#e7f5fd;
   color:#333333;
}

h4#nokia_text {
   color:#61bdf0;
}

#samsung {
   border:4px solid #9764a5;
   background:#efe0f2;
   color:#333333;
}

h4#samsung_text {
   color:#9764a5;
}

#motorola {
   border:4px solid #cc2229;
   background:#f5c9cb;
   color:#333333;
}

h4#motorola_text {
   color:#cc2229;
}

#iphone {
   border:4px solid #2b55a2;
   background:#c0d0eb;
   color:#333333;
}

h4#iphone_text {
   color:#2b55a2;
}

#lg {
   border:4px solid #d5652c;
   background:#f3d5c5;
   color:#333333;
}

h4#lg_text {
   color:#d5652c;
}

#sonyericsson {
   border:4px solid #33a438;
   background:#c8ecce;
   color:#333333;
}

h4#sonyericsson_text {
   color:#33a438;
}

/* ----- BOX GENERE ----- */

#giochi_genere {
   width:480px;
   float:right;
   padding-left:10px;
   margin-bottom:15px;
   border-left:1px solid #cccccc;
}

.boxx {
   width:158px;
   margin-right:7px;
}

.boxx ul li {
   padding-top:1px;
   padding-bottom:3px;
   border-bottom:1px solid #eeeeee;
}

.boxx ul li a {
   color:#333333;
   text-decoration:none;
   font-size:11px;
}

.boxx ul li a:hover {
   text-decoration:underline;
}

h5 {
   font-size:18px;
   font-weight:bold;
   letter-spacing:-1px;
}

#abilita {
   background:url('images/bg_abilita.gif') no-repeat top left;
   padding-left:75px;
   float:left;
}

#avventura {
   background:url('images/bg_avventura.gif') no-repeat top left;
   padding-left:75px;
   float:right;
}

#azione {
   background:url('images/bg_azione.gif') no-repeat top left;
   padding-left:75px;
   float:left;
}

#carte {
   background:url('images/bg_carte.gif') no-repeat top left;
   padding-left:75px;
   float:right;
}

#motori {
   background:url('images/bg_macchine.gif') no-repeat top left;
   padding-left:75px;
   float:left;
}

#picchiaduro {
   background:url('images/bg_picchiaduro.gif') no-repeat top left;
   padding-left:75px;
   float:right;
}

#puzzle {
   background:url('images/bg_puzzle.gif') no-repeat top left;
   padding-left:75px;
   float:left;
}

#sexy {
   background:url('images/bg_sexy.gif') no-repeat top left;
   padding-left:75px;
   float:right;
}


#shootspace {
   background:url('images/bg_spazio.gif') no-repeat top left;
   padding-left:75px;
   float:left;
}

#simulazione {
   background:url('images/bg_simulazione.gif') no-repeat top left;
   padding-left:75px;
   float:right;
}

#sport {
   background:url('images/bg_sport.gif') no-repeat top left;
   padding-left:75px;
   float:left;
}

#windows {
   background:url('images/bg_windows.gif') no-repeat top left;
   padding-left:75px;
   float:right;
}

/*AGGIUNTO DA CLAUDIO*/

.fade:hover{
filter:alpha(opacity=50);
-moz-opacity:.5;
opacity:.50;
}
