@import url("reset.css");
@import url("basic.css");
@import url("type.css");

/* Columns */

div.columns {
}

div.columns div.column {
float: left;
overflow: hidden;
}

div.columns div.column-big {
width: 745px;
padding: 30px 0 30px 63px;
margin: 0 5px 0 0;
}

div.columns div.column-1 {
width: 418px;
padding: 30px 40px 30px 40px;
margin: 30px 5px 0 0;
}

div.columns div.column-2 {
width: 202px;
padding: 20px;
}

/* Tour */

div.schedule ul {
font-size: 1.1em;
margin: 0 0 -1em;
}

div.schedule ul h3 {
float: left;
margin: 0 15px 0 0;
font-style: italic;
border: none;
}

div.schedule ul h4 {
float: left;
font: bold 1em/1.5 Arial, Helvetica, sans-serif;
letter-spacing: 0.15em;
margin: 0 15px 0 0;
}

div.schedule ul li {
margin: 0 0 1em;
text-transform: uppercase;
}

div.schedule ul li p {
margin: 0;
clear: both;
}

div.schedule ul a {
color: #fff;
}

div.schedule ul li div.toggle p:after,
div.schedule ul a:after {
content: " >>>";
}

div.schedule ul li div.toggle p {
float: left;
clear: none;
}

div#main div.schedule ul a {
color: #000;
}

div.schedule ul.js-active li div.toggle {
cursor: pointer;
}

div.schedule ul.js-active li div.info {
display: none;
}

div.schedule ul.js-active li.open div.info {
display: block;
}

/* Links */

div.links ul {
font-size: 1.1em;
}

div.links ul li {
font: bold 1em/1.5 Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 0.15em;
}

div.links ul li a {
color: #000;
text-decoration: none;
}

/* Image links */

div.links-images ul {
margin: 0 0 -15px;
}

div.links-images ul li {
margin: 0 0 15px;
}

div.links-images ul li a {
display: block;
height: 25px;
background: url(../img/links.gif) no-repeat;
text-indent: -999em;
overflow: hidden;
}

div.links-images ul li.lastfm a {
background-position: 0 -25px;
height: 30px;
}

div.links-images ul li.facebook a {
background-position: 0 -60px;
height: 20px;
}

/* Press images */

div.press-images ul li {
float: left;
margin: 0 10px 0 0;
}

div.press-images ul li a img {
border: 1px solid #9c978d;
}

/* Widget */

div.columns div.column-2 div.module-list {
overflow: hidden;
width: 100%;
margin: -10px 0 0;
}

div.columns div.column-2 div.module {
margin: -1px 0 11px;
/**padding: 10px 0;**/
padding:10px 0 0 0; 
border-top: 1px solid #c9c5b8;
border-bottom: 1px solid #c9c5b8;
/*** old color:#c9c5b8 ***/
}

div.columns div.column-2 div.module:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

div.columns div.column-2 div.module h2 {
float: left;
width: 100%;
font-size: 1.9em;
font-style: italic;
font-weight: normal;
line-height: 0.88;
text-transform: uppercase;
margin: 0 0 0.6em;
}

div.columns div.column-2 div.module h2 span {
float: left;
background: #fff;
padding-top:2px;
}

div.columns div.column-2 div.module h3 {
font-size: 1.1em;
font-style: italic;
font-weight: normal;
text-transform: uppercase;
}

div.columns div.column-2 div.module h3,
div.columns div.column-2 div.module ul,
div.columns div.column-2 div.module p {
clear: both;
}

/* News */

div.news-list div.item {
margin: 0 0 20px;
}

div.news-list div.item h3 {
font-size: 1.1em;
font-style: italic;
font-weight: normal;
margin: 0 0 0.5em;
border-bottom: 1px solid #b2b0af;
}

div.news-list div.item h4 {
font: bold 1.6em/1.5 Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 0.15em;
margin: 0 0 1em;
}

div.news-list div.item a {
text-transform: uppercase;
}

div.news-list div.item a:after {
content: " >>>";
}

/* Layout */

body {
background: #8b8c8e url(../img/bg.png) repeat-x;
}

div#wrapper {
width: 745px;
margin: 0 auto;
padding: 45px 0 0;
}

div#header {
margin: 0 0 5px;
}

div#header h1 a {
display: block;
height: 239px;
background: url(../img/header.jpg);
text-indent: -999em;
overflow: hidden;
}

div#main {
background: url(../img/columns-bg.png) repeat-y;
margin: 0 0 5px;
}

div#main div.columns {
background: url(../img/columns-top.png) no-repeat;
}

div#main-big {
background: url(../img/columns-big-bg.png) repeat-y;
margin: 0 0 5px;
}

div#main-big div.columns {
background: url(../img/columns-big-top.png) no-repeat;
}

div#copyright p {
font-size: 1.1em;
text-align: right;
color: #545454;
}

/* Navtigation */

div#navigation {
background-color:white;
height:30px;
margin-top: 5px;
}

div#navigation ul li {
float: left;
}

div#navigation a {
-x-system-font:none;
font-family:Arial,Helvetica,sans-serif;
font-size:1.6em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:0.15em;
line-height:1.5;
text-transform:uppercase;
text-decoration: none;
margin:4px 0 0 20px;
float:left;
}

div#navigation a:link {color: #000000}     /* unvisited link */
div#navigation a:visited {color: #000000}  /* visited link */
div#navigation a:hover {color: #8B8C8A}   /* mouse over link */
div#navigation a:active {color: #8B8C8A}   /* selected link */

/* Footer */

div#footer {
height:120px;
background:#FFFFFF url(/img/footer2.gif) no-repeat scroll 0 0;
margin:0 0 5px;
overflow:hidden;
padding-left:176px;
padding-top:20px;
width:569px;
}

div#footer p,
div#footer h3,
div#footer ul {
font-size: 1.1em;
margin: 0 0 0.5em;
font-family:Arial,Helvetica,sans-serif;
font-style: normal;
}

div#footer-column-1,
div#footer-column-2,
div#footer-column-3,
div#footer-column-4 {
float: left;
border-right: 1px solid #e5e5e5;
padding: 0 0 0 0;
min-height: 110px;
margin-left:25px;
}

div#footer-column-1 {
width: 149px;
padding: 0;
}

div#footer-column-2 {
width: 130px;
padding: 0 10px 0 0;
}

div#footer-column-3 {
width: 90px;
}

div#footer-column-4 {
width: 230px;
padding: 0;
border: none;
}

div#copyright p {
font-size: 1.1em;
text-align: right;
color: #545454;
}

ul.logos li {
float:left;
margin:0 15px 10px 0;
}

/* Social networks */

ul.social li {
width: 100%;
margin: 0 0 6px;
}

ul.social li a {
display: block;
padding: 0 0 0 23px;
font-weight: normal;
line-height: 16px;
background: url(/img/social.gif) no-repeat;
color: #000;
}

ul.social li.twitter a {
background-position: 0 -16px;
}

ul.social li.flickr a {
background-position: 0 -32px;
}

ul.social li.lastfm a {
background-position: 0 -48px;
}

ul.social li.ilike a {
background-position: 0 -64px;
}

ul.social li.myspace a {
background-position: 0 -80px;
}

/* Functions menu */

ul.functions {
border-bottom: 1px solid #9e9e9e;
border-top: 1px solid #9e9e9e;
padding:5px 3px 3px;
clear: both;
}

ul.functions li {
float: left;
text-transform: uppercase;
}

ul.functions li a {
padding: 4px 0 0 17px;
background: url(../img/sprites.gif) no-repeat;
font-weight: normal;
color: #666;
margin: 0 0 0.5em;
font-family:Arial,Helvetica,sans-serif;
}

ul.functions li.rate {
background: url(../img/pipe.gif) no-repeat 100% 50%;
padding: 0 8px 0 0;
margin: 0 8px 0 0;
}

ul.functions li.comment a {
background-position: 0 -17px;
}

ul.functions li.share {
float: right;
}

ul.functions li.share a {
background-position: 0 -34px;
}

/*************************************
Blog, Blog Archives, column 1 module, 
Span link arrow, Tour date, Gallery
**************************************/

/* Blog */

div.blog {
margin: 0 0 40px 0;
}

div.blog h4{
padding: 0.5em 0 0;
}

/* Blog feed */

div.blog-feed dl {
line-height: 1.4;
margin-bottom: 10px;
}

div.blog-feed dl dt {
font-size:1.1em;
font-style:italic;
font-weight:normal;
margin:0 0 0;
}

div.blog-feed dl dd {
font-family:arial;
font-weight:bold;
text-transform: uppercase;
letter-spacing:0.15em;
margin:0 0 10px;
}

div.blog-feed dl dd span.comments {
color: #ffffff;
padding: 4px 0 0 10px;
padding-left: 17px;
background: url(../img/sprites.gif) no-repeat 0 -17px;
font-family: Courier New, Courier, sans-serif;
text-transform:none;
}

/* Blog archive */

div.blog-archive ul li span.toggle {
display: block;
padding: 0 0 10px 10px;
font-weight: bold;
background: url(../img/arrow-right.gif) no-repeat 0 5px;
cursor: pointer;
}

div.blog-archive ul li ul {
font-size: 1em;
margin: 0 0 10px 10px;
}

div.blog-archive ul li ul li a {
color: #000;
font-weight: normal;
}

div.blog-archive ul li ul li span.month {
float: left;
width: 80px;
}

div.blog-archive ul li ul li span.posts {
float: left;
}

div.blog-archive ul.js-active li ul {
display: none;
}

div.blog-archive ul.js-active li.open span.toggle {
background-image: url(../img/arrow-down.gif);
background-position: 0 7px;
}

div.blog-archive ul.js-active li.open ul {
display: block;
}

/* column 1 module */

div.columns div.column-1 div.module h2 {
border-top:1px solid #B2B0AF;
padding: 0.5em 0 0;
}

div.columns div.column-1 div.module a {
text-decoration: underline;
font-style: italic;
}

div.columns div.column-1 div.module {
margin-bottom: 40px;
}

/* Span link arrow */

.arrows a:after{
content:" >>>";
}

.arrows a{
text-decoration: underline;
}

/* Tour date */

.tourcity {
float: left;
margin: 0 15px 0 0;
font-style: italic;
font-weight:normal;
}

.city {
letter-spacing:0.15em;
line-height:1.5;
margin:0 0 1em;
}

.venue {
text-transform: uppercase;
font-weight: normal;
margin-left:20px;
}

.showinfo {
margin-right:12px;
}

.showinfo1 {
margin-right:12px;
margin-left:57px;
}

div.columns div.column-1 h2{
border-top:1px solid #B2B0AF;
}

/* Gallery */

div.gallery-view img {
display: block;
margin: 0 0 15px;
}

div.gallery-view p {
margin: 0 0 15px;
}

div.gallery-thumbs ul {
width: 618px;
margin: 0;
}

div.gallery-thumbs ul li {
float: left;
margin: 0 10px 10px 0;
}

div.gallery-thumbs ul img {
float: left;
}
div.gallery {
margin-top: 30px;
}

/* Rss-feed */

div.rss-feed h2{
font-family:Arial,Helvetica,sans-serif;
font-size:1.6em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:0.15em;
line-height:1.5;
margin:0 0 1em;
text-transform:uppercase;
padding-top:5px;
}

div.columns div.column-1 div.module div.rss-feed h2 a {
font-style:normal;
text-decoration:none;
}

div.columns div.column-1 div.module div.rss-feed a:hover {
text-decoration:underline;
}
div.columns div.column-1 div.module div.rss-feed li {
margin-bottom:40px;
}

/* Flickr */

#flickrgalleri img{
height:81px;
line-height:0px;
}
#flickrgalleri a{
line-height:0px;
}
#flickrgalleri{
line-height:0px;
}
#flickrlink {
float:right;
margin: 10px 5px 0 300px;
}

.facebook h2 {
display:none;
}
.facebook p{
border-top:1px solid #B2B0AF;
padding-top:15px;
}





























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
