/* @override 
	http://www.covoclub.it/30th/sites/all/themes/thirty/layout.css?c
	http://www.covoclub.it/30th/sites/all/themes/thirty/layout.css?p
*/

/* @group Layout */

body {
  background: #000 url(images/bg_photo_3.jpg) no-repeat fixed center top;
  color: #000;
  font: 16px/1em Arial, Helvetica, sans-serif;
}

body.node-type-page {
  background: #000 url(images/bg_photo_11.jpg) no-repeat fixed center top;
}

body.node-type-gallery, body.page-gallery  {
  background: #000 url(images/bg_photo_13.jpg) no-repeat fixed center top;
}

#page {
  margin: 40px auto;
  width: 960px;
  min-height: 480px;
}

#sidebar-left {
  float: left;
  width: 260px;
  margin-left: 10px;
  margin-right: 0px;
  display: inline;
  position: relative;
}

#main {
  float: left;
  width: 660px;
}

#footer {
  clear: both;
}

/* @end */

/* @group Logo */

#logo-title {
  padding: 10px;
  margin-bottom: 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
}

#site-slogan {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: px;
  line-height: 14px;
}

#site-slogan span {
  font-size: 11px;
}

/*#site-name a span {
  margin-bottom: 90px;
  display: block;
  width: 156px;
  height: 87px;
  background: url("images/logo_covo.png");
  text-indent: -9999px;
}*/

#site-name a span {
  margin-bottom: 90px;
  display: block;
  letter-spacing: -1px;
  color: #000;
  font: bold 2.5em Helvetica, "Helvetica Neue", Arial, sans-serif;
}

/* @end */

/* @group Navigation */

ul.navigation li a:link, ul.navigation li a:visited{
  padding: 10px;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  border-right: 5px solid #45a840;
  border-bottom: 5px solid #45a840;
  color: #333;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}

ul.navigation li.menu-355 a{
  background: #1fd43e;
  background: rgba(31, 212, 62, 0.8);
  border-color: #0b7800;
}

ul.navigation li.menu-594 a{
  background: #54a8d4;
  background: rgba(84, 168, 212, 0.8);
  border-color: #35667f;
}

ul.navigation li.menu-579 a{
  background: #e2b524;
  background: rgba(226, 181, 36, 0.8);
  border-color: #a28219;  
}

ul.navigation li.menu-493 a{
  background: #f87c19;
  background: rgba(248, 124, 25, 0.8);
  border-color: #cb5113;
}

ul.navigation li.menu-514 a{
  background: #7b06a9;
  background: rgba(123, 6, 169, 0.9);
  border-color: #520770;
}

ul.navigation li.menu-524 a{
  background: #3b00fe;
  background: rgba(59, 0, 254, 0.9);
  border-color: #2400a9;
}

ul.navigation li a:hover, ul.navigation li a.active {
  color: #000;
  text-decoration: none;
}

/* @end */

/* @group Credits */

.credits {
  margin-left: 280px;
  text-align: center;
  padding-top: 20px;
}

.credits p{
  margin: 0;
  color: #666;
  font-size: 9px;
}

.credits a:link, .credits a:visited{
  color: #999;
  font-weight: bold;
}

.credits a:hover {
  color: #fff;
}

/* @end */


/* @group Blocks */

#block-user-1 h2{
  padding: 10px;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
}

#block-user-1 .content{
  padding: 10px;
  margin: 10px 0;
  font-size: 12px;
  font-weight: bold;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
}

#block-block-2 {
  margin: 0 10px;
  margin-top: 0px;
}

#block-block-2 p{
  margin: 0;
}

#block-block-2 h2{
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#block-block-2 img{
 margin-bottom: 5px;
}

#block-block-3{
  background: #eee;
  background: rgba(255,255,255,0.8);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
}

#block-block-3 p{
  color: #666;
  font-size: 10px;
  padding: 10px;
  margin: 0;
  text-align: justify;
}

/* @end */

/* @group Typography */

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #666;
}

a:active, a.active {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

h1#page-title {
  margin: 0 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
}

.page-festival h1#page-title {
  background: #1fd43e;
  background: rgba(31, 212, 62, 0.9);
  border-color: #0b7800;
}

.page-gallery h1#page-title,
.node-type-gallery h1#page-title,
.node-84 h1#page-title {
  background: #e2b524;
  background: rgba(226, 181, 36, 0.9);
  border-color: #a28219;
}

.page-gallery h1#page-title, .node-type-gallery h1#page-title {
  background: #e2b524;
  background: rgba(226, 181, 36, 0.9);
  border-color: #a28219;
}

.node-1 h1#page-title, .node-303 h1#page-title, .node-301 h1#page-title, .node-302 h1#page-title {
  background: #54a8d4;
  background: rgba(84, 168, 212, 0.9);
  border-color: #35667f;
}

.page-contact h1#page-title {
  background: #f87c19;
  background: rgba(248, 124, 25, 0.9);
  border-color: #cb5113;
}

.node-42 h1#page-title {
  background: #7b06a9;
  background: rgba(123, 6, 169, 0.9);
  border-color: #520770;
}

.node-43 h1#page-title {
  background: #3b00fe;
  background: rgba(59, 0, 254, 0.9);
  border-color: #2400a9;
}

h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

h4 {
  font-size: 14px;
}

p {
  margin: 15px 0;
  font: 12px/1.7em "Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif;
  color: #666;
}

/* @end */

/* @group Views & Pages */

/* Pager */

.item-list .pager {
  padding: 10px;
  margin: 0 0 10px 0;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

.item-list .pager li a:hover{
  color: #666;
}

.pager-current {
  color: #666;
}

/* Festival view */

.view-festival .views-row {
  margin: 0 10px;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  min-height: 180px;
  position: relative;
}

.view-festival .views-field-field-special-event-image-fid img{
	float: left;
	margin-right: 15px;
}

.view-festival .views-field-title,
.view-festival .views-field-field-special-event-date-value,
.view-festival .views-field-field-special-event-note-value {
  margin-left: 195px;
}

.view-festival .views-field-title {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
}

.view-festival .views-field-field-special-event-date-value {
  font-size: 14px;
}

.view-festival .views-field-field-special-event-note-value p{
  color: #666;
  margin: 10px 0 0 0;
  font-size: 10px;
  line-height: 1.7em;
}

.view-festival .views-field-field-special-event-description-value {
  clear: both;
}

.view-festival .views-field-field-special-event-description-value p{
  margin: 0;
  padding-top: 10px;
  color: #666;
}

.view-festival a.desc-title {
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.view-festival .views-field-edit-node a {
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #0b7800;
}

/* Gallery view */

.view-galleries {
  margin-left: 10px;
}

.view-galleries .view-header{
  margin: 0 10px 10px 0;
  padding: 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
}

.view-galleries .view-header p{
  margin: 0;
}

.view-galleries .view-header em{
  color: #000;
  font-weight: normal;
  font-style: normal;
}

.node.gallery.teaser {
  margin: 0 10px 10px 0;
  padding: 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  position: relative;
  float: left;
  width: 290px;
}

.node.gallery.teaser h2 {
  position: absolute;
  top: 10px;
  left: 145px;
}

.node.gallery.teaser .field-field-link {
  position: absolute;
  bottom: 15px;
  left: 145px;
}

.node.gallery.teaser .field-field-link a{
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.node.gallery.teaser .field-field-link p{
  margin: 0;
}

/* Gallery node */

.node.gallery.full {
  margin-left: 10px;
}

.node.gallery.full .view-photo-gallery .views-row {
  float: left;
  width: 127px;
  margin-right: 10px;
  padding: 10px;
  margin-bottom: 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  min-height: 186px;
  position: relative;
}

.node.gallery.full .views-field-field-gallery-image-fid {
margin-bottom: 10px;
}

.node.gallery.full .views-field-title {
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
}

.node.gallery.full .views-field-edit-node a{
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-weight: bold;
  color: #0b7800;
}

/* Gallery menu page */

/* @group Gallery links */

ul.gallery-links {
  margin: 0 10px;
}

ul.gallery-links li{
  padding: 0;
  margin: 0;
}

ul.gallery-links li a:link, ul.gallery-links li a:visited{
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

ul.gallery-links li a:hover,
ul.gallery-links li a.active{
  color: #666;
}

/* @end */

#node-84 p{
  padding: 10px;
  margin: 0 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

/* Storia */

#node-1, #node-301, #node-302 {
  margin: 0 10px;
  margin-bottom: 10px;
  padding: 15px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 4px solid #999;
  border-bottom: 4px solid #999;
  min-height: 180px;
  position: relative;
}

#node-1 p:first-child, #node-301 p:first-child, #node-302 p:first-child {
  margin-top: 0;
}

/* Dove */
#node-42 {
  margin: 0 10px;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  min-height: 180px;
  position: relative;
}

#node-42 a.google-link{
  text-align: center;
  display: block;
  font-size: 11px;
  margin-bottom: 20px;
  text-decoration: underline;
}

#node-42 .column.left-col{
float: left;
width: 302px;
margin-right: 11px;
}

#node-42 .column.right-col{
 float: left;
width: 302px;
}

#node-42 h3{
 margin-bottom: 0;
}

#node-42 a{
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

/* Event Node */

.node.event {
  margin: 0 10px;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  min-height: 180px;
  position: relative;
}

.node.event img {
float: left;
}

.node.event .field-field-date,
.node.event .field-field-note {
float: right;
width: 420px;
font-size: 14px;
}

.node.event .field-field-note p{
  color: #666;
  margin: 10px 0 0 0;
  font-size: 10px;
  line-height: 1.7em;
}

.node.event .field-field-event-description {
clear: both;
}

.node.event .field-field-event-description p {
padding-top: 10px;
margin: 0;

}

/* Partners */

#node-43{
  margin: 0 10px;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
}


#node-43 a{
  display: block;
  text-align: center;
}

#node-43 h2{
  display: block;
  text-align: center;
  margin-bottom: 3em;
}

#node-43 p{
  margin-bottom: 3em;
}

/* @end */

/* @group Admin styles */

/* @group Tabs */

.tabs {
margin: 0 10px;
}

ul.primary {
  border-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 640px;
}

ul.primary li{
  float: left;
  margin: 0;
  padding: 0;
  font-size: 10px;
  border-style: none;
  font-weight: bold;
  text-transform: uppercase;
}

ul.primary li a{
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px 30px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-style: none;
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  color: #999;
}

ul.primary li.active a{
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-style: none;
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  color: #000;
}

ul.primary li a:hover{
  border-style: none;
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  color: #000;
}

ul.secondary {
  border-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 640px;
}
ul.secondary li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 10px;
  border-style: none;
  font-weight: bold;
  text-transform: uppercase;
}
ul.secondary a {
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px 30px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-style: none;
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  color: #999;
  line-height: 1em;
}
ul.secondary a.active {
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-style: none;
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  color: #000;
}

ul.secondary li a:hover{
  border-style: none;
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  color: #000;
}

/* @end */

/* @group Admin Forms */

form#user-login, form#user-pass, form#user-register, .profile, form#user-profile-form, #node-form {
  padding: 10px;
  margin: 0 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
}

#user-login .form-item:first-child, #user-pass .form-item:first-child, #user-register .form-item:first-child {
  margin-top: 0;
}

dl.node-type-list dt a {
  display: block;
  padding: 10px;
  margin: 0 10px 10px 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  font-size: 13px;
  font-weight: bold;
}

/* Block configuration page */

#block-admin-display-form {
  display: block;
  padding: 10px;
  margin: 0 10px 10px 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  font-size: 13px;
}

#block-admin-display-form table{
width: 100%;
}

#contact-mail-page {
  padding: 10px;
  margin: 0 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  font-size: 13px;
}

/* @end */

/* @group Forms */

form .form-item:first-child {
  margin-top: 0;
}

.form-item {
  margin: 10px 0;
}

.form-item .description {
  font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #797979;
}

input.form-text {
  border: 1px solid #a9a9a9;
  padding: 4px 2px;
}

input.form-submit,
input.teaser-button {
  margin: 10px 0 0 0;
  line-height: 1;
  cursor: pointer;
}

/* labels */

div.form-item label, div.form-item label.option{
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

label {

}

/* fieldsets */

fieldset {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
}

fieldset legend {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

html.js fieldset.collapsible legend a {
 padding: 0 5px;
  background-image: none;

}
html.js fieldset.collapsed legend a {
  background-image: none; /* LTR */
}

.form-item .description, .description, #user-admin-settings fieldset .description {
  line-height: 18px;
  font-size: 11px;
}


.filefield-element {
  margin: 0;
  white-space: normal;
}

/* @end */

/* @group Profile */

/* Generated by user.module but used by profile.module: */
.profile {
  margin: 0 10px;
}
.profile .picture {
  float: right; /* LTR */
  margin: 0 1em 1em 0; /* LTR */
}
.profile h3 {
  border-style: none;
}
.profile dl {
  margin: 0;
  font-size: 13px;
}
.profile dt {
  margin: 0;
  font-weight: normal;
  font-style: normal;
}
.profile dd {
  margin: 0;
  font-style: italic;
}

/* @end */



/* @group Menu links */

li.expanded {
  list-style-type: circle;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}

li.collapsed {
  list-style-type: disc;
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
  list-style-image: none;
}
li.leaf {
  list-style-type: circle;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}

/* @end */





/* @group Messages */

div.messages,
div.messages.status {
  color: #3e642f;
  overflow: hidden;
  margin: 0 10px 10px 10px;
  padding: 10px;

  font-size: 13px;
  
  display: block;
  padding: 10px;
  margin: 0 10px 10px 10px;
  background: #eaf8e4;
  background: rgba(234, 248, 228, 0.9);
  border-style: none;
  border-bottom: 5px solid #95b289;
  border-right: 5px solid #95b289;
  font-size: 13px;
  font-weight: bold;
  border-right: 5px solid #95b289;
}

div.messages.warning {
  background: #ffffdd;
  background: rgba(255, 255, 221, 0.9);
  border-color: #eed300;
  color: #745500;
}

div.messages a {
}

div.messages ul {
  list-style-position: inside;
}

div.error {
  background-color: #fff2f2;
  border-color: #cc0000;
  color: #B20000;
}

#content-wrapper ul.tips li {
  background: transparent;
  font-size: 1em;
  list-style: disc;
  list-style-image: none;
  list-style-position: inside;
}

#help {
  clear: left;
}

.help {
  display: block;
  padding: 10px;
  margin: 0 10px 10px 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  font-size: 13px;
  font-weight: bold;
}

.confirmation {
  display: block;
  padding: 10px;
  margin: 0 10px 10px 10px;
  background: #eee;
  background: rgba(255,255,255,0.9);
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  font-size: 13px;
}

/* @end */

/* @end */