/*	
	Desc: Calgary Ukrainian Festival Screen Style Sheet
	Author: Cory Schadt
	
--------------------------------------- */
@import 'reset.css';

/*  HTML 5 Stuff

--------------------------------------- */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*  Structure
--------------------------------------- */

body {
	background: #cfe5f3;
}
.print {
  display: none;
}
#wrapper {
	width:980px;
	margin: auto;
	padding: 0;
	background: url(../images/bg-wrapper.png) repeat-y 0 top;
}
header {
  height: 390px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}
#social {
  position: absolute;
  top: 18px;
  right: 60px;
}
#social a {
  float: left;
  margin: 0 0 0 10px;
}
#social .facebook {
  background: #2d77b9 url(../images/icon-facebook.png) no-repeat 4px 1px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  display: block;
  border: 1px solid #0c2b50;
  border-radius: 3px;
  box-shadow: 0 0 3px #b2b0b0;
}
#social .facebook:hover {
  background-color: #2e69b1;
  box-shadow: 0 0 3px #777777;
}
#social .twitter {
  background: #9bddef url(../images/icon-twitter.png) no-repeat center 4px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  display: block;
  border: 1px solid #41bcd8;
  border-radius: 3px;
  box-shadow: 0 0 3px #b2b0b0;
}
#social .twitter:hover {
  background-color: #91d0e1;
  box-shadow: 0 0 3px #777777;
}
nav {
  position: absolute;
  top: 52px;
  left: 47px;
  z-index: 2;
}
#logo {
  position: absolute;
  top: 15px;
  left: 341px;
}
#logo a {
  display: block;
  background: url(../images/logo.png) no-repeat 0 0;
  text-indent: -9999px;
  height: 231px;
  width: 298px;
}
#logo-image {
  position: absolute;
  background: url(../images/logo-title.png) no-repeat 0 0;
  bottom: 18px;
  left: 80px;
  height: 105px;
  width: 822px;
}
.callout-a,
.callout-b {
  position: absolute;
  top: 145px;
  z-index: 1;
}
.callout-a  {
  left: 75px;
  font-size: 16px;
}
.callout-a span {
  display: block;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin: 11px 0 0 0;
}
.callout-b {
  right: 100px;
  font-size: 26px;
  line-height: 26px;
}
.home img.home-image {
  width: 854px;
  height: 137px;
  margin: -30px 0 0 -27px;
}
.home .description {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  margin: 30px 0 40px 0;
}

#content {
  background: url(../images/bg-content.png) repeat-y 0 top;
  min-height: 300px;
  padding: 45px 90px 10px 90px;
  position: relative;
}
.home table {
  margin: 0 0 30px 0;
}
.home ul.sponsors {
  margin: 0 0 0 0;
  padding: 0;
  clear: none;
}
.home ul.sponsors li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: auto;
  margin: 0 65px 0 0;
}
.home ul.sponsors li:last-child,
.home ul.sponsors li.last {
  margin: 0;
}
ul.sponsors {
  margin: 0 0 0 0;
  padding: 0;
  clear: both;
}
ul.sponsors li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 170px;
  margin: 0 30px 25px 0;
  text-align: center;
}
footer {
  padding: 25px 0;
  height: 80px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
}
footer .contact {
  float: left;
  font-size: 16px;
  margin: 0 0 0 90px;
}
footer .contact span {
  display: block;
  font-size: 12px;
}
footer .countdown {
  float: right;
  margin: 0 30px 0 0;
}
footer .countdown #stay-tuned {
  float: left;
  clear: left;
  font-size: 14px;
  margin: 0;
}
#timer_days,
#timer_mins,
#timer_hours {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}

form .col {
  float: left;
  width: 200px;
  margin: 0 0 15px 0;
}
form .col .wpcf7-list-item {
  display: block;
}
form .times {
  margin: 20px 0 20px 0;
}
form .times strong {
  width: 180px;
  display: block;
  float: left;
}
form .wpcf7-submit {
  background: #000;
  color: #fff;
  border: none;
  padding: 5px 30px;
}
form .wpcf7-submit:hover {
  background: #777;
  cursor: pointer;
}
form textarea {
  font-family: Arial, "MS Trebuchet", sans-serif;
  padding: 10px;
  font-size: 11px;
  }