/* html5 */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* @group CSS Reset */
/* Remove implicit browser styles to have a neutral starting point:
   - No elements should have implicit margin/padding
   - When we want markers on lists, we will be explicit about it
   - Browsers are inconsistent about hX/pre/code, reset
   - Linked images should not have borders
   */
* { margin: 0; padding: 0; }
* ul,ol { list-style:none; }
* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
* a img,:link img,:visited img { border:none }
a { outline: none; text-decoration: underline; }
table { border-spacing: 0; }
img { vertical-align: text-bottom; }
input::-moz-focus-inner /*Remove button padding in FF*/ { border: 0;padding: 0; }
/* @end */

.hidden {
	display: none;
}
.visualClear {
	clear: both;
}

a {
    color: #ece6c0;
}
a:hover {
    color: #f7901e;
}

body {
    background: none #6d8dc8 ;
    background-image: linear-gradient(bottom, #6d8dc8  76%, #29285f 100%);
    background-image: -o-linear-gradient(bottom, #6d8dc8  76%, #29285f  100%);
    background-image: -moz-linear-gradient(bottom, #6d8dc8  76%, #29285f  100%);
    background-image: -webkit-linear-gradient(bottom, #6d8dc8  76%, #29285f  100%);
    background-image: -ms-linear-gradient(bottom, #6d8dc8  76%, #29285f  100%);
    
    font-family: arial;
    color: #ece6c0;
    font-size: 12px;
}
#outer {
	background: url(images/bg.png) repeat-x right bottom;    
}
#wrapper {
    
    
}
#inner {
    width: 820px;
    margin: 0 auto;
    background: none #000000;
    
    
    background-image: url(images/headbg.png);
    background-repeat: no-repeat;
}
header ul {
    padding-top: 4px;
    padding-bottom: 68px;
    text-align: center;
}
header ul.left {
    padding-left: 90px;  
}
header {
  text-align: center;
  box-shadow: 0px -12px 20px #3D6974;
  position: relative;
}
header img {
  margin-right: 30px;
}
header .title {
  background-image: url(images/date.png);
  width: 438px;
  height: 100px;
  margin: 40px 0 0 194px;
}
header .line-up {
  margin-top: 90px;
  background-image: url(images/end.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  margin-bottom: 50px;
}
header .line-up img{
  margin: 10px 0;
}
.standout {
  position: absolute;
  left: -116px;
  top: 170px;
}
nav { 
}
nav li {
    float: left;
    padding: 0 12px;
    font-size: 30px;
    font-family: "Carnivalee Freakshow";
    font-size: 40px;
}
nav a {
    text-decoration: none; 
    
}
h1, h2 {
    font-size: 48px;
    font-family: "Carnivalee Freakshow";
    text-transform: uppercase;
    margin: 10px 0;
}
p {
    margin: 10px 0;
    font-family: 'Rambla', sans-serif;
    font-size: 18px;
}
p, td {
    line-height: 22px;
}
article {
    clear: both;
    width: 766px;
    margin: 0 auto;
}
hr {
    background: url(images/hr.png) no-repeat;
    height: 24px;
    border: 0;
    margin: 50px 0;
}
.hiddentext {
  display: none;
}
.open {
  display: block;
}
table td {
    width: 190px;
    font-family: 'Rambla', sans-serif;
    font-size: 14px;
}
.bands img {
    max-width: 400px;
    max-height: 400px;
}
.bands a {
    font-family: "Carnivalee Freakshow";
    font-size: 26px;
    letter-spacing: 3px;
    text-decoration: none;
    color: #f7901e;
}
.bands a:hover {
    color: #ece6c0;   
}
a.button {
  display: block;
  text-align: center;
  margin-top: 18px;
  cursor: pointer;
}
.w1 {
    float: left;
}
.w2 {
  float: right;
}
#google_map {
    float: right;
    height: 319px;
    width: 300px;;
}
.logos a {
  margin-right: 30px;
}
.logos {
  padding-bottom: 30px;
}
.logos img {
  vertical-align: middle;
}
footer {
    clear: both;
    width: 766px;
    margin: 20px auto 0;
    padding-bottom: 20px;
    font-size: 10px;
    color: #7d7475;
}
footer a {
    text-decoration: none;
    color: #7d7475;
}

.fblike {
  position: fixed !important;
  right: 0;
  top: 0;
}

.fb_iframe_widget {
    float: right;
    margin: 0 0 10px 10px;
}

span.fb_iframe_widget {
    right: 5px !important;
    left: auto !important;
}


.center {
  text-align: center;
}