/*
Theme Name: Subbo
Theme URI: http://rieducationalblog.it/data/subbo.zip
Description: Il tema subbaqquo old style del <a href="http://rieducationalblog.it/">RieducationalBlog</a>.
Version: 1.0
Author: Marco Angelucci
Author URI: http://rieducationalblog.it/
Tags: orange, old style cartoon, fixed width, two columns, widgets

	Sub-theme v1.0
	http://rieducationalblog.it/data/subbo.zip

	This theme was designed and built by Marco Angelucci,
	whose blog you will find at http://rieducationalblog.it/

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

*/


/* Tag HTML di base */

body {
	margin: 0px;
	padding: 0px;
	background-color: #f4722b;
}

a {
	color: #3e3e3e;
	text-decoration: underline;
}

a:visited {
	color: #7b0101;
	text-decoration: underline;
}

a:hover {
	color: #b73030;
	text-decoration: underline;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	margin-left: 15px;
	padding-left: 8px;
	padding-right: 10px;
}

li { 
	margin: 0px;
	padding: 0px;
}

ul { 
	margin: 0px;
	padding: 0px;
}

.hidden {
	position: absolute !important;
	left: 0px;
	top: -500px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

.clear {
	clear: both;
	}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	text-align:left;
}

.alignrigt {
	text-align:right;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}

.resize {
	max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #f5e5c1;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #666;
	padding: 6px;
}
.wp-caption img {
	border-color: #666;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #fff;
	border-color: #666;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #666;
}

/* Stile del titolo dei post */

h1 {
	margin: 0px;
	padding-left: 20px;
	font-size: 22px;
	font-family: verdana;
	font-weight: bold;
	background: url("images/virgolette.jpg") no-repeat;
}

h1 a,
h1 a:visited { 
	text-decoration: none;
	color: #f5e5c1;
}

h1 a:hover,
h1 a:visited:hover { 
	text-decoration: underline;
	color: #f5e5c1;
}

/* Stile del titolo dei commenti */

h7 {
	margin: 0px;
	padding-left: 10px;
	font-size: 22px;
	font-family: verdana;
	font-weight: bold;
	color: #f5e5c1;
}

/* Stile del sottotitolo (data, ecc.) e dei commenti */

h4 {
	margin: 0px;
	padding-left: 10px;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	color: #f5e5c1;
}

h4 a,
h4 a:visited,
h4 a:hover,
h4 a:visited:hover { 
	text-decoration: underline;
	color: #f5e5c1;
}

/* Stile del testo dei post*/

h3 {
	margin: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: verdana;
	text-align: justify;
	color: #3e3e3e;
}

h3 ul { 
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: disc inside;
}

h3 ol { 
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: decimal inside;
}

/* Stile di testo dei titoli nella sidebar */

h2 {
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: underline;
	color: #3e3e3e;
	background: url("images/content-title-background.jpg");
}

/* Stile del testo nella sidebar */

h5 {
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
	color: #f4722b;
}

h5 a,
h5 a:visited,
h5 a:hover,
h5 a:visited:hover { 
	text-decoration: none;
	color: #f4722b;
}

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

/* Stile del testo nel footer */

h6 {
	font-size: 12px;
	text-align: right;
	font-family: verdana;
	font-weight: bold;
	color: #f5e5c1;
}

/* Header e sfondo relativo */

#header {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 280px;
	width: 1024px;
	background: url("images/header.jpg") no-repeat;
}

#header-background {
        margin: 0px;
        padding: 0px;
	background: url("images/header-background.jpg") repeat-x;
}

/* Menu di navigazione */

#navmenu { 
	clear: both;	
	margin: 0px;
	padding-left: 255px;
	padding-top: 242px;
	list-style: none;
	list-style-image: none;
}
#navmenu a { 
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	text-transform: uppercase;
	color: #f5e5c1;
	float: left;
	line-height: 32px;
	margin-right: 3px;
	text-decoration: none;
	vertical-align: middle;
	padding: 0 10px;
}
#navmenu a:hover {
	color: #f5e5c1;
	text-decoration: underline;
}

#navmenu li {
	display: inline;
	list-style: none;
}
#navmenu ul {
	margin: 0px;
	padding: 0px;
}

/* Contenitore del corpo del blog (content + sidebar) */

#main {
	margin: 0px;
    margin-left: auto;
    margin-right: auto;
	padding: 0px;
	width: 90%;
}

/* Contenitore dei post */

#content {
	width: 73%;
	float: left;
	background-color: #f4722b;
	border-left: 10px solid #f4722b;
	border-right: 10px solid #f4722b;
}

/* Navigazione tra i post */

#nav {
	width: 100%;
	overflow:hidden;
	margin: 0px;
	padding-left: 0px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-family: verdana;
	color: #3e3e3e;
}

/* Barra laterale */

#sidebar {
	width: 23%;
	float: right;
	text-align: center;
	background-color: #f5e5c1;
}

#searchform {
	height: 30px;
	border-top: 10px solid #f4722b;
 	border-bottom: 20px solid #f4722b;
	font-family: verdana;
	background: #f4722b url("images/search.jpg") no-repeat;
}

#stextform {
	width: 150px;
	font-family: verdana;
	vertical-align: middle;
	background-color: #f5e5c1;
	border: 1px solid #3e3e3e;
}

/* Spaziatori */

#liner {
	height: 20px;
	width: 100%;
}

#both {
	clear: both;
}

#content-divider {
	height: 50px;
	width: 100%;
}

/* Footer */

#footer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 70px;
}

img#wpstats{display:none}

/* Commenti */

form { 
	margin: 0px;
	padding: 0px;
}

span.post-comments { 
	background: url(images/mini-comments.gif) no-repeat;
	float: right;
}

.commentlist {
	margin: 10px;
	padding: 10px;
	border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e; 
}

.closedcomments {
	float: right;
	text-decoration: underline;
}

#comments, #respond { 
	border-left: 2px solid #f5e5c1;
	border-bottom: 2px solid #f5e5c1; 
	clear: both;
	margin: 0px;
	padding: 0px;
}

#comments ol {
	margin: 0px;
	list-style: decimal inside;
}

#commentform {
	font-family: verdana;
	margin-top: 10px;
}
#commentform #submit { 
	background: url(images/btn-black.jpg) no-repeat;
	border: none;
	color: #f5e5c1;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
	font: bold 12px verdana;
	height: 30px;
	width: 100px;
}
#commentform input {
	background-color: #f5e5c1;
	border: 1px solid #3e3e3e;
	margin-top: 3px;
	padding: 3px;
	width: 200px; }
#commentform label {
	color: #3e3e3e;
	font-size: 87%;
}
#commentform textarea { 
	background-color: #f5e5c1;
	border: 1px solid #3e3e3e;
	height: 115px;
	margin-top: 3px;
	padding: 2px;
	width: 478px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background-color: #ffffff;
}

