/*  
Theme Name: YellowJacket
Theme URI: http://www.antbag.com
Description: An awesome swarm of black and yellow.
Version: 1.1
Author: Antbag
Author URI: http://www.antbag.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #242424 url(images/body.gif);
	color: #CCC;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 775px;
	text-align: left;
	overflow: hidden;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #191919;
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 15px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a:link, a:visited{
	text-decoration: none;
	color:#B3332F;
}

a:hover{
	text-decoration: underline;
	color: #F00;
}

blockquote { font-style: italic; 
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #B3332F; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #333;
	border-top: 1px dotted #B3332F;
	border-left: 1px dotted #B3332F; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: 1px solid #ccc;
	background: #eee;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #ccc;
	background: #eee;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: 1px solid #ccc;
	background: #eee;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----HEADER----*/

#header{
	float: left;
	width: 770px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	background: url(images/header.jpg);
	color: #fff;
}

/*----NAVIGATION BAR----*/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Georgia, Sans-Serif;
	text-align: left;
	border-top: none;
	border-bottom: none;
	background: url(images/nav_bg.gif);
}

#top-menu a{
	text-decoration: none;
	color: #333;
}

#top-menu a:hover{
	text-decoration: underline;
}

#top-menu ul{
	margin: 0 auto;
	width: 725px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

.navrow {
	background: #C63F3B url(images/buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	color: #FFFF66;
	text-align: center;
	font-size: 11px;
	padding: 4px;
}
* html .navrow { padding: 0; }
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
	color: #FFF;
	text-decoration: none;
}
.navrow a:hover { 
	color: #FFFF66; 
	text-decoration: underline; 
}

a.link-new, a.link-new:visited { color: #FFFF66; }
a.link-new:hover, a.link-new:visited:hover { color: #FFF; }

/*----POST----*/

#container{
	float: left;
	width: 530px;
	padding: 0 0 0 0;
}

.post{
	padding: 60px 50px 0px 40px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 0px dotted #B3332F;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 220px;
	margin: 27px auto 5px auto;
	padding-top: 0px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: dashed 1px #fde78f;
}

/*FFFF66*/

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 0px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: none;
	border-bottom: 1px dotted #B3332F;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: url(images/bullet.gif);
}

.sidebar .syndication {
	width: 155px;
	height: 77px;
	position: relative;
}

.sidebar .syndication span{
	background: url(images/rss.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#b62723;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #ffff66;
}


table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 425px;
	margin: 50px 0 0;
	border: 1px dotted #B3332F;
	padding: 5px 5px 15px 15px;
	background: #333;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2 .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #FCO;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #FFCC00;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #FFCC00;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #333;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #B3332F;
}

/*----FOOTER----*/

#footer{
	clear: none;
	float: left;
	width: 760px;
	height: 17px;
	margin: 0;
	padding: 10px 5px 1px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #FFF;
	background: url(images/footer_bg1.gif);
}

#footer a:link{
	text-decoration: none;
	color: #EEE;
}

#footer a:hover{
	text-decoration: underline;
	color: #CCC;
}

#footer a:visited{
	text-decoration: none;
	color: #FFF;
}

/* aggiunte */

.tablebg {
	border: solid 1px #000; 
	background: #313131 url(images/cell.gif) top left repeat-x;
}

/* Table header */
caption { 
	margin: 0; 
	padding: 0;
	background: url(images/hdr_mid.gif) top left repeat-x;
	white-space: nowrap;
	height: 27px;
	text-align: center;
}
.cap-left {
	background: url(images/hdr_left.gif) top left no-repeat;
}
.cap-right {
	background: url(images/hdr_right.gif) top right no-repeat;
	padding-top: 8px;
	height: 19px;
}
caption, caption h1, caption h2, caption h3, caption h4, caption span { 
	font-size: 12px;
	font-weight: bold;
	color: #D03632;
}
caption h1, caption h2, caption h3, caption h4, caption span { 
	display: inline;
}
caption a, caption a:visited {
	color: #D03632;
	text-decoration: underline;
}
caption a:hover {
	color: #D0D0D0;
	text-decoration: underline;
}

.menu {
	font-size: 12px;
	font-weight: normal;
}

.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #313131 url(images/cell.gif) top left repeat-x;
	padding: 4px;
}

li.page_item a {
font-size: 12px;
color: #fde78f;
}

th {
	color: #F0CDCC; 
	font-size: 13px; 
	font-weight: bold;
	background: #864E4A url(images/th.gif) top left repeat;
	white-space: nowrap;
	padding: 0 5px;
	text-align: left;
	height: 26px;
	border-left: solid 1px #1F1F1F;
	border-right: solid 1px #1F1F1F;
	border-top: solid 1px #1F1F1F;
	border-bottom: solid 1px #1F1F1F;
}

.postbody {
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 0;
}
	
.newstext {
	font-size: 12px;
	line-height: 1.4em;
	margin: 3px 0;
	text-align: left;
}