/* ---------------------------------------------------------------------------------- */

/* ------------------------------- >> =GLOBAL STYLES <<------------------------------ */

/* ---------------------------------------------------------------------------------- */

/* body, paragraphs, lists, links, etc */

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	height: auto;
}

body {
	color: black;
	font: normal 14px/2em "Courier New", Courier, mono;
	background: white;
	min-height: 100%;
	min-width:880px;
	height: auto;
}

a:link {
	color: #565656;
	text-decoration: none;
	font: normal bold 12px/1.5em Arial, Helvetica, Geneva, sans-serif;
	}

a:visited {
	font: normal bold 12px/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #565656;
	text-decoration: none;
}

a:hover {
	font: normal bold 12px/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #565656;
	text-decoration: underline;
}

a:active {
	font: normal bold 12px/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #565656;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------------------- */

/* --------------------------------- >> =STRUCTURE <<-------------------------------- */

/* ---------------------------------------------------------------------------------- */

/* This is where I put the primary site structure divs and classes. */

#master_container {
	width: 880px;
	background-color: white;
	margin: 0 auto 20px;
}

#header {
}

#left_column {
	width: 440px;
	margin-left: 15px;
	float: left;
	color: #565656;
	margin-bottom: 15px;
}

#right_column {
	width: 370px;
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
}


#footer {
	clear:both;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	border-top: 4px solid #000;
	padding-top: 5px;
	margin-bottom: 20px;
}


#header_holder_left {
	margin-top: 20px;
	width: 440px;
	margin-bottom: 5px;
	border-bottom: 2px solid #000;
}

#header_holder_right {
	margin-top: 20px;
	width: 370px;
	margin-bottom: 5px;
	border-bottom: 2px solid #000;
}

.banner_holder {
	width: 370px;
	margin-top: 20px;
	border: 2px solid #b3b5b2;
}

#data_capture {
	margin-top: 20px;
	width: 370px;
}

/* ---------------------------------------------------------------------------------- */

/* --------------------------------- >> =TYPOGRAPHY <<------------------------------- */

/* ---------------------------------------------------------------------------------- */

/* This is where I list things like paragraphs, headings, and other miscellaneous font styles such as small and strong tags. */

.news_headline {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.news_headline a:link {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.news_headline a:visited {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.news_headline a:hover {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: underline;
	text-transform: uppercase;
}

.news_headline a:active {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: underline;
	text-transform: uppercase;
}

.tour_date {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.tour_date a:link {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.tour_date a:visited {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.tour_date a:hover {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: underline;
	text-transform: uppercase;
}

.tour_date a:active {
	font: normal bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: underline;
	text-transform: uppercase;
}

.tour_location  {
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-decoration: none;
}

.tour_venue {
	font: normal 14px Arial, Helvetica, Geneva, sans-serif;
	color: #565656;
	text-decoration: none;
}

.tour_venue a:link {
	color: #565656;
	text-decoration: none;
	font: normal 14px Arial, Helvetica, Geneva, sans-serif;
}

.tour_venue a:visited {
	color: #565656;
	text-decoration: none;
	font: normal 14px Arial, Helvetica, Geneva, sans-serif;
}

.tour_venue a:hover {
	color: #565656;
	text-decoration: underline;
	font: normal 14px Arial, Helvetica, Geneva, sans-serif;
}

.tour_venue a:active {
	color: #565656;
	text-decoration: underline;
	font: normal 14px Arial, Helvetica, Geneva, sans-serif;
}

.news_date {
	font: normal bold 12px/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #565656;
	text-decoration: none;
}

.stay_updated {
	color: black;
	font: bold 12px "Courier New", Courier, mono;
}

/* ---------------------------------------------------------------------------------- */

/* -------------------------------- >> =NAVIGATION << ------------------------------- */

/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */

/* --------------------------------- >> =FORMS <<------------------------------------ */

/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */

/* --------------------------------- >> =EXTRAS <<----------------------------------- */

/* ---------------------------------------------------------------------------------- */

/* This is where I style images, lists, and any other elements that didn’t fit into the rest of the section. */

input {
	color: #565656;
	background-color: white;
	width: 275px;
	height: 30px;
	font: 13px Arial, Helvetica, Geneva, sans-serif;
	border: 2px solid #b3b5b2;
	margin-bottom: 3px;
}

.submit {
	color: white;
	background-color: black;
	width: 85px;
	height: 30px;
	font: bold 25px Arial, Helvetica, Geneva, sans-serif;
	border: 2px solid #b3b5b2;
	margin-bottom: 3px;
}

.photothumb {
	border: 2px solid #4c4c4c;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 5px;
}
