/*  
Theme Name: Webgazette
Theme URI: http://webgazette.co.uk/wordpress-themes/webgazette-theme/
Description: Il tema Webgazette in uso su <a href="http://webgazette.co.uk">Webgazette.co.uk</a>. Versione italiana di <a href="http://www.centrostudilaruna.it/huginnemuninn">Huginn e Muninn</a>.
Version: 1.0
Date: 19-10-09
Author: WG
Author URI: http://webgazette.co.uk/
Licence: GPL: http://www.opensource.org/licenses/gpl-license.php
*/

/* Various Elements */

body {
	background-color: #2b2b2b;
	margin: 10px 0;
	font: 72% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

a {
	color: #008000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 1em;
}

div {
	margin: 0;
	padding: 0;
}

/* Container */

#container {
	background: url(images/body.jpg) 0 0 repeat-y;
	height: 100%;
	width: 960px;
	margin: 0 auto;
}

/* Header */ 

#header {
	background: url(images/header.jpg) 0 0 no-repeat;
	height: 93px;
	text-align: center;
}

#header h1 {
	padding: 15px 0 0 0;
	margin: 0;
}
#header h1 a {
	color: #fff;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 7px;
}

#header h1 a:hover {
	color: #000;
}

#header h1 a span {
	font-size: 0.5em;
	letter-spacing: 0px;
}

#header h2 {
	font-size: 0.9em;
	margin: 0;
	padding: 3px 0 0 0;
	letter-spacing: 1px;
	color: #000;
}

/* Navigation */

.horizontalnav {
	background: url(images/navigation.jpg) 0 0 no-repeat;
	height: 30px;
}

.horizontalnav ul {
	margin: 0 0 0 4px;
	padding: 0;
	height: 30px;
}

.horizontalnav li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #ffffff;
}

.horizontalnav  a {
	color: #ffffff;
	line-height: 30px;
	margin: 0;
	padding: 7px 10px 7px 10px;
	border-left: 1px solid #404040;
	border-right: 1px solid #959595;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 5px;
}

.horizontalnav  a:hover {
	text-decoration: none;	
}

.horizontalnav li.current_page_item a {
	background: url(images/menu-hilight.jpg) repeat-x;
}

.horizontalnav li a:hover {
	background: url(images/menu-hilight.jpg) repeat-x;
}

/* Content Wraper */

#wrapper {
	clear: both;
}

/* Content */

#content {
	width: 575px;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 10px 5px 10px;
}

div.post {
	margin-bottom: 20px;
	margin-left: 2px;
	margin-top: 10px;
	background: url(images/post.jpg) repeat-y;
	width: 575px;
}

div.page {
	padding: 0 10px;
	margin: 10px 0 0 0;
}

.post p {
	padding: 0 15px;
}

.post a, .page a {
	font-weight: bold;
}

.post h3, .post h4  {
	padding: 0 0 0 15px;
}

.post p.suffix {
	background: url(images/suffix.jpg) bottom no-repeat;
	margin: 0;
	padding: 5px 15px;
	color: #000;
	font-size: 0.8em;
}

.post p.suffix a {
	color: #fff;
}

div.page div.entry {
	border-bottom: 1px solid #555555;
}

#content h2 {
	font-size: 1.4em;
	background: url(images/title.jpg) no-repeat;
	padding: 5px 15px;
	margin: 0;
}

#content h2 a {
	color: #fff;
	text-decoration: none;
}

#content h2 a:hover {
	color: #000;
}

#content h2.pagetitle {
	background-image: none;
	padding: 0;
	border-bottom: 1px solid #ababab;
}

#content .centre {
	background-image: none;
	text-align: center;
}

#content h2.centre {
	padding: 40px 0 0 0;
}


#content h3.title {
	border-bottom: 1px solid #ababab;
	padding-bottom: 2px;	
}


#content p {
	line-height: 16px;
}

/* Gallery Styles */

div.gallery {
	padding: 10px 0 0 0;
	margin: 0;
	clear: both;
	border-top: 1px solid #999999;
	font-size: 0.9em;
	height: 190px;
}

div.gallery p {
	margin: 0;
	padding: 0 0 7px 20px;
}

div.gallery p img {
	margin: 0 10px 0 0;
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #ababab;
}

div.gallery h3 {
	font-size: 1.2em;
	color: #008000;
	margin: 0 0 3px 0; 
	padding: 3px;
}

div.leftgallery {
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
}

div.rightgallery {
	padding: 0;
	margin: 0;
}

/* Links Category Styles */

div.linkscat {
	padding: 0 5px 0 5px;
	margin: 10px 0 10px 0;
	height: 74px;
	border: 1px solid #999999;
	font-size: 0.9em;
	cursor: pointer;
}

div.linkscat:hover {
	background: #ccff9b;
}

div.linkscat p {
	margin: 0;
	padding: 5px 0 0 0;
}

div.linkscat p img {
	margin: 0;
	padding: 0;
}

div.linkscat h3 {
	font-size: 1.2em;
	color: #008000;
	margin: 0; 
	padding: 5px 0 0 0;
}

div.leftlinkscat {
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
}

div.rightlinkscat {
	padding: 0;
	margin: 0;
}

/* links Styles */

div.links {
	padding: 0;
	margin: 0;
	border-top: 1px solid #999999;
	font-size: 0.9em;
	height: 140px;
}

div.links p {
	margin: 0;
	padding: 5px 0 0 0;
}

div.links p img {
	margin: 0;
	padding: 0;
}

div.links h3 {
	font-size: 1.2em;
	color: #008000;
	margin: 0; 
	padding: 18px 0 0 0;
}

div.leftlinks {
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
}

div.rightlinks {
	padding: 0;
	margin: 0;
}

/* Images */

.page img, .post img {
/*	border: 1px solid #333;*/
	padding: 0 0 0 5px;
	margin: 0;
}

.post a img, .page a img {
	border: none;
	
}

.post img.leftimage {
	float: left;
	padding: 0 5px 2px 0;
	margin: 0;
}

.post img.rightimage {
	float: right;
	padding: 0 0 2px 5px;
	margin: 0;
}

img.picto {
	float: left;
	padding: 0 5px 0 0;
}


.post img.wp-smiley, .page img.wp-smiley  {
	border: 0px;
	padding: 0;
	margin: 0;
}

/* Sidebar */

#sidebar-wrap {
	width: 360px;
	float: right;
}

#sidebar-wrap img {
	border: none;
	text-align: center;
}

#sidebar-wrap a img {
	border: none;
}

#sidebar-wrap ul {
	margin: 0;
	padding: 0;
}

#sidebar-wrap li {
	list-style: none;
}

/* Left Sidebar */

#left-sidebar {
	padding: 0 5px 5px;
	float: left;
	width: 165px;
	font-size: 0.9em;
}

#left-sidebar h2 {
	background: url(images/sidebar-header.gif) no-repeat top left;
	color: #fff;
	font-size: 1.1em;
	padding: 3px 0 7px 22px;
	margin: 5px 0 2px 0;
}

#left-sidebar ul {
	padding-bottom: 10px;
}

#left-sidebar li {
	padding: 0 0 0 5px;
}

#left-sidebar li ul li {
	padding-left: 5px;
}

#left-sidebar a {
	color: #009900;
	font-weight: bold;
}

#left-sidebar li a {

	padding: 5px 0 5px 20px;
	line-height: 18px;
}

#left-sidebar ul.subscribe li a {
	background: url(images/feed.gif) no-repeat left;	
}

#left-sidebar ul.category li a {
	background: url(images/category.gif) no-repeat left;	
}

#left-sidebar ul.archives li a {
	background: url(images/calendar.gif) no-repeat left;	
}

#left-sidebar ul.sub-pages li a {
	background: url(images/page.gif) no-repeat left;	
}

#left-sidebar ul li.page_item a {
	background: url(images/page.gif) no-repeat left;	
}

#left-sidebar ul.tag-list li a {
	background: url(images/clock.gif) no-repeat left;	
}

#left-sidebar div.tile_body li a {
	background: url(images/clock.gif) no-repeat left;	
}

#left-sidebar div.tile_body li a {
}

#left-sidebar ul li.recentcomments {
	background: url(images/comment.gif) no-repeat top left;
	padding: 0 0 5px 20px;
	margin: 0 0 0 5px;
}

#left-sidebar ul li.recentcomments a {
	background: none;
}

#left-sidebar div#calendar_wrap a {
	background: none;
	padding: 0;
	margin: 0;
}

#left-sidebar div#calendar_wrap {
	padding: 0 10px 0 10px;
	text-align: center;
}

#left-sidebar div.textwidget a {
	background: none;
	padding: 0;
	margin: 0;
}

#left-sidebar ul.comments li a {
	padding: 0;
	margin: 0;
}

#left-sidebar ul.xoxo li a {
	background: url(images/category.gif) no-repeat left;	
}

#left-sidebar ul li a {
	background: url(images/page.gif) no-repeat left;	
}

/* Right Sidebar */

#right-sidebar {
	padding: 0 12px 0 5px;
	float: right;
	width: 160px;
	color: #ffffff;
	font-size: 0.8em;
}

#right-sidebar h2 {
	font-size: 1.1em;
}

#right-sidebar a {
	color: #00ff00;
}

#right-sidebar li {
	padding: 0 5px 5px 0;
}

#right-sidebar p {

}

/* Footer */

#footer {
	clear: both;
	background: url(images/footer.jpg);
	height: 53px;
	text-align: center;
}

#footer p {
	color: #000;
	padding: 15px 0;
	font-weight: bold;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

/* Post Navigation */

.postnav {
	height: 20px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.postnav a {
	color: #008000;
	text-decoration: none;
}

.postnav a:hover {
	text-decoration: underline;
}

/* Comment Form */

#commentform {
	background-color: #ebebeb;
	padding: 5px 0 5px 10px;
	border: 1px solid #808080;
	margin: 0 0 10px 0;
}

#author {
	border: 1px solid #808080;
	width: 250px;
	background-color: #f9f6e6;
}

#email {
	border: 1px solid #808080;
	width: 250px;	
	background-color: #f9f6e6;
}

#url {
	border: 1px solid #808080;
	width: 250px;	
	background-color: #f9f6e6;
}

#comment {
	width: 550px;
	border: 1px solid #808080;
	background-color: #f9f6e6;
}

/* Comment List */

ol.commentlist {
	background-color: #f9f6e6;
	padding: 5px 5px 5px 5px;
	border: 1px solid #808080;
}

.commentlist li {
	background: #fffff0;
	padding: 5px;
	margin: 5px;
	border: 1px solid #808080;
	font-size: 0.9em;
}

.commentlist li a {
	font-weight: bold;
}

ol.commentlist ul.children li {
	list-style: none;
	margin: 10px 0 10px -23px;
	padding: 5px 0 10px 10px;
	border: none;
	border-left: 1px solid #33cacc;
	border-top: 1px solid #33cacc;
	border-bottom: 1px solid #33cacc;
	font-size: 1em;
}

div.reply {
	margin: 0 0 5px 0;
}

a.comment-reply-link {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #d4d4d4;
	padding: 4px;
	text-decoration: none;
	background: #f3f3f3;
	font-weight: normal;
}

a.comment-reply-link:hover {
	background: #c0c0c0;
	border: 1px solid #949494;
	color: #ffffff;
}

ol.commentlist p {
	clear: both;
}

div.comment-author {
	font-size: 1.4em;
}
 
img.avatar {
	float: left;
	border: 1px solid blue;
	padding: 1px;
	margin: 4px;
}

/* Search Box Widget*/

#searchform {
	padding: 5px 0 10px 0;
}

input#searchbox {
	width: 110px;
}

/* Site Map and Archives page template */

#archivespage {
	margin: 0;
	padding: 0;
}

#archivespage ul {
	margin: 0 0 0 50px;
	padding: 0;
}

#archivespage ul ul {
	margin: 0 0 0 0;
	padding: 0;
}

#archivespage li {
	line-height: 25px;
	padding: 0 0 0 5px;
	margin-left: 12px;
	list-style: square;
}

#archivespage li li {
	list-style: disc;
}

#archivespage li li li {
	list-style: circle;
}

#archivespage h3 {
	padding: 3px;
}

/* Various Styles */

.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

p.center-spaced {
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	font-weight: bold;
	color: #666666;
}

.center-spaced a {
	padding: 10px;
	font-size: 1.1em;
	text-decoration: none;
}

.center-spaced a:hover {
	text-decoration: underline;
}

#content .page h3.gallery-title {
	background-image: none;
	font-size: 1.3em;
}

