/*
Company:	Senior Cycling
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #4d6015;
}
body {
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
div.content {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.gif) repeat-y 0 0;
	padding: 0 0 10px 0;
}
div.content-btm {
	width: 976px;
	height: 20px;
	background: url(../images/content-btm.gif) no-repeat 0 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* Head */
div#hd {
	width: 960px;
	height: 191px;
	background: url(../images/hd-bkg.jpg) no-repeat 0 0;
	margin-left: 8px;
	margin-bottom: 10px;
}

/* Body */

/* Footer */
div#ft {
	width: 976px;
	margin-left: auto;
	margin-right: auto;
}
p.copyright {
	color: #bbb998;
	font-size: 77%;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0 20px 0;
	margin: 0;
}
p.copyright a:link, p.copyright a:visited {
	color: #bbb998;
	text-decoration: none;
}
p.copyright a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 330px;
	height: 180px;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Search */
div.search {
	margin: 15px 10px 0 0;
	width: 300px;
	height: 28px;
	background: url(../images/search-bkg.gif) no-repeat 0 0;
	float: right;
	display: inline;
}
div.search input.txt {
	border: none;
	background-color: transparent;
	padding: 7px 4px;
	width: 255px;
	margin-left: 25px;
	font-size: 93%;
	font-family: Verdana, Arial, sans-serif;
}

/* Tours Table */
div.main table.tours {
	width: 100%;
}
div.main table.tours th {
	color: #fbf9f9;
	font-size: 100%;
	background-color: #4d6015;
	text-align: left;
	font-weight: normal;
	border: 1px solid #4d6015;
}
div.main table.tours a:link, div.main table.tours a:visited {
	color: #576d11;
	text-decoration: underline;
}
div.main table.tours a:hover {
	text-decoration: none;
}
div.main table.tours td {
	color: #333333;
	font-size: 100%;
	border: 1px solid #4d6015;
	padding: 2px 6px;
}
div.tour-description {
/* 	font-weight: bold; */
}

/* Main */
div.main {
	width: 622px;
	padding: 20px 0 20px 0;
	margin: 0 0 0 18px;
	float: left;
	display: inline;
}

div.main-wide {
	width: 940px!important;
	float: none!important;
	display: block!important;
}

/* Side */
div.side {
	width: 298px;
	margin: 0 18px 0 0;
	padding: 20px 0 0 0;
	float: right;
	display: inline;
}

/* Recipe Categories */
div.recipe-cats {
	padding: 0 0 0 20px;
}
div.recipe-cats h3 {
	margin: 0 0 5px 0;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #4d6015;
	text-transform: uppercase;
	font-size: 123.1%;
}
div.recipe-cats ul {
	margin: 0 0 0 5px;
	padding: 0;
}
div.recipe-cats ul li {
	list-style: none;
	font-size: 93%;
	margin-bottom: 6px;
}

/* Upcoming Tours */
div.upcoming-tours {
	padding: 10px;
	background-color: #d5d8cc;
	margin: 0 0 20px 0;
}
div.upcoming-tours h3 {
	margin: 0 0 10px 0;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #4d6015;
	text-transform: uppercase;
	font-size: 123.1%;
}
div.upcoming-tours p {
	font-size: 100%;
	text-transform: uppercase;
	line-height: 160%;
	margin: 0 0 5px 0;
	color: #333;
}

/* Gift Certificates */
div.gift-certificates {
	margin: 0 0 10px 0;
}
div.gift-certificates h3 {
	margin: 0 0 10px 0;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #4d6015;
	text-transform: uppercase;
	font-size: 123.1%;
}

/* Newsletter */
div.newsletter {
	padding: 10px;
}
div.newsletter h3 {
	margin: 0 0 10px 0;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color: #4d6015;
	text-transform: uppercase;
	font-size: 123.1%;
}
div.newsletter input.txt {
	background-color: #c0bca1;
	border: 1px solid #51584d;
	padding: 5px;
	font-size: 93%;
	color: #333;
	margin-bottom: 10px;
	width: 250px;
}
div.newsletter span.button {
	text-align: right;
	display: block;
	padding: 0 17px 0 0;
}
div.newsletter span label {
	font-size: 93%;
	text-transform: uppercase;
	color: #333;
	padding: 0 0 0 10px;
}
div.newsletter span.label label {
	display: block;
	padding: 0 0 2px 0;
}

/* FAQS */
.faqs h3:hover {
	cursor: pointer;
}

/* slideshow */
div.slideshow {
	margin-bottom: 20px;
}

/* Comments */
p.nocomments {
	display: none;
}

/* Images */
img.alignright, img.alignleft {
	border: 6px solid #dedfd7;
	padding: 0;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #333333;
}
div.main p {
	font-size: 100%;
	line-height: 150%;
}
div.main p.register {
	font-weight: bold;
	margin-bottom: 30px;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	color: #576d11;
	font-size: 138.5%;
	font-family: Georgia, times, serif;
	margin: 0 0 10px 0;
}
div.main h2 {
	color: #8c6239;
	font-size: 116%;
	margin: 0 0 5px 0;
}
div.main h2 span {
	font-size: 77%;
}

div.main h3 {
	color: #8c6239;
	font-size: 100%;
	margin: 0 0 5px 0;
	font-weight: normal;
}
div.main h4 {
	color: #576d11;
	font-size: 100%;
	margin: 0 0 5px 0;
	font-weight: bold;
}
/* @end */

/* @group Default Lists */
div.main ul, div.main ol {
	margin-top: 0;
}
div.main li {
	font-size: 100%;
	line-height: 150%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Nav */
div#nav {
	width: 940px;
	height: 36px;
	margin-left: 18px;
	background: url(../images/nav-bkg.gif) repeat-x 0 0;
}
div#ft div#nav {
	width: 960px;
	height: 45px;
	padding: 5px 8px 0 8px;
	background: url(../images/btm-nav.gif) no-repeat 0 0;
	margin: 0;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	background: url(../images/nav-div.gif) no-repeat 0 0;
	padding: 0 0 0 1px;
	float: left;
	display: inline;
}
div#nav ul li:first-child {
	background: none;
	padding: 0;
}
div#nav ul li a {
	font-size: 77%;
	display: block;
	line-height: 36px;
	text-transform: uppercase;
	padding: 0 11px;
}
div#ft div#nav ul li a {
	padding: 0 12px;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #BBB998;
	text-decoration: none;
}
div#nav ul li:hover a, div#nav ul li.sfhover a, div#nav ul li a.active {
	text-decoration: none;
	background: url(../images/nav-hover.gif) repeat-x 0 0;
}


/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0 0 0 -1px;
	list-style: none;
	line-height: 1;
	background-color: #515b3d;
	width: 200px;
	z-index: 500;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	height: 1%;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 11px;
	margin: 0;
	font-size: 77%;
	display: block;
	font-weight: normal;
	background-image: none!important;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #252f26;
}

/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}

div#ft div#nav ul ul {
	display: none!important;
}
/* @end */

/* @group Forms */
.cform {
	margin-left: 0!important;
	margin-right: 0!important;
	width: 95%!important;
}
.cform fieldset {
	background-color: transparent!important;
	border: none!important;
}
.cform fieldset legend {
	margin: 0!important;
	padding: 0!important;
	text-align: left;
	color: #8c6239;
	font-size: 108%;
	margin: 0 0 5px 0;
	font-weight: bold;
}
.cform .single, .cform .area {
	width: 300px;
	font-size: 12px;
}
.cform .single:hover, .cform .area:hover {
	background-color: #fff;
}
.cform .cf-sb {
	text-align: left;
	margin-left: 303px;
}
.cform .sendbutton {
	font-size: 10px!important;
	font-family: Verdana, Arial, sans-serif!important;
	text-transform: uppercase!important;
	background: url(../images/btn-bkg.gif) repeat-x 0 0!important;
	color: #bbb998;
}
.cform li.textonly {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0;
	color: #576d11;
}
p.linklove {
	display: none!important;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #576d11;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
