/*
 Theme Name: CGIL Modena WP Theme (DEV)
 Theme URI: http://www.cgil-modena.it/
 Description: Three column WordPress Theme
 Version: 1.0
 Author: Giovambattista Fazioli
 Author URI: http://www.saidmade.com/
 */ 
 
* {
    margin: 0;
    padding: 0;
}

html, body {
    background: #e0e0e0;
    color: #333
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #666;
}

div#wrapper {
    margin: 16px auto 0px;
    text-align: left;
    width: 965px;
    background-color: #fff;
}
 /* Contenitore globale */
div#events-box {
    background: #f00 url(images/feed.png) no-repeat 8px 8px;
    padding: 8px 8px 8px 32px;
    color: #fff;
    border-top: 1px solid #300;
    border-bottom: 1px solid #300
}

div#events-box a {
    color: #fff
}

div#events-box ul {
    list-style: none;
    width: 900px;
    margin: 0 0 0 10px;
    font-size: 13px
}

div#events-box ul li {
    text-align: left;
    display: none;
    color: #444
}

/* masthead / footer - navigation and categories */
#masthead {
    padding: 0;
}

#masthead h1 a {
    text-transform: uppercase;
    width: 400px;
    float: left;
    margin: 28px 0 0 25px;
}

#masthead h1 a {
    font-style: normal;
    color: #fff;
}

#masthead h1 a:hover {
    color: #ccc
}

/* Header */
#header-box h1 span {
    display: none
}

#header-box h1 {
    background: url(images/logo-header.jpg) no-repeat;
    width: 965px;
    height: 162px
}

#header-box a {
    outline: none
}

/* IE Hack */
#black-rope {
    width: 100%;
    height: 11px;
    background: url(images/bckgr_header03.png) repeat-x top left;
    margin: 0px 0px -5px 0px;
    padding: 0px 0px 0px 0px;
}

html > body #black-rope {
    width: 100%;
    height: 11px;
    background: url(images/bckgr_header03.png) repeat-x top left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*Formattazione del widget LATERALE*/
.laterale h3 {
    margin-bottom: 5px;
}

.textwidget {
    margin-bottom: 10px;
}

#intermezzo {
    width: 50px;
}

#author-notes {
    margin-bottom: 15px;
}

.auth-post-number {
    margin-top: 5px
}

#category-notes {
    margin-bottom: 15px;
}

ul.nav {
    list-style: none;
    margin: 16px 0 24px 9px
}

.nav li {
    float: left;
    display: block;
    width: 146px;
    height: 32px;
    background: url(images/navbutton-bck.png) no-repeat;
    margin-right: 8px
}

.nav li a {
    font-size: 14px;
    outline: none;
    color: #300;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 8px 0 0 0;
    text-transform: capitalize;
    text-align: center
}

.nav li a span {
    font-size: 11px;
    color: #fff;
    text-transform: lowercase;
}

.nav li a:hover {
    color: #900 !important
}

.nav li#search-form {
    background: url(images/search-bck.png) no-repeat;
    width: 184px;
    margin-right: 0
}

li.top {
    border-left: 1px solid #DDD;
    float: right;
    display: block width: 100px;
}

li.top a {
    width: 100px;
}

#archives {
    background: #333;
}

#archives ul {
    list-style: none;
    padding: 5px 0 3px 0;
}

#archives li {
    float: left;
    display: block;
    width: 101px;
}

#archives li a {
    font-weight: bold;
    color: #7F7F7F;
    width: 99px;
    display: block;
    padding: 2px 0 4px 5px;
}

#archives li a:hover {
    color: #EEE;
}

/* Colonna centrale */
#mid {
    display: block
}

#mainCol {
    float: left;
    display: inline;
    margin: 0 0 0 10px;
    width: 510px;
    border-right: 1px solid #ccc;
    padding-right: 16px;
}

/* Sidebar destra  */
#midCol a {
    font-weight: bold;
}

#midCol {
    color: #444;
    float: right;
    display: inline;
    margin: 0 16px 0 0;
    width: 160px;
    line-height: 1.3em;
    text-align: right;
}

#midCol p {
    color: #777;
}

.middle_links {
    margin-bottom: 15px;
    text-align: center;
}

.middle_links img {
    border: none;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}

div#searchWrap {
    margin: -1px 0 0 8px
}

#searchWrap input {
    vertical-align: middle;
}

#searchWrap #s {
    font-size: 10px;
    border: none;
    width: 118px;
    background: none;
    margin: 0 13px 0 4px
}

.middle_links h3 {
    margin-bottom: 7px;
}

.middle_links h4 {
    margin-bottom: 4px;
}

#midCol ul {
    list-style: none;
    margin: 8px 0 4px;
}

.middle_links ul li {
    background: url(images/li.gif) no-repeat 0 3px;
    color: #7F7F7F;
    line-height: 1.2em;
    border-top: 1px solid #BBB;
    padding: 4px 0 4px 16px;
}

/* Colonna sinistra */
/* IE Hack */
#tertCol {
    float: left;
    width: 214px;
    margin: 0 15px 0px 8px;
}

html > body #tertCol {
    float: left;
    width: 214px;
    margin: 0 10px 0px
}

#tertCol p {
    color: #777;
}

#tertCol ul {
    list-style: none;
    margin: 8px 0 4px;
}

#elseWhere {
    margin: 0 0 20px 0;
}

#elseWhere h3 {
    margin-bottom: 7px;
}

ul#imgLinks {
    list-style: none;
    margin: 7px 0;
}

#imgLinks li {
    color: #7F7F7F;
    line-height: 1.2em;
    padding: 0 0 1px;
}

#imgLinks li a img {
    border: 3px solid #EEE;
    width: 208px;
    color: #333;
    font-weight: bold;
}

#imgLinks li a:hover img {
    border-color: #DDD;
}

/* left sidebar menu*/
#left-menu {
    margin-bottom: 10px;
}

#left-menu h3 {
    margin-bottom: 5px;
}

ul#sidemenu {
    margin: 0px 0px 0px 0px;
    width: 204px;
}

#sidemenu li a {
    color: #000;
    line-height: 1.2em;
    padding: 5px;
    background-color: red;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
}

#sidemenu li a:hover {
    background-color: #161B1F;
    color: #fff;
    padding: 5px;
}

/*left sidebar sub menu*/
#sidemenu li ul {
    margin: 0px;
    width: 97%;
    background-color: red;
}

#sidemenu li ul li a {
    color: #000;
    line-height: 1em;
    padding: 3px;
    background-color: #cc6666;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-left: 8px;
    border-left: 2px solid #990000;
    font-size: 10px;
    margin-top: 0;
}

#sidemenu li ul li a:hover {
    color: #fff;
    line-height: 1em;
    padding: 3px;
    background-color: #000;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-left: 8px;
    border-left: 2px solid #990000;
    font-size: 10px;
}

/*child page menu*/
#child-menu {
    display: block;
    margin: 8px 0
}

ul.child {
    list-style: none;
    margin: 8px 0
}

.child li {
    display: inline;
    line-height: 32px
}

.child li a {
    font-size: 11px;
    outline: none;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #eee;
    padding: 6px 16px;
    border: 1px solid #ccc;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.child li a:hover {
    color: #900;
}

/* wordpress entries styling - main content column */
.postMeta {
    background: url(images/dot.gif) repeat-x left center;
    text-transform: uppercase;
    font-size: 11px;
    text-align: right;
    margin-bottom: 5px;
}

.postMeta span.author {
    background: #FFF;
    color: #7F7F7F;
    padding: 0 4px 0 0px;
}

.postMeta span.date {
    background: #F20000;
    color: #fff;
    padding: 4px 12px;
    margin: 0 12px 0 auto;
    -moz-border-radius: 4px;
    display: block;
    width: 78px
}

.postMeta span.comments {
    background: #FFF url(images/chat_grey.gif) no-repeat left center;
    padding-left: 15px;
    padding-right: 5px;
    margin-left: 5px;
}

.postMeta span.comments a, .postMeta span.date a {
    color: #555;
}

.post {
    margin: 0 0 15px 0;
}

.post h2 {
    line-height: 1.2em;
    margin-bottom: 7px;
    letter-spacing: -1px
}

.post h2 a {
    width: 100%;
    display: block;
    outline: none;
}

.post h4 a {
    width: 100%;
    display: block;
    outline: none;
}

.entry h3 {
    margin: 1em 0;
}

.post .entry {
    line-height: 1.4em;
    overflow: hidden;
}

.post .entry p {
    margin: 1em 0;
    text-align: justify;
    line-height: 22px
}

.post .entry p a {
    background: url(images/dot.gif) repeat-x bottom left;
    font-weight: bold;
}

.entry blockquote {
    margin: 0 1.3em 0;
}

.entry ul {
    margin: 0 1.3em 0;
    list-style: none;
}

.entry li a {
    color: #333;
    font-weight: bold;
    background: url(images/dot.gif) repeat-x bottom left;
}

.entry ul li {
    background: url(images/li.gif) no-repeat 0 1px;
    padding-left: 18px;
    margin-bottom: 7px;
}

.entry ol {
    margin: 0 1em 0 3em;
}

.entry ol li {
    margin: 0 0 7px 0;
}

.entry img, .entry a img {
    border: 3px solid #EEE;
}

.entry a:hover img {
    border-color: #DFDFDF;
}

.entry table tr {
    padding: 15px 0;
}

.entry table tr.alt {
    background: #eee;
}

/* style pagination buttons */
#more_reading {
    color: #7F7F7F;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: right;
}

#more_reading p, #more_reading img {
    vertical-align: middle;
}

#more_reading a img {
    border: none;
    margin: 0 0 3px 2px;
}

/* style me some comments and inputs */
#comments {
    width: 435px;
    padding: 12px 0 0 0;
}

#comments h3, h3#respond {
    color: #555;
    margin-bottom: 7px;
}

ol.commentslist {
    list-style: none;
    margin: 5px 0 12px;
}

.commentslist li {
    background: #FFF url(images/lgrey_diag.gif) repeat top left;
    border: 1px solid #BBB;
    margin-bottom: 7px;
    padding: 7px 0;
}

.commentslist li a {
    font-weight: bold;
    background: url(images/dot.gif) repeat-x bottom left;
}

.commentslist li.alt {
    background: #FFF;
}

.commentslist li:hover {
    border-color: #888;
}

.commentslist .comment_text {
    margin: 0 7px;
    line-height: 1.4em;
    overflow: hidden;
}

.comment_text p, .comment_text ul, .comment_text ol, .comment_text blockquote {
    margin: 1em 0;
}

.comment_text ul, .comment_text ol, .comment_text blockquote {
    margin: 0 1em;
}

p.author_meta {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0 7px;
}

p.post_meta {
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
    margin: 0 7px 0 0;
}

.commentslist li.author {
    background: #333;
    color: #CCC;
}

.commentslist li.author a {
    color: #DDD;
}

.commentslist li.author a:hover {
    color: #FFF;
}

#comments_closed {
    background: #333;
    color: #ccc;
    padding: 7px 0;
    margin-top: 12px;
    line-height: 1.5em;
}

p.nocomments {
    margin: 0 12px 0 7px;
}

p.nocomments a {
    color: #ddd;
    font-weight: bold;
    text-decoration: underline;
}

p.nocomments a:hover {
    color: #FFF;
}

ol.pingslist {
    margin: 1.5em 2em;
    font-size: 12px;
}

.pingslist li {
    color: #7F7F7F;
    margin: 0 0 7px 0;
}

.pingslist li a {
    font-weight: bold;
    background: url(images/dot.gif) repeat-x bottom left;
}

#commentform p {
    margin: 1em 0;
}

#commentform p a {
    font-weight: bold;
    background: url(images/dot.gif) repeat-x bottom left;
}

#author, #email, #url, #comment {
    font: 1.1em arial, helvetica, verdana, sans-serif;
    border: 1px solid #BBB;
    padding: 2px;
}

#comment {
    width: 429px;
    overflow: auto;
}

#commentform p small {
    font-size: 10px;
    color: #7F7F7F;
}

.commentslist code {
    background: transparent;
}

/* footer - text string and links */
#footer {
    padding: 30px 0 0 0;
    margin: 0 auto;
    background: #e0e0e0 url(images/footer-bck.png) no-repeat
}

#footer p {
    text-align: center;
    font-size: 11px;
}

#footer p a {
    font-weight: bold;
    color: #333;
}

/* #footer p {padding-top: 7px; text-align: center;}
 #footer p a{font-weight:bold;color:#333;} */
/* float rules */
.floatleft {
    float: left;
    margin: 3px 7px 0 0;
}

.floatright {
    float: right;
    margin: 3px 0 0 7px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fix {
    display: inline-block;
}* html .fix {
    height: 1%;
}

.fix {
    display: block;
}

/*CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/*execphp*/
#execphpwidget {
    display: block;
    text-align: center !important;
    margin-bottom: 10px;
}

.execphpwidget img {
    margin-bottom: 15px;
    margin-top: 10px;
}

.tag {
    width: 150px;
    height: 150px;
    border-top: 1px solid #ccc;
}

.cnnclass {
    filter: progid:

DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

div#menu {
width:219px;
background:url(images/menu_bottom.png) 0px bottom no-repeat;
padding-bottom:15px;
margin-bottom:16px
}

div#menu ul,
div#menu ul li {
list-style:none;
margin:0;
padding:0;
}

div#menu ul li {
line-height:32px;
}

div#menu h2 {
margin:0;
width:205px;
height:28px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#fff;
padding:8px 0 0 12px;
background:url(images/menu.png) no-repeat;
}

div#menu a,
div#menu a:link,
div#menu a:visited {
display:block;
width:207px;
height:36px;
background:url(images/menu.png) 0px -36px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#300;
padding:0 0 0 12px;
}

div#menu a:hover {
background:url(images/menu.png) 0px -72px;
color:#fff;
}

div.hslice {
	text-align:center;
}

div.ngg-widget a {
}

div.ngg-widget img {
	display:inline;
}
