/*  
Theme Name: SoftGray
Theme URI: http://sergiodurzu.ildeposito.org/temi-wordpress/
Description: A soft gray theme for Wordpress, based on my personal site. A soft theme useful for little blogs or personal sites.
Version: 1.0.3
Author: Sergio Durzu
Author URI: http://sergiodurzu.ildeposito.org
Tags: light, two-columns, fixed-width

This theme is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Verdana, Sans;
}

body {
	background-color: #f9f9f9;
}

a {
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	margin-left: 20px;
	margin-bottom: 0px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
	font-style: italic;
	margin-top: 00px;
	margin-bottom: 2px;
}

h2.pagetitle {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	margin-left: 20px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;	
}

h4, h5, h6 {
	margin-left: 20px;
	margin-bottom: 8px;
}

legend, input, select, table, pre, dd, dt {
	margin-left: 20px;
}

pre {
	font-family: monospace;
}

#general {
	background-image: url('images/background_main.png');
	background-repeat: repeat-y;
	width: 777px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#header {
	margin: 0 auto;
	margin-top: 20px;
	width: 777px;
	background-image: url('images/background_header.png');
	background-repeat: no-repeat;
	height: 115px;
	padding-top: 5px;
}

#header img {
	margin-top: 12px;
	margin-left: 14px;
	float: left;
}

#header .blog_title a {
	color: #414141;
	font-size: 44px;
	margin-left: 15px;
	padding-top: 25px;
}

#header .blog_description {
	font-size: 14px;
	margin-left: 15px;
	color: #575757;
}

#main {
	margin: 0 auto;
	width: 777px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#main p {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 13px;
}

#content {
	float: left;
	width: 570px;
	font-size: 13px;
	padding-bottom: 20px;
}

#content  a {
	color: #b20000;
}

#content  a:hover {
	text-decoration: underline;
}

#content  ul {
	list-style: square;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content  ol {
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content  .post_date {
	font-size: 10px;
	color: #424242;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#content  blockquote {
	margin-left: 30px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content  p {
	margin-top: 8px;
}

#content  p.postmetadata {
	font-size: 10px;
	color: #424242;
	margin-left: 30px;
}

#content  #division {
	margin-left: 30px;
	width: 280px;
	margin-top: 4px;
	border-top: 0px solid #b5b5b5;
}

p.navigation {
	margin-right: 40px;
	font-size: 10px;
}

.post {
	margin-top: 25px;
}


#sidebar {
	float: right;
	padding: 6px;
	border-left: 1px solid #CFCFCF;
	width: 150px;	
	line-height: 12px;
}

#searchform1 {
	margin-bottom: 10px;
}

#searchform1 input {
	border: 1px solid #CFCFCF;
	font-size: 11px;
	padding: 1px;
	color: #484848;
}

#searchform1 #searchsubmit {
	font-size: 10px;
	padding: 2px;
	margin-top: 3px;
	border: 1px solid #CFCFCF;
	background-color: #e8e8e8;
	color: #484848;
}

table#wp-calendar{
	width: 100%;
	font-size: 11px;
}

table#wp-calendar a{
	color: #b20000;
}

table#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
}

#sidebar a {
	color: #484848;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 0px;
	margin-bottom: 11px;
}

#sidebar ul li {
	margin-bottom: 0px;
	font-size: 11px;
	margin-left: 4px;
}

#sidebar ul li ul li {
	margin-bottom: 0px;
}

#sidebar h3 {
	font-size: 12px;
	margin-left: 0px;
	color: #444444;
	margin-bottom: 3px;
}

#sidebar ul li h3 {
	font-size: 12px;
	margin-left: 0px;
	color: #444444;
}

#sidebar ul li ul li a {
	font-size: 11px;
	line-height: 13px;
	margin-left: 10px;
	color: #484848;
}

#sidebar ul li a {
	font-size: 11px;
	line-height: 13px;
	margin-left: 4px;
	color: #484848;
}

#sidebar ul li ul li a:hover {
	color: #b20000;
	margin-left: 8px;
}

#footer {
	clear: both;
	margin: 0 auto;	
	width: 777px;
	background-image: url('images/background_footer.png');
	background-repeat: no-repeat;
	height: 91px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 90px;	
}

#footer p {
	padding-top: 25px;
	padding-left: 13px;
}

#footer a {
	color: #282828;
}

#footer a:hover {
	text-decoration: underline;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 0px solid #ccc;
	padding: 10px 0 0;
	font-size: 10px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 0px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 10px;
	margin-left: 20px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 11px;
	border: 1px solid #CFCFCF;
	padding: 1px;
}

.comments-template input {
	border: 1px solid #CFCFCF;
	font-size: 11px;
	padding: 1px;
	color: #484848;
	
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}
