/*
Theme Name: Datehub
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    font-family:"Franklin Gothic Book", Helvetica, Arial, sans-serif;
    font-size:11px;
    background:url(images/header-filetto.gif) repeat-x top fixed;
    color:#373737;
    font-size:15px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
h1 {

}
h2 {

}
h3 {

}
ol, ul {
    list-style: none;
}
a img {
    border: none;
}
a {
    text-decoration:none;
    color:#000;
}
a:hover { text-decoration:underline; }

/* STRUTTURA */

#container {
    width:948px;
    margin:0 auto;
}
#header_cover {
    height:157px;
    position: fixed;
    width: 100%;
    z-index:999;
}
#header {
    height:156px;
    position: relative;
    width: 948px;
    background: #fff;
    margin:0 auto;
    padding-bottom:1px;
    background:url(images/dot-oriz.gif) #fff repeat-x bottom;
    z-index:999;
}
#header .project-by	{
    position:absolute;
    top:60px;
    right:0;
}
#bodier {
    min-height:300px;
    padding-top: 157px;
}
#footer {
    background:#59cb8f;
    height:154px;
    color: #424242;
    font-size: 15px;
    font-style: italic;
    line-height:36px;
    padding: 0 10px;
}


/* DETTAGLIO */
#main_menu {
    background:#59cb8f;
    height:36px;
    color: #424242;
    font-size: 15px;
    font-style: italic;
    line-height:36px;
    padding: 4px 10px 0;
}
#social {
    float:right;
    width: 240px;
}
#social a {
    float:left;
    display:block;
    margin:7px 0 0 7px;
}
#social div {
    float:left;
    margin-right:0px;
    width: 100px;
    text-align: right;
}
#main_menu a, #footer a  {
    color:#424242;
}
#main_menu span{
    color:#fff;
}
#footer .sign {
    float:right;
}

#bread {
    height:36px;
    line-height:36px;
    color:#999999;
    font-size:15px;
    background:url(images/dot-oriz.gif) repeat-x bottom;
    padding: 0 0 1px 12px;
    font-style: italic;
    text-transform:uppercase;
}
#bread a { color:#999999; }
.theme {
    background:url(images/dot-oriz.gif) repeat-x bottom;
    padding: 15px 12px 21px;
    display: table;
}
.theme_inservista {
    background:url(images/dot-oriz.gif) repeat-x bottom;
    padding: 14px 10px;
}
.theme p {
    line-height:18px;
}
.theme h3 {
    font-weight:bold;
    font-family: 'Economica', 'Impact', sans-serif;
}

.theme h1 img {
    float: left;
    margin-right: 0.5em;
}

.theme a.link {
    color: #59CB8F;
}

/* HOME NEWS */

.home_2_news, .home_4_news, .archivio_2_video  {
    background:url(images/dot-oriz.gif) repeat-x bottom;
    padding-bottom: 1px;
    padding: 10px 0;
}

.home_4_news.archive {
    background: none;
}

.boxnews {
    float:left;
    padding: 0 10px;
    position:relative;
}
.boxnews + .boxnews {
    background:url(images/dot-vert.gif) repeat-y left;
}
.boxnews + .boxnews {
    background: none;
}
.boxnews p {
    line-height:18px;
}
.boxnews_img {
    background:#CCC;
    overflow:hidden;
}
.boxnews_date {
    color:#000;
    font-size:13px;
    line-height:28px;
    height:28px;
}
.boxnews_title {
    color:#fff;
    background: #59cb8f;
    font-family: 'Economica', 'Impact', sans-serif;
}
.boxnews_title a {
    color:#fff;
    text-decoration:none;
}
.boxnews_author {
    color: #59cb8f;
}
.boxnews_read {
    position:absolute;
    bottom:10px;
    left:10px;
}
.boxnews_read a { color:#59CB8F; }

.home_2_news .boxnews {
    float:left;
    width:450px;
    padding: 10px 12px;
    height:630px;
}
.home_2_news .boxnews + .boxnews {
    background:url(images/dot-vert.gif) repeat-y left;
}
.home_2_news .boxnews + .boxnews + .boxnews{
    background: none;
}
.home_2_news .boxnews + .boxnews + .boxnews + .boxnews {
    background:url(images/dot-vert.gif) repeat-y left;
}

.home_2_news .boxnews_img {
    height: 450px;
}
.home_2_news .boxnews_date {}
.home_2_news .boxnews_title {
    font-size: 42px;
}
.home_2_news .boxnews_author {
    font-size: 19px;
}
.home_2_news .boxnews_read {}


.archivio_2_video .boxnews {
    float:left;
    width:454px;
    padding: 10px;
    height:360px;
}
.archivio_2_video .boxnews + .boxnews {
    background:url(images/dot-vert.gif) repeat-y left;
}
.archivio_2_video .boxnews_img {
    height: 290px;
    position:relative;
}
.archivio_2_video .boxnews_img .play {
    height: 290px;
    position:absolute;
    top:0;
    left:0;
    width:454px;
    background:url(images/play.png) no-repeat center center;
}
.archivio_2_video .boxnews_date {}
.archivio_2_video .boxnews_title {
    font-size: 22px;
    background: none;
}
.archivio_2_video .boxnews_date a,
.archivio_2_video .boxnews_title a {
    color:#000;
}
.home_4_news .boxnews {
    width: 217px;
    height: 380px;
}
.home_4_news .boxnews_img {
    height: 217px;
}
.home_4_news .boxnews_date {}
.home_4_news .boxnews_title {}
.home_4_news .boxnews_author {}
.home_4_news .boxnews_read {}

.clr { clear:both; }

.home_2_news .boxvideo_title {
    color:#2f2f2f;
    font-family: 'Economica', 'Impact', sans-serif;
    font-size: 28px;
    padding-bottom: 10px;
}
.boxvideo_img {
    height:290px;
    margin-bottom:6px;
    /*background: #ccc; */
    overflow:hidden;
    position:relative;
}
.boxvideo_img .play {
    height: 290px;
    position:absolute;
    top:0;
    left:0;
    width:618px;
    background:url(images/play.png) no-repeat center center;
}

.boxvideo,
.boxphoto {
    padding:0 10px;
    position: relative;
    height: 400px;
}
.boxvideo {
    float:left;
    width:618px;

}
.boxphoto {
    float:right;
    width:290px;
    background:url(images/dot-vert.gif) repeat-y left;
}

#prefooter {
    padding: 10px 0;

}
#prefooter .box_title {
    color:#449f6f;
    font-size: 20px;
    padding-bottom: 3px;
}
#prefooter .date_day {
    font-family: 'Economica', 'Impact', sans-serif;
    color: white;
    font-size: 1.9em;
    padding-bottom: 10px;
    background-color: black;
    font-style: italic;
    font-weight: bold;
    padding: 3px 5px;
    text-align: center;
}
#prefooter .box1,
#prefooter .box2,
#prefooter .box3{
    padding:0 10px;
    position: relative;
    height: 280px;
}
#prefooter .box1 {
    float:left;
    width:220px;
    overflow: hidden;

}
#prefooter .box2 {
    float:left;
    width:183px;
    background:url(images/dot-vert.gif) repeat-y left;
}

#prefooter .box3 {
    float: left;
    width: 183px;
    background: url(images/dot-vert.gif) repeat-y left;
}

#prefooter .box4 {
    float: right;
    width: 288px;
    height: 280px;
    background: url(images/dot-vert.gif) repeat-y left;
    padding-left: 11px;
}
#prefooter .box1 a {
    color: #59CB8F;	
}
#prefooter .past_theme {
    padding-bottom: 20px;
}
#prefooter .past_theme a {
    color: #59CB8F;
}
#prefooter .search_box {
    height:50px;
}
#prefooter .search_box input {
    border:1px #666 solid;
    border-radius:2px;
    font-family:"Franklin Gothic Book", Helvetica, Arial, sans-serif;
}
#prefooter .search_box input#search {
    font-weight:700;
}

#page_simple {
    padding:10px 248px 30px 10px;
    background:url(images/dot-oriz.gif) repeat-x bottom;
}
#page_simple h1 {
    color:#2f2f2f;
    font-family: 'Economica', 'Impact', sans-serif;
    font-size: 28px;
    padding-bottom: 10px;
}
#page_simple p {
    margin-bottom:18px;
}





/* Images
-------------------------------------------------------------- */

#single_post img,
#page_simple img {
    margin: 0;
}
#single_post img,
#page_simple img {
    max-width: 900px;
}
#single_post .alignleft,
#single_post img.alignleft,
#page_simple .alignleft,
#page_simple img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
#single_post .alignright,
#single_post img.alignright,
#page_simple .alignright,
#page_simple img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
#single_post .aligncenter,
#single_post img.aligncenter
#page_simple .aligncenter,
#page_simple img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#single_post img.alignleft, 
#single_post img.alignright, 
#single_post img.aligncenter,
#page_simple img.alignleft, 
#page_simple img.alignright, 
#page_simple img.aligncenter {
    margin-bottom: 12px;
}
/*#single_post .wp-caption {
         background: #f1f1f1;
        line-height: 18px;
        text-align: center;
        margin-bottom: 20px;
        padding: 4px;
}
#single_post .wp-caption img {
        margin: 5px 5px 0;
}
#single_post .wp-caption p.wp-caption-text {
        margin: 5px;
        color: #888;
        font-size: 12px;
}
#single_post .wp-smiley {
        margin:0;
}
*/


#single_post {
    background: url(images/dot-oriz.gif) repeat-x bottom;
    padding-bottom: 10px;

}
#single_post .side_post_right{
    float:right;
    width:690px;
    padding:10px;
    background:url(images/dot-vert.gif) repeat-y left
}
#single_post .side_post_left{
    float:left;
    width:210px;
    padding:10px;
    font-size: 13px;
    font-style: italic;
}
#single_post .boxnews_title {
    font-size:46px;
    margin-bottom:8px;
}
#single_post .boxnews_social {
    float: right;
    height: 21px;
}
#single_post .boxnews_social div { }
#single_post .boxnews_author {
    margin-bottom:8px;
    font-size: 20px;
}
#single_post .boxnews_tag {
    margin-bottom:16px;
    font-size: 14px;
}
#single_post .side_post_left h2 {

    font-style:italic;
    color:#000;
    font-size: 20px;
}
#single_post .boxnews_testo {
    text-align:justify;
    padding-bottom: 10px;
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
}
#single_post .boxnews_testo .wp-caption {
    text-align:center;
    color:#59CB8F
}
#single_post .boxnews_testo a {
    color:#59CB8F
}
#single_post .boxnews_testo p {
    margin-bottom:12px;
}



#simple_video {
    background:url(images/dot-oriz.gif) #fff repeat-x bottom;
    padding-bottom:30px;
}
#simple_video .side_post_right{
    float:left;
    width:690px;
    padding:10px;
    background:url(images/dot-vert.gif) repeat-y right;
}
#simple_video .side_post_left{
    float:right;
    width:210px;
    padding:10px 10px 30px;
    font-size: 13px;

    position: relative;
}
#simple_video .boxnews_title {
    font-size:22px;
    margin-bottom:16px;
    color:#000;
    background:none;
}
#simple_video .boxnews_social {
    float: right;
    height: 21px;
}
#simple_video .boxnews_social div { overflow:hidden; }
#simple_video .boxnews_author {
    margin-bottom:8px;
    font-size: 20px;
}
#simple_video .boxnews_tag {
    margin-bottom:16px;
    font-size: 14px;
}
#simple_video .side_post_left h2 {
    font-size:;
    color:#000;
    font-size: 30px;
    font-style: normal;
    font-family: 'Economica', 'Impact', sans-serif;
    margin-bottom: 16px;
}
#simple_video .boxnews_testo, #page_simple {
    text-align:justify;
}
#simple_video .boxnews_testo .wp-caption, #page_simple .wp-captione {
    text-align:center;
    color:#59CB8F
}
#simple_video .boxnews_testo a, #page_simple a {
    color:#59CB8F
}
#simple_video .boxnews_testo p, #page_simple p {
    margin-bottom:12px;
}
#simple_video .boxnews_play {
    margin-bottom:20px;
}
.boxnews_testo .boxnews_img {
    height: 390px;
    position:relative;
    margin-bottom:10px;
}
.boxnews_testo .boxnews_img .play {
    height: 390px;
    position:absolute;
    top:0;
    left:0;
    width:690px;
    background:url(images/play.png) no-repeat center center;
}
.minivideobox {
    margin-bottom:16px;
    height: 135px;
    overflow: hidden;
    position: relative;
}

.minivideobox .play {
    height: 135px;
    position:absolute;
    top:0;
    left:0;
    width:210px;
    background:url(images/play.png) no-repeat center center;
    z-index: 10px;
}
.minivideobox.inline {
    display: inline-block;
    float: left;
    margin: 8px 10px 8px 9px;
}

.jumpMenu_mesi {
    float:right;
    color:#fff;
    border:0;
    width:240px;
    height:28px;
    line-height:28px;
    text-align: right;
    margin-top: 4px;
    font-style: normal;
    position:relative;
    background: no-repeat url(images/arrow_video1.gif) top right #59cb8f;
    z-index:10;
}
.jumpMenu_mesi div {
    padding-right:28px;
    display:block;
}
.jumpMenu_mesi ul {
    display:none;
    position:absolute;
    top:28px;
    left:0;
}
.jumpMenu_mesi:hover {
    background-image:url(images/arrow_video2.gif);
    color:#59cb8f;
}
.jumpMenu_mesi:hover ul {
    display:block;
}
#bread .jumpMenu_mesi ul li a {
    border-top: 1px solid #fff;
    text-align:right;
    line-height:28px;
    height:28px;
    width:230px;
    display:block;
    background: #59cb8f;
    color:#FFF;
    text-decoration:none;
    padding-right:10px;
    text-transform:uppercase;
}
.archivio_3_photo {
    background:url(images/dot-oriz.gif) #fff repeat-x bottom;
    padding:5px 0 0;
    min-height:32px;
}
.archivio_3_photo h2 {
    background:#59cb8f;
    color:#fff;
    height:26px;
    line-height:26px;
    font-size:27px;
    font-family: 'Economica', 'Impact', sans-serif;
    padding:0 0 0 16px;
}
.archivio_3_photo h2 a {
    display:block;
    color:#FFF;
    background:url(images/arrow_video2.gif) no-repeat right;
    text-decoration: none;
}
.archivio_3_photo h2 a.photo_top {
    background:url(images/arrow_video1.gif) no-repeat right;
}
.result_box {
    padding:5px 0 0;
    margin-bottom:5px;
}
.result_text {
    font-style:italic;
    padding:0 16px;
}
.result_title {
    background:#59cb8f;
    color:#fff;
    height:26px;
    line-height:26px;
    font-size:27px;
    font-family: 'Economica', 'Impact', sans-serif;
    padding:0 16px;
    margin-bottom:5px;
}
.archivio_3_photo h3 {
    font-family: 'Economica', 'Impact', sans-serif;
    background:none;
    color: #FFF;
}
.archivio_3_photo .colonna {
    float:left;
    padding:5px;
    width:306px;
}
.archivio_3_photo .colonna .box_foto {
    background:#ccc;
    margin-bottom:5px;
    position:relative;
    overflow:hidden;
    line-height:0;

}
.archivio_3_photo .colonna .box_foto a{
    display:block;
    color:#FFF;
    text-decoration:none;
}
.archivio_3_photo .colonna .box_foto .dida {
    position:absolute;
    bottom:0;
    left:0;
    width:286px;
    background:url(images/bg_dida.png);
    padding: 7px 10px;
    line-height:normal;
    display:none;
}
.archivio_3_photo .colonna .box_foto:hover .dida { display:block; }
.monodot {
    background:url(images/dot-oriz.gif) #fff repeat-x bottom;
    height:6px;
    clear:both;
}

.wp-pagenavi {
    font-family: 'Economica', 'Impact', sans-serif;
    position: relative;
    margin: .4em;
    text-align: center;
    font-size: 1.9em;
    padding-bottom: 10px;
}

.bottom .wp-pagenavi {
    background:url(images/dot-oriz.gif) #fff repeat-x bottom;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0 !important;
}
.wp-pagenavi a {
    color: #666666;
}
.wp-pagenavi span.current {
    color: #9C9C9C;
}

.twitter_box {
    font-family: 'Economica', 'Impact', sans-serif;
    text-align: center;
    background-image: url('images/twit.png');
    background-repeat: no-repeat;
    background-position: top;
    height: 280px;
    padding-top: 87px;
    font-size: 1.2em;
    color: #7B7B7B;
}

.twitter_box .juiz_last_tweet_inside {

    font-weight: bold;
}

.twitter_box .juiz_last_tweet_inside a:link,
.twitter_box .juiz_last_tweet_inside a:visited,
.twitter_box .juiz_last_tweet_inside a:active {
    color: #3DA199;
}
#date_world{
    position: relative;

}