/*
Theme Name: Space
Theme URI: http://www.spazioliblab.it
Description: A 3 column Wordpress theme based on Red Business, Staypressed, Techozoic Fluid and Vesper.
Copyright: 2008
Version: 1.0
Author: <a href="http://www.libdems.it">Massimo Amodio</a> 
Tags: fixed width, simple, clean, widget ready, three columns, sidebar right, orange, gray, valid XHTML, valid CSS, ie6, ie7, firefox 2.0, opera 9.0.
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin: 0;
	font: 80%/160% sans-serif;
	background: #d99816 url(images/bg.gif) center repeat; /* JOURNAL */
}
hr {
	margin: 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
}

/* DEFAULT STYLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
p, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 {
	font-size: 190%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 70%;
}
a {
	font-weight: normal;
	color: #930;
	text-decoration: none;
}
a:hover {
	color: #930;
	text-decoration: underline;
}
a img {
	border: 0px;
}
blockquote {
	margin: 3px 30px;
	padding: 10px 35px 5px 35px;
	background: url(./images/quotes.gif) top left no-repeat;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 10px;
	border: none;
}
legend {
	font-weight: bold;
}
code {
	font-size: 120%;
	font-family: monospace;
	white-space: pre;
	padding: 3px;
	border: 1px solid silver;
}
td {
	vertical-align: top;
}

/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper {
	position: relative;
	width: 975px;
	margin: 15px auto 15px auto;
	padding: 10px;
	background: #fff;
        border: 3px solid #ccc; /* JOURNAL */
}
#header {
	position: relative;
	height: 130px;
	margin: 0 15px 0 15px;
	padding: 1px 0px 15px 0px;
	border-bottom: medium solid silver;
}
#content {
	clear: both;
	margin: 0 10px;
	padding: 5px 0px 5px 0px;
	background: #fff;
}	
#main {
	width: 600px; 
	float: left;
	margin: 0;
	padding: 5px 0 10px 0;
	overflow: hidden;
}
#sidebar {
	margin: 0 0 0 610px;
	padding: 0;
	background: #fff;
}
#leftbar {
	margin: 0 180px 0 0;
}
#rightbar {
	float: right;
	width: 160px;
}

/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-meta {
	position: absolute;
	left: 0;
	top: 0;
	margin: 10px 0 0 0;
	padding: 0;
	height: 130px;
	background: url(./images/logo.gif) top left no-repeat;
}
#header h1 {
	position: relative;
	margin: 0;
	padding: 15px 0 7px 115px;
}
#header h1 a {
	color: #930;
	font-weight: normal;
	text-decoration: none;
	font-size: 270%;
	line-height: 35%;
	letter-spacing: 1px;
}
#header h1 a:hover {
	color: #930;
}
#header p.description {
	position: relative;
	margin: 0;
	padding: 20px 0 0 115px;
	font-weight: normal;
	font-size: 140%;
	letter-spacing: 1px;
}
#header ul {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	font-size: 100%/50%;
	list-style: none;
	margin-top: -6px;
	text-transform: lowercase;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 4px 14px 4px 14px;
	color: #84755c;
	text-decoration: none;
	margin-right: 2px;
	background: #fff;
}
#header li a:hover {
	color: #f7951e;
	background-color: #fff;
}
#header li.current_page_item a {
	color: #3e1403;
	background-color: #fff;
	border: 1px solid #f7951e;
	border-bottom: none;
}
#topsearch {
	position: absolute;
	right: 14px;
	top: 110px;
	width: 300px;
	height: 30px;
	text-align: center;
	border: 1px solid silver;
}
#topsearch input {
	float: left;
	width: 222px;
	height: 21px;
	margin-right: 0px;
	padding: 5px 8px 5px 32px;
	background: url(./images/input.gif) no-repeat;
	border: none;
	font: normal 1em sans-serif;
}
#topsearch button {
	width: 30px;
	height: 22px;
	margin-top: 5px;
	background: url(./images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}
h2#sectiontitle {
	font-size: 140%;
	font-weight: 100;
	padding: 6px 6px 6px 10px;
	margin: 8px 10px 5px 10px;
	border: #f90 thin solid;
	color: #930;
}

/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.post {
	margin: 4px 0;
	text-align: justify;
	border: thin outset;
}
.heading h2 {
	margin: 0;
	padding: 5px;
	font-size: 130%;
	text-align: left;
}
.heading small {
	padding: 5px;
	padding-top: 2px;
	font-size: 100%;
	text-align: left;
	border-top: 1px dotted silver;
}
.heading .setting {
	padding-left: 20px;
	margin-right: 5px;
}
.heading .datetime {
	background: #fff url(images/clock.png) no-repeat 0 2px;
}
.heading .user {
	background: #fff url(images/user.png) no-repeat 0 2px;
}
.heading .commentslink {
	background: #fff url(images/comments.png) no-repeat 0 2px;
}
.heading .printlink {
	background: #fff url(images/print.png) no-repeat 0 2px;
}
.heading .editlink {
	background: #fff url(images/write.png) no-repeat 0 2px;
}
.entry {
	padding: 0 3px;
	font-size: 100%;
	border-top: 1px dotted silver;
	text-align: justify;
}
.entry .box {
	float: left;
	margin: 3px 10px 0 0;
	width: 300px;
	background-color: #efefed;
	border-top: 4px double black;
	padding: 4px;
}
.entry .boxinner {
	margin: 10px 4px;
}
.entry #related {
	position: relative;
	top: 3px;
	margin: 0 3px 3px 3px;
	padding: 3px;
	background-color: #ccc;
	width: 95%;
}
.entry #related h3 {
	margin: 0;
	font-size: 100%;
}
.entry #related ul li {
	list-style: none;
	padding-left: 30px;
}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0;
}
.attachment {
	text-align: center;
	margin: 5px 0;
}
#navigation {
	padding: 5px 15px;
}
#navigation div.fleft {
	float: left;
}
#navigation div.fright { 
	float: right;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   background: #f3f3f3;
   border: 1px solid #ddd;
   margin: 10px;
   padding-top: 4px;
   text-align: center;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   border: none;
   margin: 0;
   padding: 0;
}
.wp-caption p.wp-caption-text {
   margin: 0;
	padding: 2px 0;
	text-align: center;
	font: italic bold 95%/150% serif;
}

/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.commentlist li.thread-even {
	background-color: #f5f5f5;
}
.commentlist {
	margin: 15px 0;
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px 0;
	padding: 5px 10px 3px;
	list-style: none;
	border: 1px solid #efefef; 
	background: #fafafa;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin-left: 10px;
	background: #fff;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
}
.commentlist ul.children li {
	background-color: #e3e3e3;
	border: 1px solid #efefef;
	list-style: none;
	margin-top: 20px;
}
.commentlist ul li.depth-2 {
	background-color: #f1f1f1;
}
.commentlist ul li.depth-3 {
	background-color: #ececec;
}
.commentlist ul li.depth-4 {
	background-color: #e8e8e8;
}
.commentlist ul li.depth-5 {
	background-color: #e3e3e3;
}
.commentsnavigation {
	padding: 20px 0px 30px 0px;
}

/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebar h2 {
	margin: 0 5px 0 0;
	padding-left: 5px;
	text-indent: -5px;
}
#sidebar li ul {
	margin: 0 0 2em 0;
	list-style: none;
}
#sidebar li ul li {
	margin: 0;
	padding: 3px 0 5px 18px;
	background-color: #fff;
	font-size: 100%;
	border-bottom: 1px dotted #ccc;
}
#sidebar li ul li:hover {
	background-color: #e8e8e8;
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #e8e8e8;
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li a {
	color: #555;
}
#sidebar li a:hover {
	color: #84755c;
}
.menu {
	position: relative;
	top: 0;
	padding: 0;
	width: 165px;
	font-size: 95%;
}
.menu a {
	font-weight: normal;
}
.menu a:hover {
	text-decoration: none;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu ul li.widget {
	padding:	5px;
	margin: 0;
	width: 165px;
}
.menu ul li.special {
	padding:	5px;
	margin: 15px 0 0 0;
	width: 165px;	
}
.menu ul li.widget ul {
	margin: 0;
	padding: 0;
}
.menu ul li.widget ul li {
	border-bottom: 1px solid #eee;
	padding: 2px 2px 2px 5px;
	margin: 0;
}
.menu ul li.widget ul li ul li {
	border-top: 1px solid #eee;
	border-bottom: none !important;
	padding: 2px 0 2px 15px;
}
.menu ul li.widget h3, h3.categoryheader {
	margin: 0;
	padding: 0 0 3px 4px;
	border-bottom: 1px solid #bbb;
	color: #333;
	font-weight: bolder;
	font-size: 150%;
	text-transform: lowercase;
}
.menu ul li h3 a {
	color: #999;
	font-weight: 800;
}
.menu ul li h3 a:hover {
	color: #666;
	text-decoration: none;
}
.menu form{
	display: block;
	margin: 0;
	padding: 4px;
}
.menu input{
	margin: 3px 0;
	font-size: 90%;
}
li.widget .textwidget, li.widget #search {
	padding: 2px 5px;
}

/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrapper {
	position: relative;
	margin: 20px 0 0 0;
	padding: 10px 0;
	width: 100%;
	clear: both;
	background: url(./images/footer.png) repeat-x; /* JOURNAL */
	text-align: center;
	color: #eee; /* JOURNAL */
	/* border-top: thin solid gray; JOURNAL */
}
#footer {
	position: relative;
	clear: both;
	width: 860px;
	margin: 0 auto;
	font-size: 90%;
}
#footer a {
	color: #eee; /* JOURNAL */
}
#footer a:hover {
	color: #f7951e;
}
#rss {
	position: absolute;
	margin: 0;
	right: 0;
	bottom: 0;
}
#rss-entries {
	background: url(./images/rss-entries.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-entries:hover {
	background: url(./images/rss-entries.png) no-repeat 0 -18px;
}
#rss-comments {
	background: url(./images/rss-comments.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-comments:hover {
	background: url(./images/rss-comments.png) no-repeat 0 -18px;
}

/* BARS OF CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.bar {
	border: 1px solid #ccc;
	position: relative;
	width: 596px;
	height: 190px;
	margin: 6px 0;
	overflow: hidden;
}
.v_bar {
	border: 1px solid #ccc;
	position: relative;
	width: 160px;
	height: 500px;
	margin: 3px;
	overflow: hidden;
}
.bar_arrow_l, .bar_arrow_r {
	background: #930;
	border-top: 1px solid white;
	position: absolute;
	width: 28px;
	height: 188px;
	z-index: 10;
	cursor: pointer;
}
.v_bar_arrow_l, .v_bar_arrow_r {
	background: #930;
	border-right: 1px solid white;
	width: 160px;
	height: 21px;
	z-index: 10;
	cursor: pointer;
	text-align: center;
}
.bar_arrow_l {
	border-left: 1px solid white;
	left: 0px;	
}
.v_bar_arrow_l {
	border-top: 1px solid white;
	position: absolute;
	top: 0px;	
}
.bar_arrow_r {
	border-right: 1px solid white;
	right: 0px;
}
.v_bar_arrow_r {
	border-bottom: 1px solid white;
	position: absolute;
	bottom: 0px;
}
.bar_arrow_l img, .bar_arrow_r img {
	position: absolute; 
	top: 80px;
}
.bar_content {
	border-color: white #ccc;
	border-style: solid;
	border-width: 1px;
	clear: none;
	display: inline;
	position: relative;
	width: 1000%;
	height: 188px;
	float: left;
	left: 30px;
	overflow: hidden;
}
.v_bar_content {
	border-color: #ccc white;
	border-style: solid;
	border-width: 1px;
	clear: none;
	display: inline;
	position: absolute;
	top: 23px;
	width: 160px;
	height: 1000%;
	overflow: hidden;
}
.bar_item {
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	position: relative;
	float: left;
	width: 265px;
	height: 100%;
	left: 0;
	text-align: center;
	line-height: 130%;
}
.v_bar_item {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	position: relative;
	width: 100%;
	height: 230px;
	top: 0;
	text-align: center;
	line-height: 130%;
	overflow: hidden;
}
.bar_item h2 {
	font-size: 120%;
}
.v_bar_item h2 {
	padding-top: 5px;
	font-size: 130%;
}
.bar_item .entry {
	border-top: none;
}
.v_bar_item .entry {
	border-top: none;
}

/* LATEST...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.lateralpost {
	margin: 4px 0 25px 0;
	padding: 4px;
	width: 160px;
	border: thin outset;
	text-align: center;
}
.lateralpost h2 {
	margin-left: 2px;
	margin-right: 2px;
	font-size: 190%;
}
.footing {
	text-align: right;
}
.footing small {
	border-top: thin dotted silver;
	padding-right: 2px;
}

/* PAGE NAVIGATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.wp-pagenavi {
	clear: both;
	padding: 0;
	color: #555;
	text-align: right;
	text-transform: uppercase;
	font-size: 95%;
}
.wp-pagenavi a, .wp-pagenavi .current {
	border: 1px solid #ccc;
	margin-left: 1px;	
	padding: 3px 7px;
	color: #f7951e;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	background: #e2e2e2;
	color: #555;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 100%;
}

/* PROVE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.opacity {
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: .30;
}
/*
.whitesquare {
	background: #fff;
	margin: 0;
	height: 95px;
	display: inline;
}
#sup {
	position: absolute;
	top: 15px;
	left: 0;
	width: 995px;
	height: 95px;
	margin: 0;
	background: url(images/quartostato.gif) top;
	display: inline;
}
#square0 {
	position: absolute;
	top: 15px;
	right: 227px;
	width: 150px;
}
#square1 {
	position: absolute;
	top: 15px;
	right: 111px;
	width: 100px;
}
#square2 {
	position: absolute;
	top: 15px;
	right: 53px;
	width: 50px;
}
#square3 {
	position: absolute;
	top: 15px;
	right: 22px;
	width: 25px;
}
#square4 {
	position: absolute;
	top: 15px;
	right: 8px;
	width: 10px;
}
#square5 {
	position: absolute;
	top: 15px;
	right: 1px;
	width: 5px;
}
*/
#box-rubriche {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	width: 598px;
}
#box-rubriche ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#box-rubriche ul li {
	display: table-cell;
	width: 70px;
	height: 120px;
	text-align: center;
	float: left;
}
#box-rubriche ul li:hover {
	border: 1px solid #d99816;
	background: #eee;
}
#box-rubriche ul li a:hover {
	text-decoration: none;
}
#box-rubriche ul li a img {
	position: relative;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}


