/******* Structure *******/

* {
	padding: 0;
	margin: 0px;
}

body {
	margin-bottom: 2em;
	margin-top: 2em;
	margin-left: 0;
	margin-right: 0;
	color: #cbcbcb;
	background-color: #1a1a1a;
    /*background:url(hintergrund2lt6.jpg) repeat;*/
	font: 0.8em/1.7em 'Trebuchet MS', Helvetica, Verdana, sans-serif;
}

#masthead {
	margin: 0 auto;
    width: 960px;
    padding-top: 2em;
}

#package {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

#subnavigation {
    padding: 5px 10px;
}

#sidebar {
    float: right;
    width: 220px;
    padding: 30px;
    min-height: 300px;
}

#content {
    float: left;
    width: 620px;
}

#footer {
    padding: 10px;
    clear: both;
}

/******* Masthead *******/

#masthead h1 {
    color: #6622ff;
    text-transform: uppercase;
    font-size: 8em;
    line-height: 0.8em;
}

#masthead h2 {	
    color: #bbff00;
	font: bold 0.9em/1.5em;
    text-transform: uppercase;
}

/******* Menu *******/

ul#menu {
	margin: 0px;
    font-size: 1.4em;
    margin: 0 0 0 -17px;
    padding-top: 10px;
	width: 960px;
	text-align: left;
}

ul#menu li {
	display: inline;
}

ul#menu a {
	color: #44bbff;
	margin-left: 1em;
	border-bottom: 1px dotted #a8a8a8;
    text-transform: uppercase;
}

ul#menu a:hover, ul#menu a.active {
	color: #5b5b5b;
    text-transform: uppercase;
}

/******* Subnavigation *******/

#subnavigation a {
    color: #ffff00;
    background: #ff4400;
    font-weight: bold;
    font-size: large;
    margin-right: 20px;
    padding: 0 5px;
}

#subnavigation a:hover {
    color: #333333;
}

/******* Content *******/

#content h1 {
    color: #ff4400;
    text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 10px;
}

#content a {
	border-bottom-color: #4abdff;
	border-bottom: 1px dotted;	
    text-transform: uppercase;
}

/******* Tumbles *******/

#supertumbles {
    padding: 10px;
}

.supertumble h1 {
    color: #2b2b2b !important;
}

/******* Gallery *******/

.gallery-photo {
    display: inline;
}

.gallery-photo a{
    border: none !important;
}

/******* Songs *******/

.song_category {
    width: 48%;
    float: left;
    margin-right: 7px;
}

/******* Gigs *******/

.gig_description {
}

.gig_stats {
    float: left;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 10px;
    width: 25%;
}

.gig h2 {
    clear: both;
}

/******* Comments *******/

dl.comment {
    border-bottom: 1px dotted #555555;
    overflow: hidden;
    padding: 0.5em 0;
    margin-bottom: 5px;
}

dl.comment dt {
    float:left;
    padding-right:10px;
    text-align:right;
    width:134px;
}

dl.comment dd {
    border-left:1px dotted #555555;
    margin-left:143px;
    padding:0 10px 0.3em;
}

dl.comment dt em {
    display:block;
    font-family:Helvetica,Sans-serif;
    font-size:0.85em;
    font-style:normal;
    font-variant:normal;
}

/******************************/
/******* General Styles *******/
/******************************/

/******* Links *******/

a {
	color: #bbff00;
	text-decoration: none;
    text-transform: uppercase;
}

a:hover {
	color: #44bbff;
    text-transform: uppercase;
}

/******* Paragraphs *******/

p {
    padding: 3px 0px 3px 0px;
}

/******* Headlines *******/

h1 {             
    text-transform: uppercase;
}

h2 {
	color: #ffaa00;
	font: bold 1.3em/1.5em;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
}

h3 {
    color: #ffff00;
    text-transform: uppercase;
}

h4 {
}

/******* Code *******/

code {
	color: #777;
	font: 0.9em Monaco, "Courier New", Courier, mono;
}

/******* Lists *******/

ul, ol {
	margin: 0px;
}

ul {
	list-style: square;
}

li {
	margin: 0.5em 0;
}

/******* Img *******/

img {
    border: none;
}

/******* Form *******/

form label {
    display:block;
}

/******* Ruler *******/

hr {
	margin-top: 15px;
	margin-bottom: 15px;
    border-top: 1px dotted #808080;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

/******* Miscellaneous *******/

.small {
   font-size: 0.8em;
}

.clear {
    clear: both;
}

.pagination {
    clear: both;
}


