 /*
Theme Name: Stage Entertainment
Theme URI: http://stage.it/
Description: Stage Entertainment Italy Theme.
Version: 1.0
Author: Timelaps Communication
Author URI: http://timelaps.com/
Tags: 

*/


/* STRUCTURE
------------------------------------ */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background: #000 url(images/bg.gif) repeat-y top center;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}
div, h1, img, a {}
#wrapper {
    margin: 0;
    padding: 0;
    background: transparent url(images/nav_bg.gif) repeat-x;
}
#page {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	}

#header {
	width: 960px;
	height: 150px;
	position: relative;
}

#bgcontent,
div#content.widecolumn  {
    background: #fff url(images/bgcontent_bg.jpg) repeat-x left bottom;
    width: 940px;
    padding: 10px;
    border: 1px solid #e6e6e6;
}

.intcontent {
    background: #fff url(images/intcontent_bg.jpg) repeat-x left -2px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

#content {
    float: left;
    width: 570px;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
    text-align: justify;
}

#sidebar {
    float: right;
    width: 270px;
    padding: 0px 30px 45px 0;
    margin-bottom: 30px;
    text-align: left;
    background: url(images/widget_footer.jpg) no-repeat 35px bottom; 
}

#footer {
    padding: 20px 0;
}

div#content.widecolumn div {
    background: #fff url(images/intcontent_bg.jpg) repeat-x left -2px;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding-top: 30px;
}

/* BASIC TYPOGRAPHY
---------------------------------------- */

/* Headings
---------------------------------------- */ 
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 300;
}
h1 {
	font-size: 2.1em;
	line-height: 1;
	margin: 0 0 0.5em 0;
	color: #C61D23;
	font-style: italic;
}
h2 {
	color:#C61D23;
    font-size:2.7em;
    font-style:italic;
    letter-spacing:0.018em;
    margin:0 0 0.45em;
}
h3 {
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0.5em;
	color: #C61D23;
	font-style: italic;
}
#sidebar h4 {
	font-size: 1.4em;
	line-height: 1em;
	margin-bottom: 0.2em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;	
}
#content h4 {
    font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 0.7em;
	font-style: normal;
	font-weight: bold;
}
h5 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.7em;
}
h6 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.7em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
} 
/* Text elements
---------------------------------------- */ 
p {
	margin: 0 0 1em;
    color: #2c2c2c;
    font-size: 1.3em;
    line-height: 1.8em;
}
p img.alignleft {
	float: left;
	margin: 0.5em 1.5em 0.5em 0;
	padding: 0;
}
p img.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1.5em;
}
p img.aligncenter {
	display: block;
	margin: 0.5em auto 1em;
}
a:focus, a:hover {
	color: #AA191E;
	text-decoration: underline;
}
a:visited {
	color: #AA191E;
}
a {
	color: #C61D23;
	text-decoration: none;
}
a img {
    border: none;
}
blockquote {
    background: url(images/quote.png) no-repeat 1em 1em;
	padding: 1em 0 1em 5em;
	color: #666;
	font-style: italic;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists
---------------------------------------- */ 
#content li ul, #content li ol {
	margin:0 1em;
}
#content ul, #content ol {
	margin: 0 1em 1em 1em;
    font-size: 1.3em;
    line-height: 1.8em;
}
#content ul {
	list-style-type: disc;
}
#content ol {
	list-style-type: decimal;
}
#content ul li ul,
#content ol li ol {
    font-size: 1em;
}
#content dl {
	margin: 0 0 1.5em 0;
}
#content dl dt {
	font-weight: bold;
}
#content dd {
	margin-left: 1.5em;
}
/* Tables
---------------------------------------- */ 
table {
	width:100%;
	margin-bottom:0.8em;
}
th {
	font-weight: bold;
}
thead th {
	background: #c3d9ff;
}
th, td, caption {
	padding: 4px 10px 4px 5px;
}
tr.even td {
	background: #e5ecf9;
}
tfoot {
	font-style: italic;
}
caption {
	background: #eee;
}

/* Extra Classes
---------------------------------------- */ 
.clear {
    clear: both;
}
.hidden {
    display: none;
}
.alignleft {
	float: left;
	margin: 0.5em 1.5em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1.5em;
}
.aligncenter {
	display: block;
	margin: 0.5em auto 1em;
}
.small {
    font-size: 1.2em;
}
.privacy {
    border:1px solid #CCCCCC;
    display:block;
    font-family:Courier,monospace;
    height:70px;
    margin:15px 0;
    overflow:auto;
    padding:0 5px;
}
/* HEADER
---------------------------------------- */
#headerimg {
    width: 188px;
    height: 130px;
    background: transparent url(images/logo.png) no-repeat;
    overflow: hidden;
    float: left;
}
    #header h1 {
        width: 188px;
        height: 130px;
        overflow: hidden;
    }
        #header h1 a {
            width: 188px;
            height: 130px;
            text-indent: -10000px;
            display: block;
        }

#main-nav {
    float: right;
    height: 60px;
    text-align: right;
    border-right: 1px solid #333;
}
    #main-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
        #main-nav ul li {
            float: left;
            margin: 0;
            padding: 0;
            height: 60px;
            line-height: 60px;
        }
            #main-nav ul li a {
                font-family: Arial, Helvetica, sans-serif;
                color: #FFF;
                text-decoration: none;
                line-height: 60px;
                font-size: 1.25em;
                padding: 22px 15px;
                border-left: 1px solid #333;
                outline: none;
            }
            #main-nav ul li a:hover {
                background: #333;
            }
            
            #main-nav ul li.current_page_item a {
                background: #C61D23;
            }

div.utilities {
    position: absolute;
    bottom: -2px;
    right: -2px;
    background: url(images/search_bg.gif) no-repeat top right;
    height:20px;
    width: 258px;
    padding: 10px 0 0 22px;
    z-index: 10;
}
div.utilities label {
    display: none;
}
div.utilities form {
    padding: 0;
    margin: 0;
}
div.utilities input#s {
    background: transparent;
    width: 165px;
    height: 15px;
    padding: 2px;
    border: none;
}
div.utilities input#searchsubmit {
    background: transparent;
    height: 15px;
    border: none;
    cursor:pointer;
}
div.utilities input#searchsubmit:hover {
    background: transparent;
    height: 15px;
    border: none;
    text-decoration: underline;
}

/* CONTENT
---------------------------------------- */ 
.intcontent {
    padding-top: 30px;
}
#contentimage {
    padding: 3px;
    background: #ccc;
    border: 1px solid #aaa;
    width: 870px;
    margin: 0px auto 30px;
}

#content p.description {
    color:#777777;
    font-family:Georgia,"Times New Roman",serif;
    font-size:1.7em;
    font-style:italic;
    line-height:1.4em;
    margin-bottom:0.5em;
}


/* SIDEBAR
---------------------------------------- */
#sidebar .widget {
    background: url(images/widget_bg.jpg) repeat-y;
    margin-bottom:10px;
}
#sidebar .widget_wrapper {
    background: url(images/widget_top.jpg) no-repeat;
    padding-top: 32px;
    padding: 0 20px;
}
/*
SIDEBAR WIDGET TITLE ITALIC
#sidebar .widget h3 {
    color: #555;
    font-size: 1.6em;
    height: 35px;
    line-height: 32px;
    font-size: 1.2em;
    margin: 0 0 15px;
}*/
#sidebar .widget h3 {
    color: #2c2c2c;
    font-size: 1.4em;
    line-height: 35px;
    height: 35px;
    margin-bottom: 0.2em;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 15px;
}
#sidebar .widget_footer {
    background: url(images/widget_bottom.jpg) no-repeat;
    height: 27px;
    display: block;
}


#sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar ul.contacts {
    font-size:1.15em;
    line-height:1.2em;
    padding-bottom:10px;
}
    #sidebar ul.contacts li.name {
        font-size: 1.2em;
        line-height: 1em;
        margin-bottom: 0.2em;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }
    #sidebar ul.contacts li.address {
        margin-bottom: 10px;
    }
    #sidebar ul.contacts li span {
        font-family: Georgia, "Times New Roman", serif;
        font-style: italic;
        color: #666;
        padding-right: 10px;
    }

/*#sidebar li.submenu {
    padding-bottom: 10px;
}*/
    #sidebar li.submenu h3 {
        margin: 0 0 5px 0;
    }
    #sidebar li.submenu ul li {
        margin-bottom: 1px;
    }
        #sidebar li.submenu ul li a {
            background:transparent url(images/btn.png) no-repeat scroll -10px 0;
            color:#666666;
            display:block;
            font-size:1.2em;
            height:33px;
            line-height:33px;
            padding-left:27px;
        }
        #sidebar li.submenu ul li a:hover {
            background: url(images/btn.png) no-repeat -10px -33px;;
            color:#444;
            text-decoration: none;
        }
        #sidebar li.submenu ul li.current_page_item a,
        #sidebar li.submenu ul li.current-cat a {
            background: url(images/btn.png) no-repeat -10px -66px;
            color:#C61D23;
            text-decoration: none;
        }
        
a.newsletter_btn {
    background: url(images/newsletter_btn.jpg) no-repeat 0 -40px;
    width: 215px;
    height: 28px;
    display: block;
    overflow: hidden;
    outline: none;
    padding:12px 0 0 15px;
    margin-top: 10px;
}
a.newsletter_btn:hover {
    background: url(images/newsletter_btn.jpg) no-repeat 0 0;
    outline: none;
    text-decoration: none;
}

/* NEWS - POST
---------------------------------------- */
h2.pagetitle {
    color:#999;
}
h3.entrytitle {
    font-size: 1.8em
}
#content p.date,
#content p.details,
#content p.postmetadata {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 3px;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.post {
    margin-bottom: 30px;
}

/* NEWS - primo piano
---------------------------------------- */

div#featured_news {
    background: url(images/featured_bg.jpg) repeat-y 0 0;
    padding:0;
    margin-bottom: 30px;
}
h2.featured_title {
    background:transparent url(images/featured_top.jpg) no-repeat scroll 0 0;
    color:#2C2C2C;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1.4em;
    font-style:normal;
    font-weight:bold;
    height:35px;
    line-height:32px;
    padding-left:56px;
}
div.featured_footer {
    background: url(images/featured_bottom.jpg) no-repeat;
    clear: both;
    height: 45px;
}
div#featured_news div.post {
    padding: 0 20px;
    margin-bottom: 0px;
}
div#featured_news p.postmetadata {
    margin-bottom:0px;
}
div#other_news {
    padding: 0 20px;
}
 
/* Post Navigation
---------------------------------------- */
div.navigation {
    display: block;
    height: 20px;
    margin-bottom: 30px;
}

    div.navigation div.alignright {
        float: right;
        height: 20px;        
    }
        div.navigation div.alignright a {
            font-size: 1em;
            padding: 0 20px;
            background: #E6E6E6;
            background: url(images/prev_next_btn.jpg) no-repeat right -10px;
        }
    div.navigation div.alignleft {
        float: left;
        height: 20px;
    }
        div.navigation div.alignleft a {
            font-size: 1em;
            padding: 0 20px;
            background: url(images/prev_next_btn.jpg) no-repeat 0 1px;
        }


/* SITEMAP
---------------------------------------- */
#content ul.sitemap {
    padding: 0;
    margin: 0;
    list-style-type: square;
    list-style-position: inside;
}



/* FOOTER
---------------------------------------- */
#footer p {
    color: #e6e6e6;
    font-size: 1.1em;
}
#footer a {
    color: #e6e6e6;
    text-decoration: underline;
}
#footer a:hover {
    color: #fff;
}

div#MailPress div#mp-container, div#MailPress div#mp-formdiv {
    position:relative;
} 
div#MailPress div#mp-loading, div#MailPress div#mp-message {
    position:absolute;
    opacity:0;
} 

/* CUSTOM WIDGET
---------------------------------------- */

dl.review {
    font-size: 1.2em;
    line-height: 1.8em;
}

dl.review dt {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 1.2em;
}
dl.review dd {
    /*border-top:1px solid #F6F6F6;
    border-bottom:1px solid #F6F6F6;*/
    font-style: italic;
    color: #555;
    text-align: left;
    font-size: 0.9em;
    padding: 0;
    margin: 0 0 15px 0;
}


/* OTHER CUSTOMIZATION
---------------------------------------- */

.piclenselink {
    display: none;
}

p.candidati {
    text-align: right;
}
a.candidati {
    background: #C61D23;
    color: #FFF;
    padding: 5px;
    -moz-border-radius: 3px;
    text-decoration: none;
}

a.candidati:hover,
a.candidati:visited {
    background: #AA191E;
    }

