@charset "UTF-8";

/* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
   ••  Project: Visit Tallahassee Tour Guide Landing Page                                      ••
   ••  Author:  jcasper@zimmerman.com                                     ••
   ••  Date:    03/2010                                                ••
   •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••   
   
    1. Global Styles
       1.1 Reset
       1.2 Layout
       1.3 Common
      
    2. Header
       2.1 Links
       2.2 Badges
       
    3. Content
       3.1 Overview
       3.2 Schedule of Events
       3.3 Partner List
       3.4 Contact Form
      
---------------------------------------------------------------------- */

/* 1. =Global Styles
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

/* 1.1 =Reset
---------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

address, cite, q, dfn {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
  display: block;
}

a, ins, del {
  text-decoration: none
}

q, blockquote {
	quotes: none;
}

q:after, q:before,
blockquote:after, blockquote:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
}

button, input, select, textarea {
  font: inherit;
}

/* 1.2 =Layout
---------------------------------------------------------------------- */

#wrapper {
	background: url('../images/repeatingBanner.png') left top repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
}

/* 1.3 =Common
---------------------------------------------------------------------- */

.clear {
	clear: both;
}

a {
	color: #324b18;
}

/* 2. =Header
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#header {
	width: 1024px;
	height: 264px;
	margin: 0 auto;
	background: url('../images/headerBackground.png') left top no-repeat;
}

/* 2.1 =Links
---------------------------------------------------------------------- */

#right_links {
	float: right;
	margin-right: 45px;
	margin-top: 55px;
}

#right_links ul li {
	display: inline;
	float: left;
	padding-right: 20px;
}

#left_links {
	float: left;
	margin-left: 45px;
	margin-top: 55px;
}

#left_links ul li {
	display: inline;
	float: left;
	padding-left: 20px;
}

/* 2.1 =Badges
---------------------------------------------------------------------- */

#right_badges {
	float: right;
	margin-right: 55px;
	margin-top: 12px;
}

#right_badges ul li {
	display: inline;
	float: left;
	padding-right: 10px;
}

#left_badges {
	float: left;
	margin-left: 55px;
	margin-top: 12px;
}

#left_badges ul li {
	display: inline;
	float: left;
	padding-left: 15px;
}

/* 3 =Content
---------------------------------------------------------------------- */

div.backToTop {
	float: right;
	margin-right: 20px;
}

/* 3.1 =Overview
---------------------------------------------------------------------- */

#overview {
	width: 960px;
	background: url('../images/sectionHeadings/overview_Heading.png') left top no-repeat;
	margin-bottom: 50px;
}

#overviewImage {
	float: right;
	margin: 10px 35px 10px 15px;
}

#overview p {
	padding: 25px 0 10px 40px;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

#overview p.callToAction {
	padding: 25px 0 10px 0;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

/* 3.1 =Tour Guide
---------------------------------------------------------------------- */

#tourGuide {
	width: 960px;
	background: url('../images/sectionHeadings/tourGuide_Heading.png') left top no-repeat;
	margin-bottom: 50px;
}

#tourGuide p {
	padding: 25px 0 10px 40px;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

#tourGuide ol.instructions {
	padding-left: 60px;
}

#tourGuide ol.instructions li {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

#tourGuide p.second {
	padding: 10px 0 10px 40px;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

/* 3.1 =Schedule of Events
---------------------------------------------------------------------- */

#eventSchedule {
	width: 960px;
	background: url('../images/sectionHeadings/eventsSchedule_Heading.png') left top no-repeat;
	margin-bottom: 50px;
}

#eventSchedule table {
	margin-top: 25px;
	width: 960px;
}

#eventSchedule table tr.alternate {
	background-color: #f4f2ed;
}

#eventSchedule table td {
	font-family: Verdana;
	font-size: 13px;
	color: #1d3209;
}

#eventSchedule table td {
	padding-top: 5px;
	padding-bottom: 3px;
}

#eventSchedule table td.heading {
	font-weight: bold;
}

#eventSchedule table td.dateCell {
	padding-left: 40px;
}

/* 3.1 =Partner List
---------------------------------------------------------------------- */

#partnersList {
	width: 960px;
	background: url('../images/sectionHeadings/partnerList_Heading.png') left top no-repeat;
	margin-bottom: 50px;
}

#partnersList table {
	margin-top: 25px;
	width: 890px;
}

#partnersList table td.badge {
	background-color: #d9d5c4;
	width: 470px;
}

div.badgeImage {
	float: left;
	padding-bottom: 50px;
}

#partnersList table td.badge p.badgeName {
	padding-top: 15px;
}

#partnersList table td.badge p.badgeDescription {
	padding-top: 15px;
}

#partnersList table td.badge p.badgeLink {
	padding-top: 15px;
	padding-bottom: 15px;
}

#partnersList table td.badge p {
	font-family: Verdana;
	font-size: 11px;
	color: #d9d5c4;
	padding-right: 10px;
}

#partnersList table td.spacer {
	width: 20px;
}

.hide {
  display: none!important;
}

#event1_popup {
  display: block;
  position: absolute;
  top: -45px;
  left: 185px;
}
#event1_popup_arrow { position: absolute; top: 125px; left: -14px; }

#event2_popup {
  display: block;
  position: absolute;
  top: -45px;
  left: 450px;
}
#event2_popup_arrow { position: absolute; top: 125px; left: -14px; }

#event3_popup {
  display: block;
  position: absolute;
  top: -45px;
  right: 415px;
}
#event3_popup_arrow { position: absolute; top: 125px; right: -13px; }

#event4_popup {
  display: block;
  position: absolute;
  top: -45px;
  right: 175px;
}
#event4_popup_arrow { position: absolute; top: 110px; right: -13px; }

#event5_popup {
  display: block;
  position: absolute;
  top: 105px;
  left: 205px;
}
#event5_popup_arrow { position: absolute; top: 140px; left: -13px; }

#event6_popup {
  display: block;
  position: absolute;
  top: 125px;
  left: 445px;
}
#event6_popup_arrow { position: absolute; top: 120px; left: -13px; }

#event7_popup {
  display: block;
  position: absolute;
  top: 125px;
  right: 415px;
}
#event7_popup_arrow { position: absolute; top: 120px; right: -13px; }

#event8_popup {
  display: block;
  position: absolute;
  top: 125px;
  right: 185px;
}
#event8_popup_arrow { position: absolute; top: 110px; right: -13px; }

div.popup_locked_left {
  width: 358px;
  height: 262px;
  background: url('../images/locked_popup_left-arrow.png') no-repeat top left;
  padding: 25px 25px 25px 40px;
}

div.popup_locked_right {
  width: 362px;
  height: 262px;
  background: url('../images/locked_popup_right-arrow.png') no-repeat top left;
  padding: 25px 30px 25px 25px;
}

div.popup_locked_left p, div.popup_locked_right p {
  font-family: Verdana;
	font-size: 11px;
	color: #d9d5c4;
	padding-bottom: 10px;
}

div.popup_locked_left p.title, div.popup_locked_right p.title {
  font-size: 20px;
  font-weight: bold;
}

div.popup_locked_top {
  width: 405px;
  height: 25px;
  background: url('../images/popups/locked_popup_top.png') no-repeat top left;
}

div.popup_locked {
  width: 355px;
  background: url('../images/popups/locked_popup_repeating.png') repeat-y top left;
  padding: 0 25px;
}

div.popup_locked_bottom {
  width: 405px;
  height: 25px;
  background: url('../images/popups/locked_popup_bottom.png') no-repeat top left;
}

div.popup_locked p {
  font-family: Verdana;
	font-size: 11px;
	color: #d9d5c4;
	padding-bottom: 10px;
}

div.popup_locked p a {
  color: #d9d5c4;
	text-decoration: underline;
}

div.popup_locked p.title {
  font-size: 20px;
  font-weight: bold;
}


div.popup_unlocked_top {
  width: 405px;
  height: 25px;
  background: url('../images/popups/unlocked_popup_top.png') no-repeat top left;
}

div.popup_unlocked {
  width: 355px;
  background: url('../images/popups/unlocked_popup_repeating.png') repeat-y top left;
  padding: 0 25px;
}

div.popup_unlocked_bottom {
  width: 405px;
  height: 25px;
  background: url('../images/popups/unlocked_popup_bottom.png') no-repeat top left;
}

div.popup_unlocked p {
  font-family: Verdana;
	font-size: 11px;
	color: #000;
	padding-bottom: 10px;
}

div.popup_unlocked p a {
  color: #1c3107;
  text-decoration: underline;
}

div.popup_unlocked p.title {
  font-size: 20px;
  font-weight: bold;
  color: #1c3107;
}

input[type=text] {
  width: 200px;
}

/* 3.1 =Contact Form
---------------------------------------------------------------------- */

#contactForm {
	width: 960px;
	background: url('../images/sectionHeadings/contactUs_Heading.png') left top no-repeat;
	margin-bottom: 50px;
}

#contactForm form {
	padding-top: 50px;
}

#contactForm p {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	padding-bottom: 5px;
}

#name, #email {
	width: 300px;
	margin-bottom: 15px;
	border: 2px solid #ccc;
	border-radius: 0.5em;
	line-height: 15px;
	padding: 5px;
	font-size: 15px;
	font-family: Verdana;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

#comments {
	width: 450px;
	height: 200px;
	border: 2px solid #ccc;
	margin-bottom: 15px;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	overflow: auto;
}

ul.error {
	padding-top: 50px;
	float: right;
}

ul.error li {
	color: red;
	list-style: none;
}
