/*   
Theme Name: mss music show service
Theme URI: 
Description:
Author: lc
Author URI: http://www.e-banana.it
Version: 0.1
Tags: 

	mss theme by luca capra <luca.capra@gmail.com>
	originally based on Elegant grunge
	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/****************************
 **   General
 ****************************/

body {
  margin: 0;
  padding: 0;
  background-color:#000;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  color: #777;
}

a {
	color: #5f5f5f;
	text-decoration:none;
}

a:visited,
a:hover {
	color: #CCC;
}

img {
	border: 0;
}



/****************************
 **   Layout
 ****************************/

#page{
  width: 960px;
  margin: 0 auto;
}

/* Logo */

#logo {
  float: left;
}

#logo_w{
  float: right;
}

/* Menu */

#menu {
  background: #000 url(images/top_bg.png) repeat-x top left;
}

#menu-list{
  width:580px;
  margin: 0 auto;
}

#menu h1 a {
  color: #d3d3d3;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-shadow: #000 0 1px 2px;
  float: left;
  padding: 0px 24px;
}

#menu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#menu ul li {
  float: left;
}

#menu ul li ul {
  display:none;
}

#menu ul li ul.down{
  position: absolute;
  z-index: 5;
  line-height: 2em;
  margin:0;
  padding: 0px 26px;
  border:1px dotted #373737;
  border-top:none;
}
#menu ul li ul li {
  clear: left;
}

#menu .page_item a {
  display: block;
  padding-right: 40px;
  line-height: 3em;
  color: #868686;
  text-decoration: none;
}
#menu .page_item a:hover {
  background-color: #333;
}
#menu .page_item .page_item a {
  display: block;
  padding:0 20px 0 10px;
  line-height: 2.6em;
  color: #868686;
  text-decoration: none;
  font-size: px;
}

#menu .current_page_item a,
#menu .page_item a:hover,
#menu .page_item .current_page_item a:hover,
#menu .current_page_ancestor a {
  color: #EEE;
}

#menu .current_page_ancestor{
  font-weight:bold;
}

#blog-description {
  position: relative;
  top: 60px;
  color: #616161;
  text-shadow: #000 0 1px 1px;
  left: 1.3em;
}

/* Content */

#content-container {
  padding:0 5px;
  clear:both;
}


#content {

}

/* Footer */

#footer {
  background: black url(images/bottom.gif) repeat-x bottom left;
  height:75px;
  width: 960px;
  margin: 2em auto 0;
}

/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 3em;
	font-weight: normal;
	font-style: normal;
	color: white;
	margin-bottom: 0px;
	margin-top: 0em;
}

h2 a {
	text-decoration: none;
	color: #3b3b3b;
}

.post .entry {
	font-size: 1em;
	line-height: 1.3em;
	clear: both;
}

.post.blog-post {
/*   width:480px; */
}
.post.blog-post .entry {
  clear:none;
}


.post h2{
  font-size:30px;
  padding:0px;
  padding-top:1em;
  color:#CCC;
}
.post h2 a{
  color:#CCC;
}
.post .entry h1 {
  font-size:1.8em;
  text-align:right;
  line-height:0.9em;
  text-indent: -1em;
}
.post .entry p {
  color:#C0C0C0;
  font-size:110%;
  font-weight:normal;
}

.post .author {
	text-transform: uppercase;
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -70px;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
/* 	background-image: url(images/date.jpg); */
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #a9a9a9;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #afafaf;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.7em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	margin-top: 20px;
	font-size: 0.9em;
}

.hr {
	clear: both;
	border: 0;
/* 	background-image: url(images/hr.jpg); */
	color: #f8faf7;
/* 	background-color: #f8faf7; */
	width: 426px;
/* 	height: 121px; */
	margin: -8px auto 0;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}




/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Comments */


.commentlist {
	padding: 0;
	margin: 0 0 0 14px;
	list-style-type: none;
}


.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
}

.before-comment {
/* 	background: url(images/comment-top.jpg); */
	width: 481px;
	height: 21px;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	width: 437px;
/* 	background: url(images/comment-middle.jpg) repeat-y; */
	padding-right: 10px;
	width: 451px;
	padding-left: 26px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-comment {
/* 	background: url(images/comment-bottom.jpg); */
	width: 481px;
	height: 37px;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
/* 	background: url(images/frame-top-left.jpg) no-repeat left top; */
}

.frame-outer span span {
/* 	background: url(images/frame-bottom-left.jpg) no-repeat left bottom; */
}

.frame-outer span span span {
/* 	background: url(images/frame-top-right.jpg) no-repeat right top; */
}

.frame-outer span span span span {
/* 	background: url(images/frame-bottom-right.jpg) no-repeat right bottom; */
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer.small span {
/* 	background: url(images/frame-top-left-small.jpg) no-repeat left top; */
}

.frame-outer.small span span {
/* 	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom; */
}

.frame-outer.small span span span {
/* 	background: url(images/frame-top-right-small.jpg) no-repeat right top; */
}

.frame-outer.small span span span span {
/* 	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom; */
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}



#body
{
  float:left;
  margin:0 0 0 10px;
  width:515px;
  overflow: hidden;
  position:relative;
}

#body.wide-body
{
  margin:0 0 0 10px;
  width:715px;
}

/****************************
 **   Sidebar
 ****************************/



.rounded {
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius/border-radius.htc);
  border: 1px solid #666;
  padding: 10px 5px;
}

.sidebar ul{
  list-style: none;
}

/* General */

#sidebar-left .left-menu
{
  padding:0;
  margin:0;
}

#sidebar-left .left-menu li a
{
  background: #000 url(images/menu.gif) no-repeat 0 0;
  display:block;
  height: 19px;
  width: 190px;
  margin: 5px 0;
  padding: 0 0 0 15px;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  color: #EFEFEF;
}
#sidebar-left .left-menu li a:hover
{
  background: #000 url(images/menu.gif) no-repeat 0px -19px ;
  color: #FFF;
}

#sidebar-left{
  float:left;
  width:190px;
}

#sidebar-right{
  float:right;
  width:210px;
}

#sidebar-right ul ul li{
  font-size: 12px;
}

.sidebar h2 {
	font-size: 1.4em;
	color: #676767;
}

.sidebar a {
	color: #9f9f9f;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

#sidebar #searchform div {
/* 	background-image: url(images/searchform.jpg); */
	width: 180px;
	height: 49px;
	margin-left: -7px;
}
#sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
/* 	margin-left: 19px; */
	width: 120px;
/* 	height: 16px; */
	color: #909090;
	font-size: 1.1em;
	display:inline;
}
#sidebar #searchform div #searchsubmit {
	display:inline;
/* 	border: 0; */
/* 	background: none; */
	width: 50px;
	height: 28px;
/* 	margin-left: 4px; */
	overflow: hidden;
/* 	text-indent: -2000px; */
}

.more-link {
	padding-left: 20px;
	font-size: 0.8em;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

#sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

#sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}

#sk2-footer{
  display:none;
}

img.annotate {
  border: 1px solid #666;
}

.gallery-nav {
  padding:0;
  margin:0 auto;
  width: 150px;
  height: 37px;
  background: transparent url(images/navigazione.gif) no-repeat 0 0;
}
.gallery-nav span{
  width: 74px;
  height: 37px;
  cursor:hand; cursor:pointer;
  float:left;
  margin:0; padding:0;
}



.gallery-slide {
  position: relative;
}

/*#contentHelper-1 {
    position: absolute;
    top:0px;
    left:0px;
    width: 50px;
    height:50px;
}*/

#gallery-nav{
  display:none;
}

.gallery-icon{
  margin: 5px 0 0 0;
}

.ch-content {
   position: relative;
}
.note-content{
  position:absolute;
  padding:1em;
  background-color: #FFF;
}
.notes {
  border: 5px solid #CCC;
  background: #EEE;
  cursor: hand;
  cursor: pointer;
}
.notes.editable {
  border:none;
  background-color: yellow;
}
.note-options, .note-options a {
  color:white;
}

.gallery-current-image {
  overflow:hidden;
  border: 2px solid #666;
  text-align:center;
}

.gallery-current-image img {
/*   border: 1px solid #AAA; */
}


.image-player{
  position:absolute;
}

/* contatti */
#post-25 .entry{ 
  height:220px;
}

#bottom-post-links-title{
  float:left;
  width:70%;
  line-height:1.5em;
}

.bottom-post-links{
  text-align:center;
  line-height:2em;
  clear:both;
}

#bottom-post-links {
  line-height:30px;
}


#bottom-post-links .page_item  {
  float: right;
  clear:both;
  display:block;
  padding: 0px 0.5em;
}
#bottom-post-links .page_item a{
  font-size:24px;
  text-decoration:none;
}
/* #bottom-post-links .current_page_item {} */
#bottom-post-links .current_page_item a
/* , #bottom-post-links .page_item a:hover  */
{
  font-size:28px;
  color:#CCC;
}
#bottom-post-links .page_item a:hover{color:#DDD;}

#bottom-post-links .current_page_item ul li a
{
  border-top:1px dotted #333333;
  color:#5F5F5F;
  display:block;
  font-size:24px;
  padding:0.1em;
}

.legal{
  background:#000;
  text-align:center;
  width:100%;
}
.legal a{
  color:#aaa;
  text-decoration: none;
}
.hidden{
  display:none;
}

.loading{
  background:transparent url(/loader.gif) no-repeat center center;
}
.clickable{
  cursor: pointer;
  cursor: hand;
}
.item-details {
  background: #EFEFEF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow:hidden;
/*   position: absolute; */
  z-index: 35;
  padding: 5px;
}

.item-details .img-cont{
  text-align:center;
}

.item-details h2 {
/*   float:right; */
  text-align:center;
  font-size: 1.6em;
  line-height: 1.8em;
  color: #000;
}

.item-details .description {
color:#444444;
/* float:right; */
font-size:1.2em;
line-height:1.4em;
margin:30px 0 0;
clear:both;
}

 .item-details-close{ 
/*   position:relative; 
   bottom:-40px; */
   text-align:right;
 } 

.auto-list li{
  list-style-image:none;
  list-style-position:inside;
  list-style-type:disc;
  line-height: 2.1em;
}
.auto-list li a{
/*   color: #CCC; */
  font-size: 24px;
  text-decoration:none;
}



/* popup-news */
#popup-news {
  background: black url(images/bg_mms_2.gif) repeat top left;
  border: 4px solid #000;
}
#popup-news .popup-close {
  display:none;
}
#popup-news .popup-close a {
  background:black url(images/x_close.png) no-repeat scroll left center;
  display:block;
  float:right;
  line-height:40px;
  padding-left:40px;
  width:80px;
}


.popup-item{
  margin: 0.1em;
  padding: 0.2em;

  background-color: black;
  border: 1px solid #333;
}



#fast-cnt
{
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius/border-radius.htc);
  border: 1px solid #666;
  padding: 10px 5px;
  font-size: 12px;
  margin-top: 20px;
}

.right-menu
{
  background: #000 url(images/box_center.gif) repeat-y top left;
}

.right-menu .eventi-top
{
  color:#EFEFEF;
  font-size:16px;
  padding-left:10px;
  background: #000 url(images/box_top.gif) no-repeat  top left;
}

.right-menu .eventi-bottom
{
  padding: 15px 5px;
  background: #000 url(images/box_bottom.gif) no-repeat  top left;
  text-align: right;
}

.right-menu .eventi-item
{
  border:1px solid #333333;
  color:#EFEFEF;
  font-size:11px;
  margin:5px auto;
  padding:10px;
  text-align:left;
  width:150px;
}
.right-menu .eventi-item a
{
  color: #EFEFEF;
  text-align:left;
  
}
.right-menu .eventi-item img
{
  height:100px;
  overflow:hidden;
  position:relative;
  border: 1px solid #CCC;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
}

#home-nav
{
  float: right;
}

.home-nav-item 
{
  float: left;
}

.home-nav-item a
{
  padding:0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display:block;
  margin: 0 5px;
}


.scambio-link
{
  text-align: right;
}
.scambio-link a
{
  color: #333;
  font-size: 10pt;
}


.front .post h2,
.front .post h3,
.front .post h4
{
  color:#FFF;
}

#sidebar-right .widget-wrap{
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border-radius/border-radius.htc);
  border: 1px solid #666;
  padding: 10px 5px;
  margin: 0px 0 20px 10px;
}