/*
Theme Name: Tennis Club Merano
Theme URI: http://www.tomstardust.com
Description: Handcoded Wordpress Theme by <a href="http://www.tomstardust.com">Tommaso Baldovino</a> for Tennis Club Merano
Author: Tommaso Baldovino
Author URI: http://www.tomstardust.com

------------------- Color Palette --------------------
   Blue				- #069
   Light Blue		- #00acda
   Grey				- #eee
   Light Grey 		- #f7f7f7
   Text 			- #333
------------------------------------------------------

------------------- Global Reset ------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}

/* ----- General styles ------- */
body {
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

.skip, hr, #title h1 span {
	position: absolute;
	left: -9999px;
}
h2, h3, h4{
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0 0 15px 0;
	color: #666;
}
p{
	margin: 0 0 10px 0;
}
a:link, a:visited {
	color: #069;
	text-decoration: underline;
}
a:hover, a:active {
	color: #00acda;
	text-decoration: none;
}
a img {
	border: none;
}

.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}
.clear{
	clear: both;
}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}
acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	background: url(images/quote.png) 0 -2px no-repeat;
	margin: 5px;
	padding: 10px 10px 0 40px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
cite {
	font-size: 100%;
	font-style: normal;
}

#title{
	height: 131px;
	border-bottom: 2px solid #069;
}

h2 {
	font: 1.3em Georgia, serif;
}
h3 {
	font: 1em Georgia, serif;
}
h4 {
	font: 0.9em Georgia, serif;
}

p, li, .feedback {
	letter-spacing: 0;
}

#header {
	position: relative;
	background: url(images/header.jpg) no-repeat right top;
}
#header h1 a {
	position: absolute;
	width: 115px;
	height: 115px;
	top: 5px;
	right: 690px;
}
.payoff {
	font-size: 0.75em;
	position: absolute;
	right: 10px;
	top: 108px;
	width: 630px;
}

/* ----- Data, Titolo, Meta, Contenuto Post -----*/
.post-title, .post h3, .post h4, .main-title{
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	margin-bottom: 30px;
}
.main-title {
  color: #333;
  font-size: 1.3em;
}
.date {
	float: right;
	display: inline;
	line-height: 30px;
	font-size: 0.75em;
	color: #666;
}
h2.storytitle{
  color:#369;
  border: none;
	font-size: 1.4em;
	margin: 0;
	line-height: 30px;
	text-align: center;
}
.sticky .post-title {
  background: #369;
  color: #fff;
}
.sticky h2.storytitle a:link, .sticky h2.storytitle a:visited {
  color: #fff;
}
.sticky .date {
  color: #fff;
}
.storytitle a:link, .storytitle a:visited{
	text-decoration: none;
}
.storytitle a:hover, .storytitle a:active{
	text-decoration: none;
}
div.storycontent{
	clear: both;
	padding: 0 10px;
	min-height: 100px;
}
div.storycontent p{ 
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.post{
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.post .alignleft {
  float: left;
  clear: both; 
  margin: 0 10px 5px 0;
}
.post .alignright {
  float: right;
  clear: both; 
  margin: 0 0 5px 10px;
}
.post h3, .post h4{
	padding: 2px 3px;
	margin-bottom: 15px;
	color: #069;
	clear: both;
}
.post img {
  padding: 1px;
  border: 0px solid #069;
}
.post ul{
	margin: 10px 0;
	padding: 0;
	font-size: 0.9em;
}
.post ul li{
	margin: 0;
	padding: 2px 20px;
	background: url(images/list.gif) 2px 7px no-repeat;
	list-style: none;
	line-height: 1.5em;
}
.post ol{
	margin: 10px 0 10px 25px;
	padding: 0;
	font-size: 0.9em;
}
.post ol li{
	margin: 0;
	padding: 2px 0;
	list-style-type: decimal;
}
.meta {
	float: left;
	clear: both;
	font-size: 0.75em;
	color: #666;
	margin-left: 10px;
}
.more-link {
	background: url(images/list.gif) no-repeat right 3px;
	padding-right: 16px;
}
.category{
	padding: 3px 20px;
	background: url(images/icon-category.jpg) no-repeat left center;
}
.feedback {
	text-align: right;
	font-size: 0.75em;
	margin-right: 10px;
}
.feedback p{
	padding: 3px 20px;
	background: url(images/comment.gif) no-repeat right 1px;
}

/* -- Sottopagine --*/
.subpages {
  float: right;
  display: inline;
  margin: 0 10px 5px 0;
  width: 150px;
  font-size: 0.75em;
  border: 1px solid #069;
}
.subpages h2 {
  background: #069;
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 5px;
  margin: 0;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.subpages ul {
  margin: 0;
}
.subpages ul li{
  margin: 0 1px 1px 1px;
  padding: 0;
  background-position: 2px 5px;
  height: 1%;
}
.subpages ul li a{
  display: block;
  padding: 2px 4px;
}
.subpages ul li a:link, .subpages ul li a:visited {
  background: #eee;
}
.subpages ul li a:hover, .subpages ul li a:active {
  background: #fff;
}
/*----- Trackbacks -------*/
#trackback h4, h3#trackbacks{
	margin: 0 0 5px 10px;
	padding-left: 25px;
	background: url(images/icon-trackback.png) no-repeat left center;
}
#trackback p{
	font-size: 0.75em;
	margin-bottom: 20px;
	padding-left: 25px;
}
.trackback-list{
	margin: 0 0 15px 35px;
	list-style-type: decimal;
	font-family: Georgia, 'Times New Roman', serif;
}
.trackback-list li{
	margin-bottom: 5px;
}
.comment-indent{
	margin-left: 25px;
	font-size: 0.85em;
	font-style: italic;
	margin-bottom: 15px;
}

/*----- Commenti -------*/
h3#respond, h3#comments {
	padding-left: 25px;
	background: url(images/comment.gif) no-repeat left center;
	margin: 0 0 5px 10px;
}
h3#comments{
	background: url(images/comments.gif) no-repeat left center;
	margin-left: 10px;
}
#commentform{
	font-size: 0.85em;
	margin-left: 10px;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #aaa;
	padding: .2em;
}
#commentform textarea {
	width: 95%;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

ol.commentlist{
	margin: 0 0 0 35px;
	list-style-type: decimal;
}
ol.commentlist li{
	font-family: Georgia, serif;
	font-size: 1em;
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px;
	margin: 0 0 10px 0;
}
ol.commentlist li.alt{
	border: 1px solid #eee;
	background: #fafafa;
}
ol.commentlist .comment-author{
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
ol.commentlist li.alt .comment-author{
	border-bottom: 1px solid #eee;
}
ol.commentlist li cite{
	font-size: 1em;
	color: #666;
	padding-left: 25px;
	background: url(images/comment.gif) no-repeat left 2px;
}
ol.commentlist li.alt cite{
	background: url(images/comment-alt.gif) no-repeat left 2px;
}

li .commentmetadata{
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	float: right;
	line-height: 1.4;
}
ol.commentlist li small.commentmetadata a:link, li.commentmetadata a:visited{
	color: #666;
	text-decoration: underline;
}
li .avatar{
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #fff;
}
div.commentbody {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.90em;
	line-height: 1.4;
	padding: 5px 0;
	border-top: 1px solid #fff;
	min-height: 34px;
}
* html div.commentbody{
	height: 34px;
}

/* --------- Layout ---------- */
#container{
	min-width: 750px;
	max-width: 1550px;
	background: url(images/bg-sidebar.gif) repeat-y;
}
#wrapper{
	float: right;
	display: inline;
	width: 100%;
	margin-left: -360px;
}
#content {
	margin-left: 360px;
	padding: 10px;
}
#allmenu{
	float: left;
	display: inline;
	width: 360px;
}

/*----- Menu widget ready -------*/
#menu, #menuright {
	padding: 0 10px;
	float: left;
	display: inline;
	width: 140px;
}
#menuright{
	width: 178px;
}
#menu h2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 40px;
	height: 40px;
	text-align: center;
	margin: 3px 0;
	background: url(images/bg-header-menu.png) no-repeat;
	color: #069;
}
h3.wtitle, #searchform label{
	background: url(images/bg-wtitle.png) repeat-x;
	color: #069;
	border: 1px solid #ccc;
	font-family: Arial, Verdana, sans-serif;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 10px 0 5px 0;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	clear: both;
}
h3.cattitle{
	background: #eee;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 3px 5px;
	color: #069;
	font-weight: bold;
}
#menu .categories ul li {
	margin: 0;
	padding: 0;
}
#menu .categories ul li a{
	padding-left: 20px;
	border: none;
}

#menu ul, #menuright ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1%;
  clear: both;
}
#menu ul li, #menuright ul li {
	margin: 0;
	padding: 0; 
}
#menu ul ul, #menuright ul ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu ul ul li, #menuright ul ul li {
	font: normal normal 0.75em/1.7em Arial, Verdana, sans-serif;
	letter-spacing: 0;
	color: #bbb;
	margin: 0 0 3px 0;
	padding: 0;
}
#menu ul ul ul, #menuright ul ul ul{
	border: none;
}
#menu ul ul ul li, #menuright ul ul ul li{
	font-size: 100%;
}
#menu ul ul li a, #menuright ul ul li a {
	color: #069;
	text-decoration: none;
	display: block;
	height: 1%;
	cursor: pointer;
	padding: 0 5px;
	background: #eee;
	border-bottom: 1px solid #ccc;
}
#menu ul ul li a:hover, #menu ul ul li a:active, #menuright ul ul li a:hover, #menuright ul ul li a:active {
	color: #00acda;
}
#menu li.current_page_item a, #menuright li.current_page_item a{
	color: #fff;
	text-align: right;
	padding-right: 30px;
	background: #069 url(images/menu-pointer.png) no-repeat right center;
}
#menu li.current_page_item a:hover, #menu li.current_page_item a:active, #menuright li.current_page_item a:hover, #menuright li.current_page_item a:active {
	color: #eee;
}
#menu ul ul ul.children, #menuright ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}
#menu .sponsor li a {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}
#menu .sponsor li a img{
	border: 1px solid #ddd;
}
.textwidget{
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	margin: 5px 0;
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.4;
}
.textwidget p{
  margin-bottom: 5px;
}
#menuright li#calendar{
	margin: 0;
	padding: 0;
}

/* ----- Flickr ----- */
#flickr {
  text-align:center;
  height: 270px;
  margin: 5px auto;
}
.flickr_badge_image {
  float: left; 
  display: inline;
  margin: 5px;
}
.flickr_badge_image a:link img, .flickr_badge_image a:visited img {
  border: 2px solid #ccc;
}
.flickr_badge_image a:hover img, .flickr_badge_image a:active img{
  border: 2px solid #fff;
}

/* ------- Wordpress Calendar -------*/
#wp-calendar {
	border: none;
	empty-cells: show;
	font-size: 11px;
	width: 98%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
#wp-calendar a:hover {
	background: #069;
	color: #fff;
}
#wp-calendar caption {
	color: #888;
	font: normal italic Georgia, serif;
	font-size: 1.4em;
	margin-bottom: 5px;
	border-bottom: 1px solid #bbb;
	text-align: left;
	padding-bottom: 5px;
}
#wp-calendar td {
	color: #999;
	font: normal 100% Arial, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #eee;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #069;
	color: #fff;
	cursor: pointer;
}
#wp-calendar th {
	font-style: normal;
	padding: 2px;
	font-size: 10px;
	text-transform: capitalize;
}

div#navigation{
	text-align: center;
	font-size: 0.85em;
}

/* ------ Footer ------*/
#footer{
	clear: both;
	color: #fff;
	font-size: 0.75em;
	background: #069 url(images/bg-footer.png) repeat-x;
	padding: 25px 20px 0;
}
#footer a:link, #footer a:visited{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover, #footer a:active{
	color: #fafafa;
	text-decoration: none;
}
#footer-lists{
	width: 750px;
	margin: 0;
	padding-top: 5px;
	text-align: left;
	font-size: 1.1em;
}
#footer-lists a:link, #footer-lists a:visited{
	text-decoration: none;
}
#footer-lists h2{
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.4em;
}
#footer-lists ul{
	margin: 10px 0;
}
#footer-lists ul li{
	padding: 3px 20px;
	background: url(images/list.gif) 2px 3px no-repeat;
	list-style: none;
	border-bottom: 1px solid #4C80A4;
}
.footer-list{
	width: 300px;
	padding: 0 10px;
	float: left;
}
#footer p.credit{
	clear: both;
	height: 16px;
	line-height: 16px;
	padding: 10px 0;
	margin: 0 10px;
	font-size: 1em;
}
/* -- Images & Caption Alignment -- */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}