/*
THEME NAME: Sandbox Remixed
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Blueprint Grid framework from the /layout/ folder  */
@import url('layout/blueprint-grid.css');

/* home made typography from the /main/ folder  */
@import url('typography.css');

/* Just some example content */

div#menu {
	height:30px;
	background-color: #bed63a;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
	display:block;
	margin-right:10px;
	text-decoration:none;
	font-family: "Arial Black", Arial;
	font-size: 18px;
	color: #000000;
	text-transform: lowercase;
	letter-spacing: -0.05em;
	margin-left: 10px;
	line-height: 30px;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}
div#footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e6e6e6;
	font-size: 13px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	color: #1a1a1a;
}
.entry-meta {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 10px;
	margin-bottom: 20px;
}
.comment-author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
.comment-meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
div.elenchi ul    {
	list-style-type: none;
	padding-left: 0px;
}
div.elenchi li {
	background-image: url(http://buridda.org/elementes/elenchi.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 26px;
}
.img-left {
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 10px;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.testatina {
	color: #FFFFFF;
	font-family: "Arial Black", Arial;
	font-size: 18px;
	background-color: #57b6dd;
	letter-spacing: -0.05em;
	height: 30px;
	width: 400px;
	margin-bottom: 10px;
	text-transform: lowercase;
	padding-left: 20px;
}
.ornamento-sezioni {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	color: #999999;
	font-weight: bolder;
	/*line-height: 60px;*/
}


/*
div#container,div#primary {
margin-top:2em;
}
*/

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}
