/* 
Title:    Master styles for screen media
Author:   dan@simplebits.com
*/

body {
  font-family: Georgia, serif;
  color: #f8cc7a;
  font-size: 62.5%;
  background: #352b1d url(../../img/bg.jpg) fixed;
}
img,
object {
  max-width: 100%;
}

/* links */

a:link, a:visited,
p a:link, p a:visited,
ul li a:link, ul li a:visited {
  color: #dfce8c;
  text-decoration: none;
  outline: none;
  border-bottom: 1px solid rgba(248,204,122,.16);
}
a:hover,
p a:hover,
ul li a:hover {
  color: #f8eab1;
  border-bottom: 1px solid rgba(248,204,122,.5);
}

/* page structure 
--------------------------------------------- */

#hcss {
  background: url(../../img/burst.png) no-repeat 0 -150px;
}
#page {
  padding: 0 2em;
}
.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 96em;
}
#main {
  float: left;
  width: 66.667%;    /* 640 / 960 = 0.66667 */
  margin: 0;
}
#sidebar {
  width: 30.208%;    /* 290 / 960 = 0.30208 */
  float: right;
  margin-top: -40px;
}
#footer {
  margin: 20px 0;
}

/* header 
--------------------------------------------- */

#header {
  padding-top: 40px;
}

/* main styles 
--------------------------------------------- */

h3 {
  margin: 2.5em 0 1em 0;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
ul {
  padding: 0 0 1em 0;
  font-size: 1.4em;
  line-height: 1.4;
}
ul li strong {
  display: block;
  margin: 0 0 .5em 0;
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: normal;
  font-style: normal;
  color: rgba(255,255,255,1);
}
ul li {
  font-size: 1.2em;
  line-height: 1.6;
}
p {
  margin: 0 0 1em 0;
  font-family: Georgia, serif;
  font-size: 1.6em;
  line-height: 1.6;
  color: rgba(248,204,122,.65);
}
p strong {
  color: rgba(248,204,122,.8);
}
p.last {
  margin-bottom: 2em;
}
h4 {
  margin: 0 0 .5em 0;
  font-size: 2.4em;
  font-weight: normal;
  line-height: 1.2;
}
a.more {
  margin: 0;
  padding: 8px 12px;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #fff;
  background: #CA7E32 url(../../img/glass.png) repeat-x 0 50%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
a.more:hover {
  background-color: #E59C40;
}

/* sidebar styles 
--------------------------------------------- */

#tour-dates {
  float: right;
  margin: 0 0 30px 0;
  position: relative;
  width: 30.208%;    /* 290 / 960 = 0.30208 */
  z-index: 10;
}
#tour-dates div {
  background: rgba(0,0,0,0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 20px 28px 20px;
}
#tour-dates h3 {
  margin-top: 0;
}
#tour-dates ul li {
  line-height: 1.4;
}
#tour-dates p {
  font-size: 1.3em;
  line-height: 1.6;
}
#tour-dates p,
p.last {
  clear: left;
  margin-bottom: 30px;
}
#header #tour-dates ul li a {
  float: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-decoration: underline;
  border: none;
  color: #dfce8c;
  background: none;
}
#tour-dates img {
  float: left;
  margin: 0 10px 10px 0;
}
#progfest-logo {
  position: absolute;
  left: 50%;
  width: 400px;
  margin: 5em 0 0 -200px;
  z-index: 10;
}
#city-select {
  position: absolute;
  left: 50%;
  width: 400px;
  margin: 25em 0 0 -200px;
  z-index: 10;
}
#city-select div {
  background: rgba(0,0,0,0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 20px 28px 20px;
}
#city-select h3 {
  margin-top: 0;
}
#city-select ul li {
  line-height: 1.4;
}
#city-select p {
  font-size: 1.3em;
  line-height: 1.6;
}
#city-select p,
p.last {
  clear: left;
  margin-bottom: 30px;
}
#header #city-select ul li a {
  float: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-decoration: underline;
  border: none;
  color: #dfce8c;
  background: none;
}
#city-select img {
  float: left;
  margin: 0 10px 10px 0;
}
p img {
  float: left;
  margin: .2em 12px 5px 0;
  border: 5px solid rgba(0,0,0,.25);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

/* footer 
--------------------------------------------- */

#footer div.wrap {
  padding: 1.5em 0;
  border-top: 2px solid rgba(248,204,122,.07);
}
#footer div.wrap p {
  margin: 0 0 1em 0;
  font: normal 1.2em "Lucida Grande", Helvetica, Arial, sans-serif;
  color: rgba(248,204,122,.3);
}
#footer div.wrap ul li a {
  float: left;
  margin: 0 10px 2px 0;
  padding: 5px 12px;
  font: bold .7em "Lucida Grande", Helvetica, Arial, sans-serif;
  text-decoration: none;
  border: none;
  color: rgba(248,204,122,.5);
  background: rgba(0,0,0,.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 10px;
  -webkit-transition: background .3s linear;
  -webkit-transition: color .3s linear;
}
#footer div.wrap ul li a:hover {
  color: rgba(248,204,122,.8);
  border: none;
  background: rgba(0,0,0,.55);
}

/* misc. 
--------------------------------------------- */

hr, .hide {
  height: 0;
  left: -1000em;
  overflow: hidden;
  position: absolute;
  width: 0;
  visibility: hidden;
}
a img {
  border: none;
}
.amp {
  font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 1.2em;
}

/* self-clear floats */

.group:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
