/* 
    Document   : style.css
    Created on : 11.01.2012, 21:19:02
    Author     : marco
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#container {
    width: 100%;
    text-align: center;
    background-color: #f4f4f4;
    margin: auto;
    margin-top: 0px;
}

#container_page {
    width: 962px;
    background-color: #FFF;
    margin: auto; 
}

#header {
    width: 962px;
}

#header_image {
    height: 105px;
    width: 1243px;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin: auto;
    background-image: url(../images/page/header.jpg);
}

#slideshow_container {
    width: 962px;
    height: 344px;
    background-image: url(../images/page/shadow-banner.png);
}

#links {
    width: 962px;
    height: 75px;
    vertical-align: middle;
    margin-left: 6px;
}

body {
    background-color: #f4f4f4;
}

#gigs {
    
}

#facebook, #fb-root {
    z-index: 1000;
    position: absolute;
    margin-left: 390px;
    margin-top: 40px;
}

#email_list {
    z-index: 1001;
    position: absolute;
    margin-left: 520px;
    margin-top: 36px;
    display: block;
}

.textfield {
    border: 1px solid black;
    width: 180px;
    height: 25px;
}


#twitter {
    z-index: 1005;
    position: absolute;
    margin-left: 750px;
    margin-top: 26px;
    width: 360px;
    height: 48px;
}

p {
    color: #000;
    font-size: 9pt;
    font-family: arial;
}

a {
    text-decoration: none;
    color: #40c6f0;
}

a img {
    text-decoration: none;
    border: none;
}

#gigs_header {
    width: 962px;
    height: 68px;
    background-image: url(../images/page/gigs_background.png);
}
#footer {
    
}

#top10 {
    
}

#links {
    width: 962px;
}

#top10_header {
    width: 962px;
    height: 68px;
    background-image: url(../images/page/topten_head.png);
}

#top10_table {
    margin-left: 3px;
    width: 98%;
}

#book_mang {
    
}

h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 18.09pt;
    margin-bottom: 0px;
    letter-spacing: -1px;
    
}
h2 {
    text-transform: uppercase;
    color: #a0a0a0;
    font-size: 10pt;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.td_line {
    border-bottom: 1px solid #c0c0c0;
}
