/*  
Theme Name: Webnology Theme 2
Theme URI: http://saitfainder.altervista.org/webnology/
Description: Ahoy buckos! Join me for a voyage on the S.S. Cirrhosis!
Version: 2.0
Author: Vincenzo Buttazzo
Author URI: http://saitfainder.altervista.org/webnology/

The CSS, XHTML, images, and design are released under the GPL:
http://www.opensource.org/licenses/gpl-license.php

Inspired Russell Tanton's "Yaaarr! Tis me blog!"

*/

@keyframes culla {
  0% { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }
}

@-webkit-keyframes culla {
  0% { -webkit-transform: rotate(-10deg); }
  100% { -webkit-transform: rotate(10deg); }
}

@keyframes pulsa {
  0% { transform: scale(1); background-color: yellow; }
  100% { transform: scale(1.2); }
}

@-webkit-keyframes pulsa {
  0% { -webkit-transform: scale(1); background-color: yellow; }
  100% { -webkit-transform: scale(1.2); background-color: #FFD500; }
}

body {
	font: 14px sans-serif;
	background: #5379B7 url(images/sfondo.png) repeat-x;
	background-image: linear-gradient(to bottom, #BFDAFF, #E9FAFF 200px, #80B3FF 202px, #0000FF 100%);
	background-image: -webkit-linear-gradient(top, #BFDAFF, #E9FAFF 200px, #80B3FF 202px, #0000FF 100%);
}

a {
	color: #C56030;
	font-weight: bold;
	text-decoration: none;
}

#wrap {
	width: 982px;
	margin: 12px auto;
	color: #333;
}

#head {
	height: 230px;
	padding-right: 252px;
	text-align: center;
	position: relative;
}

#head > img {
	position: absolute;
	bottom: 0;
	right: 0;
	animation: culla 2s infinite alternate;
	-webkit-animation: culla 2s infinite alternate;
	z-index: 1;
}

#middle {
	overflow: auto;
	background: rgba(255, 255, 255, .5);
	padding: 10px;
	border-radius: 10px;
	margin: 0 5px 12px;
}

#body {
	min-height: 600px;
	overflow: auto;
}

#banner {
	float: left;
}

#banner728x90 {
	width: 728px;
	height: 90px;
	background: #ffa;
	margin: 3px;
}

#banner300x250 {
	width: 300px;
	height: 250px;
	background: #ffa;
	margin: 6px auto;
	clear: both;
}

#head h1, #head h3 {
	font: bold 36px sans-serif;
	margin: 30px auto 6px;
}

#head h1 a, #head h3 a {
	color: #333;
	text-decoration: none;
}

#head p {
	margin: 6px auto;
}

#right {
	float: right;
	width: 302px;
	min-height: 600px;
	font-size: 11px;
}

#center {
	float: left;
	width: 640px;
}

.sidebar a {
	font-weight: normal;
	color: #333;
}

.sidebar h2 {
	display: block;
	padding: 3px;
	margin: 6px;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px dotted #666;
}

.sidebar > ul {
	margin: 0;
	padding: 0;
}

.sidebar > ul > li {
	list-style: none;
	border: 1px solid #fc9803;
	border-radius: 6px;
	margin: 0 0 12px 0;
	float: left;
	width: 160px;
	background: url(images/bodytile2.png);
	background-image: -webkit-radial-gradient(right top, cover, #F3C300, #FFF6C8);
	background: radial-gradient(ellipse at top left, #F3C300, rgba(255, 246, 200, .2));
}

#sidebar-1 > ul > li {
	width: 300px
}

.sidebar ul > li > ul {
	padding: 3px 6px;
}

.sidebar ul > li > ul > li {
	list-style: none;
	margin: 6px 0;
}

.post {
	margin: 0 0 10px 0;
	border: 2px solid #F0D97F;
	background-image: url(images/bodytile.gif);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.post-title {
	padding: 6px 64px 3px 6px;
	font-weight: bold;
	font-size: 22px;
	background: rgba(128, 128, 0, 0.2);
	margin: 0;
	position: relative;
}

.post-info {
	padding: 0 6px 2px 6px;
	font-size: 10px;
	background: rgba(128, 128, 0, 0.2);
}

.post-text {
	padding: 6px;
	font-size: 14px;
	overflow: auto;
}

.post-post {
	padding: 2px 6px 2px 6px;
	font-size: 10px;
	background: rgba(128, 128, 0, 0.2);
	height: 12px;
}

#sidebar-2, #sidebar-3 {
	float: left;
	width: 164px;
	margin: 0 3px;
}

#footer {
	clear: both;
	background: #C2DCFF;
	border: 1px solid #333;
	text-align: center;
	font-size: 11px;
	padding: 3px;
}

img.sociable-hovers  {
 padding: 0 !important;
}

.alignleft {
	float: left;
	margin: 0 3px 3px 0;
}

.alignright {
	float: right;
	margin: 0 0 3px 3px;
}

.aligncenter {
	display: block;
	margin: 3px auto;
}


#nextLast {
	text-align: center;
	color: white;
}

#nextLast a {
	color: white;
}

.comment {
	margin: 0 6px;
	padding: 6px 0;
	overflow: auto;
	border-bottom: 1px dashed #888;
}

.comment-info {
	float: left;
	width: 120px;
}

.comment-text {
	width: 498px;
	float: left;
}

pre, code {
	width: 600px;
	overflow: auto;
	border: 1px solid #888;
	background: #DAD383;
	font-size: 12px;
	padding: 6px;
	margin: 12px auto;
	white-space: pre;
	display: block;
}

blockquote {
	padding-left: 24px;
	background-color: rgba(128, 128, 0, 0.2);
	font-family: serif;
	font-size: 12px;
}

.sidebar ul > li > ul.children {
	padding: 0 0 0 12px;
}

#widget_twitter_vjck ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#widget_twitter_vjck li {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 6px;
	margin: 6px;
}

#widget_twitter_vjck li:last-child {
	border: 0;
	padding-bottom: 0;
}

#recentcomments {
	margin: 0;
	padding: 0;
}

#recentcomments li {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 6px;
	margin: 6px;
}

#recentcomments li:last-child {
	border: 0;
	padding-bottom: 0;
}

#recentcomments .url {
	font-weight: bold;
}

#searchform div {
	margin: 6px;
}

.stars {
	position: absolute;
	top: 0;
	right: 0;
}

#sun {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: yellow;
	top: 20px;
	right: 20px;
	box-shadow: 0 0 12px 12px yellow;
	animation: pulsa 5s infinite alternate;
	-webkit-animation: pulsa 5s infinite alternate;
}
