* {
	margin: 0;
	padding: 0;
}

body {
	color: #797979;
	font: 13px/15px Arial, sans-serif;
	cursor: default;
	background: #000 url( img/commons/body-bg.jpg ) no-repeat center top;
}

body a {
	text-decoration: none;
	outline: none;
	color: #fff;
}

body a img {
	border: 0 none;
}

body a:hover {
	text-decoration: none;
}

body .hidden {
	display: none;
}

body div.clear {
	clear: both;
}

body h1 { font-size: 28px; font-weight: normal; }
body h2 { font-size: 25px; font-weight: normal; }
body h3 { font-size: 23px; font-weight: normal; }
body h4 { font-size: 20px; font-weight: normal; }
body h5 { font-size: 17px; font-weight: normal; }
body h6 { font-size: 14px; font-weight: normal; }

body .radius {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/********* * Site menu * ***********/

#nav {
	width: 100%;
	height: 31px;
	margin-top: 40px;
	background: url( img/commons/menu-bg.png ) repeat-x;
}

#nav ul {
	margin: 0 auto;
	list-style: none;
	width: 810px;
	text-align: center;
}

#nav ul li {
	position: relative;
	z-index: 100;
	/*display: inline-block;*/
	float: left;
	padding: 0 15px;
	color: #fff;
	line-height: 28px;
	font-size: 15px;
	font-weight: bold;
}

#nav ul li a {
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: left;
}

#nav ul li a:hover {
	color: #ffe20f;
}

#nav ul li ul {
	position: absolute;
	top: 28px;
	left: 0;
	display: none;
	width: 190px;
	background-color: #0a090c;
}

#nav ul li ul li {
	float: none;
	display: block;
	padding: 0;
}

#nav ul li ul li a {
	display: block;
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
}

#nav ul li ul li a:hover {
	background-color: #181719;
}

/********* * Main Container * ***********/

#main {
	margin: 0 auto;
	width: 990px;
}

/********* * Site Header * ***********/

#head {
	padding: 20px 0;
	height: 400px;
}

#head #logo {
	float: left;
	width: 298px;
	height: 392px;
}

#head #slide {
	float: right;
	margin: 17px 50px 0 0;
	width: 500px;
	height: 350px;
	border: 3px solid #373535;
	overflow: hidden;
}

#slide #slideshow {
	position: relative;
	z-index: 10;
}

#slide #slideshow img {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
}

#slide #slideshow img.active {
	z-index: 10;
}

#slide #slideshow img.last-active {
	z-index: 9;
}

/********* * Wrap Container * ***********/

#wrap {
	margin: 0 0 20px;
}

#wrap .open {
	background: url( img/commons/wrap-limits.png ) no-repeat;
	height: 38px;
}

#wrap .all {
	color: #fff;
	padding: 0 10px;
	background: url( img/commons/wrap-bg.png ) repeat-y;
}

#wrap .close {
	background: url( img/commons/wrap-limits.png ) no-repeat left -38px;
	height: 12px;
}

/********* * Footer * ***********/

#wrap #footer {
	border-top: 1px solid #3b3b3b;
	padding: 10px 0;
}

#wrap #footer .left {
	float: left;
}

#wrap #footer .right {
	float: right;
}

/********* * Wrap Container * ***********/

#wrap #side-left {
	margin-right: 10px;
}

#wrap #side-right {
	margin-left: 10px;
}

#wrap .sidebar {
	float: left;
	width: 204px;
}

#wrap #wide {
	float: left;
}

#wrap #wide.page {
	width: 542px;
}

#wrap #wide.full {
	width: 756px;
}

/********* * notizie home page * ***********/

#wrap .type-post {
	margin-bottom: 15px;
}

#wrap .type-post h3 { 
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	font-size: 12px;
	line-height: 36px;
	padding: 0 10px;
	font-weight: bold;
	height: 42px;
	background: url( img/commons/wide-title.png ) no-repeat;
}

#wrap .type-post h3 a:hover {
	color: #FDAF07;
}

#wrap .type-post h3 span {
	float: right;
	font-weight: normal;
	font-size: 11px;
}

#wrap .type-post .content {
	padding: 5px 10px;
	background: url( img/commons/wide-content.png ) repeat-y;
}

#wrap .type-post .content .post-thumb {
	position: relative;
	z-index: 10;
	float: right;
	width: 230px;
	height: 150px;
	padding: 9px 0 5px 5px;
}

#wrap .type-post .content .post-thumb .tape {
	position: absolute;
	z-index: 10;
	top: 1px;
	left: 95px;
	width: 44px;
	height: 15px;
	/*background: url( img/commons/tape.png ) no-repeat;*/
}

#wrap .type-post .content a {
	float: right;
	padding: 5px 0;
	color: #FDAF07;
}

#wrap .type-post .content a:hover {
	color: #fff;
}

#wrap .type-post .close {
	height: 16px;
	background: url( img/commons/wide-foot.png ) no-repeat;
}

/********* * page * ***********/

#wrap .the-page .news-list {
	margin-bottom: 15px;
}

#wrap .the-page .news-col {
	float: left;
	width: 373px;
	margin: 0 2px 10px;
}

#wrap .the-page h1 {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 0 #000;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	height: 42px;
	background: url( img/commons/page-title.png ) no-repeat;
}

#wrap .the-page h1 span {
	float: right;
	width: auto;
	font-size: 13px;
	padding-right: 20px;
	font-weight: normal;
}

#wrap .the-page .news-col h1 {
	background: url( img/commons/page-col-title.png ) no-repeat;
}

#wrap .the-page .content {
	padding: 5px 10px;
	background: url( img/commons/page-content.png ) repeat-y;
}

#wrap .the-page .news-col .content {
	background: url( img/commons/page-col-content.png ) repeat-y;
}

#wrap .the-page .close {
	height: 16px;
	background: url( img/commons/page-foot.png ) no-repeat;
}

#wrap .the-page .news-col .close {
	background: url( img/commons/page-col-foot.png ) repeat-y;
}

/********* * Post * ***********/

#wide .post p {
	color: #e6e6e6;
	padding: 5px 0;
	text-align: justify;
}

#wide .post p a {
	color: #FDAF07;
}

#wide .post p a:hover {
	color: #fff;
}

#wide .post strong {
	color: #fefaf1;
}

#wide .post table td {
	padding: 5px 10px;
	background-color: #303030;
}

.page-id-61 #wide .post table,
#wide .post table.prima-squadra {
	width: 100%;
}

/********* * Sidebar Widgets * ***********/

.sidebar .widget {
	margin-bottom: 10px;
	padding-bottom: 7px;
	background: url( img/commons/widget-foot.png ) no-repeat left bottom;
}

.sidebar .widget h1 {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 0 #000;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	background: url( img/commons/widget-title.png ) no-repeat;
}

.sidebar .widget h1 a:hover {
	color: #FDAF07;
}

.sidebar .widget .content {
	position: relative;
	z-index: 10;
	color: #dadada;
	padding: 10px 5px 2px;
	background: url( img/commons/widget-content.png ) repeat-y;
}

.sidebar .widget .content.center {
	text-align: center;
}

.widget ul {
	list-style: none;
	list-style-position: inside;
}

.widget ul li {
	display: block;
}

.widget ul li.title {
	font-weight: bold;
	padding: 5px;
	color: #b9b9b9;
	background-color: #3c3c3c;
	border-bottom: 1px solid #141414;
}

.widget ul li a {
	display: block;
	padding: 5px;
	color: #b9b9b9;
	background-color: #313131;
	border-bottom: 1px solid #141414;
}

.widget ul li a:hover {
	color: #fdaf07;
	background-color: #1b1b1b;
	border-color: #000;
}

/********* * Widget Sponsors * ***********/

#wid-sponsors .content .limit {
	margin: 0 auto 6px;
	width: 150px;
	height: 84px;
	overflow: hidden;
}

/********* * Widget Archivio Notizie * ***********/

#wid-archivio-notizie .content {
	padding: 0 2px;
}

/********* * Widget Stagioni Precedenti * ***********/

#wid-stagioni-precedenti .content {
	padding: 0 2px;
}

/********* * Widget Società Affiliata Giovanili Atalanta * ***********/

#wid-societa-affiliata .content {
	text-align: center;
}

/********* * Widget Rassegna Stampa * ***********/

#wid-rassegna-stampa .content {
	padding: 0 2px;
}

/********* * Widget Notizie Settore giovanile * ***********/

#wid-notizie-giovanile .content {
	padding: 0 2px;
}

/********* * Widget Notizie Scuola Calcio * ***********/

#wid-notizie-scuola-calcio .content {
	padding: 0 2px;
}

/********* * Widget Facebook * ***********/

#wid-facebook h1 {
	height: 34px;
}

#wid-facebook .content {
	padding: 1px 2px 0;
}

#wid-facebook .fb {
	width: 200px;
	height: 280px;	
	background: url( img/loaders/widget.gif ) no-repeat center;
}

#wid-facebook iframe {
	width: 200px;
	height: 280px;
}
