/*
CSS Credit: http://www.parade.com/
*/

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #782609 url(images/parade_body_bg.jpg) repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
a:link, a:visited { color: #621c03; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #621c03; text-decoration: none; font-weight: bold; }

h1 {
	font-size: 18px;
	color: #782609;
	font-weight: bold;
	background: url(images/parade_h1.jpg) no-repeat;
	height: 27px;
	padding-top: 40px;
	padding-left: 70px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	height: 22px;
	padding-top: 3px;
	padding-left: 5px;
	background: url(images/parade_h2.jpg) no-repeat;
}

#parade_maincontainer{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	float: left;
	background: url(images/parade_content_bg.jpg) repeat-y;
}

#parade_topsection{
	background: url(images/parade_header.jpg) no-repeat;
	height: 283px; /*Height of top section*/
}

#parade_title{
	margin: 0;
	padding-top: 150px;
	padding-left: 50px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}

#parade_slogan {
	margin-top: 10px;
	padding-left: 50px;
	font-size: 12px;
	font-weight: bold;
	color: #ff9a59;
}

#parade_left_column {
	float: left;
	width: 229px;
}
#parade_menu_top {
	float: left;
	height: 33px;
	width: 229px;
	background: url(images/parade_menu_top.jpg) no-repeat;
}
#parade_right_column {
	float: right;
	width: 651px;
	padding-right: 20px;
}
#parade_destination {
	float: left;
	padding: 10px 10px 0px 40px;
	width: 280px;
	border-right: dotted 1px #782609;
}
#parade_search {
	float: right;
	padding: 0px 30px 0px 0px;
	width: 262px;
	background: url(images/parade_form-bg.jpg) repeat-y;
}
.search_top {
	background: url(images/parade_search.jpg) no-repeat;
	width: 262px;
	height: 350px;
}
.sarch_mid {
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
}
.search_bot {
	background: url(images/parade_search_bot.jpg) no-repeat;
	height: 5px;
}
#parade_contact {
	width: 200px;
	height: 96px;
	background: url(images/parade_contact.jpg) no-repeat;
	color: #fff;
	padding-left: 29px;
	padding-top: 15px;
}
#parade_bot {
	float: left;
	height: 22px;
	width: 877px;
	background: url(images/parade_footer.jpg) no-repeat;	
}
#parade_footer{
	float: left;
	width: 100%;
	padding-top: 16px;
	height: 31px;
	color: #C63;
	text-align: center;
	background: url(images/parade_footer_bg.jpg) repeat-x;
}
#parade_footer a {
	color: #C63;
	font-weight: bold;
}
.parade_menu {
	margin-top: 40px;
	width: 188px;
}
.parade_menu li{
	list-style: none;
	height: 30px;
	display: block;
	background: url(images/parade_menu_bg.jpg) no-repeat;
	font-weight: bold;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 7px;
}
.parade_menu a {
	color: #fff;
	text-decoration: none;
}
.parade_menu a:hover {
	color: #f08661;
}

.innertube{
	margin: 40px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: dotted 1px #782609;
}

.post_date { color: #177212; }

