/*
Theme Name: WordPress Sisal Poker SanRemo
Theme URI: 
Description: Poker Theme
Version: 1.1
Author: Chusmy
Author URI: http://creativeweb.it/
Tags: poker

	Poker SanRemo v1.1
	

	This theme was designed and built by Chusmy

	The CSS, XHTML and design is copyright:
	

*/


/* ------------------------ Poker SanRemo - General 

Coding by Chusmy

--------------------------------------------------- */


/*------------------RESET
*/
* {
	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;
	font-size:62.5%;
}
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:"" "";
}
/*---------------------------------------CLEAR
*/
.clear, .Clear, .clear-chusmy {
	clear:both;
	display:-moz-inline-block;
	display:inline-block;
}
.clear:after, .Clear:after, body:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clear, * html .Clear {
	height:1%;
}
.clear, .Clear {
	display:block;
}

/*----------------FONTFACE
*/
@font-face {
	font-family: "TitA";
	/*src: url(http://www.princexml.com/fonts/larabie/kimberle.ttf) format("truetype");*/
	/*src: url(MechaGotlight.ttf) format("truetype");*/
}
/*----------------MAIN LAYOUT
*/
HTML {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
BODY {
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	line-height: 1.3em;
	color:#FFF;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: left top;
}
.content {
	margin: 0 auto;
	width: 950px;
	text-align:left;
	display:block;
	position:relative;
}
#page {
	background: #000 url(images/bg.jpg) no-repeat center top;
}
#header {
	position: relative;
	padding-top: 0px;
	height: 110px;
	background: repeat-x left bottom;
}
#header .content {
	background: no-repeat center bottom;
	height:110px;
}
#subhead {
	clear: both;
	line-height: normal;
	margin: 0;
	width:100%;
	background:transparent;
	/*background: transparent repeat-x left top;*/
}
#subhead .content {
	font-size:1em;
	font-weight: normal;
	color: #fff;
	height:auto;
	padding-top: 30px;
	/*background: no-repeat left top;*/
	padding-bottom: 20px;
}
#subhead .pagetitle {
	font-size: 25px;
	text-shadow:2px 2px 0px rgba(0, 0, 0, .1);
	/*color: #b3e000;*/
	color:#FBC40F;
	text-align: left;
	padding-left: 20px;
	width: 930px;
}
#main {
}
#main-inn {
	float:left;
	width:100%;
	background: url(images/main-m.png) repeat-y left top;
	padding: 0px 0% 0px;
}
#main-content {
	min-height: 300px;
	float: left;
	padding: 30px 20px 20px 20px;
	margin: 0px 0 0;
	width:608px;
	background: url(images/main-t.jpg) no-repeat left top;
}
#sidebar,
.sidebar {
	width:302px;
	float:right;
	padding-left: 0px;
	padding-top: 30px;
	background: url(images/main-t.jpg) no-repeat right top;
	padding-right: 0px;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0px 0 0;
	width:650px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width:100%;
}
#main-content H3 {
}
.post {
	margin: 0 0 30px;
	/*text-align: justify;*/
	clear:both;
}
.post H3 {
	margin-bottom:0.1em;
	margin-top: 0px;
}
.post .data {
	color: #57C888;
	font-size: 0.9em;
}
.post hr {
	display: block;
}
.post .entry {
	line-height: 1.5em;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
	background: #0B4D32;
	border-top: 1px solid #05291A;
	color: #7EF59E;
	padding: 10px;
	font-size: 0.9em;
	line-height: normal;
}
.postmetadata SMALL {
	font-size: 1em;
	padding: 0;
}

#footer {
	font-size: 0.9em;
	color: #00884F;
	clear: both;
	background: transparent url(images/foot-bg.png) repeat-x left top;
}
#footer .content {
	text-align: left;
	padding-top: 40px;
	padding-bottom: 20px;
	min-height: 170px;
	background: url(images/foot.jpg) no-repeat left top;
}
#footer .bxA {
	float:left;
	width:520px;
	padding-right: 50px;
}
#footer .bxB {
	float:right;
	width:200px;
	margin-right: 0px;
	padding-right: 160px;
	padding-left: 20px;
}
#footer .tit {
	color:#00AE64;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #368300;
}
#footer .bxB P {
	padding:0;
}
#footer STRONG {
	color:#00AE64;
	font-weight:normal;
}
#footer A {
}
#footer .copyR {
	font-size:0.9em;
	color: #15AC43;
	padding-top: 0px;
	padding-bottom: 0;
}
#footer .wp {
	font-size:0.9em;
	padding-top: 0px;
	padding-bottom: 0;
}
#footer .wp A {
	color: #15AC43;
}
/* ------------------- Header
*/
#logo {
	height: auto;
	padding-top:0px;
	width: 250px;
	float: left;
	margin: 0;
}
#logo A {
	color: #3A8C00;
	font-size: 7px;
	text-indent: -50000px;
	overflow: hidden;
	display: block;
	height: 110px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}
#logo A:hover {
	background-position: left -120px;
}
#logo EM {
	font-style: normal;
	font-size: 16px;
	color: #6F7072;
	font-weight: bold;
}
#header .description {
	float: left;
	width: 170px;
	font-size: 16px;
	margin-top: 35px;
	margin-left: 40px;
	color: #FFF;
	font-style: italic;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}
#header .bxInfo {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 270px;
	height: 75px;
	padding-left: 30px;
	padding-right: 0px;
	color: #A2EC82;
	padding-top: 5px;
}
#header .bxInfo P {
	padding-bottom: 0px;
}
#header .bxInfo .tit {
	padding-top: 10px;
	font-size: 20px;
	color: #666;
}
#header .bxInfo .tit STRONG {
	color: #333;
	font-weight: normal;
}
#header .bxInfo .tit EM {
	font-style: normal;
	font-size: 10px;
	display: block;
}
#header .bxInfo A {
	color: #0E613E;
}
/* ------------------------------------------------------------- MENU
*/
#menu1 {
	float: left;
	width:100%;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
}
#menu1 .menu {
}
.menu {
	list-style:none;
}
#menu1 .menu LI {
	float: left;
	margin-top: 1px;
	border-left: 1px dotted #ccc;
}
#menu1 .menu LI A {
	padding:10px 20px 10px 20px;
	height:30px;
	display: block;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #6F7072;
	border-left: 1px solid #fff;
	background: no-repeat left bottom;
}
#menu1 .menu LI A:hover {
	text-decoration:none;
	background-image: url(images/menu-o.png);
	color: #3A8C00;
	padding-left:30px;
	padding-right:10px;
}
#menu1 .menu .current_page_item, 
#menu1 .menu .current_page_item:hover {
	text-decoration:none;
	border-left-color:#fff;
}
#menu1 .menu .current_page_item A,
#menu1 .menu .current_page_item A:hover {
	background-image: url(images/menu-s.png);
	color: #000;
	padding:0px 10px 20px 30px;
	border-left-color: #fff;
}

/* ------------------------------------- Home
*/
BODY.home {
}
#main.home #main-inn {
	background-image: url(images/home_main-m.png);
	padding-bottom: 0px;
}
#main.home #sidebar3 {
	width: 267px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	background-position: -320px top;
	background-image: url(images/home_main-t.jpg);
	padding-top: 30px;
}
#main.home #sidebar2 {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 280px;
	background-position: left top;
	background-image: url(images/home_main-t.jpg);
}
/*
#main.home #sidebar .widget_categories {
	display:none;
}
#main.home #sidebar .widget_text {
	display:none;
}
*/
#main.home #sidebar4 {
	background-image: url(images/home_main-t.jpg);
	padding-right: 20px;
	padding-left: 20px;
	width: 263px;
	float: right;
	padding-top: 50px;
}
#main.home #main-content {
	float: left;
	clear: left;
	width: 605px;
	padding: 20px;
	background: #0E613E url(images/grad1.png) repeat-x left top;
	border-top: 1px solid #09412A;
	border-bottom: 1px solid #0A4F33;
	min-height:inherit;
	margin-bottom: 0px;
}
#main.home H2 {
	background: none;
	color: #B3E000;
	font-size: 18px;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 1px solid #14A344;
}
#about_me_widget-3 H2 {
	display:none;
}
.home #footer .content {
	background-image:url(images/home_foot.jpg);
}
/* ------------------------------------- Recent Posts
*/
#sidebar .widget_tddrecentposts {
}
#sidebar UL .widget_tddrecentposts UL LI {
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.sidebar .widget_tddrecentposts DL {
}
.sidebar .widget_tddrecentposts DT {
	font-weight: bold;
}
.sidebar .widget_tddrecentposts DD {
}
.sidebar .widget_tddrecentposts .sidebardate {
	font-size: 0.9em;
	color: #666;
}
/* ------------------------------------- About Me Widget
*/
.widget_about_me_widget {
}
.widget_about_me_widget H2 {
}
/* ------------------------------------- Text Widget
*/
.sidebar .textwidget {
	text-align:center;
}
/* ------------------------------------- Contact Form 7
*/
.sidebar .wpcf7 {
}
.wpcf7 {
}
.wpcf7 P {
}
.wpcf7 LABEL {
}
.wpcf7 .tx {
	font-weight:bold;
}
.wpcf7 INPUT,
.wpcf7 TEXTAREA {
	width: 95%;
	padding:5px;
	background: #EAEAEA;
	border-top: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
.wpcf7 .bots{
}
.wpcf7 .bots INPUT {
	width:auto;
	font-size: 15px;
	color: #FFF;
	padding: 10px 15px;
	background: #900;
	float:none;
	margin:0;
	border: 1px solid #F00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
.wpcf7 .bots INPUT:hover {
	background-color: #F00;
}
/* ------------------------------------- Featured Box
*/
#subhead .featuredBx {
	position: relative;
	height: 230px;
	line-height: normal;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	width: 910px;
	background: url(images/subhead_home.png) no-repeat center bottom;
}
#subhead .featuredBx .show {
	font-size: 1.5em;
	width: auto;
	position: relative;
}
#subhead .featuredBx .show .tit {
	color: #FBC40F;
	font-size: 2em;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
}
#subhead .featuredBx .show .subtit {
}
#subhead .featuredBx .show .cont {
}
.featuredBx .cont .txt {
	float: left;
	width: 350px;
}
.featuredBx .cont .bots {
	clear:both;
	text-align:center;
	padding-top:5px;
	margin-bottom:0;
	padding-bottom:0;
}
.botfix1 {
	display:block;
	margin:0 auto;
	width:400px;
	background:transparent no-repeat left top;
}
.botfix1 SPAN {
	height: 50px;
	display: block;
	line-height: 50px;
}
.goFx {
	background-image:url(images/bots/go-fx.png);
	color:#fff;
	font-weight: bold;
	font-size: 15px;
}
.goFx SPAN {
	padding-right:30px;
}

.featuredBx .gall {
	list-style:none;
	padding:0;
	margin:0;
	float: right;
	width: 500px;
}
.featuredBx .gall LI {
	padding:5px;
	margin:0 5px 5px 0;
	float:left;
	width:13.5%;
	font-size:11px;
	text-align: center;
	background-color: #000;
}
.featuredBx .gall LI A {
	display:block;
	background-color: #000;
	color:#FFF;
	padding:5px;
}
.featuredBx .gall LI A:hover {
	background-color:#900;
	color: #fff;
}
.featuredBx .gall LI .crp {
	width:auto;
	background-color: #fff;
}
.featuredBx .gall LI IMG {
}
.featuredBx .gall LI .tx {
	font-weight:normal;
	margin-top: 5px;
	display: block;
}

/* ----------------- GALLERY Slider
*/
#gallery{
	/*width:699px;*/
	width:500px;
	background:url(../images/bg-gallery.gif) no-repeat;
	padding:0px 0 0 12px;
	overflow:hidden;
}
#gallery .link {
	font-size:1em;
	padding:0 11px 0 0;
	margin:0 0 0 12px;
	background:url(../images/arrow-braun-r.gif) no-repeat 100% 4px;
}
#gallery .btn-prev,
#gallery .btn-next{
	float:left;
	width:24px;
	height:24px;
	margin:50px 12px 0 2px;
	background:url(images/ico/prev.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#gallery .btn-next{
	margin:50px 2px 0 0;
	background:url(images/ico/next.png) no-repeat;
}
.gallery{
	overflow:hidden;
	position:relative;
	width:420px;
	float:left;
	padding:0px 0 0;
	margin:0 14px 0 0;
}
.gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	width:99999px;
	overflow:hidden;
	position: relative;
}
.gallery ul li{
	float:left;
	width:80px;
	padding:5px;
	background:#000;
	margin-right:10px;
	font-size:11px;
	line-height: normal;
	text-align: center;
	margin-top: 0px;
}
.gallery ul li .tx {
	font-weight:normal;
	margin-top: 5px;
	display: block;
	text-align:center;
	line-height: 1em;
}
.gallery ul li a{}
.gallery ul li a:hover span{
	text-decoration:underline;
}
.holder{
	width:100%;
	overflow:hidden;
}


.featuredBx .nav {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}
.nav .itm {
	clear: none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	float: none;
}
.nav .itm { /* ------------ FF2 hack :( */
	/*width:200px;*/
}
.nav .itm .opz {
	float: right;
	width:300px;
	font-size: 1em;
	clear: right;
	z-index:9;
	left: 0px;
	background:no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	line-height: normal;
}
.nav .itm .opz A {
	padding:25px 70px 20px 20px;
	display: block;
	margin: 0px;
	background: transparent no-repeat left top;
	height:auto;
	overflow: hidden;
	color: #153300;
}
.nav .itm .opz A:hover {
	text-decoration: none;
}
.nav .opz .tit {
	display: block;
	color: #CCE580;
	font-size: 18px;
	font-weight:normal;
}
.nav .opz .desc {
	font-style: normal;
	font-size: 12px;
}

.nav .itm .show {
	float:left;
	width:300px;
	position: absolute;
	z-index:10;
	top:20px;
	right:-10000em;
	clear: none;
	margin:0;
	color: #fff;
	background: no-repeat right top;
	overflow: hidden;/*display:none;*/
	height:300px;
	font-size: 14px;
	padding-right: 350px;
}
.nav .itm .show .tit {
	color: #CCE580;
	font-size: 30px;
	line-height: 1em;
}
.nav .itm .show .desc {
	color: #D9E021;
}
.nav .itm .show UL {
}
.nav .itm .show UL LI {
	margin-bottom: 5px;
	padding: 5px 0px 5px 30px;
	background: url(images/ico/bullet_feat.png) no-repeat left 3px;
}
/* ------------ over ---- */
.nav .itm:hover .opz, 
.nav LI.ov .opz {
	z-index:15;
}
.nav .itm:hover .opz A, 
.nav LI.ov .opz A {
	color: #fff;
}
.nav .itm:hover, 
.nav LI.ov { /* ------------ FF2 hack :( */
	width:100%;
}
.nav .itm:hover .opz, 
.nav LI.ov .opz {
	background-position:left -220px;
}
.nav .itm:hover .opz .tit, 
.nav LI.ov .opz .tit {
	color:#fff;
}
.nav .itm:hover .opz .desc, 
.nav LI.ov .opz .desc {
	color: #CCE580;
}
.nav .itm:hover .show, 
.nav LI.ov .show {
	right:auto;
	left:0px;
	z-index:20;
	display:block;
}
/*
.nav .itm .show LI {
	background:no-repeat left top;
	padding:10px;
	float: left;
	width: 470px;
	height: 400px;
}
*/
/* ------------------------------------- Headers
*/
H1, H2, H3, H4, H5, H6 {
	font-family:"TitA", Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	text-transform: capitalize;
}
H1 {
	font-size:2.4em;
	line-height:0.9em;
	/*color:#FBC40F;*/
	color:#b3e000;
}
H2 {
	font-family:"TitA", Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:normal;
	color:#b3e000;
	font-style: normal;
	text-transform: capitalize;
}
#sidebar H2 {
	color: #B3E000;
	background: transparent url(images/tit1-side.png) no-repeat right top;
	padding: 10px 20px 15px 20px;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
}
H3 {
	font-family:"TitA", Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	color:#CAFD00;
	text-transform: capitalize;
}
H3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
.Tit {
	font-family:"TitA", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:1em;
	font-weight:bold;
	margin-bottom:0.6em;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 0.5em;
	/*letter-spacing: -1px;*/
}
.Tit STRONG {
}
H4 {
	font-weight: normal;
	font-size: 1.4em;
	color: #B3E000;
}
H5 {
	font-weight: bold;
	font-size: 1.2em;
	color: #B3E000;
}
H6 {
	font-weight: bold;
	font-size: 1.2em;
}
/*---------------------------- Images
*/
P IMG {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

IMG.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
IMG.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
IMG.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* -------------------------------- Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
*/
/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, 
.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, 
#sidebar ul ol {
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
}
.sidebar .widget {
	margin-bottom:10px;
}
#sidebar ul p, 
#sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, 
#sidebar ul ol {
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}
#sidebar ul ul ul, 
#sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, 
.sidebar ul ol li {
	list-style: decimal outside;
}
.sidebar ul ul li, 
.sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
.sidebar ul ul li {
	padding-left:16px;
	background: url(images/ico/bullet3.png) no-repeat left top;
}

/* ------------------------ LINKS New
*/
.sidebar #linkcat-7 {
}
.sidebar #linkcat-7 H2 {
}
.sidebar #linkcat-7 UL LI {
	font-size: 0.8em;
	color: #7EF5B2;
	line-height: 1.1em;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
.sidebar #linkcat-7 UL LI A {
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}
/* ------------------------ Form Elements 
*/
#searchform {
	margin: 0 auto 10px auto;
	padding: 0 20px;
	text-align: left;
}
#sidebar #searchform #s {
	width: 180px;
	/*	padding: 6px 10px 5px;
	background:no-repeat -30px top;
	height: 32px;
	*/
	padding:5px;
	background-color:#51DAA6;
	color: #000;
	border: 1px solid #072E20;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
#sidebar #searchform #s:focus {
	background-color:#7AF5C3;
	color: #000;
	border-color:#fff;
}
#sidebar #searchsubmit {
	padding:3px;
	background-color:#14A344;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	color: #FFF;
	border: 1px solid #57CA87;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform INPUT {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: #EAEAEA;
	border-top: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
#commentform {
	margin: 5px 50px 0 0;
}
#commentform TEXTAREA {
	width:97%;
	padding:5px;
	background: #EAEAEA;
	border-top: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	background: #900;
	font-size:12px;
	color: #FFF;
	padding: 10px 15px;
	border: 1px solid #F00;
}
#commentform #submit:hover {
	background-color: #F00;
}
/* --------------------------------- Comments
*/
H3#comments {
	font-size: 1.6em;
	color: #6DF5B2;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: left;
	margin: 0;
	font-size: 0.9em;
	clear: both;
}
.commentlist li {
	margin: 0px;
	padding: 5px;
	list-style: none;
}
.commentlist li .avatar {
	width: 20px;
	height: auto;
	vertical-align: middle;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 0px 0px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
#respond {
	clear: both;
}
#respond H3 {
	font-size: 1.4em;
	color: #6DF5B2;
}
/*------------------------- Various Tags & Classes
*/
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 1em 10px;
	padding-left: 20px;
	border-left: 5px solid #14A043;
	padding-bottom: 0em;
	color: #67E98F;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}



A {
	color:#FFDE00;
	text-decoration: none;
}
A:hover {
	color:#FBFF46;
	text-decoration: underline;
}
A:visited {
}
a img {
	border: none;
}
.lico {
	display:inline-block;
	padding-right:23px;
	padding-bottom:5px;
	padding-top:2px;
	font-size:12px;
	background:transparent no-repeat right top;
	font-weight: normal;
	letter-spacing: normal;
	vertical-align: middle;
	white-space: nowrap;
}
A.lico:hover {
	background-position:right -25px;
}
.lico2 {
	display:inline-block;
	padding-left:23px;
	padding-bottom:5px;
	padding-top:2px;
	font-size:11px;
	background:transparent no-repeat left top;
}
A.lico2:hover {
	background-position:left -25px;
}
.go {
	background-image:url(images/ico/go.png);
}
P {
	padding-bottom:1em;
}
STRONG {
	font-weight: bold;
	color: #C5EA44;
	/*background-color: #00351F;
	padding-right: 3px;
	padding-left: 3px;*/
}
.Sx {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.Dx {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
.crp {
	overflow:hidden;
	display:block;
	background-color:#000;
	padding: 3px;
	border: 1px solid #333;
}
.crp IMG {
	/*max-width:100%;
	max-height:100%;*/
	width:100%;
	height:auto;
	padding:0;
	border:0;
	background-color:transparent;
}


.navigation {
	display: block;
	text-align: center;
	float: left;
	width: 100%;
	padding: 5px 0px 3px;
	margin: 5px auto 10px;
	border-top: 1px solid #139742;
	border-bottom: 1px solid #005939;
}
.navigation .prev {
	float: left;
}
.navigation .next {
	float: right;
}
.navigation A {
	display: inline-block;
	padding-top:3px;
	padding-bottom:3px;
	white-space:nowrap;
}
.navigation A:hover {
}
.navigation .prev A {
	background: url(images/ico/prev.png) no-repeat left top;
	padding-left: 25px;
}
.navigation .prev A:hover {
	background-position:left -25px;
}
.navigation .next A {
	padding-right: 25px;
	background: url(images/ico/next.png) no-repeat right top;
}
.navigation .next A:hover {
	background-position:right -25px;
}
/* ------------------ Listas
*/
#main-content UL {
	list-style-position: outset;
	list-style-type: none;
	margin-left: 0em;
	padding-bottom: 0.5em;
}
OL {
	list-style-position: outset;
	list-style-type: decimal;
	margin-left: 2em;
	padding-bottom: 0.5em;
}
#main-content UL LI {
	margin-bottom: 0.5em;
	background: url(images/ico/bullet1.png) no-repeat left top;
	padding-left: 20px;
}



/* --------------- SITEMAP
*/
#main-content UL.SiteMap {
	list-style-position: outset;
	list-style-type: none;
	margin-left: 0em;
	padding-bottom: 0.5em;
	font-size:15px;
	margin-top:20px;
	width:95%;
}
#main-content UL.SiteMap LI {
	margin-bottom: 0.5em;
	background: url(images/ico/bullet1.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom:10px;
	float:left;
	width:100%;
	margin-right:1%;
	clear:none;
	font-weight: bold;
	border-bottom: 2px solid #009041;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
#main-content UL.SiteMap UL {
	margin-left:0;
	padding-left:0;
	margin-top:0.5em;
	margin-bottom:1em;
}
#main-content UL.SiteMap UL LI {
	margin-bottom: 3px;
	background-image: url(images/ico/bullet3.png);
	padding-left:20px;
	float:left;
	width:30%;
	font-weight: normal;
	border-bottom-style: none;
	padding-bottom: 3px;
}
#main-content UL.SiteMap UL LI LI {
	font-size: 0.9em;
	width: 100%;
	background-image: url(images/ico/bullet2.png);
}
#main-content UL.SiteMap UL LI LI {
	background-image: url(images/ico/bullet2.png);
}

/* ------------------------------------- TABLES
*/
TABLE {
	max-width:99%;
}
TABLE.Grid {
	padding: 0;
	border-collapse: separate;
	margin: 1em auto;
	width: 98%;
	background: #0B4D32;
	border: 3px solid #1D9F41;
	clear: both;
}
.Grid TR {
}
.Grid TH,
.Grid THEAD TH,
.Grid THEAD TD {
	text-align: left;
	padding: 5px 4px;
	border-top: 1px solid #138656;
	border-right: 1px solid #0A442C;
	border-bottom: 1px solid #0E442B;
	border-left: 1px solid #1B8555;
	line-height: normal;
	font-weight: bold;
	color: #fff;
	background: #073321 repeat-x left top;
}
/*
TABLE.Grid TBODY TH {
	text-align: left;
	padding: 0px 4px;
	vertical-align:middle;
	line-height: normal;	
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
}
*/
.Grid TD {
	padding: 4px 4px;
	border-top: 1px solid #1F893B;
	border-right: 1px dotted #0A3321;
	border-bottom: 1px solid #0D3321;
	border-left: 1px dotted #24883A;
}
.Grid THEAD {
}
.Grid THEAD TR {
}
.Grid TBODY {
}
.Grid TBODY TR {
}
.Grid TBODY TR.Odd {
	background-color:#F8F8F8;
}
.Grid TBODY TR.ov {
	background-color:#FFFADB!important;
}
.Grid TBODY TR.ov TD {
	color: #000;
}
.Grid TBODY TR.ov TH {
	color: #000;
}
.Grid TBODY TR.ov TH {
}
.Grid TBODY TR TD {
}
.Grid TFOOT {
}
.Grid TFOOT TR {
}
.Grid TFOOT TR TD {
}


/* -------------------------- Giocatori
*/
.playerList .Grid {
}
.playerList .Grid TD {
	vertical-align:middle;
}
.playerList .Grid .a {
	width: 70px;
	text-align: center;
}
.playerList .Grid TH.b {
	text-align:center;
}
.playerList .Grid TD.b {
	font-size: 20px;
	text-align: center;
	background: #0F7440;
	color: #FFF;
	font-weight: bold;
	width: 4em;
}
.playerList .Grid TD.c {
	font-weight: bold;
}
.playerList .Grid TD.d {
}
.playerList .Grid .e {
	width: 5em;
	text-align: center;
}

.playersSisal {
	text-align: center;
	float: left;
	width: 98%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 2px solid #104C31;
	border-top: 2px solid #104C31;
}
.playersSisal .tit {
}
#main-content .playersSisal UL.gall {
	list-style:none;
	padding:0;
	margin:0 auto;
	float: right;
	width: 500px;
}
#main-content .playersSisal UL.gall LI {
	background-image:none;
	padding:5px;
	margin:0 5px 5px 0;
	float:left;
	width:13.5%;
	font-size:11px;
	text-align: center;
	background-color: transparent;
	line-height: normal;
}


/* ----------- Effects FF, CSS3
.Alpha {
	opacity:0.5;
}
.Background-alpha {
	background-color:rgba(38, 41, 41, 0.6);
}
.Shadow {
	-moz-box-shadow:-1px 1px 3px rgba(0, 0, 0, 0.05);
}
.TextShadow {
	text-shadow:2px 2px 0px rgba(0,0,0,.1);
}
.BorderRadius {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-khtml-border-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-khtml-border-top-right-radius: 5px;
}
*/
