/*
THEME NAME: myCorporateSandbox
DESCRIPTION: This theme is based on <a href="http://www.rubiqube.com/corporate-sandbox/">Corporate Sandbox</a>. It has minimum styling and graphics, making it ideal for corporate blogs
VERSION: 1.0
AUTHOR: <a href="http://www.maverick.it">Valentino Aluigi</a>
AUTHOR URI: http://www.maverick.it
*/

/* IE fixes */
*{
	zoom: 1;
	position:relative;
}

/* Architecture */

body {
	background: #e6e6e6 url('images/background.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2F2F2F;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #f5f5f5;
	position:relative;
}

#shadow-left{
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:650px;
	margin-left:-16px;
	background:url('images/shadow-left.png');
}

#shadow-right{
	position:absolute;
	right:0;
	top:0;
	width:16px;
	height:650px;
	margin-right:-16px;
	background:url('images/shadow-right.png');
}

#valentino-aluigi{
	background:url('images/valentino-aluigi.png') no-repeat;
	line-height:9000px;
	width:430px;
	height:67px;
	overflow:hidden;
	margin:3px 10px 4px 28px;
	float:left;
}

body.lang-it #valentino-aluigi{
	background:url('images/valentino-aluigi-it.png') no-repeat;
}

#wrapper-padding{
	padding:0 10px 0 2px;
}

#top-color{
	width:960px;
	background:url('images/top-colors.png');
	height:12px;
	border-bottom:3px solid #619ACF;
}

#header {
	border-bottom: 2px solid #E5E5E5;
	background-color:#ffffff;
	display:block;
	overflow:hidden;
}

#content {
	margin: 10px 275px 30px 10px;
	background-color:#fff;
	padding:10px 20px 20px 20px;
}

#container {
	float: left;
	width: 100%;
	min-height:450px;
}

#sidebar {
	margin: 10px 0 30px -252px;
	width: 240px;
	float: left;
	overflow: hidden;
}

.widget li, li.widget{
	list-style:none;
}

#sidebar .widget{
	border-bottom:3px dotted #fff;
	padding-bottom:10px;
}
/* Homebar */

#home-bar{
	background-color:#AFDF09;
	margin:0px;
	padding:16px;
	overflow:hidden;
	clear:both;
}

#home-bar li.widget{
	display:block;
	width:auto;
	margin:4px 0px 20px 0px;
	border-left:2px dotted #87AC08;
	font-size:11px;
	float:right;
	padding:10px 20px;
}

/* Footer */

#footer a{
	color:#eee;
}

#footer {
	clear: left;
	width: 920px;
	padding: 16px 20px;
	border-top: 3px solid #EFEFEF;	
	background:#333 url('images/footer.png') repeat-x;
	color:#888;
}

#footerbar{
	overflow:hidden;
	clear:both;
}

body.home #footer{
	border-top: 10px solid #87AC08;	
}

#footerbar li.widget{
	display:block;
	width:auto;
	margin:4px 0px 20px 0px;
	border-left:1px dotted #888;
	font-size:11px;
	float:right;
	padding:10px 20px;
	height:80px;
}

#home-bar li.widget.last{
	float:left !important;
	margin:0;
	padding:0;
	border:0;
}

.last-project img{
	border:3px solid #87AC08;
}

#footerbar li.widget ul{
	margin:16px 10px 10px 20px;
}

#footerbar .widget.social-links img{
	margin:1px 0px;
}

#footerbar li.widget ul li{
	list-style-type:disc;
}

#bottom{
	margin-top:30px;
}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

.entry-content a {
	color: #F57800;
	text-decoration: none;
}

.entry-content a:hover {
	color: #FF0000;
	text-decoration: underline;
}

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	color: #CCCCCC;
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
	width: auto;
	text-align:right;	
}

#menu ul {
	display:block; 
	float:right;
	list-style: none;
	width:auto;
	overflow:hidden;
	position:relative;
	padding-top:15px;
	margin-right:10px;
}

#menu ul li {
	display: inline; 
	margin-right:10px;
}

#menu ul li a{
	line-height:41px;
	height:41px;
	padding: 0px 10px;
	border-bottom:3px solid #fff;	

	color:#000;
	outline:none;
	
	font-size:12px;
	text-transform:uppercase;
	font-family:Trebuchet MS;
	font-weight:bold;
	min-height:41px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#menu ul li.current_page_item a{
	background-color:#F5F5F5;
}


#menu ul li a:hover{
	border-bottom:3px solid #AFDF09;
	text-decoration:none;
	color:#000;
	background-color:#F5F5F5;
}

#blog-title {
	font-size: 250%;
	font-weight: normal;
	margin: 40px 0 0 20px;
}

#blog-title a {
	color: #333333;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-bottom: 60px;
}

.entry-title {
	width: auto;
	font-weight: normal;
	font-size: 160%;
}

.entry-comments {
	float: right;
	margin-right:20px;
}

.entry-comments a{
	color:#7EC028;
}

.entry-comments a:hover{
	color:#AFDF09;
}

.entry-title a {
	color: #7EC028;
}

.entry-title a:hover {
	color: #AFDF09;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-meta {
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
}

.entry-content p {
	line-height: 1.4;
	margin-bottom: 12px;
	text-align:justify;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 22px;
	margin-top: 45px;
}

.entry-content h3 {
	margin-top: 25px;
	margin-bottom: 16px;
}

.entry-content h4 {
	margin-top: 15px;
	margin-bottom: 13px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3, .widget h3 {
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 0 2px;
	font-size:100%;
}

#sidebar h3, .widget h3 {
	font-size: 15px;
	letter-spacing:0px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul li {
	padding: 4px 2px 4px 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	background: url(images/bullet.gif) no-repeat top left;
	background-position: 0 7px;
	margin: 0;
	border-bottom: none;
}

/* End: QBKL Styles */

#sidebar .sidebar-title-top{
	background-color:#fff;
	display:block;
	padding:10px;
	border:1px solid #E5E5E5;
}
#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}



html{overflow-y:scroll}

#blog-description{display:none}
#blog-title{
	text-indent:-5000px;
	width:234px;
	height:100px;
	background:url('images/maverick-logo.png') no-repeat;
	margin-top:8px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.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;
}
.entry-content img{
	margin:0 10px 10px 10px;
	border:4px solid #ddd;
}
.entry-content img.alignright{
	margin-right:0px;
}
.author, .entry-categ{
	display:none;
}

div.wp_syntax{
	margin-top:20px;
	margin-bottom:25px;	
}

.widget_text li{
	list-style:none !important;
	border:0 !important;
	background:none !important;
	padding:4px 0px !important;
}

.wp_syntax div{
	padding:6px 10px !important;
}

div.wp_syntax {
	margin-bottom:35px;
	margin-top:30px;
}

li.delicious-item{
	margin-bottom:10px !important;
}



/* The search input */
#s{
	width:190px;
}

#deviant-thumbs li{
	margin-bottom:6px;
}

#deviant-thumbs li img{
	border:3px solid #87AC08;
}

.project-desc{
	margin:20px;
	padding:20px;
	background:#C3E64A;
	font-style:italic;
}

.project-desc a{
	color:#000;
}

#twitter_update_list{
	background:#fff;
	border:1px solid #ccc;
	padding:10px !important;
}

#twitter_update_list li{
	padding-bottom:14px !important;
	line-height:1.4em;
	color:#777;
}

#twitter_update_list li span{
	display:block;
}

#twitter_update_list li > a{
	display:block;
	text-align:center;
	padding:5px 30px;
	color:#bbb !important;
}

#twitter_update_list li:first-child{
	color:#333;
}

#twitter_update_list li a{
	color:#F57800;
}

#twitter_update_list li a:hover{
	color:#ff0000;
}


#twitter_update_list{
	padding-top:80px !important;
	display:block;
	background:url('/img/twitty.png') #fff top center no-repeat;
}

.home-last-posts li{
	border:0px !important;
	padding-left:0px !important;
	padding-right:25px !important;
	background:transparent !important;
}

.home-last-posts li a{
	color:#F57800
}

.home-last-posts li a:hover{
	color:#FF0000;
}

.entry-content blockquote{
	margin:15px 40px;
	border-left:3px solid #ccc;
	padding:9px 15px 1px 15px;
	font-style:italic;
	background:#f3f3f3;
}



.widget_qtranslate a span{
	margin-left:8px;
}