/*
 Theme Name: Designsrl WpTheme
 Theme URI: http://www.designsrl.com
 Description: Tema del blog di Designsrl.
 Version: 1
 Author: Fabrizio
 Author URI: http://www.borgocreativo.it/
 Tags: black, fixed width, one columns, widgets
 
 This theme was designed and built by Fabrizio
 
 The CSS, XHTML and design is released under GPL:
 http://www.opensource.org/licenses/gpl-license.php
 */
/* Reset CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */

a img {
	border: none;
}
a {
	text-decoration:none
}
/*Regolegenerali*/

.alignright {
	float: right;
}
.alignleft {
	float: left
}
h2.pagetitle {
	font-size: 1.6em;
	padding:5px;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
a, a:visited {
	color: #696969;
	text-decoration:none;
}
a:hover {
	color: #fff;
}
a:active, a:focus {
	outline:none;
}
/* STruttura base */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}
#page {
	width: 980px;
	margin: 0 auto;
}
hr {
	display: none;
}
.headEffect {
	display: block;
	position: absolute;
	width: 50%;
	top: 85px;
	right: 0;
	height: 170px;
	background-color: #222222;
	text-align:left;
}
#content {
	margin-top: 380px;
	position:relative;
	text-align:left;
}
#header {
	text-align: left;
}
#footer {
	width:630px;
	margin:0 auto;
	color:#999
}
#footer a, #footer a:visited {
	color:#999
}
#footer a:hover {
	text-decoration:underline;
}
#logo a {
	position:absolute;
	top: 60px;
	height: 24px;
	width: 196px;
	background: url(images/logo-blog.gif) no-repeat;
	text-indent:-9999px;
}
.description {
	display:none;
}
#designsrl {
	display:block;
	position:relative;
	left: 237px;
	top:170px;
	width:250px;
	height:70px;
	background-color: violet;
	background: url(images/logo.gif) no-repeat;
	text-indent:-9999px;
}
#sidebar {
	width:980px;
	height:170px;
	position:absolute;
	top:85px;
	left:50%;
	margin-left:-490px;
}
#sidebar ul {
	list-style:none;
}
#sidebar #pages-2 {
	position:relative;
	overflow:hidden;
	width:288px;
	height:170px;
	float:left;
	background: url(images/bkg_head_pagine.gif) repeat;
}
#sidebar .widget_categories {
	position:relative;
	overflow:hidden;
	width:230px;
	height:170px;
	float:left;
	background: url(images/bkg_head_categorie.gif) repeat;
}
#sidebar #archives-2 {
	position:relative;
	overflow:hidden;
	width:160px;
	height:170px;
	float:left;
	background: url(images/bkg_head_pagine.gif) repeat;
}
#sidebar #slideshow {
	position:relative;
	overflow:hidden;
	width:300px;
	height:170px;
	float:left;
	background: url(images/bkg_head.jpg) no-repeat;
}
#sidebar #slideshow h2 {
	display:none;
}
#sidebar ul li h2 {
	position:absolute;
	bottom:-6px;
	right: 15px;
	font-size:18px;
	color:#000000;
	text-transform:uppercase;
}
#sidebar .widget ul li {
	text-align:right;
	font-size:10px;
	margin-right:15px;
}
#sidebar .widget ul li a {
	text-transform: uppercase;
	color:#646464;
}
#sidebar .widget ul li a:hover {
	color:#fff;
}
#sidebar .widget ul li.current_page_item a {
	color:#FFF;
}
#content .post {
	min-height:240px;
	height:auto !important;
	height:240px;
	position:relative;
	text-align:left;
	margin-bottom:40px;
}
#content .post h2 {
	width:300px;
	height:240px;
	position:absolute;
	top:0;
	right:0;
	padding-top:58px;
	overflow:hidden;
	font-size:20px;
	color:#696969;
	font-family:Georgia;
}
#content.single .post h2 {
	width:290px;
	padding-top:0px;
}
#content.page .post h2 {
	width:290px;
	top:-5px;
	padding-top:0px;
}
#content .post h2 a, #content .post h2 a:visited {
	color:#696969;
}
#content .post h2 a:hover {
	color:#fff
}
#content .post .date {
	width:300px;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	border-bottom:1px solid #2D2D2D;
	padding:5px;
	text-align:right;
}
#content .post .date small {
	width:150px;
	font-size:13px;
	color:#4e4e4e;
	background-color:#1a1a1a;
	padding:2px;
}
#content .post .postmetadata {
	width:300px;
	position:absolute;
	top:30px;
	right:0;
}
#content.single .post .postmetadata {
	width:290px;
	position:absolute;
	top: auto;
	bottom:0;
	right:0;
	font-size:10px;
}
#content .post .postmetadata a {
	color:#fff;
	text-transform:uppercase;
}
#content .post .postmetadata a:hover {
	text-decoration:underline;
}
#content .post .entry {
	width:650px;
	padding-right: 27px;
	font-size:12px;
}
#content.single .post .entry, #content.page .post .entry {
	border-right:1px solid #696969;
}
#content .post.hentry .entry img {
	display:inline;
	background: url(images/bordoimmagini.gif) repeat;
	border: 1px solid #1f1f1f;
	padding:10px;
	margin-right:15px;
	float:left;
}
#content .post .entry .more-link {
	display:block;
	float:left;
	background-color:#1a1a1a;
	text-align: center;
	color:#4e4e4e;
	background-color:#1a1a1a;
	padding:2px;
	margin-top:5px;
}
#content .post .entry .more-link:hover {
	color:#fff;
}
#content .navigation {
	position:absolute;
	top:-40px;
	left:0;
	width:677px;
}
#content #respond {
	width:677px;
	padding: 10px 0;
}
#content #comments {
	padding:5px;
	font-size:15px;
}
/* Begin Comments*/

#comments .alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	background-color:#2D2D2D;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform {
	margin: 5px 10px 0 0;
	color:#fff;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform input.input_grey {
	background-color:#4E4E4E;
	color:#fff;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	background-color:#4E4E4E;
	color:#fff;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: left;
}
/* End Form Elements */



/* FORM FATTI CON PLUGIN*/

.entry .wpcf7 form {
	text-align:left;
	margin-top:40px;
}
