/* CSS Document */

@import url("http://fonts.googleapis.com/css?family=Orbitron");

body {
background-color: #333333;
background-image:url(images2010/body-background.jpg);
background-repeat: repeat;
background-position:top;
padding-top: 20px;
color:#FFFFFF;
}

a {
color:#999999;
text-decoration:underline;
}

a:hover {
color: #FFFF00;
text-decoration:none;
}

h1, h2 { font-family: 'Orbitron', arial, serif; text-shadow: 0.1em 0.1em #333; }

/*
#content {
width:800px;
min-height:500px;
}
*/

.contacts li {
list-style:none;
margin-left: 0px;
font-family: 'Orbitron', arial, serif;
font-size:16px;
}

.contacts img {
vertical-align:middle;
}

.contacts a {
text-decoration:none;
}

.listen
{
width:371px;
padding-left: 10px;
padding-right: 10px;
text-align:center;
}

.portfolio img {
padding-left: 10px;
padding-right: 10px;
}

#twitter_div a {display: none;}

/*
   AnyThing Slider - For Specific Slides
*/
#textSlide                              { padding: 10px 30px; }
#textSlide h3                           { font: 20px Georgia, Serif; }
#textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
#textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
#textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 30px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; }

/* Nivo Slider */
#slider {
    position:relative;
    width:960px; /* Change this to your images width */
    height:340px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
