@charset "utf-8";
/* CSS Document */

*, html { margin: 0; padding: 0; }

body { background: #800045 url('../images/bg_body.png') 0 0 repeat; color: #BFCF00; font-family: "Courier New", Courier, monospace; font-size: 14px; }
img { border: 0; }
h1 { font-size: 22px; font-weight: normal; padding: 20px; }
h1 span { color: #E10079; }
h2 { font-size: 18px; font-weight: normal; margin-bottom: 12px; color: #E10079; }
h3 { font-size: 15px; margin-bottom: 6px; text-transform: uppercase; font-weight: bold; }
h3.dates { font-size: 18px; font-weight: bold; margin-bottom: 12px; color: #E10079; }
h3.dates span { color: #BFCF00; }

.wrapper { width: 960px; margin: auto auto; }

.branding { height: 300px; }

.column_left { float: left; width: 290px; margin-top: 20px; }
.column_right { float: right; width: 650px; padding-bottom: 20px;  margin-top: 20px; }
.column_right h1 { background-color: #111; margin-bottom: 20px;  }

.column_right p { text-align: justify; line-height: 16px; }
.column_right a { color: #03C; text-decoration: none; }
.column_right a:hover { border-bottom: 3px dotted #03F }

.footer { clear: both; text-align: center; margin-bottom: 40px; }
.footer ul { list-style: none; }
.footer li { display: inline; }
.footer a { color: #fff; text-decoration: none; }


.navigation_main { margin-bottom: 40px; }
.navigation_main ul { list-style: none; }
.navigation_main li { display: inline; }
.navigation_main li a { height: 20px; display: block; }
.navigation_main .nav_01 { background: url('../images/navigation_main/news.gif') left top no-repeat; }
.navigation_main .nav_02 { background: url('../images/navigation_main/dates.gif') left top no-repeat; }
.navigation_main .nav_03 { background: url('../images/navigation_main/music.gif') left top no-repeat; }
.navigation_main .nav_04 { background: url('../images/navigation_main/shop.gif') left top no-repeat; }
.navigation_main .nav_05 { background: url('../images/navigation_main/media.gif') left top no-repeat; }
.navigation_main .nav_06 { background: url('../images/navigation_main/about.gif') left top no-repeat; }
.navigation_main .nav_07 { background: url('../images/navigation_main/guestbook.gif') left top no-repeat; }
.navigation_main li a:hover { background-position: left bottom; }

.tweets { background-color: #CC3300; color: #000; }
.tweets a { color: #222; }
.tweets h1 { color: #000; background-color: #FF531A; }
.tweets ul { list-style: none; padding: 20px;}
.tweets li { margin-bottom: 20px; }

.newsletter { background-color: #CC3300; color: #000; margin-top: 20px; }
.newsletter h1 { color: #000; background-color: #FF531A; }
.newsletter form { padding: 20px; }

.item { padding: 20px; border-top: 1px solid #333; border-bottom: 1px solid #333; background-color: #111; margin-bottom: 20px; }
.item .image { float: right; }
.item .text { width: 480px; }

.socials { padding: 20px; text-align: center; }

.gallery { float: left; width: 180px; margin-right: 20px; margin-bottom: 20px; }
.website,
.video,
.wallpaper { float: left; width: 100px; margin-right: 20px; margin-bottom: 20px; }
.video a:hover { border: 0; color: #BFCF00 }

select,
textarea,
input { background-color: #222; color: #fff;}

.switcher { text-align: right;}
.switcher a { background-color: #700035; border-right: 1px solid #600020; border-left: 1px solid #600020; display: block;  float: right; padding: 5px 10px; color: #fff; text-decoration: none; }