/**
 *
 * Theme Name: oneblog
 * Version: 1.0
 * Author: negatyve.com
 * Author URI: http://www.negatyve.com/
 * © 2007 negatyve.com | all rights reserved
 *
**/


/*****************/
/* GLOBAL STYLES */
/*****************/

div
{
	border:0;
	margin:0;
	padding:0;
}

.center
{
	text-align: center;
}

hr
{
	display: none;
}

h5
{
	font-size:14px;
	margin-bottom:0;
}

a img
{
	border: none;
}

.hidden
{
	display: none;
}
.text-align-center
{
	text-align: center;
}
.text-align-right
{
	text-align: right;
}
.text-align-left
{
	text-align: left;
}

/********************/
/* MAIN PAGE STYLES */
/********************/

body
{
	font-size: 74%;
	font-family: Verdana,Arial,Sans-serif;
	background: url('images_default/bg_pattern.png');
	color: #333;
	text-align: center;
	padding:0;
	border:0;
	margin: 0 0 5px 0;
}

#page
{
	text-align: left;
	background: transparent url('images_default/bg_page_1024.png') repeat-y scroll top left;
	margin-left:auto;
	margin-right:auto;
	border:0;
	padding:0;
	width:990px;
}

#overlayer
{
	position:relative;
	border:0;
	padding:0;
	width:990px;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
}

#overlay_movie
{
	z-index:1000;
	position:absolute;
	left:6px;
}

#sponsored_blog
{
	text-align:center;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	height: 33px;
	width:60%;
	margin:0 auto;
}

#sponsored_blog p
{
	display:inline;
}

#sponsored_blog img, #sponsored_blog object
{
	vertical-align: middle;
	margin-top: -3px !important;
	margin-top: 1px;
}

.narrowcolumn, .widecolumn
{
	position:relative;
	float: left;
	width: 580px;
	left:5px;
}

.alignright
{
	float: right;
	padding-right:10px;
}

.alignleft
{
	float: left;
	padding-left:10px;
}

.navigation div
{
	height:18px;
	line-height:18px;
	margin: 10px 0;
}

.navigation div a
{
	font-size:14px;
	font-weight:bold;
	color:#484745;
	text-decoration:none;
}

/*****************/
/* HEADER STYLES */
/*****************/

#header
{
	position:relative;
	float:left;
	padding: 0;
	margin:0;
	border:0;
	left:5px;
	width: 980px;
	z-index:1;
}

#header_menu, #satellites, #header_network
{
	position:relative;
	float:left;
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	/*z-index: 1;*/
}

#satellites
{
	position: static;
	display: none;
}

#header_menu
{
	position:relative;
	float:left;
	height:32px;
	line-height:32px;
	padding:0 10px 0 15px;
	background: url('images_default/bg_header_top.png') no-repeat top left;
	width: 955px;
}

#header ul, #header_search
{
	position:relative;
	float:left;
	border:0;
	margin:0;
	padding:0;
	list-style:none;
}

#header_menu a, #satellites a, #header_network a
{
	text-decoration:none;
	color:#575554;
	font-weight:bold;
	font-size:11px;
}

#header_menu a
{
	color:#fff;
	line-height:30px;
}

#header_menu li
{
	background: url('images_default/arrow.png') no-repeat right;
	padding-right: 15px;
}

#header_menu .fleft
{
	float:left;
}

#header_menu .fright
{
	float:right;
}

#header_menu li.leftarrow
{
	background: url('images_default/arrow.png') no-repeat left;
	padding-left: 15px;
	padding-right: 0;
}

#satellites_container
{
	position:relative;
	float:left;
	width: 920px;
	background: url('images_default/bg_header_middle.jpg') no-repeat top left;
	padding:0 30px;
}

#network_container
{
	position:relative;
	float:left;
	background: url('images_default/bg_header_bottom.jpg') no-repeat top left;
	height:181px;
	width: 980px;
}

#header_menu li, #satellites li, #header_network li
{
	display:inline;
}

#satellites li
{
	line-height:30px;
}

#satellites li, #header_network li
{
	border-left:2px #ff6600 solid;
	padding:0 0 0 4px;
}

#header li.first_link
{
	border:0;
}

#header li a
{
	width:100%;
}

#satellites
{
	height:30px;
}

#header_network
{
	position:relative;
	float:left;
	top:150px;
}

/***************/
/* POST STYLES */
/***************/

.post
{
	padding-top:5px;
	margin-bottom:20px;
}

.singlepage
{
	clear:both;
	width:95%;
	margin:10px auto;
	padding-top:5px;
}
.entry, .entry_comment, .entry_page
{
	padding:10px 0 10px 10px;
	font-size: 1.0em;
	line-height: 1.6em;
}
.entry
{
	position: relative;
	float: left;
	padding: 10px 0;
	margin-left: 10px;
}
.before-social-buttons
{
	width: 500px;
	text-align: justify;
}
.social-buttons
{
	position: relative;
	float: right;
	margin: 0;
	border: 0;
	padding: 25px 0 0 0;
	list-style: none;
	width: 60px;
	text-align: center;
}
.social-buttons li
{
	position: relative;
	float: left;
}
.social-buttons .margin-top
{
	padding: 10px 0 0 4px;
}
.entry_comment, .entry_page
{
	padding:0 0 0 10px;
}

.entry_comment p, .entry_page p
{
	margin:10px 0 0 0;
	padding:0;
}

.entry ul, .entry_comment ul, .entry_page ul, .entry ol, .entry_comment ol, .entry_page ol
{
	list-style: disc inside;
	margin:10px 15px;
	border:0;
	padding:0 0 0 5px;

}

.entry ul li, .entry_comment ul li, .entry_page ul li, entry ol li, .entry_comment ol li, .entry_page ol li
{
	list-style: disc inside;
	margin:10px 15px;
	border:0;
	padding:0 0 0 5px;
	line-height: 1.6em;
}

.entry ol, .entry_comment ol, .entry_page ol
{
	list-style: decimal inside;
}

.entry ol li, .entry_comment ol li, .entry_page ol li
{
	list-style: decimal inside;
}

.entry img, .entry_comment img
{
	display:inline;
	float:left;
	padding:10px 10px 10px 0;
}

.entry a
{
	font-weight:bold;
}

.entry a:hover
{
	text-decoration: underline;
}

.post_title
{
	padding: 0 10px 0 10px;
}

.post_date
{
	padding: 0 10px 0 10px;
	font-size: 1.0em;
	color:#02696d;
}

.entry, .entry_page, #lastpost p
{
	color: #000;
}

.post a, .singlepage a, #tickerdiv div a
{
	text-decoration:none;
	color:#fd6601;
}

h2.post_title, h2.pagetitle
{
	font-size:20px;
	font-weight:normal;
	margin-bottom:5px
}

h2.pagetitle
{
	color:#fd6601;
}

a.post_author, span.post_author
{
	background: url('images_default/post_user_icon.png') no-repeat top left;
	padding-left:15px;
	font-weight:bold;
	color:#4a4a4a;
}
.narrowcolumn .premium-links
{
	width: 570px;
	margin: 20px 0 0 10px;
}

/*******************/
/* COMMENTS STYLES */
/*******************/

#comments
{
	font-size:18px;
	font-weight:normal;
	color:#b72906;
	padding: 0 10px 0 30px;
	background:#fff url('images_default/post_comment_icon.png') no-repeat 1% center;
	border-bottom:1px #333 dotted;
}

.commentlist
{
	list-style:none;
	border:0;
	margin:0;
	padding:0;
	text-align:justify;
}

.commentmetadata
{
	border:0;
	margin:0;
	padding:0;
	height:43px;
	background: url('images_default/bg_comment_dw.png') no-repeat bottom left;
}

.commentmetadata .post_date
{
	display:block;
	position:relative;
	height:30px;
	line-height:30px;
	top:12px;
}

.commentmetadata .post_date a
{
	text-decoration:none;
}

.commentlist .entry_comment
{
	padding-right: 10px;
}

.comment_odd, .comment_even
{
	background: url('images_default/bg_comment.png') repeat-y top left;
}

.comment_link
{
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#ff6700;
	padding:2px 0 0 10px;
	margin-top:20px
}

.comment_wait
{
	padding:10px;
	display:block;
}

.entry_comment a
{
	text-decoration: none;
}

.entry_comment a:hover
{
	text-decoration: underline;
}

#respond
{
	font-size:12px;
	font-weight:bold;
	color:#b72906;
	background: url('images_default/bg_comment.png') repeat-y top left;
	height:30px;
	line-height:30px;
	padding-left:20px;
}

/************************/
/* POST METADATA STYLES */
/************************/

.postmetadata
{
	clear: left;
	background:#fff url('images_default/post_footer.png') no-repeat top left;
	padding-bottom:10px;
	font-size: 1.0em;
	height: 90px;
}

.postmetadata ul
{
	list-style:none;
	margin:0;
	border:0;
	padding:0 0 0 10px;
}

.postmetadata .post_link_out, .postmetadata .post_link_in
{
	margin-top:10px;
}

.postmetadata li
{
	display:inline;
}

.postmetadata .post_link_out li, .postmetadata .post_link_in li
{
	list-style:none;
	display:inline;
	margin:0;
	border-left:1px #1c1403 solid;
	padding:0 0 0 5px;
}

.postmetadata .post_link_out li
{
  border-left-width:0;
}

.postmetadata .post_link_read
{
	text-align:right;
}

.postmetadata .post_link_read li
{
	background: url('images_default/post_go_icon.png') no-repeat center right;
	padding:0 25px 0 5px;
}

.postmetadata li.first_link
{
	border:0;
}

.postmetadata h4
{
	display:none;
}

.postmetadata .post_link_out a
{
	color:#a82e2d;
	font-weight:bold;
}

.postmetadata .post_link_read a
{
	font-weight:bold;
}

.post_comment a
{
	padding-left:20px;
	background: url('images_default/post_comment_icon.png') no-repeat center left;
}

/**
 * Paragrafo contenente il link per l'iscrizione al feed, nella pagina del post
 * Inserito da Giancarlo (GM) il 15/10/2008 alle 16.34.17
 */
p#p-feed-subscribe {
	margin:0;
	padding:10px 0px 0px 15px;
}
.share-on-facebook
{
	margin:0;
	padding:10px 0px 0px 15px;
}
.share-on-facebook a
{
	display: block;
	/*color: #3b5998;*/
	font-weight: bold;
	background: url( 'http://b.static.ak.fbcdn.net/rsrc.php/z39E0/hash/ya8q506x.gif' ) no-repeat center left;
	padding-left: 20px;
	height: 16px;
}
.share-on-facebook a:hover
{
	text-decoration: underline;
}


/**
 * Classi contenentei la formattazione del paragrafo contenente i tags nella home,
 * e dei reltivi links.
 * Inserito da Giancarlo (GM) il 20/10/2008 alle 14.25.00
 * Modificato da Giancarlo (GM) il 22/10/2008 alle 16.44.36
 */
.tagsethome {
	margin:2px 0px 0px 0px;
	padding:5px 0px 0px 15px;
}

.tagsethome a {
	font-weight:bold;
}
.postmetadata .facebook-like
{
	position: relative;
	float: left;
	margin: 10px;
}

/*****************/
/* FOOTER STYLES */
/*****************/

#footer
{
	position:relative;
	float:left;
	background: #73a0c5 url('images_default/bg_footer.jpg') repeat-x top left;
	padding:10px 0px 0px 0px;
	height:65px;
	width:980px;
	left:5px;
	text-align:center;
	font-size:11px;
}

#footer a:hover
{
	text-decoration: underline;
}

.left_align, .right_align
{
	font-size:11px;
	color:#1c1403;
	width:475px;
}

.left_align
{
	position:relative;
	float:left;
	padding:10px 0 10px 10px;
	text-align:left;
}

.right_align
{
	position:relative;
	float:right;
	padding:10px 10px 10px 0;
	text-align:right;
}

#footer ul
{
	margin:0;
	border:0;
	padding:0;
	line-height:40px;
	display:inline;
}

#footer ul li
{
	list-style:none;
	display:inline;
	margin:0;
	padding:0 0 0 3px;
	border-left:1px #fff solid;
}

#footer ul li.first_link
{
	border:0;
}

#footer a
{
 	color:#1c1403;
	text-decoration:none;
}


/* Nuovi stili footer*/
select#sel-networksite {
	font-size:11px;
}

div.footer-containers
{
	float:left;
	width:33%;
}

/******************/
/* SIDEBAR STYLES */
/******************/

#sidebar
{
	position:relative;
	float:left;
	left:35px;
	width:360px;
}

#sidebar .column a:hover
{
	text-decoration: underline
}

#navigate
{
	position:relative;
	float:left;
	background:#fff url('images_default/bg_navigate.png') no-repeat top left;
	width:360px;
	height:130px;
}

#navigate h4
{
	display:inline;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 20px 0 20px;
}

#navigate ul
{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	display:inline;
}

#navigate ul li
{
	display:inline;
}

#navigate div
{
	height:33px;
	line-height:33px;
}

#navigate div a
{
	font-size:11px;
	color:#fd6601;
}

#sidebar .column
{
	position:relative;
	float:left;
	width:180px;
	padding-bottom:20px;
	margin:0;
	border:0;
}

#sidebar #sidebar_cathegories, #sidebar #sidebar_archives, #sidebar #sidebar_network, #sidebar #sidebar_suggested,
#sidebar #sidebar_tagcloud
{
	width:162px;
}

#sidebar #sidebar_spot, #sidebar #sidebar_most_recent, #sidebar #sidebar_most_commented, #sidebar #sidebar_poll
{
	width:172px;
}

.sidebartags
{
	padding-left: 4px;
}

#sidebar .column a
{
	color:#b72906;
	text-decoration:none;
	font-size:11px;
}

#sidebar .column h4
{
	border:0;
	margin:0;
	padding:0 0 0px 0;
	color:#02696d;
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	text-indent:15px;
	letter-spacing:-1px;
	line-height:30px;
	height:30px;
}

#sidebar_cathegories h4, #lastpost h4
{
	background: url('images_default/icon_categorie.png') no-repeat center left;
}

#sidebar_most_readed h4
{
	background: url('images_default/icon_letti.png') no-repeat center left;
}

#sidebar_archives h4
{
	background: url('images_default/icon_archivio.png') no-repeat center left;
}

#sidebar_most_recent h4, #sidebar_most_commented h4
{
	background: url('images_default/icon_commenti.png') no-repeat center left;
}

#sidebar_suggested h4
{
	background: url('images_default/icon_link.png') no-repeat center left;
}

#sidebar_network h4, #blogroll_network h4
{
	background: url('images_default/icon_network.png') no-repeat center left;
}

#sidebar_tagcloud h4
{
	background: url('images_default/icon_tags.png') no-repeat center left;
}

#sidebar_poll h4
{
	background: url('images_default/icon_categorie.png') no-repeat center left;
}

#sidebar_spot
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.column ul
{
	list-style-type: none;
	padding:0;
	border:0;
	margin:0;
}

.left_column, .right_column
{
	float:left;
	position:relative;
	width:175px;
	overflow:hidden;
}


/* Start modifica by Giancarlo (GM) 28/10/2008 15.23.35 */
div.archive-single-month {
	display:none;
	line-height:15px;

}
/* End modifica by Giancarlo (GM) 28/10/2008 15.23.35 */

.right_column
{
	margin-left:5px;
}

.left_column li
{
	background: url('images_default/sidebar_link_arrow.png') no-repeat 0 0.3em;
	padding-left: 1em;
	margin: 0.4em 0;
	position:relative;
	width:100%;
	display:block;
}

.right_column li
{
	border-bottom:1px #f60 dotted;
	padding:5px 0 5px 0;
	line-height:18px;
	position:relative;
	width:100%;
	display:block;
}

.rss_cat
{
	vertical-align: bottom;
}

/******************/
/* NETWORK STYLES */
/******************/

#network
{
	position:relative;
	float:left;
	width:980px;
	left:5px;
	clear: both;
	background: #fff url('images_default/bg_network.jpg') repeat-x top left;
}

#network_title
{
	position:relative;
	float:left;
	width:980px;
	background: url('images_default/logo_network.jpg') no-repeat 56% 0%;
}

#network_title h3
{
	position:relative;
	float:right;
	margin:0;
	height:70px;
	font-size:12px;
	font-weight:bold;
	line-height:70px;
	right:52%;
}

#network_title h4
{
	position:relative;
	float:right;
	margin:0;
	font-size:10px;
	right:-100px;
  top:10px
}

#network_title h4 a
{
	color: #000;
}

.network_link
{
	position:relative;
	float:left;
	width:315px;
	height:230px;
}

.network_link_all
{
	position:relative;
	float:left;
	width:450px;
	height:240px;
}

.network_link ul li, .network_link_all ul li
{
	list-style-image:url('images_default/link_arrow.png');
	line-height:20px;
	background: transparent url('images_default/bg_link.png') repeat-x bottom left;
	width:100%;
	font-size:11px;
}

.network_link_all ul
{
	margin:0;
}

.network_link_all ul li
{
	width:92%;
}

.network_link_all li span
{
	font-size:10px;
}

.network_link h4, .network_link_all h4
{
	position:relative;
	background: url('images_default/bg_network_h4.png') no-repeat center left;
	color:#4e4c4c;
	font-weight:bold;
	font-size:12px;
	padding-left:25px;
	left:20px;
}

.network_link a, .network_link_all a
{
	color:#4e4c4c;
	font-size:11px;
	text-decoration:none;
}

.network_link .network_subscribe, .network_link_all .network_subscribe
{
	position:relative;
	text-decoration:underline;
	background: url('images_default/bg_rss.png') no-repeat center left;
	line-height:20px;
	height:20px;
	padding-left:23px;
	display:block;
	left:25px;
}

/****************/
/* FORMS STYLES */
/****************/

/* regole bottoni e input generali */
#interna, #esterna,  #z, #email_newsletter, #newsletter label, #searchform label
{
	vertical-align: middle;
}

#butt_cerca, #butt_iscriviti, #commentform #comment-form-submit, #collabora #butt_invia_coll
{
	height:20px;
	margin:0;
	padding:0;
	vertical-align: middle;
	border-width:0;
}

#butt_cerca, #commentform #comment-form-submit, #collabora #butt_invia_coll
{
  width:55px;
}

#butt_iscriviti
{
	width:74px;
}

fieldset, form
{
	border:0;
	margin:0;
	padding:0;
}

legend
{
	display:none;
}

.form_button, #commentform .form_button
{
	border:0;
	margin:0;
	padding:0 5px 0 5px;
	background:#fd6601;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	height:20px;
	width:auto;
}

#commentform p a
{
	text-decoration:none;
	color:#fd6601;
}

/* begin search */
#header_search
{
	position:absolute;
	top:145px;
	height:20px;
	right:0;
}

#searchform
{
	width:360px;
}

#searchform fieldset
{
	height:30px;
}

/* end search */

/* begin newsletter */
#newsletter
{
	width:360px;
	height:33px;
	line-height:33px;
}

#newsletter label
{
	display:inline;
	border:0;
	padding:0;
	margin:0;
	text-indent:0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 20px 0 20px;
}

#iscr_neswletter .float1
{
  float:left;
	width:130px;
}

#iscr_neswletter .floatshort
{
  float:left;
}

#iscr_neswletter .float2
{
  float:left;
	margin-left:15px;
}
/* end newsletter */

/* begin comment */
#commentform
{
	padding:0 20px 20px 20px;
}

#commentform input, #comment
{
	background-color:#f9f9f9;
	border:1px #ff6700 solid;
	margin:0;
}

#commentform input
{
	width:230px;
}

#commentform label, .cas-captcha-text
{
	display:block;
	font-size:10px;
	color:#0f0f0e;
}

.cas-captcha-text
{
 margin:0;
}

#comment
{
	width:520px;
	height:160px;
}

/**
 * Bottoni che modificano l'altezza della textarea dei commenti
 * Inserito da Giancarlo (GM) il 06/10/2008 alle 16.48.32
 * Credits: negatyve
 **/
#comment-add-area-size, #comment-rem-area-size {
	position:absolute;
	top:-5px;
	left:485px;
	cursor:pointer;
}

#comment-rem-area-size {
	left:505px;
}

/* end comment */

.wp-notable_image
{
	margin:0 5px;
}

#nextprevious_homepage
{
	margin:15px 0;
}

#intestazione_cat
{
	background:#fff;
	margin:0;
	margin-left:10px;
}

#secureimgdiv
{
	margin-top: 10px;
}

.box
{
	width:55mm;
}

/* ticker */
#tickerdiv div a, #tickerdiv a:hover
{
	text-decoration:none;
}

#lastpost
{
	float:left;
	position:relative;
	width: 360px;
	padding:0;
	height: 154px;
	overflow: hidden;
	margin: 15px auto 10px auto;
 	border-bottom:1px #ff6700 dotted;
}

#lastpost h4
{
	border:0;
	margin:0;
	padding:0;
	color:#02696d;
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	text-indent:15px;
	letter-spacing:-1px;
	line-height:30px;
}

#lastpost h3
{
	border:0;
	margin:5px 0 5px 0;
	padding:0;
}

#lastpost p
{
	line-height:16px;
	margin: 0;
	font-size: 11px;
}

#lastpost p.bloglink, #lastpost p.bloglink a
{
	margin-top:5px;
	text-align:right;
	font-size:10px;
}

#tickerdiv
{
	padding: 0 10px;
	margin: 0;
}

#tickerdiv div a
{
	font-size:14px;
}

/* ticker rules for all post */
#lastpost_allpost
{
 	height: 100px;
 	width: 96%;
 	margin: 0 auto;
	border-top: 1px #000 dotted;
 	border-bottom: 1px #000 dotted;
 	padding: 5px;
}


#lastpost_allpost p.bloglink, #lastpost_allpost p.bloglink a
{
	font-size:10px;
	text-align: right;
	margin:0;
	padding:0;
}

#lastpost_allpost h3.ticker_title, #lastpost_allpost h3.ticker_title a
{
	margin:0 0 8px 0;
	padding:0;
}


#lastpost_allpost #tickerdiv
{
	width:75%;
	margin:0 auto;
}
/* ticker */

/* banner */
.b728x90
{
	position: relative;
	float: left;
	left: 131px;
	width: 728px;
	margin:10px 0;
	text-align:center;
}
.b120x600
{
	text-align: center;
}

#b350
{
	float:left;
	position:relative;
	width: 300px;
	padding:20px 0 20px 0;
	margin-left:30px;
	text-align:center;
}

#b350center
{
	width: 580px
	text-align:center;
}
#b350center .banner-content
{
	width: 300px;
	margin-left: 140px;
	text-align: center;
}
#b350center p
{
	margin:0;
	color:#c3c3c3;
}

blockquote
{
	width:85%;
	padding:10px;
	margin:10px auto;
	border-left:6px solid #333;
	background:#EFF0ED;
	color:#222;
}

code
{
	color:#000;
	display:block;
	font:100% Monaco,"Courier New",Courier,Monospace;
	background:#EFF0ED;
	padding: 4px;
	border-right:6px solid #333;

}

.clearall
{
	clear:both;
	margin:0;
	padding:0;
}

/* POST SPONSORIZZATO */
#p_sponsored_post
{
	float:left;
	position:relative;
	width:360px;
	text-align:right;
	margin:15px auto 4px auto;
	font-size:11px;
}

#cont_sponsored_post
{
	float:left;
	position:relative;
	width:360px;
	padding:5px 0;
	margin:0 auto 15px auto;
}

#cont_sponsored_post h3
{
	margin:2px 10px;
	font-size:16px;
	font-weight:normal;
}

#cont_sponsored_post h3 a
{
	text-decoration:none;
}

#cont_sponsored_post p
{
	margin:5px 10px;
	line-height:18px;
	font-size:11px;
}

/* PAGINA COLLABORA */
p.job_p_start
{
	margin-bottom:30px;
}

.collabora_hr
{
  display:block;
}

.internal_title
{
  margin:30px 0 15px 0;
  font-size: 16px;
}

ul.lista_offerte_job, ul.lista_offerte_job li
{
	list-style: none;
}

ul.lista_offerte_job p
{
	margin:0;
}

.job_h3_tit
{
	margin-bottom:5px;
	font-size: 16px;
}

.job_h3_tit a
{
	margin-left:0 !important;
	margin-left: -16px;
}

ul.lista_offerte_job p.job_p_desc
{
	margin:5px 0;
	line-height:16px;
}

p.job_p_data, p.job_p_modal
{
	font-weight:bold;
	font-size: 11px;
}

ul.lista_offerte_job hr
{
	display:block;
	margin-bottom:20px;
}

.job_p_hr
{
	border-top: dotted 2px #000;
}
.column-sponsor
{
	position: relative;
	float: left;
	border-bottom: 1px dotted #ff6700;
	border-top: 1px dotted #ff6700;
	padding: 10px 0;
	margin: 20px 0;

	font-size: 12px;
}
.column-sponsor a.title
{
	font: normal 11px/1.5em Arial;
	text-decoration: none;
	color: #000000;
}
.column-sponsor a.title:hover
{
	text-decoration: underline;
}
.column-sponsor a.title strong, .column-sponsor a.title span.desc
{
	display: block;
	padding-left: 3px;
}
.column-sponsor a.title strong span
{
	color: #318b09;
	padding: 0;
}


/*****************************/
/* BRANDED NEWSLETTER STYLES */
/*****************************/



#newsletter-box-iphone
{
	position: relative;
	float: left;
	width: 300px;
	height: 150px;
	margin-left: 30px;
	margin-bottom: 20px;

	background: url( 'speciali/apple/iphone/newsletter-box-background-side.jpg' ) no-repeat top left;
}
#newsletter-box-form-iphone
{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0px;
}
#newsletter-box-email-iphone
{
	display: block;
	position: absolute;
	top: 127px;
	left: 9px;

	margin: 0;
	border: 0;
	padding:0;

	width: 146px;
	height: 14px;

	font-size: 11px;
	color: #999999;
}
#newsletter-box-iphone .hidden-link
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

	width: 300px;
	height: 150px;
}
#newsletter-box-iphone p
{
	position: absolute;
	top: 90px;
	left: 6px;
	padding: 0;
	margin: 0;

	font: normal 11px Arial;
	color: #00233b;
}
button.newsletter-box-send
{
	position: absolute;
	width: 20px;
	height: 20px;
	border: 0;
	margin: 0;
	padding:0;
	top: 124px;
	left: 160px;

	background: url( 'speciali/apple/iphone/send-button.png' ) no-repeat top left;
}
.entry-page-sponsored-newsletter
{
	position: relative;
	float: left;
	padding-top: 180px;
	padding-bottom: 30px;
	background: url( 'speciali/apple/iphone/newsletter-page-header.jpg' ) no-repeat 550px 0px;
}
.title-sponsored-newsletter
{
	font: normal 20px Verdana, Arial;
	color: #0a4180;
	position: absolute;
	top: 30px;
	left: 70px;
}
.sponsored-newsletter-strong
{
	padding-left: 5px;
	text-decoration: underline;
}

/***********************/
/* SOCIAL LINKS STYLES */
/***********************/


.custom-list, .custom-list li
{
	position: relative;
	float: left;
	padding:0;
	margin: 0;
	border: 0;
	list-style: none;
}
.social-links
{
	position: relative;
	float: left;
	width: 360px;
	margin: 10px 0 20px 0;
}
.social-links .custom-list
{
	left: 20px;
}
.social-links .custom-list li a
{
	display: inline;
	position: relative;
	float: left;
	height: 94px;
	width: 93px;
	background: none transparent no-repeat top left;
	margin-right: 20px;
}
.social-links .custom-list li.last a
{
	margin: 0;
}
.social-links .custom-list li.link-rss a
{
	background-image: url( 'images_default/social-icons/rss.png' );
}
.social-links .custom-list li.link-facebook a
{
	background-image: url( 'images_default/social-icons/facebook.png' );
}
.social-links .custom-list li.link-newsletter a
{
	background-image: url( 'images_default/social-icons/newsletter.png' );
}


/*****************************/
/* REDIRECT TO MOBILE STYLES */
/*****************************/


.redirect-to-mobile-bar
{
	width: 980px;
	background: #fff200;
	border-bottom: 1px solid #333333;
}
.redirect-to-mobile-bar a
{
	display: block;
	position: relative;
	top: 0;
	left:0;
	width: 980px;
	height: 30px;

	font: bold 11px/30px Arial, Verdana, Tahoma, sans-serif;
	color: #49482d;
	text-decoration: underline;
	text-indent: 30px;
	background: transparent url( 'images_default/mobile-version-icon.gif' ) no-repeat scroll 10px 6px;
}



/***********************************/
/* SPONSORED NEWSLETTER BOX STYLES */
/***********************************/


.sponsored-newsletter
{
	position: relative;
	float: left;
	width: 350px;
	height: 250px;
	margin-bottom: 10px;
}
.sponsored-newsletter .sponsored-newsletter-movie-container
{
	position: absolute;
	top: 0;
	left: 37px;
}
.sponsored-newsletter p
{
	position: absolute;
	top: 118px;
	left: 10px;
	width: 330px;
	padding: 0;
	margin: 0;
	font: 12px normal Verdana, Tahoma, Arial, sans-serif;
	color: #1b021f;
}
.sponsored-newsletter form
{
	position: absolute;
	top: 160px;
	right: 0;
	width: 350px;
}
.sponsored-newsletter fieldset
{
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
}
.sponsored-newsletter #newsletter-box-email
{
	position: absolute;
	top: 11px;
	left: 35px;

	background: #ffffff;
	border: 1px solid #e8e7e3;
	width: 130px;
	height: auto;
	line-height: 60px;
	height: auto;

	color: #c9c9c9;
	font-family: Tahoma;
}
.sponsored-newsletter button
{
	position: absolute;
	top: 5px;
	left: 175px;
	padding:0;
 	margin: 0;
 	border: 0;
	background: transparent none;
	text-transform: uppercase;
}
.sponsored-newsletter button span
{
	padding:0;
	margin: 0;
	border: 0;
	display: block;
	position: relative;
	float: left;
	width: 130px;
	height: 28px;

	font: bold 12px/29px Arial;
	color: #ffffff;
	cursor: pointer;
}
.sponsored-newsletter #privacy
{
	position: absolute;
	top: 41px;
	left: 65px;
}
.sponsored-newsletter .rules-link
{
	display: block;
	position: absolute;
	width: 350px;
	top: 63px;
	left: 0;
	color: #202c38;
	font: normal 11px Tahoma, Arial, sans-serif;

	text-decoration: underline;
	text-align: center;
}
.sponsored-newsletter label
{
	position: absolute;
	top: 43px;
	left: 87px;

	font: normal 11px Tahoma, Arial, sans-serif;
	color: #1a0018;
}
.sponsored-newsletter label a
{
	color: #202c38;
}


/***********************/
/* BRANDED BLOG STYLES */
/***********************/


#header_menu.branded-blog-adsl
{
	background-image: url( 'cobrands/oneblog-header-menu-adsl.png' );
}
#header_menu.branded-blog-luxuryonline
{
	background-image: url( 'cobrands/oneblog-header-menu-luxuryonline.png' );
}
#header_menu.branded-blog-motori
{
	background-image: url( 'cobrands/oneblog-header-menu-motori.png' );
}
#header_menu.branded-blog-pmi
{
	background-image: url( 'cobrands/oneblog-header-menu-pmi.png' );
}
.branding-site-link
{
	display: block;
	width: 170px;
	height: 30px;
	background: transparent url( 'images_default/blank.gif' ) repeat scroll top left;
}
