@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: 25px;
	margin-top: 10px;
}

#right_badges ul li {
	display: inline;
	float: left;
}

#left_badges {
	float: left;
	margin-left: 25px;
	margin-top: 10px;
}

#left_badges ul li {
	display: inline;
	float: left;
}

/* 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.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: 960px;
}

#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: #000;
	padding-right: 10px;
}

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

/* 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;
}