/*
Theme Name: Velate Rugby 1981
Theme URI: 
Description: 
Version: 1.0
Author: Stefano Sala
Author URI: http://www.stefanosala.name/
Tags: custom
Text Domain: velaterugby

	Velate Rugby 1981

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

*/

@import url("reset.css");

body {
	background-image: url(images/bg-body.gif);
	color: #3c4239;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin-bottom: 20px;
	overflow-x: hidden;
	z-index: 1;
}

textarea {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

a {
	border-bottom: dotted 1px #043379;
	color: #043379;
	text-decoration: none;
}
	a:hover {
		border: 0;
		color: #3b6db9;
	}

header {
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	box-shadow: 8px 0 8px #000;
	-moz-box-shadow: 8px 0 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	height: 215px;
	position: relative;
	z-index: 2;
}
	header h1, header h2, header nav {
		margin: 0 auto;
		width: 960px;
	}
	header h1, header h2 {
		background-image: url('images/bg-under-h1.jpg');
		background-repeat: no-repeat;
	}
		header h1 a, header h2 a {
			background-image: url(images/bg-h1.png);
			background-position: center 0;
			background-repeat: no-repeat;
			border: 0;
			display: block;
			height: 168px;
			text-indent: -9999px;
		}
	header nav {
		background-image: url(images/bg-header-li.jpg);
		background-position: 0 1px;
		background-repeat: no-repeat;
		padding-left: 2px;
		padding-top: 1px;
	}
	header ul {
		background-image: url(images/bg-header-li.jpg);
		background-position: right 0;
		background-repeat: no-repeat;
		height: 45px;
	}
	header li {
		background-image: url(images/bg-header-li.jpg);
		background-position: right 0;
		background-repeat: no-repeat;
		float: left;
	}
	header li.page-item-14 {
		background-image: none;
		float: none;
	}
		header li a {
			border: 0;
			color: #fff;
			display: block;
			font-size: 1.4em;
			line-height: 46px;
			margin-right: 1px;
			padding-left: 29px;
			padding-right: 28px;
			text-shadow: rgb(0, 0, 0) 0px 1px 1px;
			text-transform: uppercase;
		}
		header li.page-item-14 a {
			overflow: hidden;
			text-align: center;
		}
		header li a:hover,
		header li.current_page_ancestor a,
		header li.current_page_item a {
			background-image: url(images/bg-header-li-hover.jpg);
			background-repeat: repeat-x;
			color: #fff;
		}

section#pagebody {
	background-color: #fff;
	box-shadow: 0 0 8px #000;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
	width: 920px;
	z-index: 1;
}
	section#pagebody div.photoslide {
		margin-bottom: 20px;
		top: 20px;
	}
		section#pagebody div.photoslide img {
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}
	section#pagebody div.latestnews {
		background-color: #c4d4e0;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		float: left;
		height: 232px;
		padding-bottom: 14px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 14px;
		position: relative;
		width: 346px;
	}
		section#pagebody div.latestnews h2 {
			color: #124da2;
			text-shadow: rgb(255, 255, 255) 0px 1px 1px;
		}
		section#pagebody div.latestnews h2.flir-replaced img {
			display: block;
			padding-bottom: 16px;
		}
		section#pagebody div.latestnews a.more {
			background-image: url(images/bg-archivio-news.png);
			background-repeat: no-repeat;
			border: 0;
			font-family: Myriad;
			font-size: 1.6em;
			height: 52px;
			left: 210px;
			padding-left: 10px;
			padding-top: 9px;
			position: absolute;
			top: 209px;
			width: 131px;
		}
	section#pagebody div.joinus {
		background-image: url(images/bg-joinus.jpg);
		background-repeat: no-repeat;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		float: left;
		height: 232px;
		margin-left: 20px;
		padding-bottom: 14px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 14px;
		position: relative;
		width: 306px;
	}
		section#pagebody div.joinus h2 {
			color: #fff;
			text-shadow: rgb(0, 0, 0) 0px 1px 1px;
		}
		section#pagebody div.joinus p {
			color: #fff;
			font-size: 1.1em;
			line-height: 2.2em;
			padding-left: 130px;
		}
		section#pagebody div.joinus a.more {
			background-image: url(images/btn-findmore.png);
			background-repeat: no-repeat;
			border: 0;
			font-family: Myriad;
			font-size: 1.6em;
			height: 52px;
			left: 210px;
			padding-left: 10px;
			padding-top: 9px;
			position: absolute;
			top: 208px;
			width: 102px;
		}
		/*section#pagebody div.joinus h2.flir-replaced img {
			position: relative;
			top: -6px;
		}*/
	section#pagebody div.followus {
		background-color: #c4d4e0;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		float: left;
		height: 232px;
		margin-left: 20px;
		padding-bottom: 14px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 14px;
		position: relative;
		width: 155px;
	}
		section#pagebody div.followus h2 {
			color: #124da2;
			text-shadow: rgb(255, 255, 255) 0px 1px 1px;
		}
		section#pagebody div.followus p {
			color: #434856;
			font-size: 1.1em;
			line-height: 2.2em;
		}
		section#pagebody div.followus a.more {
			border: 0;
			position: absolute;
			top: 183px;
		}
		section#pagebody div.followus a.more.rss {
			left: 20px;
		}
		section#pagebody div.followus a.more.fb {
			left: 98px;
		}
	section#pagebody h2 {
		font-family: Myriad;
		font-size: 3em;
		padding-bottom: 16px;
	}
	section#pagebody div.latestnews {
		
	}
		section#pagebody div.latestnews li {
			clear: both;
		}
		section#pagebody div.latestnews a {
			border: 0;
			cursor: pointer;
			display: block;
			height: 45px;
			padding-bottom: 5px;
			padding-top: 5px;
		}
		section#pagebody div.latestnews img {
			border: solid 1px #fff;
			float: left;
			margin-right: 5px;
		}
		section#pagebody div.latestnews p {
			font-size: 1.1em;
			line-height: 1.5em;
		}
		section#pagebody div.latestnews h3 {
			font-size: 1.1em;
			font-weight: bold;
			line-height: 1.3em;
		}
	

nav#sitemap {
	background-image: url(images/bg-sitemap.jpg);
	background-repeat: repeat-x;
	box-shadow: 8px 0 8px #000;
	-moz-box-shadow: 8px 0 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	padding-top: 20px;
	position: relative;
	z-index: 2;
}
	nav#sitemap ul {
		height: 248px;
		margin: 0 auto;
		width: 960px;
	}
		nav#sitemap ul ul {
			height: auto;
			width: 137px;
		}
	nav#sitemap li {
		float: left;
		text-transform: uppercase;
		width: 137px;
	}
		nav#sitemap li li {
			float: none;
			text-transform: none;
			width: auto;
		}
	nav#sitemap li a {
		border: 0;
		font-family: Myriad;
		font-size: 1.8em;
		font-weight: normal;
		text-shadow: rgb(0, 0, 0) 0px 1px 1px;
	}
	nav#sitemap li li a {
		font-family: inherit;
		font-size: 1.1em;
		font-weight: bold;
		text-shadow: inherit;
	}
	nav#sitemap li li li a {
		color: #c5e4ec;
		font-weight: normal;
		padding-left: 8px;
	}
	nav#sitemap a {
		color: #fff;
		display: block;
		padding-bottom: 8px;
	}
	
footer {
	background-color: #fff;
	box-shadow: 0 0 8px #000;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 15px;
	position: relative;
	width: 930px;
	z-index: 1;
}
	footer li {
		display: inline;
	}
	footer li:after {
		content: ' -';
	}
	footer li:last-child:after {
		content: '';
	}
	footer a.credits {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	
#s3slider { 
   width: 920px; /* important to be same as image width */ 
   height: 330px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 920px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
   position: absolute; /* important */
   left: 0;
   font-size: 1.2em;
   padding: 10px 13px;
   width: 893px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
	bottom: 0;
  left: 0;
  line-height: 1.2em;
}
.s3sliderImage span.bottom {
}

.clear {
   clear: both;
}

div.reset {
	clear: both;
	font-size: 1.1em;
	line-height: 2em;
	padding-bottom: 20px;
}
	div.reset h1 {
		color: #002880;
		font-family: Myriad;
		font-size: 3em;
		padding-bottom: 16px;
		text-shadow: rgb(0, 0, 0) 0px 1px 1px;
	}
	div.reset h2 {
		color: #013888;
		font-family: inherit !important;
		font-size: 1.3em !important;
		padding-bottom: 2px !important;
	}
	div.reset h3 {
		font-size: 1.2em !important;
		padding-bottom: 2px !important;
	}
	div.reset p {
		margin-bottom: 1em;
	}
	div.reset ul {
		list-style-type: disc;
		padding-left: 18px;
	}
	
.alignleft {
	float: left;
	margin-bottom: 6px;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-bottom: 6px;
	margin-left: 10px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: red;
	padding-left: 8px;
}

div.wpcf7-validation-errors {
	color: red;
	font-weight: bold;
}

div.content {
	margin-left: 185px;
	width: 505px;
}
div.content.twocolumns {
	width: auto;
}

#spalla {
	background-color: #c4d4e0;
	left: 0;
	position: absolute;
	top: 0;
	width: 185px;
}
	#spalla a {
		border-bottom: solid 1px #a3bacc;
		box-shadow: 0 1px 3px #fff;
		-webkit-box-shadow: 0 1px 3px #fff;
		-moz-box-shadow: 0 1px 3px #fff;
		color: #012960;
		display: block;
		font-size: 1.2em;
		padding-bottom: 18px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 18px;
	}
	#spalla a:hover, #spalla li.current_page_item a, #spalla li.current_page_parent a {
		background-color: #3c9fca;
		color: #fff;
	}
	#spalla ul ul {
		background-color: #e9eff3;
		padding-bottom: 8px;
		padding-left: 20px;
		padding-top: 4px;
	}
		#spalla ul ul a, #spalla ul ul li.current_page_item a {
			background-color: inherit !important;
			border: 0;
			box-shadow: 0 0 0;
			-webkit-box-shadow: 0 0 0;
			-moz-box-shadow: 0 0 0;
			color: #012960 !important;
			font-size: 1.1em;
			padding-bottom: 8px;
			padding-top: 8px;
		}
		#spalla ul ul a:hover, #spalla ul ul li.current_page_item a, #spalla ul ul li.current_page_parent a {
			color: #3697c4 !important;
		}
		
#plus {
	background-color: #2f465c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-size: 1.1em;
	line-height: 2em;
	padding: 20px;
	padding-top: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 190px;
}
	#plus h2 {
		display: block;
		font-family: Myriad;
		font-size: 2em;
		padding-bottom: 8px;
		padding-top: 20px;
		text-shadow: rgb(0, 0, 0) 0px 1px 1px;
	}
	
.giocatore {
	float: left;
	margin-bottom: 6px;
	width: 250px;
}
	.giocatore img {
		float: left;
		margin-bottom: 6px;
		margin-right: 6px;
		width: 60px;
	}
div.content h3 {
	clear: both;
	padding-top: 8px;
}

form li {
	list-style-type: none;
}

#placeholder {
	z-index: 20;
}

div.addthis {
	clear: both;
	text-align: right;
}
	div.addthis a {
		border: 0;
	}
	
div#notinterested {
	background-color: #cdffbd;
	border: solid 1px #ccc;
	display: block;
	font-size: 1.1em;
	left: 600px;
	padding: 10px;
	position: absolute;
	top: 50px;
	z-index: 50;
}

.widgettitle {
	display: none !important;
}

.leaguemanager_widget {
	width: auto !important;
	list-style: none;
}

.leaguemanager_widget a {
	border-bottom: 0;
	color: white;
}

.leaguemanager_widget table.leaguemanager th {
	background-color: transparent !important;
}
