/*
Template Design by TheWebhub.com
http://www.thewebhub.com
Released for free under a Creative Commons Attribution-Share Alike 3.0 Philippines
*/


/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #393939;
	line-height: 25px;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #63B429;
}

textarea {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 12px;
}

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 40px 0 10px 55px;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
}

/** Menu Style Starts Here */


#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/image01.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#menu li {
	display: inline;
	position:relative;
}

#menu a {
	padding: 0 20px;
	background: url(../images/image06.gif) no-repeat right 50%;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .first a  {
	padding-left: 0;
}

/*** Submenu ****/
/** generali**/
#menu div {
	position:absolute;
	top:27px;
	left:-20px;

	height:0px;
	width:125px;
	
	padding:0px;
	margin:0;
	border:0;
	vertical-align:middle;
	text-align:center;
	
	background:url(../images/submenu.jpg) repeat-x;
	overflow:hidden;
}

#menu div a {
	padding:5px 15px;
	background:none;
}

#menu div a:hover,#menu div a:active,#menu div a:focus{
	color:#FFFF33;
}

/**generali**/
	
/**** SubMenu *****/

/** Page Style Starts Here */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/image05.jpg) repeat-y;
}

#page-top {
	background: url(../images/image03.jpg) no-repeat left top;
}

#page-bottom {
	background: transparent url(../images/image04.jpg) no-repeat left bottom;
}

#content {
	float: right;
	width: 420px;
	padding:40px 50px 30px 60px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}

#sidebar {
	float: left;
	width: 250px;
	padding: 20px 0 0 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;
	font-size: 24px;
	font-weight: normal;
}

/** Notizie inizio **/
#ultima_not {
	margin:0px;
	padding:10px 10px;
	line-height:15px;
	text-align:left;
	border:2px solid #A0CE00;
}

#ultima_not h2 {
	padding:0px;
	font-weight:bold;
	font-size: 11px;
	border:0px;
}
/** Notizie fine **/

/** Footer Style Starts Here */
#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: transparent url(../images/image02.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
/** Footer Style Ends Here */

/**** Gallery style inizia qui ***/
#main_gallery{
	margin:30px 60px;
	width:300px;
	height:300px;
}

#main_gallery .descrizione{
	margin-top:20px;
	
}

#foto {
	position:relative;
	width:300px;
	height:225px;
	border:1px solid #000000;
	background: #000;
	overflow:hidden;
}

#arrow_left {
	background: url(../images/left_arrow.png) no-repeat left top !important;
	padding-left:20px;
	height:17px;
	float:left;
	z-index:10;
}

#arrow_right {
	background: url(../images/right_arrow.png) no-repeat right top !important;
	padding-right:20px;
	height:17px;
	float:right;
}

#arrow_left p,#arrow_right p {
	position:relative;
	top:-5px;
	margin-top:0px;
}

/* TODO : non funziona la mano per il link */
#foto_container {
	position:relative;
	margin:0px;
	padding:0px;
	line-height:0px;
	top:0px;
	/*cursor:hand;*/
}

#popup {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/*opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);*/
	visibility:hidden;
	background: #AAAAAA;
	display:none;
	z-index:200;
}

#popup_div {
	position:fixed;
	height:0px;
	z-index:1000;
	background:#000;
	display:none;
	
}

#popup_div p {
	color:white;
	text-align:center;
}

/**** Gallery Style fine ****/

/**** Curva inizio ****/

#curva {
	width:400px;
	margin:30px 0px;
	line-height:10px;
	display:block;
	padding:10px 10px;
}

#curva p {
	margin:0px;
	text-align:left;
}

#curva .commento {
	display:block;
	height:80px;
	border:1px solid #00FF00;
	margin:10px 0px;
}

#curva .bold {
	font-weight:bold;
}

#curva .data {
	font-size:10px;
}

#curva .titolo {
	font-weight:bold;
	margin-bottom:5px;
}

#curva .info {
	margin:0px;
	width:90px;
	height:100%;
	float:left;
	border-right:1px solid #00FF00;
}

#curva .main {
	margin:0px;
	float:right;
	width:300px;
}

/*** Curva fine ***/

/*** Login inizio ***/

#login {
	margin-bottom:20px;

}

#login h2 {
	margin-bottom:10px;
}

#login form p {
	text-align:left;
	display:block;
	margin:0px;
	width:100%;
}

#login form p input {
	margin-left:20px;
}

#login form input.submit {
	float:right;
	background:#CCC;
	border:1px solid #000000;
}
/*** login fine ***/

/***Pannello di controllo inizio***/

#con_panel {
	line-height:14px;
}

#con_panel div p {
	margin:0px;
}

#con_panel h5 {
	font-weight:bold;
}

#con_panel div {
	border:2px dotted #AAA;
	margin:5px 0px;
	padding:10px;
}

#con_panel div ul {
	margin:10px 0px 0px 20px;
}

/***Pannello di controllo fine***/

/*** messaggi inizio ***/


/*** messaggi inizio ***/
/* TODO: cambiare colore */
#msg_neg {
	background:#FF4500;
	width:100%;
	padding:10px;
	margin:10px 0px;
}

#msg_ok {
	background:#00FF7F;
	width:100%;
	padding:10px;
	margin:10px 0px;

}

#msg_neg h3,#msg_ok h3{
	font-weight:bold;
	text-align:center;
	font-size:15px;
	margin-top:0px;
	margin-bottom:10px;
}

#msg_neg p ,#msg_ok p{
	margin-top:5px;
	line-height:13px;
}

/* TODO: Aggiustare il colore :D */
#msg_neg p a {
	
}

/*** messaggi fine ***/

/*** Giocatori inizio ***/

#giocatori {

}

#giocatori h3 {
	margin:0px;
	border-bottom:1px solid #000;
	font-size:1.2em;
}

#giocatori div {
	margin-top:10px;
	display:block;
	height:85px;
	border:1px solid #AAAAAA;
}

#giocatori div:hover{
	background:#e9f3ec;
}

#giocatori div p {
	font-size:1em;
	margin:0px;
	line-height:12px;
}

#giocatori div p.first {
	margin-top:5px;
}

#giocatori div img {
	margin:5px 10px;
	width:100px;
	height:75px;
	float:left;
}

/*** Giocatori fine ***/

/*** Notizie inizio ***/

#notizia {
	line-height:normal;
}

#notizia .title {
	text-align:left;
	font-size:15px;
	border-bottom:1px solid #000;
}

#notizia .autore {
    text-align:right;
    margin-top:20px;
    font-size:12px;
    
}

#notizia .data{
	margin-top:10px;
	text-align:right;
	font-weight:normal;
	font-size:11px;
}

/*** Notizie fine ***/

/*** Changelog ***/

#changelog p {
   text-indent:30px;
}

/*** Changelog ***/

/*** UploadImmagini ***/

#upload-immagini {
    
}

/*** UploadImmagini ***/

/***InserisciPartita***/

#ins-par .part{
    border:1px solid #CCCCCC;
    padding:5px;
    width:360px;
    text-align:center;
    margin:0 auto;
}

#ins-par .part select{
    width:100px;
}

#ins-par .cen {
    text-align:center;
}

/***InserisciPartita***/

/***Partite***/

#partite table td {
    width:100px;
    text-align:center;
    margin-right:10px;
}

#partite tr.cl1 {
    background-color: #ccffcc;
}

#partite tr.cl2 {
    background-color: #99ff99;
}

/***Partite***/

/***InserisciRisultato***/

#ins-ris table td,#ins-ris table th {
    width:100px;
    text-align:center;
}

/***InserisciRisultato***/
