/*
Theme Name: 	AquaBlock
Description: 	A quick loading 3 column theme
Version: 		1.0.1
Author: 		Lyndi Geldenhuis
Author URI: 	http://nice2all.com/themes/
Tags: 			3 column, widget ready, most poular posts, wp-pagenavi, related posts, comments on pages, documentation and support.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* RESET 
---------------------------------------*/
* {margin:0;padding:0;border:0;outline:0;font-size:100%;font-family:inherit;vertical-align:baseline;}
body{font-family:Arial, Helvetica, sans-serif;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: "" "";}
/* STRUCTURE
---------------------------------------*/

body
	{
	width:100%;
	background:#ffffff;
	color:#000;
	font-size:.8em;
	line-height:1.6;
	text-align:center;
	}
#skip
	{
	width:100%;
	display:none;
	background:#f1f1f1;
	color:#000;
	}
#header-container
	{
	background:#ffffff;
	width:960px;
	margin:0 auto;
	padding-top:10px;
	text-align:left;
	}

#rss
	{
	background:#ffffff;
	float:right;
	width:30%;
	}
#menu 
	{
	float:left;
	width:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#f1f1f1;
	}
#container
	{
	background:#ffffff;
	clear:both;
	width:960px;
	margin:0 auto;
	text-align:left;
	}
#content-container
	{
	margin-top:20px;
	float:left;
	margin-bottom:10px;
	width:600px;
	}
#content
	{
	float:right;
	width:422px;
	overflow:hidden;
	border:2px solid #5DAA2A;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-right:10px;
	}
#sidebar-left
	{
	float:left;
	overflow:hidden;
	width:160px;
	margin-top:0;
	}

#sidebar-left .block {
	background:#ffffff;
	border:none;
	font-size:1.2em;
	margin-top:0;
	margin-right:0;
	}

#sidebar-left .block h4 {
	display:none;
	}

#sidebar-left .block ul {
	margin:0;
	padding:0;
	}
	
#sidebar-left .block ul li {
	margin:0.5em 0;
	}

#sidebar-left .block a:link, #sidebar-left .block a:visited {
	display:block;
	letter-spacing:-1px;
	font-size:1.1em;
	color:#626262;
	text-decoration:none;
	}

#sidebar-left .block a:hover, #sidebar-left .block a:visited:hover {
	display:block;
	color:#5cac29;
	text-decoration:none;
	}

/* fine sidebar-left */

#sidebar-right
	{
	width:360px;
	margin-top:20px;
	margin-bottom:10px;
	float:right;
	overflow:hidden;
	}

#sidebar-right #mid-left {
	float:left;
	margin:0;
	}

#sidebar-right #mid-right {
	float:right;
	margin:0;
	}

#sidebar-right .block {
	width:170px;
	margin:0 0 20px 0;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:2px solid #666666;
	background:#ffffff;
	float:left;
	}

#sidebar-right .block h4 {
	display:block;
	width:120px;
	margin:0 auto;
	text-indent:-9000px;
	}

#sidebar-right .block h4#prossimi-appuntamenti {
	height:37px;
	background:url(images/prossimi-appuntamenti.png) top left no-repeat;
	}

#sidebar-right .block h4#dal-consiglio {
	height:37px;
	background:url(images/dal-consiglio.png) top left no-repeat;
	}

#sidebar-right .block h4#dai-gruppi {
	height:37px;
	background:url(images/dai-gruppi.png) top left no-repeat;
	}

#sidebar-right .block h4#il-mantello {
	height:55px;
	background:url(images/il-mantello.png) top left no-repeat;
	}

#sidebar-right .block h4#links {
	height:28px;
	background:url(images/links.png) top left no-repeat;
	}

#sidebar-right .block h4#pubblicazioni {
	height:33px;
	background:url(images/pubblicazioni.png) top left no-repeat;
	}

/*#sidebar-right .block h4#prossimi-appuntamenti {
	height:37px;
	background:url(images/prossimi-appuntamenti.png) top left no-repeat;
	}*/

#sidebar-right .block h4#login {
	background:none;
	text-indent:0px;
	}
	
#sidebar-right .block h4#senior-friends a {
	display:block;
	height:39px;
	background:url(images/senior-friends.png) top left no-repeat;
	}

a.green:link, a.green:visited { color:#00cc00; font-size:1.2em; }
a.green:hover, a.green:visited:hover { color:#000000; }

a.yellow:link, a.yellow:visited { color:#ffcc00; font-size:1.2em; }
a.yellow:hover, a.yellow:visited:hover { color:#000000; }

a.orange:link, a.orange:visited { color:#ff6600; font-size:1.2em;}
a.orange:hover, a.orange:visited:hover { color:#000000; }

a.red:link, a.red:visited { color:#cc0000; font-size:1.2em;}
a.red:hover, a.red:visited:hover { color:#000000; }

a.purple:link, a.purple:visited { color:#cc0099; font-size:1.2em;}
a.purple:hover, a.purple:visited:hover { color:#000000; }

#footer
	{
	clear:both;
	width:100%;
	color:#000;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
/* BLOCK
---------------------------------------*/
.block
	{
	clear:both;
	background:#f1f1f1;
	color:#000;
	padding:10px 0;
	margin:10px 10px 0 10px;
	border:1px solid #ddd;
	}
	
.blockright
	{
	float:right;
	clear:both;
	background:#f1f1f1;
	color:#000;
	padding:10px 0;
	margin:10px 10px 0 10px;
	border:1px solid #ddd;
	}

.halfblock
	{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	}
	
.post {
	}

.postmetadata
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}
/* TYPOGRAPHY
---------------------------------------*/
p, h1, h2, h3, h4, h5, h6
	{
	padding: 5px 10px 0 10px;
	font-weight:normal;
	}

div.pagetitle {
	border-bottom:1px solid #00cc00;
	text-align:center;
	margin:0 20px;
	}

h1.pagetitle {
	display:inline;
	font-size:2.4em;
	padding:0;
	text-align:center;
	}

h1 a
	{
	display:block;
	width:940px;
	height:160px;
	font-size:2em;
	background:url(images/headimage.png) -20px 0 no-repeat;
	padding:0;
	margin:0;
	}
h1 a span {
	display:none;
	}
h2
	{
	font-size:1.8em;
	letter-spacing:-1px;
	color:#c6131b;
	}

h2 a:link, h2 a:visited {
		color:#c6131b; 
	}

h2 a:hover, h2 a:visited:hover {
		color:#e76420;
	}

h3
	{
	font-size:1.6em;
	}
h4
	{
	font-size:1.4em;
	color:#626262;
	}
h5
	{
	font-size:0.9em;
	}

h5 a:link, h5 a:visited {
	display:block;
	/*letter-spacing:-1px;*/
	font-size:1.1em;
	color:#626262;
	text-decoration:none;
	}

h4 a:hover, h5 a:visited:hover {
	display:block;
	color:#5cac29;
	text-decoration:none;
	}
	
h6
	{
	font-size:1em;
	}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content small
	{
	text-align:justify;
	padding: 10px 20px;
	}
#content small {
	color:#999;
	padding:0px 20px;
	margin:0;
	}
#header p
	{
	padding:0;
	margin:0;
	padding-left:60px;
	}
/* IMAGES
----------------------------------------*/
img.centered 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.aligncenter 
	{
	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;
	margin-left:10px;
	}
.alignleft
	{
	float:left;
	margin-right:10px;
	}
/* LISTS
----------------------------------------*/
ul
	{
	list-style:none;
	margin:5px 0 0 0;
	}
ol
	{
	list-style:decimal;
	margin:5px 0 0 0;
	}
li
	{
	margin-left:10px;
	padding:0;
	}
dl
	{
	margin-left:20px;
	}
dt
	{
	margin-left:10px;
	}
dd
	{
	margin-left:20px;
	}
#content ul
	{
	list-style:outside square;
	margin:5px 0 5px 30px;
	}
#content ol
	{
	margin:5px 0 5px 30px;
	}
#content li
	{
	margin-left:20px;
	padding:0;
	}
.inline ul
	{
	margin:0;
	padding:0;
	}
.inline li
	{
	display:inline;
	list-style-type:none;
	padding:10px;
	margin:0;
	}
ul#menu 
 	{
 	float:left;
   	list-style-type:none;
   	text-align:left;
	padding:0;
	margin:0;
	margin-top:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
 	}
ul#menu a
 	{
   	background-color:#cccccc;
   	padding:5px;
   	height:auto;
   	color:#fff;
   	font-weight:bold;
   	font-style:normal;
   	text-decoration:none;
 	}
ul#menu li 
 	{
   	display:inline;
   	text-align:center;
	margin:0;
	padding:0;
 	}
ul#menu li.first 
 	{
   	display:inline;
   	text-align:center;
	margin:0 0 0 10px;
	padding:0;
 	}
ul#menu a:hover, ul#menu a:focus, ul#menu a:active 
 	{
   	background-color:#000080;
   	color:#fff;
 	}
ul#menu li.current_page_item a, ul#menu li.current_page_item a:hover,
ul#menu li.current_page_item a:focus, ul#menu li.current_page_item a:active 
 	{
   	background-color:#005080;
   	color:#fff;
   	cursor:default;
   	text-align:left;
 	}
/* LINKS
---------------------------------------*/
a:link, a:visited
	{
	color:#666666;
	text-decoration:none;
	}
a:hover, a:focus, a:active
	{
	color:#5cac29;
	text-decoration:none;
	}
/* FORMS
---------------------------------------*/
#searchform 
	{
	padding:0 0 0 0;
	text-align:left;
	}

#searchform div {
	padding:0;
	margin:0;
	}	
	
#searchform #s 
	{
	display:block;
	margin:0 auto;
	margin-top:10px;
	width:80%;
	padding:2px 2px 2px 20px;
	background:#f1f1f1 url(images/search.jpg) 5px 5px no-repeat;
	color:#000;
	border:1px solid #ccc;
	}
#searchsubmit 
	{
	padding:1px;
	background:#f1f1f1;
	color:#000;
	border:1px solid #ddd;
	}
form textarea
	{
	width:90%;
	border:1px solid #090;
	padding:10px;
	margin-right:10px;
	color:#000;
	background:#f1f1f1;
	}
form input
	{
	border:1px solid #ddd;
	width:80%;
	padding:3px;
	margin:2px 0;
	color:#000;
	background:#f1f1f1;
	}
form input[type=submit]
	{
	margin:10px 0;
	width:50px;
	}
form input:focus, form textarea:focus
	{
	color:#000;
	background:#fff;
	}
form p
	{
	margin:0;
	}
/* MISCELLANEOUS
---------------------------------------*/
.hidden
	{
	display:none;
	}
.clear
	{
	clear:both;
	}
.center, #sidebar-right #mid-left .ac
	{
	text-align:center;
	}
.author
	{
	color:#666;
	font-size:.9em;
	}
.navigation
	{
	margin:10px 20px;
	}
.navigation-right
	{
	text-align:right;
	}
.navigation-left
	{
	text-align:left;
	}
code
	{
	font-size:1.4em;
	}
blockquote
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}
cite
	{
	margin:10px 10px 10px 20px;
	}
/* PAGENAVI
---------------------------------------*/
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active 
	{
	color:#008080 !important;
	background:transparent !important;
	}
.wp-pagenavi a:hover 
	{
	color:#000080 !important;
	background:transparent !important;
	}
.wp-pagenavi span.pages 
	{
	background:transparent !important;
	}
.wp-pagenavi span.current 
	{
	background:transparent !important;
	}
.wp-pagenavi span.extend 
	{
	background:transparent !important;
	}
/* COMMENTS
---------------------------------------*/
.commentlist li .avatar
	{ 
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:2px 0;
	background:#fff;
	color:#000;
	}
.commentlist li
	{
	list-style:decimal;
	margin:10px;
	padding:0;
	}
.commentlist .alt
	{
	background:#f1f1f1;
	color:#000;
	border:1px solid #ddd;
	}

.nocomments {
	color:#aaa;
	}