/*
Theme Name: Beavers
Theme URI: http://beavers.it
Author: theTMO & [oink]
Author URI: http://beavers.it/
Description: Il tema ufficiale di Beavers.it
Version: 2.0
License: 
License URI: 
Tags: 
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

.logoprint {
	display:none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS3 */

a, form#search input, #what, #what span, a.colonna {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/*a:hover {
	text-shadow: 0px -1px 0px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=-1); 
}*/

.orbit-bullets li.has-thumb {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
}


/**/

body {
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	text-align:center;
	background:#ccc;
}

.clear {
	clear:both;ed
}

a {
	color:#990000;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
}

#container {
	width:980px;
	margin:0 auto;
	display:block;
	text-align:left;
	position:relative;
}

/**/

#header {
	display:block;
	position:relative;
	height:102px;
}

#header form#search input{
	width:140px;
	height:20px;
	color:#fff;
	text-transform:uppercase;
	padding:15px;
	font-size:20px;
	float:right;
	background:transparent url(img/search.png) center right no-repeat;
	border:0;
}

#header form#search input:focus {
	background:#FF9900 url(img/search.png) center right no-repeat;
	color:#000;
}

#header h1 a {
    background: url("img/logo.png") top left no-repeat;
    display: block;
    height: 66px;
    left: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 45px;
    width: 83px;
	z-index:5000;
}

#header h1 a:hover {
    background: url("img/logo.png") bottom left no-repeat;
}

header nav {
	display:block;
	background:#000;
	text-transform:uppercase;
}

header nav select {
	display:none;
}

#header nav#menu ul{
	padding:0 0 0 95px;
}

header nav ul {
	float:left;
}

header nav ul li {
	display:inline;
}

header nav ul li a{
	color:#fff;
	padding:10px 15px 10px 5px;
	float:left;
}

header nav ul li a:hover/*,  header nav ul li.current-menu-item a */{
	background:#990000 url(img/arrow_black.png) top right no-repeat;
}

header nav.submenu {
	background:none;
	padding:0 0 10px 0;
	text-transform:none;
	display:block;
}

header nav.submenu ul {
	float:none;
}

header nav.submenu ul li a{
	font-size:12px;
	color:#990000;
	padding:20px 10px;
}

header nav.submenu ul li a:hover, header nav.submenu ul li.current-menu-item a{
	color:#fff;
	background:none;
}

header nav ul li {
	display:inline;
	/*text-transform:uppercase;*/
	font-size:30px;
	/*padding:0 10px 0 0;*/
	font-weight:bold;
}

/* Social */

.social_links {
	position:absolute;
	top:15px;
	right:0;
	display:block;
}

#footer .social_links {
	top:15px;
}

#post .social {
	display:block;
	padding:10px;
	background:#eee;
	margin:10px 0 0 0;
	position:static;
	clear:both;
}

#tweet-button, .fb-like, #plusone {
	vertical-align: top;
    float: left;
    width: 130px;
}

.social a, ,social_links a{
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}

/* Featured */

#featured span {
	position:absolute;
	bottom:0;
	left:0;
	background:url(img/mask.png) top left no-repeat;
	height:300px;
	width:100%;
	z-index:300;
}

.orbit-caption a.link_articolo {
    display: block;
    height: 240px;
    left: 350px;
    position: absolute;
    top: 10px;
    width: 540px;
    z-index: 300;
}

.orbit-caption article footer .commenti a {
	position:absolute;
	top:230px;
	left:900px;
	padding:12px 0 0 3px;
}

.orbit-caption h2 {
	padding:0;
}

.orbit-caption a:hover {
	color:#fff;
}

.orbit-caption article {
	padding:0;
}

#featured .slide {
	width:980px;
	height:300px;
}

/*post*/

#post, #container.article #post {
	width:680px;
	float:left;
	line-height:1.2em;
	height:auto!important;
	height:50px;
	min-height:50px;
}

#post article footer {
	position:relative;
}

#post article p {
	margin:0 0 20px 0;
	clear:both;
}

strong {
	font-weight:bold;
}

#post article h3 {
	font-size:30px;
	margin:0 0 20px 0;
}

#post article img {
	margin:20px auto;
	display:block;
	text-align:center;
	max-width:100%;
	height:auto;
}

#post article section ul{
	list-style:inside;
}

#post article section img.wp-smiley {
	margin:0;
	display:inline;
	max-width:640px;
}

#post p.wp-caption-text {
	margin:0 0 20px 0;
	padding:0;
	font-size:12px;
	color:#666;
}

#post .paginazione_interna {
	text-align:center;
	background:#eee;
	padding:10px;
	margin:0 0 10px 0;
}

/* Search & archive */

#results {
	background:#990000;
	padding:20px;
	font-size:20px;
	color:#fff;
}

/*#post.archive {
	float:left;
	width:640px;
}*/

#post.archive img.attachment-thumbnail {
	float:left;
	margin:0 20px 20px 0;
}

#post.archive article footer {
	clear:both;
}

/*#container.archive aside {
	float:right;
	width:300px;
}*/

aside#archive h3 {
	padding:0;
}

aside#archive .cat-post-item a {
	border:0; 
}

aside#archive .cat-post-item {
	padding:0 0 20px 0;
	display:block;
	clear:both;
}

aside#archive .cat-post-item a.post-title{
	padding:0 0 10px 0;
}



aside#archive .cat-post-item img{
	float:left;
	margin:0 10px 10px 0;
}

aside#archive .cat-post-item p{
	font-size:12px;
	border:0;
}

aside#archive .cat-post-item a{
	padding:0;
	margin:0;
}

aside#archive select {
	margin:0 0 20px 0;
	padding:5px;
	font-size:16px;
}

aside#archive ul {
	margin:0 0 20px 0;
}


/* Articoli */

article {
	/*padding:5px;*/
	display:block;
	position:relative;
	height:auto!important;
	min-height:200px;
	height:200px;
	padding:20px;
}

#post article, #news article {
	border-bottom:4px solid #ccc;
	margin:0 0 0 0;
	background:#fff;
}

#news article {
	border-bottom:0;
	padding:0 0 20px 0;
}

#post #news article {
	margin:0 12px 30px 0;
}

article img.avatar {
	float:left;
	margin:0 20px 0 0!important;
}

article header h2 a{
	font-size:30px;
	margin:0 0 20px 0;
	display:block;
	font-weight:bold;
	line-height:1em;
}

article footer {
	font-size:12px;
	color:#999;
	margin:10px 0 0 0;
	display:block;
}	

article footer time, article footer .category {
	display:inline;
}

article footer .tag {
	display:block;
}

section {
	font-size:16px;
	padding:0 0 10px 0;
}

article .more-link {
	display:block;
	padding:20px 0 0 0;
	font-weight:bold;
}

article footer .commenti a{
	background:transparent url(img/comments.png) center center no-repeat;
  	color: #000000;
    display: block;
    font-weight: bold;
    height: 28px;
    left: 30px;
    padding: 8px 0 0 3px;
    position: absolute;
    text-align: center;
    bottom: -10px;
    width: 33px;
	font-size:15px;
}

article footer .commenti a:hover{
	color:#FF9900;
}

article .immagine span a:hover{
	color:#FF9900;
}

#container.article #post, #container.article aside {
	width:100%;
	float:none;
}

#container.article aside .colonna {
	width:270px;
}

#container.article aside {
	width:940px;
}

/**/

#others {
	background:#eee;
	clear:both;
	border-top:5px solid #a6a6a6;
}

#others h3 {
	font-size:30px;
	font-weight:bold;
	position:relative;
	padding:0 0 20px 0;
	color:#000;
}

#others .tag {
	font-size:12px;
}


/**/

#news {
    padding: 20px;
    position: relative;
	display:block;
	width:650px;
	float:left;
}

#news article {
	float:left;
	width:150px;
	margin:0 10px 0 0;
	background:none;
}

#news article footer {
	margin:0 0 10px 0;
}

#news article footer .commenti a{
	top:10px;
	left:10px;
	padding:12px 0 0 3px;
}

#news article img{
	width:150px;
	height:150px;
}

#news article header h2 a {
	font-size:15px;
}

#news article section {
	font-size:13px;
}

#news ul {
    color: #CCCCCC;
    font-size: 30px;
    font-weight: bold;
	padding:20px 0;
}

#news ul li {
	display:inline;
	padding:0 5px 0 0;
}

/* asides */

aside#author {
	background:#fff;
	border-bottom:4px solid #ccc;
	color:#666;
	font-size:11px;
}

aside#author img {
	height:150px;
	width:150px;
	margin:10px 10px 10px 0 ;
	float:left;
}

aside#author a {
	color:inherit;
}

#others aside, #container.article #others aside {
	float:right;
	background:none;
	padding:20px 0 0 10px;
	border:0;
	width:280px;
}

/*what*/

#what {
	background:#FF9900;
	position:fixed;
	bottom:20px;
	right:20px;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	text-align:center;
	z-index:500;
	width:120px;
	font-size:12px;
	padding:20px;
	border-bottom:5px solid #7A0000;
}

#what strong{
	font-size:30px;
}

#what a{
	color:yellow;
}

#what a:hover {
	color:#fff;
}

#what:hover {
	background:#990000;
	padding:50px;
	right:100px;
	border:5px solid #FFF;
}

#what span{
	position:absolute;
	bottom:-230px;
	right:0;
	height:200px;
	width:150px;
	background:url(img/what.png) top left no-repeat;
}

#what a#close{
	position:absolute;
	bottom:5px;
	left:50%;
	font-weight:bold;
	font-size:20px;
	color:#FF9900;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
}

#what:hover a#close{
	color:#fff;
	bottom:10px;
}

#what:hover span{
	display:block;
	bottom:-30px;
	right:-80px;
}

#what_small {
	position:fixed;
	bottom:0;
	right:0;
	padding:20px;
	background:#990000;
	font-weight:bold;
	color:#fff;
}

/**/

aside {
	background:#990000;
	display:block;
	padding:20px;
	color:#fff;
	border-bottom:4px solid #7A0000;
	width:260px;
	float:right;
}

aside .colonna {
	float:left;
	width:260px;
	margin:0 20px 0 0;
}

aside h2, aside h1 {
	font-size:30px;
	font-weight:bold;
	margin:0 0 5px 0;
}

aside h1 {
	font-size:15px;
}

aside h3 {
	font-size:20px;
	padding:10px 0;
	display:block;
}

aside article{
	height:auto!important;
	min-height:10px;
	height:10px;
	padding:10px 0;
}

aside article h2 a {
	font-size:16px;
}

aside article section { 
	font-size:12px;
}

aside article h2 a {
	margin:0 0 0 0;
}

aside a {
	color:yellow;
}

aside a:hover {
	color:#fff;
}

aside ul li a {
	font-weight:bold;
	display:block;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
	border-bottom:1px solid #6A0000;
}

/*aside interna*/

/**/

#id_article{
	background:url(img/halflifesaga.jpg) top center no-repeat;
	display:block;
}

#id_article #post, #id_article:first-child aside {
	margin:278px 0 0 0;
}

#id_article nav a {
	color:#fff;
}

/*paginazione*/

.paginazione {
    display: block;
    height: 35px;
    padding: 15px 0 0 0;
    position: relative;
    text-align: center;
	font-size:20px;
	font-weight:bold;
	background:#000;
}

.paginazione .precedente a {
    left: 20px;
    position: absolute;
    text-align: left;
    top: 17px;
	color:#fff;
}

.paginazione .successivo a {
    position: absolute;
    right: 20px;
    text-align: right;
    top: 17px;
	color:#fff;
}

.paginazione a {
	color:#fff;
}

.paginazione a:hover {
	color:#FF9900;
}

/*comics*/

#comics {
	background:#ccc;
	text-align:center;
	padding:0 0 20px 0;
}

#comics img {
	margin:20px 20px 0 20px;
	border:5px solid #000;
}

#comics .paginazione {
	background:#990000;
}

/*comments*/

#comments {
	display:block;
	padding:20px;
	clear:both;
	background:#fff;
}

#comments h2 {
	font-size:30px;
	font-weight:bold;
	padding:0 0 20px 0;
}

/* page end*/

#page_end{
	display:block;
	height:800px
}

/**/

#footer {
	clear:both;
	display:block;
	font-size:11px;
	position:relative;
	display:block;
	text-align:left;
	margin:0 auto;
	width:980px;
}

#footer .menu-footer-container {
	height:20px;
	background:#990000;
	color:#fff;
	text-transform:uppercase;
	padding:15px;
	font-size:20px;
}

#footer .menu-footer-container ul li{
	display:inline;
	padding:0 10px 0 0;
}

#footer .menu-footer-container ul li a{
	color:#fff;
}

#footer .menu-footer-container ul li a:hover{
	color:#000;
}

#footer p {
	clear:both;
	padding:20px;
	margin:10px 0 0 0;
}

/*Disqus*/

/*Speciale*/

.special {
	padding:20px;
	background:#eee;
	margin:20px 0;
}

.special img {
	display:block;
	margin:20px;
	padding:0;
}

#speciale {
	height:300px;
	display:block;
}

/*About*/

#about a.colonna.beavers {
	background:url(img/about.jpg) 0 30px no-repeat;
}

#about a.colonna.beavers:hover {
	background:url(img/about.jpg) 0 35px no-repeat;
}

#about a.colonna.cast {
	background:url(img/about.jpg) -320px 30px no-repeat;
}

#about a.colonna.cast:hover {
	background:url(img/about.jpg) -320px 35px no-repeat;
}

#about a.colonna.tmo {
	background:url(img/about.jpg) -620px 30px no-repeat;
}

#about a.colonna.tmo:hover {
	background:url(img/about.jpg) -620px 35px no-repeat;
}

#about a.colonna{
	float:left;
	width:290px;
	margin:0 20px 20px 0;
	text-align:center;
	color:#000;
}

#about a.colonna:hover{
	color:#990000;
}

#about a.colonna span{
	padding:290px 0 0 0;
	display:block;
}

#about a.colonna strong {
	font-size:20px;
}

/*about*/

.cast {
	width:290px;
	float:left;
	display:block;
	margin:0 20px 20px 0;
	height:350px;
}

.cast strong{
	display:block;
}


/*404*/

#error {
	background:url(img/404.jpg) top center no-repeat;
	display:block;
	height:700px;
}

#error article section strong{
	color:#fff;
	font-size:25px;
}

/*contatti*/

.wpcf7 {
	background:url(img/contatti.gif) bottom right no-repeat;
	font-weight:bold;
	margin:20px 0 0 0;
}

.wpcf7-form p {
	float:left;
	width:300px;
	display:block;
	padding:0 10px 0 0;
	margin:0;
}

.wpcf7-form p.message {
	clear:both;
	float:none;
	width:50%;
}

.wpcf7-form input, .wpcf7-form textarea{
	padding:5px;
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	width:97%;
	border:1px solid #ccc!important;
	border-top:2px solid #ccc!important;
	margin:10px 0 0 0;
	background:#eee;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus {
	background:#fff;
}

.wpcf7-form input.wpcf7-submit {
	width:70px;
}

/*downloads*/

#post article #downloads img {
	float:left;
	margin:0 20px 20px 0;
	width:290px;
	height:auto;
}

#tema {
	background:url(downloads/sfondo_downloads.png) top right no-repeat;
	height:auto!important;
	min-height:460px;
	height:460px;
}
#tema p {
	display:block;
}
#tema p.note {
	font-size:10px;
	color:#CCC;
}
#tema h2 {
	height:26px;
	display:block;
	text-align:center;
	font-size:25px;
}
#tema h3 a {
	display:block;
	padding:20px 0 0 0;
	background:none;
	line-height:30px;
}

/*intervista*/

.domanda, .risposta {
	width:400px;
	padding:20px;
	background:#eee;
	float:left;
	margin:0 20px 20px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:3px solid black;
	position:relative;
}
.risposta {
	background:#fff;
}
#intervista strong {
	font-weight:bold;
}

#intervista  {
	background:url(img/intervista/intervista_pipe.gif) top left repeat-y;
	margin:20px 0 0 0;
}

.domanda img.intervista_blank, .risposta img.intervista_blank {
	position:absolute;
	bottom:-3px;
	left:100px;
	display:block;
	margin:0!important;
	padding:0;
}

/*################ speciali ################*/

/*iOS*/

#articolo-6378 {
	background:#333 url(../../post-image/speciali/specialeios.jpg) center 80px no-repeat;
}

#articolo-6378 h5 {
	font-size:18px;
	padding:0 0 10px 0;
	border-bottom:2px solid #eee;
	clear:both;
	font-weight:bold;
	color:#333;
}

#articolo-6378 #post article section ul {
	margin:0;
	padding:10px 0;
}

#articolo-6378 #post article section ul li {
	display:inline;
	margin:0 10px 0 0;
}

/*3DS*/
#articolo-2815  {
	background:#02A4B9 url(../../post-image/speciali/3ds.jpg) top center no-repeat;
	display:block;
}

/*demonssouls*/
#articolo-1227  {
	background:#000 url(../../post-image/speciali/demonssouls.jpg) center 113px no-repeat;
}

/*valve*/
#articolo-4722  {
	background:#2F1B11 url(../../post-image/speciali/halflifesaga.jpg) center 75px no-repeat;
}

/*metroid*/
#articolo-2344  {
	background:#ff3333 url(../../post-image/speciali/specialemetroid.gif) center 102px no-repeat;
}

/*intervista scee*/
#articolo-15751 {
	background:#ccc url(img/speciali/intervista_scee.jpg) center top no-repeat;
}

/*3 porcellini, giappone*/
#articolo-2636 #speciale, #articolo-2758 #speciale, #articolo-15885 #speciale{
	height:0;
}

/*3d dot game heroes*/
#articolo-1496  {
	background:#000093 url(../../post-image/speciali/3ddotgameheroes.jpg) center 102px no-repeat;
}

/*capcom*/
#articolo-15948  {
	background:#ccc url(http://beavers.it/files/2012/01/capcom_head.png) top center no-repeat;
}


/*kinect*/
#articolo-2538 {
	background:#ccc url(img/speciali/kinect.jpg) center 102px no-repeat;
}

/*retrogame*/
#articolo-13558 {
	background:#ccc url(img/speciali/retrogame.jpg) top center no-repeat;
}
/* ################################ Media Queries ################################### */

@media only screen and (max-width: 481px) and (max-device-width: 769px) {
	
	body {
	  -webkit-text-size-adjust: none;
	  background:#ccc!important;
	}
	
	div#container {
		width:100%;
	}
	
	div.orbit-wrapper, #what, #what_small, #others #news, .menu-footer-container, #others.aside, .social_links, #comics .paginazione, #tema, #speciale, #menu-item-15744, #menu-item-15742 {
		display:none;
	}
	
	#what, #what_small {
		position:fixed;
		bottom:-2000px;
		right:-2000px;
		display:none;
	}
	
	div#post {
		width:100%;
		padding:0;
		margin:0;
		float:none;
	}
	
	aside {
		float:none;
		margin:0;
		padding:0;
		width:100%;
	}
	
	aside .colonna {
		float:none;
		margin:0;
		padding:20px;
		width:auto;
	}
	
	div#post img, div#post embed, div#post iframe {
		max-width:100%;
		height:auto;
	}

	.paginazione {
		height:auto;
		padding:20px;
	}
	
	.paginazione .precedente a, .paginazione .successivo a{
		position:static;
	}
	
	#header form#search input{
		float:right;
		width:30%;
		display:block;
		background:url("img/search.png") center left no-repeat;
		margin:10px 0 0 0;
	}
	
	#header {
		height:auto;
	}
	
	#header nav select {
  		display: inline-block;
	}
	
	header nav ul li a {
		padding:10px 0 0 0;
		margin:0 10px 10px 10px;
		font-size:15px;
		display:block;
		}
		
	header nav.submenu ul li a {
		display:none;
		}
	
	header nav.submenu select {
		padding:5px 10px;
		margin:20px;
		float:right;
		}
	
	
	header nav ul li a:hover {
		background:none;
		}
	
	#header nav#menu ul {
		padding:0;
		float:left;
		width:40%;
		}
		
	#header nav#menu select {
		display:none;
		}
		
	#header h1 a {
		position:static;
		margin:10px;
		float:left;
	}
	
	#page_end, #footer {
		display:block;
		background:none!important;
		height:auto;
		width:100%
	}
	
	/*comics*/
	
	#comics {
		padding:0;
	}
	
	#comics img {
		border: 0 none;
		height: auto;
		margin: 0;
		width: 100%;
	}
	
	#container.article aside {
    	width: 100%;
	}
	
	/*archive*/
	
	#post.archive img.attachment-thumbnail {
		float: none;
		margin: 0 0 20px 0;
	}
}
