/*
Theme Name: CMS Pro Clean
Theme URI: http://www.aldolat.it/archivio/wordpress-themes/cms-clean-pro/
Description: A WordPress Theme as a CMS.
Version: 1.6.1
Author: Aldo Latino
Author URI: http://www.aldolat.it/
Tags: black, gray, red, white, 2.7-ready, fixed width, two columns, widgets
*/


/************************************************************* BASIC ELEMENTS */

@import url("js/superfish.css");

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px Candara, 'Trebuchet MS', Trebuchet, Helvetica, Sans-serif;
	color: #3d3d3d;
	min-height: 800px;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

a, a:active, a:visited {
	color: #d45500;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

small {
	font-size: 0.857em;
}

hr {
	border: 0;
	border-bottom: 1px dotted #999;
	margin: 10px 0;
	clear: both;
}


/*********************************************************************** WRAP */

#wrap {
	width: 960px;
	margin: 10px auto;
	background-color: #fff;
}


/********************************************************************* HEADER */

#header {
	width: 940px;
	height: 200px;
	padding: 0 10px;
	position: relative;
	z-index: 10;
}

#pages {
	position: relative;
	z-index: 100;
	width: 940px;
	top: 10px;
}

#categories {
	position: absolute;
	width: 940px;
	bottom: -1px;
	border-bottom: 1px solid #ccc;
	z-index: 99;
}

#logo {
	position: absolute;
	top: 90px;
}

#logo img {
	position: relative;
	top: -5px;
}

#logo h1 a {
	font-size: 1.286em;
	font-weight: normal;
	color: #d45500;
}

#logo .description {
	font-size: 1.143em;
	font-style: italic;
}

#top-header {
	font-size: 0.929em;
	padding: 5px 10px;
	color: #d4ceb4;
	height: 20px;
	width: 920px;
	margin: 0 auto;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	position: relative;
	z-index: 100;
}

#date {
	text-align: right;
}

#feeds {
	float: right;
	margin-top: -1px;
}


/***************************************************************** BREADCRUMB */

#breadcrumb {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 15px;
	text-align: right;
	font-size: 0.857em;
}


/******************************************************************** CONTENT */

#center-wrap {
	width: 960px;
	margin: 0 auto;
	background: transparent url('images/center-wrap-bg.gif') repeat-y 0 0;
}

#content {
	width: 620px;
	float: left;
	margin: 0 10px;
}


/************************************************************* POSTS ELEMENTS */

#posts-container {
	width: 620px;
	margin: 0 0 10px;
}

#posts-container-full  {
	width: 920px;
	margin: 0 0 10px;
}

#content h2.page-h2 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 2.286em;
	font-weight: normal;
}

.featured-h2 {
	margin-right: 60px;
}

#content h2, #content .pagetitle {
	font-size: 2em;
	margin-bottom: 5px;
	color: #3d3d3d;
	border: 0 none;
	font-weight: normal;
}

#content .pagetitle {
	font-size: 1.429em;
	margin-bottom: 20px;
}

#content #posts-container-full h2 {
	text-align: center;
	font-size: 1.7143em;
	font-variant: small-caps;
	text-transform: lowercase;
	margin-right: 0px;
	margin-bottom: 18px;
}

#content #posts-container-full h2 a {
	font-size: 1.143em;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: 1px;
}

#content h3, #content h3 a {
	font-size: 1.429em;
	margin: 20px 0 10px;
}

#content h4, #content h4 a {
	font-size: 1.286em;
	margin: 20px 0 10px;
}

#content h5, #content h5 a {
	font-size: 1.214em;
	margin: 20px 0 10px;
}

#content h6, #content h6 a {
	font-size: 1.143em;
	margin: 20px 0 10px;
}

.category {
	background-color: #D4CEB4;
	padding: 5px 8px;
	margin-bottom: 5px;
	color: #68634E;
	clear: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.category a {
	color: #68634E;
}

#homepage-left .category,
#homepage-right .category,
#homepage-bottom .category {
	float: left;
	margin-bottom: 10px;
}

.postmeta {
	margin-bottom: 20px;
	font-size: 0.929em;
}

.post, .page {
	min-height: 100px;
	margin-bottom: 40px;
	position: relative;
	z-index: 5;
}

.entry {
	overflow: hidden;
}

.entry p, dl, dt, dd, .entry ol, .entry ul, table {
	font-size: 1.143em;
}

.entry p {
	margin-bottom: 10px;
	line-height: 1.36em;
}

.entry ol li {
	margin-left: 30px;
	line-height: 1.36em;
}

.entry ul li {
	background: transparent url('images/bullet_black.png') no-repeat 0 0;
	padding-left: 20px;
	margin-left: 10px;
	list-style: none;
	line-height: 1.36em;
}

.postmetadata {
	border-top: medium double #bbb;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 0.857em;
	clear: both;
}

.sticky-badge {
	background-color: #d45500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
	float: right;
	margin-bottom: 5px;
	color: #ffe6d4;
}

.date, .author, .comments-badge, .edit {
	float: right;
	clear: right;
	margin-bottom: 5px;
}

blockquote {
	background: transparent url('images/blockquote.png') no-repeat;
	margin-left: 30px;
	padding: 10px 0 0 40px;
}


/**************************************************************** HOME STYLES */

#homepage-top {
	width: 620px;
	margin: 0 0 15px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#homepage-left, #homepage-right {
	float: left;
	width: 300px;
	margin: 0 10px 10px 0;
	font-size: 0.929em;
}

#homepage-right {
	margin: 0 0 10px 10px;
}

#homepage-bottom {
	width: 620px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#content #homepage-top h2 {
	font-size: 1.57em;
	margin-bottom: 16px;
}

#content #homepage-left h3 a,
#content #homepage-right h3 a {
	font-size: 1em;
	font-weight: bold;
}

#content #homepage-left h3,
#content #homepage-right h3 {
	margin-bottom: 5px;
}

#content #homepage-bottom h3 {
	margin-bottom: 2px;
}

#content #homepage-bottom h3 a {
	font-size: 1.286em;
	font-weight: normal;
}

.others a {
	font-size: 1em;
	color: #3d3d3d;
	text-transform: lowercase;
	letter-spacing: 0.5px;
	font-variant: small-caps;
}

#homepage-top .post {
	min-height: 175px;
}

#homepage-top .post, #homepage-left .post,
#homepage-right .post, #homepage-bottom .post {
	margin-bottom: 0;
}

#homepage-top .sticky {
	margin-bottom: 10px;
}

.homepage-top-image {
	max-width: 150px;
	height: auto;
	float: left;
	margin-right: 10px;
	border: 1px solid #777;
	padding: 5px;
	text-align: center;
	background-color: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.homepage-center-image {
	max-width: 80px;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #777;
	padding: 3px;
	text-align: center;
	background-color: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.homepage-bottom-image {
	max-width: 110px;
	height: auto;
	float: left;
	margin-right: 10px;
	border: 1px solid #777;
	padding: 3px;
	text-align: center;
	background-color: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#homepage-top p {
	font-size: 1.143em;
	line-height: 1.36em;
}

#homepage-left p, #homepage-right p {
	font-size: 1em;
	line-height: 1.28em;
}

#homepage-bottom p {
	font-size: 1.071em;
	line-height: 1.28em;
}

.read-more {
	font-size: 0.857em;
}

.metadata {
	position: absolute;
	left: -110px;
	width: 100px;
	height: auto;
	text-align: right;
	font-size: 0.857em;
	border-bottom: 1px solid #ccc;
}


/******************************************************************** SIDEBAR */

#sidebar {
	width: 300px;
	float: left;
	margin: 0 10px;
	font-size: 0.95em;
	line-height: 1.2em;
}

#sidebar-left {
	float: left;
	width: 140px;
	margin: 0 10px 0 0;
}

#sidebar-right {
	float: left;
	width: 140px;
	margin: 0 0 0 10px;
}

#sidebar-bottom {
	width: 300px;
	float: left;
}

#sidebar .widget {
	margin: 0 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

#sidebar-left .widget, #sidebar-right .widget {
	margin-bottom: 20px;
	overflow: hidden;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
}

#sidebar ul ul ul {
	margin-left: 10px;
}

#sidebar h2, #sidebar h2 a, #sidebar h2.widgettitle a {
	font-size: 0.929em;
	text-transform: uppercase;
}

#sidebar h2, #sidebar h2 a {
	color: #555;
	margin-bottom: 10px;
}

#sidebar h3 {
	margin-bottom: 10px;
}

#sidebar li a, #sidebar p {
	font-size: 0.929em;
	line-height: 1.36em;
	color: #3d3d3d;
}

form#subscribe {
	margin-top: 10px;
}

.textwidget {
	font-size: 0.929em;
}

#sidebar input#s {
	width: 225px;
}

#sidebar ul.feeds li {
	margin-left: 0;
	float: none;
}

#sidebar ul.feeds li a {
	font-weight: bold;
}

#sidebar ul#twitter_update_list li {
	background: transparent url('images/bullet_black.png') no-repeat 0 0;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}

#sidebar .social-img {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 1px;
}

.author-image {
	width: 70px;
	height: 70px;
	float: left;
	margin: 0 10px 0 0;
}

#sidebar ul.feeds {
	list-style: none;
}

#sidebar ul.feeds li {
	background: transparent url('images/feed-icon-14x14.png') no-repeat 0 4px;
	padding: 3px 0px 3px 20px;
	margin-left: 0px;
	list-style-type: none;
}


/********************************************************************* FOOTER */

#footer {
	clear:both;
	width: 940px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	margin: 50px auto 0px;
}

#footer p {
	font-size: 0.929em;
	line-height: 1.36em;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 0.3px;
	color: #000;
}

#footer a {
	color: #000;
}


/***************************************************************** NAVIGATION */

.navigation {
	font-size: 0.857em;
	margin: 20px 0;
}

.pagination {
	font-size: 0.929em;
}


/******************************************************************* COMMENTS */

ol.commentlist {
	color: #000;
	list-style-type: none;
	margin-top: 15px;
}

.commentlist li {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 10px;
}

.alt1 {
	border: 1px solid #D3CAAA;
	background: #F4F0E3;
}

.alt2 {
	border: 1px solid #D3CAAA;
	background: #F2F1ED;
}

.even {
	border: 1px solid #D3CAAA;
	background: #F4F0E3;
}

.odd {
	border: 1px solid #D3CAAA;
	background: #F2F1ED;
}

.byuser {
	border: 1px solid #D3CAAA;
	background-color: #F9F7CB;
}

h3#comments {
	font-size: 1.286em;
	color: #3d3d3d;
	margin-top: 40px;
}

.commenttext, .comment {
	color: #3C3C3C;
	margin-top: 10px;
	font-size: 1em;
	line-height:22px;
}

.pingback {
	font-size: 0.929em;
	line-height:20px;
	color: #3C3C3C;
}

.comment p {
	margin-bottom: 10px;
}

.commenttext blockquote p {
	margin-top: 0px;
}

.commentauthor {
	font-size: 1.143em;
	color: #444;
	margin-bottom: 10px;
}

.commentdate, .comment-meta, .reply,
.cancel-comment-reply, .cancel-comment-reply-link {
	font-size: 0.786em;
}

.comment-meta {
	margin-bottom: 20px;
}

.nocomments {
	text-align: center;
	line-height: 1.5em;
}

#respond, h3#trackbacks {
	font-size: 0.857em;
}

.trackback {
	font-size: 1em;
}

.comments_rss {
	background-image: transparent url('images/rss.png') no-repeat 0 -2px;
	padding: 0px 0px 0px 22px;
	list-style-type: none;
	margin-top: -13px;
	font-size: 0.929em;
}

.commenttext ul,
.commenttext ul li,
.commenttext ul ul,
.commenttext ol,
.commenttext ol li {
	margin: 0px;
	padding: 0px;
}

.commenttext ul, .commenttext ol {
	margin: 0 0 10px 30px;
}

.commenttext ul li {
	list-style-type: none;
	list-style: disc outside url('images/bullet_black.png');
}

.commenttext ul ul li {
	list-style-type: none;
	list-style: disc outside url('images/bullet_black.png');
}

.commenttext ol li {
	list-style: decimal outside;
}

#commentform #submit {
	margin-top: 10px;
	float: right;
	font-size: 1.143em;
}

img.avatar {
	float: right;
	margin-left: 10px;
}

.comment-author {
	line-height: 16px;
}

textarea#comment {
	width: 99%;
	font-size: 1.143em;
}

input#author, input#email, input#author, input#url {
	width: 300px;
	font-size: 1.143em;
	padding: 5px;
}


/******************************************************************* CALENDAR */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 280px;
	font-size: 1em;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	font-weight: bold;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	text-transform: capitalize;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar thead {
	text-align: center;
}



/******************************************************** WP-CAPTION & IMAGES */

.wp-caption {
	border: 1px solid #777;
	padding-top: 5px;
	text-align: center;
	background-color: #eee;
	max-width: 618px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.wp-caption:hover {
	border-color: #bbb;
}

p.wp-caption-text {
	font-size: 0.857em;
	line-height: 1.2em;
	margin: 5px;
	color: #3d3d3d;
}

.gallery-caption {
	font-size: 0.857em;
	padding: 0 10px;
}

.attachment-image, .caption {
	text-align: center;
}

.attachment-thumbnail {
	border: 2px solid #777;
}

img.attachment-full {
	max-width: 940px;
	height: auto;
}

img.size-full {
	max-width: 620px;
	height: auto;
}

.gallery img {
	border: 2px solid #777;
}

.gallery img:hover, .attachment-thumbnail:hover {
	border-color: #bbb;
}

.caption {
	margin: 15px 0 10px;
}

.image-metadata {
	border-bottom: 4px double #bbb;
	margin: 25px 0;
	padding-bottom:25px;
}

ul.bullet li {
	list-style-type: none;
	background: transparent url('images/bullet_black.png') no-repeat 0 1px;
	padding-left: 20px;
}

.att-img-70, .att-img-110 {
	border: 1px solid #999;
}

img.wp-smiley {
	position: relative;
	top: 2px;
	margin: 0 2px;
}


/************************************************************************ ADS */

#adsense468 {
	position: absolute;
	top: 80px;
	right: 10px;
	z-index: 80;
	width: 468px;
	height: 60px;
}

#adsense728 {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	padding: 10px 0 25px;
}


/************************************************************** VARIOUS STUFF */

pre, code, tt {
	font-family: Consolas, 'Lucida Console', 'Courier New', Monospace;
}

pre, code {
	background-color: #eaeaea;
	border: 1px solid #ccc;
	padding: 5px;
	display: block;
	margin: 5px 0 10px;
	font-size: 1em;
}

tt {
	background: #eaeaea;
	padding: 2px 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.search-terms {
	font-weight: bold;
}

.featured-badge {
	position: absolute;
	top: -15px;
	right: 0px;
	z-index: 10;
	background: transparent url('images/featured.png') no-repeat;
	width: 48px;
	height: 48px;
}


/******************************* CODE IS POETRY *******************************/
