/*
Theme Name: Siloos Blog
Theme URI: http://blog.siloos.it/
Description: Blog template for Siloos snc
Author: Luca Scarpa
Author URI: http://www.siloos.it/
*/


/* general
==========================================================================*/

body {
	background: url(images/bg.jpg) repeat-x top left #fbfbfb;
	color: #595959;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6;
	font-size: 12px;
	padding:0;
	margin:0;
}
a, a:active, a:focus {
	color: #63CAF4;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}
a img {
	border: none;
}

/* Structure
==========================================================================*/
/* HEADER
--------------------------------------------------------- */
.sl_wrapper{
	width:900px;
	margin:auto;
}

#sl_header{
	background: url(images/header.jpg) no-repeat top center;
	min-width:960px;
	height:97px;
}
#sl_header_left{
	float:left;
	width:30%;
}
#sl_header_right{
	float:right;
	width:70%;
	text-align:right;
	padding-top:40px;
}
#sl_intro{
	background: url(images/intro.jpg) no-repeat top center;
	min-width:960px;
	height:170px;
}
#sl_intro_text{
	padding-top:18px;
	width:900px;
	margin:auto;
	font-size:15px;
	color:#3b2313;
}
#sl_intro_text p{
	margin:0 0 5px 0;
}
#sl_intro_text p.small{
	margin-top:8px;
	font-size:12px;
	color:#3b2313;
}
#sl_intro_text span.underline{
	border-bottom:1px solid #c8efff;
}

/* MAIN
--------------------------------------------------------- */
#sl_main{
	background: url(images/bg_main.jpg) repeat-y top center;
	min-width:960px;
}
#sl_main_top{
	background: url(images/main.jpg) no-repeat top center;
	padding-bottom:20px;
}
#maincol {
	float: left; 
	margin-right: -270px; 
	width: 100%;
}
#maincol-container {
	margin-right:270px; 
	padding-left:30px; 
	padding-right:30px; 
	border-right:1px solid #f3f3f3; 
	background-color:#FFFFFF;
	height:100%;
}
#sidebar {
	float: right; 
	width: 270px;
}

#sl_moduleblock{
	background: url(images/bg_user12.gif) no-repeat bottom center;
	width:960px;
	height:288px;
	margin:auto;
}
#sl_moduleblock h2{
	display:inline;
	border-bottom:1px solid #2dbcf2;
	color: #2dbcf2;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}
#sl_moduleblock_border{
	background: url(images/ECECEC.gif) repeat-x 0% 17px;
}
.sl_moduleblock_block{
	width:250px;
	padding-left:40px;
	float:left;
}

.sl_moduleblock_block ul{
	border-right:1px solid #ECECEC;
	list-style:none;
	margin:0;
	padding:0;
	padding-right:40px;
	font-size:12px;
	margin-top:25px;
	height:140px;
}
.sl_moduleblock_block ul.last{
	border-right:0;
	padding:0
}
.sl_moduleblock_block ul.last li{
	float:left;
	margin:0 15px 8px 0
}
.sl_moduleblock_block ul.last li img{
	width:63px;
	border:1px solid #ccc;
	padding:1px;
	background-color:#fff;
}
.sl_moduleblock_block ul li{
	line-height:1.2;
	margin-bottom:20px;
}
.sl_moduleblock_block ul li small{
	color:#CCCCCC;
}
#sl_content{
	margin:auto;
	width:960px;
	height:100%;
}
#sidebar-padding{
	padding:0px 30px 30px 30px;
	height:100%;
}
#sidecol-padding{
	padding:0px 30px 30px 30px;
	height:100%;
}
.sl_home_row_block{
	padding:25px 0px 25px 0px;
	border-bottom:1px solid #ececec;
}
#sl_other_services{
	text-align:right;
	padding-top:20px;
}


/* FOOTER + CONTACT
--------------------------------------------------------- */
#sl_contact{
	background: url(images/contact.jpg) no-repeat top center;
	min-width:960px;
	height:156px;
}
#sl_contact_text{
	float:right;
	width:535px;
	line-height:1.4;
	font-size:11px;
}

#sl_contact h3{
	color:#2DBCF2;
	font-size:18px;
	font-weight:normal;
	margin-bottom:12px;
	margin-top:14px;
}
#sl_contact_left{
	float:left;
	width: 305px;
	padding-left:4px;
}
#sl_contact_right{
	float:left;
	width:200px;
}

#sl_footer{
	min-width:960px;
	height:90px;
}
#sl_footer_left{
	float:left;
	width:50%;
	padding-top:10px;
}
#sl_footer_right{
	float:right;
	width:50%;
	text-align:right;
	padding-top:10px;
	font-size:11px;
	color:#999999;
	line-height:1.3;
}

/* END Structure
==========================================================================*/



hr{
  display: none;
}
form, img{
  margin: 0;
  padding: 0;
  border: 0;
}

.clearing {
  margin: 0;
  padding: 0;
  font: 1px/1px Verdana, Arial, Helvetica, sans-serif;
  clear: both;
}
#fix-recent-posts{
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 85px;
  overflow: hidden;
  z-index: 1;
}

/* navigation */
.alignleft{
	float:left;
}
.alignright{
	float:right;
}

#nav{
  margin: 39px 0 0 0;
  padding: 0 74px 0 0;
  float: right;
  list-style: none;
}
#nav li{
  margin: 0;
  padding: 0 21px;
  float: left;
}
#nav a{
  font-size: 12px;
  color: #7e8083;
  text-decoration: none;
}
#nav a:hover, #nav a:active, #nav .current_page_item a{
  color: #4FC216;
  text-decoration: none;
}

/* menu links top */
a.mainlevel-nav:link, a.mainlevel-nav:visited {
	margin-left: 15px;
	text-decoration:none;
	color:#e1dcd6;
	font-size:11px;
	text-transform:uppercase;
}

a.mainlevel-nav:hover {
	border-bottom:1px solid #30b5f1;
}

a#active_menu-nav{
	color:#30b5f1;
}

/* menu links footer */
a.mainlevel-footer:link, a.mainlevel-footer:visited {
	text-decoration:none;
	color:#42c3f3;
	font-size:11px;
}

a.mainlevel-footer:hover {
	border-bottom:1px solid #42c3f3;
}

span.mainlevel-footer {
	padding:0px 3px 0px 3px;
	color:#cccccc;
	font-size:11px;
}


/* extra */

#extra{
  margin: 0 0 0 35px;
  padding: 16px 0 16px 13px;
  float: left;
  width: 211px;
  background: url(skin/extra_bkg) no-repeat 0% 0%;
  position: relative;
  z-index: 3;
}

/* -search */

#search{
  margin: 0;
  padding: 0;
  background: url(images/search.png) no-repeat 0% 0%;
  width: 210px;
  height: 25px;
}
#search #s-text {
  margin: 0;
  padding: 0;
  float: left;
}
#s-text input{
	background-color:transparent;
  width: 166px;
  height: 17px;	
	line-height: 17px;
}
#s {
  margin: 0;
  padding: 5px 0px 4px 8px;
  border: 0;
	font-size:11px;
  color: #acacac;
}
#search #s-submit {
  margin: 0;
  padding: 0;
  float: left;
}
#searchsubmit {
  margin: 0;
  padding: 0;
  background: url(images/icon-search.png) no-repeat 0% 0%;
  width: 25px;
  height: 25px;
  border: 0;
	cursor:pointer;
}
#search label {
  display: none;
}

/* -meta */

.meta{
  margin: 6px 0 0 6px;
  padding: 0 0 6px 23px;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
}
.meta a{
  text-decoration: none;
  color: #fc89a2;
}
.meta a:hover{
  text-decoration: none;
  color: #ffffff;
}

#rss-posts{
  background: url(skin/rss_posts.png) no-repeat 0% 0%;
}
#rss-comments{
  background: url(skin/rss_comments.png) no-repeat 0% 0%;
}
#login{
  background: url(skin/login.png) no-repeat 0% 0%;
}

/* post area */

#posts {
  margin: 0;
  padding: 0;
  float: left;
}

.caption {
  margin: 0;
  padding: 0 0 25px 0;
  font: 18px "Lucida Grande", Verdana, sans-serif;
  color: #CC0000;
}

/* - post - */

.post {
  margin: 0;
  padding: 0 0 15px 0;
}

.post h2, #comments h2, #post-comments h2 {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 18px;
  font-weight: lighter;
  color:#2dbcf2;
  letter-spacing: -0.03em;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	padding-left:10px;
}
.post h2{
	font-size: 22px;
}
#comments h2, #post-comments h2 {
	padding-left:0px;
}
.post h2 a {
  text-decoration: none;
  border: none;
}
.post h2 a:hover {
  text-decoration: underline;
}
div.date{
	float:left;
	background: url(images/blog_date.jpg) no-repeat top left;
	height:66px;
	width:66px;
	position:relative;
	overflow:hidden;
}
div.day{
	text-align:center;
	color:#909090;
	padding-top:16px;
	font-size:32px;
	line-height:30px;
	height:27px;
}
div.month{
	text-transform:uppercase;
	font-size:10px;
	line-height:14px;
	color:#bdbdbd;
	text-align:center;
	height:23px;
}
div.date_layer_hover{
	background: url(images/blog_date_hover.png) no-repeat top left;
	position:relative;
	top:-66px;
	height:66px;
	width:66px;
	z-index:2;
}
/*
.date {
	float:left;
  margin: 0;
  padding: 0;
  background: url(images/data.gif) no-repeat 0% 50%;
  font: 10px/1.5em "Times New Roman", Times, serif;
  color: #67707A;
	height:50px;
	width:46px;
}
.date span.month{
	display:block;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	padding-top:1px;
}
.date span.day{
	display:block;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#2dbcf2;
	padding-top:9px;
}
*/
.edit a{
	font-size:12px;
  background: url(images/icon_edit.gif) no-repeat 0% 50%;
	padding-left:15px;
	margin-left:15px;
	line-height:30px;
}
.edit a:hover{
  background: url(images/icon_edit_hover.gif) no-repeat 0% 50%;
	text-decoration:underline;
}
.sl_meta{
	float:left;
	width:562px;
}

.entry {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 12px;
  line-height: 1.8em;
  color: #3E4655;
}
.entry p {
  margin: 0;
  padding: 0 0 16px 0;
}
.entry blockquote {
  margin: 22px 0 22px 22px;
  padding: 4px 0 4px 10px;
  border-left: 4px solid #b82349;
}
.entry ul {
  margin: 0;
  padding: 0 0 18px 22px;
  list-style: disc;
}
.entry li {
  margin: 0;
  padding: 0;
}
.entry img {
  margin: 0 10px 10px 0;
}
img.floatleft {
  margin: 0 10px 10px 0;
  float: left;
}
.postmetadata {
  margin: 8px 0 0 0;
  padding: 0;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  color: #565656;
  clear: both;
}
.tags {
	clear:both;
  margin: 0;
  padding: 0px 0 2px 18px;
  background: url(images/icon_tag.gif) no-repeat 0% 5%;
  line-height: 16px;
}
.cats {
  margin: 0;
  padding: 0px 0 2px 10px;
  line-height: 16px;
	margin-left:0px;
	font: 11px "Lucida Grande", Verdana, sans-serif;
	color:#595959;
}
.comments-no {
  margin: 0;
  padding: 2px 0 2px 22px;
  line-height: 16px;
	display:block;
	float:right;
	width:100px;
	text-align:right;
}
.comments-no a{
  background: url(images/icon-comment.png) no-repeat 0% 50%;
	padding-left:20px;
	color:#666666;
}
.comments-no a:hover{
	color:#2dbcf2;
	text-decoration:none;
}
.autor{
	display:block;
	float:left;
	padding-left:10px;
	color:#CCCCCC;
	font-size:11px;
}
.more-link{
	cursor:pointer;
	display:block;
	float:right;
	background:url(images/btn_left.png) no-repeat left top;
	padding:0 0 0 15px;
	text-decoration:none !important;
	margin:5px 0 0 0;
}
.more-link span{
	cursor:pointer;
	display:block;
	background:url(images/btn_right.png) no-repeat right top; 
	height:32px;
	line-height:32px;
	padding:0 29px 0 5px;
	font-size:11px;
	color:#41c3f3 !important;
	font-weight:bold;
	text-decoration:none;
}
.more-link:hover{
  background-position:left bottom;
}
.more-link:hover span{
  background-position:right bottom;
}

.article_separator {
	clear:both;
	background:url(images/article_separator.gif) no-repeat;
	display: block;
	width:310px;
	height: 10px;
}
* html .article_separator {
	display: block;
	font-size: 1px;
	height: 10px;
}


/* - comments - */

#comments {
	background:url(images/article_separator.gif) no-repeat;
  margin: 0px 0 20px 0;
  padding: 0;
}
.add-comment{
	float:right;
  margin: 14px 0 0 0;
  padding: 0;
}
.add-comment a {
  padding: 2px 0 2px 18px;
  background: url(images/icon_edit.gif) no-repeat 0% 50%;
  font: 10px/1.5em "Lucida Grande", Verdana, sans-serif;
  border: none;
}
#comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  color: #888888;
}
#comments ol li {
  padding: 10px 0 20px 0;
  margin: 0;
  clear: both;
}
#comments ol li .ablock{
	float:left;
	text-align:center;
	width:15%;
}
#comments ol li .ablock img{
	border:1px solid #ccc;
	background:#fff;
	padding:2px;
	width:60px;
	margin:0 auto 0 auto;
}
#comments ol li .text{
	float:right;
	width:80%;
	background:#f3f3f3;
	padding:10px;
	border:1px solid #ccc;
}
#comments ol li .author{
	font-size:12px;
	font-weight:bold;
	color:#666;
	border-bottom:1px solid #ccc;
}
#comments ol li .author span{
	font-size:12px;
	font-weight:normal;
	color:#999;
}


.comment {
  margin: 0;
  padding: 10px 0 3px 0;
}
.comment span, .no-find {
  margin: 0;
  padding: 2px;
  font-style: italic;
  font-size: 12px;
}

.comment p {
  margin: 0;
  padding: 0;
}

#reply {
	clear:both;
}

/* - comments form - */

#post-comments {
  margin: 0;
  padding: 0;
  clear: both;
  color: #888888;
}
#post-comments h2 {
	background:url(images/article_separator.gif) no-repeat;
	width:100%;
	padding-bottom:20px;
}
#reply {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 11px;
}
.comment-field {
  margin: 0;
  padding: 0 0 12px 0;
}
.comment-field textarea {
  padding: 2px;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  width: 450px;
  border: 1px solid #BCBCCB;
  color: #565656;
}
.comment-field label {
  float: left;
  width: 170px;
}
.input-text {
  padding: 2px;
  font: 11px "Lucida Grande", Verdana, sans-serif;
  width: 302px;
  border: 1px solid #BCBCCB;
  color: #565656;
}
.input-button {
  margin: 0 0 0 171px;
  padding: 0 5px;
  color: #565656;
}

/* sidebar
==========================================================================*/

#sidebar{
  margin: 0;
  padding: 0;
  background: #f7f7f7 url(images/sidebar_t.png) repeat-x 0% 0%;
}
#sidebar_b{
	height:100%;
  background: url(images/sidebar_b.png) repeat-x 0% 100%;
}
#sidebar h2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #2dbcf2;
}
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
}
#sidebar ul li ul {
  margin: 0;
  padding: 15px 0 12px 0;
	border-bottom: 1px solid #ECECEC;
	margin-bottom:20px;
}
#sidebar ul li ul li {
  margin: 0;
  padding: 0;
}

#sidebar a {
	color: #333333;
  text-decoration: none;
	border: none;
  
}
#sidebar .widget_categories a, #sidebar .widget_archive a {
  padding: 0 0 0 22px;
  background: url(images/icon-pages.gif) no-repeat 4px 50%;
  line-height: 22px;
}

#sidebar .blogroll a{
	padding: 0 0 0 22px;
  background: url(images/formuri2.png) no-repeat 0px 50%;	
	line-height: 22px;
}
#sidebar a:hover {
  color: #2dbcf2;
  text-decoration: none;
}
.feed_left{
	float:left;
	width:70px;
	padding-top:10px;
	padding-left:14px;
}
.feed_right{
	float:left;
	width:100px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
}
.feed_right img{
	padding-bottom:5px;
}
.feed_right a{
	background:none !important;
	padding:0 !important;
	margin:0 !important;
	color:#2dbcf2 !important;
}
.feed_right a:hover{
	text-decoration:underline !important;
}

.clr{ clear:both; }

.sociable_tagline{
	float:left;
	padding:0 5px 0 0;
}

#author_box{
	background:#f2f2f2 url(images/icon_author_box.png) no-repeat 97% center;
	margin:10px 0 0 0;
	border:1px solid #CCC;
	padding:20px;
}
#author_box img{
	float:left;
	margin:0 20px 0 0;
	border:2px solid #FFF;
}
#author_box h4, #author_box p{
	padding:0;
	margin:0;
}
#author_text{
	padding-right:70px;
}





