/* @override http://www.stefanocardini.com/now/wp-content/themes/cardini11/style.css */

/*
Theme Name: cardini11
Description: cardini11 theme, made by Lorenzo Gerli
Version: 0.1
*/

/*
here are the css selectors for some of the main classes.
we suggest you use firebug to get the classes of elements which aren't listed here to add styles.
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
}

/* tipografia */
/* famiglie di font */

body, h3, .post-info  {
    font-family:Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
    font-weight: normal;
	font-style: normal;  
}

p, li, #sidebar-widget {
	 font-family: Georgia, "Times New Roman", Times, serif;  
}

/* dimensioni */


body {
	font-size:90%;
	background-image: url(img/bg.png);
	color: #333333;
}

h2 {
	font-size: 195%;
	line-height: 1.2em;
	color: #666666;
}

.search-title h2 {
	font-size: 150%;
	margin-bottom: 15px;
}
.post-content {
	font-size: 105%;
	line-height: 120%
	
}

.post-info {
	font-size: 80%;
	color: #a9a9a9;
}

.post-info a {
	font-style: normal;
	font-weight: normal;
}

.comments-info {
	font-size: 87%;
	text-transform: uppercase;
}

.tag-info {
	font-size: 85%;
	text-transform: none;
}

#sidebar {
	font-size: 93%;	
}

#sidebar-widget.tag {
	line-height: 0.9em;
}



/* allineamenti */

.navigation {
	position: relative;
	float: none;
}

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

.navigation {
	height:16px
}
.navigation .alignleft {
	text-align: left;

}

.navigation .alignright {
	text-align: right;
	right: 0;
	top: 0;
	position: absolute;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

.post-content ul {
	padding: 10px 0 5px 30px;
}

.post-content ul li {
	padding: 0 0 5px 5px;
}

.current-cat a, .current_page_item a, .current-menu-item a {
	background-color: #99FF33;
}

a {
    margin:0;
    padding:0;
	color: #666666;
	text-decoration: none;
}

.post-content a {
    margin:0;
    padding:0;
	color: #90152F;
	text-decoration: none;
}

a:hover {
	background-color: #ddd;
}

#header a:hover {
	background-color: white;
}





/*real css*/

#father-container {
	width:744px;
	margin: 20px auto;
	padding: 0 12px;
	background-color: white;
}

/*header*/
#header {
	margin-bottom: 15px;
}
#blog-title {
}
#blog-description {
}

/*main menu*/
/*right under the header*/

/*main content*/
/*(left column, with posts etc.)*/
#main-content {
	width: 528px;
	float: right;
}
.post, .archive-title {
	margin-bottom: 15px;
}

.separatore-siderbar, .separatore-main {
	margin-bottom: 15px;
}

#japdot {
	height: 3px;
	margin-bottom: 15px;
	background-image: url(img/dot.png);
}

.catdesc {
	margin-bottom: 15px;	
}

.post-content {
	margin-bottom: 9px;
}
.post-content p img {
	margin: 9px 0;
}

.post-info {
	
}
.comments-info {
/*number of comments, links to read/leave comments */
}
.postcomment {
	margin-top:9px;
}

/*sidebar*/
/*(right column, with widgets)*/
#sidebar {
	width:200px;
}
#sidebar-widget {
	margin-bottom:15px;
}
#sidebar ul {
}
#sidebar li {
	list-style-type: none;
}
h3 {
	margin: 0 0 0px 0px;
	line-height: 1.2em;
}
.widget {
}

/*comments*/
/*only present in single post views*/
.commentlist {
	margin: 20px 0 0;
/*the <ul> containing all comments */
}
.comment {
	margin: 0 0 20px;
/*the <li> containing the various comments */
}

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

.commentmetadata {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 90%;
	font-style: italic;
	margin-bottom: 5px

}

.reply {
	margin-top: 5px
}	


#respond {
	margin: 20px 0 0;
}

#commentform p {
	position: relative;
	padding: 5px 0;
	margin: 4px 0;
}

#author, #email, #url{
	position: absolute;
	left: 80px;
	top: 0px;
}

#comment {
	width: 524px;
}

.social {
	margin-top: 10px;
}

.social a{
	margin-right: 15px;
}

.button {
	top: -5px;
	position: relative;
}

/*footer*/
#footer {
	margin-top: 15px;
	width: 744px;
	clear: left;
}

#footer-japdot {
	height: 3px;
	margin: 7px 0;
	background-image: url(img/dot.png);
}

#footer-text {
	font-size: 78%;
	margin-bottom: 1px;
}

.clearfix::after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}