@charset "UTF-8";
/* CSS Document */
/*
Description: Theme for undependent.com (nov 2007)
Version: 1.0
Author: Nicolò Volpato |MC|
Author URI: http://www.gnvpartners.com
*/
/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/
/*   *:first-child+html body   hack for IE7 */

* {
	padding:0;
	margin:0;
	outline:none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { font-weight:normal; }

li, dd { margin-left:5%; }

.clear{ clear:both; height:0px; font-size:0px; line-height:0px; }

a img{ border:none; }

html{
	background:#FFF url(../img/bg_html.jpg) repeat-x left top;
}

body{
	background:transparent url(../img/bg_body.jpg) no-repeat center top;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
	font-weight:normal;
	margin:0 0 0 -20px; /* compensazione */
}

.inside{
	width:960px;
	margin:0 auto;
	padding-left:20px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.main, .sidebar{
	width:470px;
}

.column{	
	width:175px;
}

a{
	color:#FF6000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img.title{
	margin-bottom:10px;
}

p{
	margin-bottom:20px;
}

blockquote{
	font-style:italic;
	background:#EEE url(../img/bg_blockquote.jpg) no-repeat right top;
	margin:0 0 15px 0;
	padding:10px 10px 10px 20px;
	border:1px dashed #D2D2D2;
}

/*----------------------------------------------------------------------
	H
------------------------------------------------------------------------*/
h1 a:hover, h3 a:hover{
	text-decoration:none;
}

h1, h1 a{
	font-size:20px;
	line-height:22px;
	color:#FF6000;
	font-weight:bold;
	padding:20px 0px 0px 0px;
}

.post_head{
	border-bottom:1px solid #E2E2E2;
	margin-bottom:25px;
}

h1{
	width:80%;
	padding-bottom:7px;
	float:left;
}

.big_avatar{
	height:57px;
	/*width:100px;*/
	float:right;
	text-align:center;
	vertical-align:top;
}

h3, h3 a{
	font-size:16px;
	line-height:normal;
	color:#FF6000;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:1px solid #E2E2E2;
	margin-bottom:10px;
}

h3 a{
	border:none;
}

h4, h4 a{
	font-size:16px;
	line-height:normal;
	color:#FF6000;
	font-weight:normal;
	margin-bottom:10px;
}


h5{
	font-size:11px;
	line-height:20px;
	color:#ababab;
	font-weight:normal;
	text-transform:lowercase;
}

h5 span{
	color:#707070;
	text-transform:none;
}

h5 a{
	text-transform:none;
}



/*----------------------------------------------------------------------
	Header
------------------------------------------------------------------------*/
#header{
	padding-bottom:20px;
}

/*----- Header .main----------*/
#top_menu{
	height:50px;
	margin:15px 0 22px 0;
}

#top_menu ul{
	padding:0;
}

#top_menu ul li{
	list-style-type:none;
	float:left;
	height:25px;
	margin:0;
	padding:0;
	list-style-position:inside;
}


/*----- sliding doors orange buttons ----------*/
#top_menu ul li a.btn_orange{
	float:left;
	height:25px;
}

a.btn_orange, a.btn_grey {
	text-transform:lowercase;
}

a.btn_orange {
    background:none;
    color:#FFF;
    display:block;
	font-size:12px;
    float:left;
    height:22px;
    margin-left:0px;
    padding-right:7px; /* sliding doors padding */
    text-decoration:none;
	float:right;
}

a.btn_orange span {
    background:none;
    display:block;
    line-height:14px;
    padding:2px 5px 10px 10px;
} 

a.btn_orange:hover {
    background:transparent url(../img/btn_a_orange.gif) no-repeat scroll top right;
	text-decoration:none;
}

a.btn_orange:hover span {
    background:transparent url(../img/btn_span_orange.gif) no-repeat;
} 
/*---*/

a#logo{
	display:block;
	width:285px;
	height:65px;
	text-indent:-99999px;
	margin:-15px 0 0px 15px;
}

/*----- Header .sidebar----------*/

#header .sidebar{
	text-align:right;
}

#search{
	margin:15px 0 15px 274px;
	margin /**/:15px 0 30px 274px;
}

*:first-child+html body #search{
	margin:15px 0 15px 274px;
}

#search a{
	display:block;
	height:15px;
	width:15px;
	background:transparent url(../img/img_magnifier.jpg) no-repeat center center;
	text-indent:-99999px;
	text-align:left;
	float:left;
	margin:3px 3px 0 0;
}

#search_box{
	background:transparent url(../img/bg_search.jpg) no-repeat center center;
	height:14px;
	width:158px;
	color:#999;
	padding:3px 10px 3px 10px;
	float:left;
	border:none;
	font-size:11px;
}

/*----------------------------------------------------------------------
	Content
------------------------------------------------------------------------*/
#content{
	background:transparent url(../img/bg_content.jpg) repeat-x left bottom;
}

#content .main{
	width:590px;
}

#content .sidebar{
	width:350px;
}

/*----- slliding doors grey buttons with orange hover----------*/

a.btn_grey {
    background: transparent url(../img/btn_a_grey.gif) no-repeat scroll top right;
    color: #FFF;
    display:block;
    float:left;
    height:23px;
	font-size:12px;
	line-height:14px;
    margin:0 7px 0 0;
    padding-right:8px; /* sliding doors padding */
    text-decoration:none;
	float:left;
}

a.btn_grey span {
    background: transparent url(../img/btn_span_grey.gif) no-repeat;
    display: block;
    line-height:14px;
    padding:5px 3px 4px 10px;
} 

a.btn_grey:hover {
    background-position: bottom right;
    color: #FFF;
	text-decoration:none;
}

a.btn_grey:hover span {
    background-position: bottom left;
}
/*---*/

/*----- Content .main----------*/
#featured{
	background:transparent url(../img/loading.gif) no-repeat center center;
	height:240px;
	margin:1px 0 10px 3px;
}

#featured img{
	/*background:transparent url(../img/img_featured2.jpg) no-repeat center center;*/
	background-position:center center;
	background-repeat:repeat;
}

.post, #comment-form, .comment{
	margin:0 0 30px 5px;
}

.post{
	width:460px;
	/*overflow:hidden;*/
}

#content .post{
	width:570px;
}

.post ul, .post ol{
	margin-bottom:15px;	
}

.post ul li{
	list-style-image:url(../img/list.gif);
	padding:0 0 0 10px;
	padding /**/:0;
	margin-left:20px;
}

*:first-child+html body .post ul li{
	padding:0 0 0 10px;
}

.post ol li{
	list-style-type:decimal;
	padding:0;
	margin-left:32px;
	margin-left /**/:22px;
}

*:first-child+html body .post ol li{
	margin-left:32px;
}

/* Legacy Images */

.post p img{
	max-width:567px;
	border:3px solid #222;
}

* html body .post p img{
	/*width:567px;*/
}

/* Comments */

.comment .post_head{
	width:110px;
	float:left;
	margin-right:10px;
	padding-right:5px;
	border-bottom:none;
}

.comment .post_head h5{
	padding-left:10px;
	text-align:right;
	margin-bottom:5px
}

.comment .text{
	width:420px;
	float:left;
	border-left:1px solid #FF6000;
	padding-left:15px;
	min-height:90px;
}

.comment p img, .comment p a img, .comment img{
	border:0;
	padding:0;
	background:none;
}
 
.comment .text p{
	 margin-bottom:10px;
} 
 /*-- .toolbar ---*/
.toolbar{
	margin:0 0 20px 0;
} 
 
.social_bkm{
	float:right;
	width:120px;
	text-align:right;
}

a.technorati, a.delicious, a.digg, a.stumble, a.magnolia{
	text-align:left;
	text-indent:-99999px;
	display:block;
	float:left;
	height:20px;
	width:20px;
	margin-left:3px;
}

a.technorati{
	background:transparent url(../img/technorati.jpg) no-repeat center center;
}

a.delicious{
	background:transparent url(../img/delicious.jpg) no-repeat center center;
}

a.digg{
	background:transparent url(../img/digg.jpg) no-repeat center center;
}

a.stumble{
	background:transparent url(../img/stumble.jpg) no-repeat center center;
}

a.magnolia{
	background:transparent url(../img/magnolia.jpg) no-repeat center center;
}
/*---*/

/*-- #comment-form --*/
#comment-form input, #comment-form textarea{
	background:#FFF url(../img/bg_input.jpg) no-repeat left top;
	border:1px solid #ccc;
	color:#999;
	padding:5px;
	margin:5px 0 15px 0;
	width:317px;
	font-size:12px;
	font-family:Arial,Verdana, Helvetica, sans-serif;
	font-family /**/: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

#comment-form input:hover, #comment-form textarea:hover{
	border:1px solid #F76000;
}

#comment-form textarea{
	width:547px;
	height:140px;
	margin-bottom:25px;
}

#comment-form input.submit{
	font-size:12px;
	width:100px;
	float:left;
	background:#F78000;
	color:#FFF;
	margin-top:-10px;
}

#comment-form label{
	font-size:11px;
}


/*--*-/


/*-- topics ---*/
.topics, .block{
	margin-bottom:30px;
}

.topics ul{
	padding:0 17px 0 10px;
}

.topics ul li{
	margin-left:10px;
}

.topics ul li a{
	padding-left:12px
}

.topics ul li, .topics ul li ul li, .topics ul li ul li ul li{
	list-style-type:none;
	margin-bottom:1px;
}

.topics ul li a, .topics ul li ul li a, .topics ul li ul li ul li a, .topics ul li.current-cat ul li a, .topics ul li ul li.current-cat ul li a{
	color:#666;
}

.topics ul li a:hover, .topics ul li ul li a:hover, .topics ul li ul li ul li a:hover, .topics ul li a.selected, .topics ul li ul li a.selected, .topics ul li ul li ul li a.selected, .topics ul li.current-cat a, .topics ul li ul li.current-cat a{
	color:#FF6000;
	text-decoration:none;
}

.topics ul li a{
	background-color:#E9E9E9;
	display:block;
}

.topics ul li ul li a, .topics ul li ul li ul li a{
	background-color:#FFF;
}

.topics ul li ul li{
	background-color:#FFF;
	padding-left:5px;
}

.topics ul li ul li ul li{
	padding-left:5px;
}

/*----- Content .sidebar----------*/
#content .sidebar .column{
	color:#666;
}

.sidebar a.btn_grey span{
	padding:4px 3px 5px 10px;
}

#about{
	height:240px;
	background:transparent url(../img/bg_about.jpg) no-repeat center center;
	margin:0 0 10px 7px;
}

#about p{
	line-height:16px;
	padding:60px 14px 0px 20px;
	margin-bottom:7px
}

#about a.btn_grey{
	margin-left:10px;
	margin-left /**/:20px;
}

#content .sidebar img.title{
	/*padding-left:15px;*/
}

.sidebar .tags p{
	padding:0 12px 20px 20px;
	line-height:200%;
}

/*-- .side_post --*/
.side_post, .dashed{
	height:180px;
	width:318px;
	width /**/:310px;
	background:transparent url(../img/bg_side_post.jpg) no-repeat center center;
	padding:20px 12px 0 12px;
	padding /**/:20px 20px 0 20px;
	margin:5px 0 5px 0;
}

.dashed{
	background:transparent url(../img/bg_side_dashed.jpg) no-repeat center center;
}

.side_post p{
	line-height:16px;
	margin-bottom:10px;
}

.column.right .side_post, .column.right .dashed {
	margin-left:6px;
}

/*---*/

.feed{
	background:transparent url(../img/bg_feed.jpg) no-repeat center center;
}

.feed p{
	line-height:16px;
	padding:55px 0 0 0;
}

.cal{
	background:transparent url(../img/bg_calendar2.jpg) no-repeat center center;
}

#content .sidebar .banner{
	margin-left:8px;
}


#explore_title{
	background:transparent url(../img/title_explore.jpg) no-repeat center bottom;
	height:50px;
}

#btm_menu{
	height:61px;
	background-color:transparent;
	background-image: url(../img/bg_btm_menu.jpg);
	background-repeat:no-repeat;
	background-position:0px -61px;
}

#btm_menu ul{
	padding:0 0 0 10px;
	margin:0;
}

#btm_menu ul li{
	list-style-type:none;
	float:left;
	padding:0;
	margin:0;
}

#btm_menu ul li a{
	color:#9e9e9e;
	float:left;
	display:block;
	height:38px;
	padding:23px 0 0 25px;
	margin:0;
}

#btm_menu ul li a:hover, #btm_menu ul li a.selected{
	text-decoration:none;
	color:#FFF;
}

#btm_menu ul li a#recents{
	padding:23px 0 0 30px;
	width:105px;	
}

#btm_menu ul li a#btn_comm{
	padding:23px 0 0 28px;
	width:112px;
}

#btm_menu ul li a#archives{
	width:110px;
}

#btm_menu ul li a#links{
	padding:23px 0 0 28px;
	width:142px;
}

#btm_menu ul li a#bookmarks{
	width:117px;
}

#btm_menu ul li a#videos{
	padding:23px 0 0 31px;
	width:102px;
	
}
/*----------------------------------------------------------------------
	Bottom
------------------------------------------------------------------------*/
#bottom_shadow{
	background:#383838 url(../img/bg_btm_shadow.jpg) repeat-x left -1px;
}

#bottom{
	background:transparent url(../img/bg_bottom.jpg) repeat-y center 0;
	color:#FFF;
	font-size:12px;
	padding-bottom:60px;
}

#bottom .inside, #footer .inside{
	/*padding:0 80px 0 100px;*/
}

#bottom h5{
	color:#767676;
}

#bottom h5 span{
	color:#999;
}


#bottom .main{
	border-right:1px solid #505050;
	margin-top:35px;
	padding-top:5px;
}

#bottom .sidebar{
	margin-top:35px;
	padding-top:5px;
}

.recent{
	margin-bottom:15px;
	overflow:hidden;
}

.avatar{
	height:30px;
	width:30px;
	float:left;
	margin:2px 10px 0 0;
}

.text{
	width:85%;
	float:left;
}

.perm{
	color:#FFF;
}

#bottom embed, #bottom object{
	width:315px;
	height:260px;
}

/*----------------------------------------------------------------------
	Footer
------------------------------------------------------------------------*/
#footer{
	background:transparent url(../img/bg_footer.png) repeat-x left top;
	margin-top:-60px;
}

* html body #footer{
	background:#222;
	border-top:1px solid #666;
	margin-top:-60px;
}

#footer .inside{
	height:39px;
	padding-top:15px;
	padding-top /**/:20px;
	color:#787878;
	font-size:11px;
	line-height:14px;
}

#footer .inside a{
	color:#ababab;
}

#footer .inside a:hover{
	text-decoration:none;
	border-bottom:1px solid #ababab;
}

#footer .sidebar{
	text-align:right;
}

/* WP Calendar */

.calendar #wp-calendar{
	font-size:11px;
	line-height:18px;
	margin:0 0 0 20px;
	text-align:center;
	width:140px;
}

#wp-calendar caption{
	font-size:16px;
	text-align:center;
	margin:0 0 0 20px;
	color:#FF6000;
	padding-bottom:5px;
}

#today{
	color:#FF6000;
	font-weight:bold;
}

/* Sociable */

.sociable strong, .sociable span{
	display:none !important;
}

.sociable li{
	margin:0 0 0 5px !important;
}

.social_bkm{
	width:65%;
	padding:0;
	margin:-13px 0 0 0 !important;
}

/* Post Nav */
.post_nav{
	background:#FCFCFC;
	border:1px solid #DDD;
	width:98%;
	margin:5px 0 20px 0;
	padding:5px;
	font-size:11px;
	color:#FF6000;
	line-height:16px;
}

.post_nav .left{
	width:45%;
}

.post_nav .right{
	width:45%;
	text-align:right;
}

.black{
	color:#222;
}

.large{ }


/* Ajax */
.results{
	height:400px;
}

.ajax-loading {
	background:transparent url(../img/loader.gif) no-repeat center center;
	width:100%;
	height:400px;
}


/* Links */
ul.ls{
	margin-bottom:30px;
	width:75%;
}

ul.ls li{
	padding:5px 0 5px 0;
	margin:5px 0 5px;
	border-bottom:1px solid #505050;
	list-style:none;
}