@import url('inline/social.css') screen;

body
{
    font-family: Verdana;
    color: Black;
    font-size: 11px;
    margin: 0;
    background: url('../web-img/background.jpg') repeat;
}

.red    { color: #d5462e; }
.center { text-align: center; }
.break  { padding-bottom: 10px; }
.clear  { clear: both; }
.left   { float: left; }
.right  { float: right; }
.hidden { display: none; }

/* headlines
--------------------------------------------------------------- */

h1
{
  padding: 10px 0 8px 0;
  margin: 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

h1.no_top
{
  border-top: 0px; 
}

h2
{
  padding: 10px 0 0 0;
  margin: 0;
  font-size: 140%;
}

h2.no_top
{
  padding-top: 0;
}

/* content divs
--------------------------------------------------------------- */

.content
{
  padding: 10px 5px 10px 5px;
  margin: 0;
}

#loading { clear: both; text-align: center; padding-top: 20px; display: none; }

#hold { clear: both; text-align: center; padding-top: 20px; visibility: hidden; }

/* a
--------------------------------------------------------------- */

A
{
    text-decoration: none;
    font-weight: bold;
    color: #2a7774;
}

A:hover
{
    text-decoration: underline;
    color: #2a7774;
}

A:active
{
    text-decoration: underline;
    color:  #2a7774;
}

A:visited
{
    text-decoration: none;
    color: rgb(42,119,116);
}

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .7em; margin: 0; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Image
-------------------------------------------------------------- */

img
{
    border: 0;
}

/* Shows
-------------------------------------------------------------- */
 
.shows_info { }

.facebook { background-image: url('../web-img/events_facebook.png'); }
.lastfm { background-image: url('../web-img/events_lastfm.png'); }
.myspace { background-image: url('../web-img/events_myspace.png'); }

/* banner
--------------------------------------------------------------- */

/* root element for single scroll */
.scroll 
{
	position:relative;
	overflow:hidden;
	width: 950px;
	height: 299px;
	float:left;
}

/* root element for the scroll pics */
.scroll .pics 
{
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scroll item */
.pics a 
{
	float:left;
	cursor:pointer;
	width:950px !important;
	height:299px;
	margin:0px;
}

/* possible settings for the active scroll */
.scroll.active { }
	
.comment
{    
  width: 950px !important;
  height: 50px !important;
  position: absolute;
  top: 249px;
  color: white;
  font: 24px Verdana;
  background: #000000;
  line-height: 200%;
  filter:alpha(opacity=50);  
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
} 

/* menu
--------------------------------------------------------------- */

#menu
{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

#menu img
{
  padding-bottom: 5px;
}

/* basket
---------------------------------------------------------------- */

#basket 
{
  padding-bottom: 20px;
}
#basket ul 
{ 
  list-style: none;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0; 
  padding-bottom: 0;
  margin-bottom: 5px;
}
#basket ul li 
{
  padding-left: 0; 
}
#basket ul li div 
{ 
  display:block;  
  color:black; 
  background-color:white; 
  line-height:20px; 
  padding-left:10px;
  filter:alpha(opacity=70);  
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#basket ul li div:hover 
{
  filter:alpha(opacity=100);  
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; 
}
#basket ul li div strong { }

/* forms
---------------------------------------------------------------- */

dl {}

dl dt 
{
	float:left;
	font-weight:bold;
	padding:5px;
	width: 150px;
}

dl dd 
{
	margin:1px 0;
	padding:1px 0;
}

input, textarea, select
{
  border: 1px solid silver;
  color:black; 
  background-color:white; 
  filter:alpha(opacity=70);  
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

input, textarea
{
  width: 300px;
}

textarea
{
  height: 100px;
}

/* errors
---------------------------------------------------------------- */

.error 
{
  margin-bottom: 20px;
  border: 1px solid rgb(176,52,52);
}
.error ul 
{ 
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 0;
  background-color: rgb(221,87,83);
  filter:alpha(opacity=70);  
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.error ul li 
{
  padding-left:10px;
  color: black;
}

/* success
---------------------------------------------------------------- */

.success 
{
  margin-bottom: 20px;
  border: 1px solid green;
}
.success ul 
{ 
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 0;
  background-color: #33FF33;
  filter:alpha(opacity=70);  
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.success ul li 
{
  padding-left:10px;
  color: black;
}

/* nice_ul
---------------------------------------------------------------- */

.nice_ul 
{
  padding-bottom: 20px;
}
.nice_ul ul 
{ 
  list-style: none;
  padding-left: 0;
  padding-top: 0;
  margin-top: 0; 
  padding-bottom: 0;
  margin-bottom: 5px;
}
.nice_ul ul li 
{
  padding-left: 0; 
}
.nice_ul ul li div 
{ 
  display:block;  
  color:black; 
  background-color:white; 
  line-height:20px; 
  padding-left:10px;
  filter:alpha(opacity=70);  
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.nice_ul ul li div:hover 
{
  filter:alpha(opacity=100);  
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; 
}
.nice_ul ul li div strong { }
