/*
Theme Name: Tickets TaDa 
Theme URI: http://ticketstada.com/
Description: Tickets TaDa Theme 
Version: 1.0
Author: Mu Studios
Author URI: http://mustudios.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

@import url("css/reset-min.css");
@import url("css/header.css");
@import url("css/details.css");
@import url("css/footer.css");
@import url("css/event.css");

body {
  background-color: #82cbd9;
  text-align: center;
  font-family: Trebuchet MS, Tahoma, Helvetica Neue, helvetica, arial, sans-serif;
  padding: 0em 20px;
}

#main {
  width: 950px;
  background-color: #fff;
  margin: 50px auto 50px auto;
  text-align: left;
  border : 1px solid #71bac8 ;
  padding: 2em 0 2em 0em;
  position: relative;
  -webkit-box-shadow: #71bac8 2px 2px 10px;
  -moz-box-shadow: #71bac8 2px 2px 10px;
  box-shadow: #71bac8 2px 2px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

}

h1 {
  font-size: 32px; 
  line-height: 1em;
  margin: -10px 0px 10px 0px;
  text-shadow: 0px 0px 2px #bbb;
  color: #06778c;
}

