/* @override http://www.jasonreedwebdesign.com/clients/mendoguide/mtg/assets/css/mendoguide_site.css */

/* 

Mendocino Travelers Guide and Real Estate Guide Default Styles
CSS Coding by

Jason Reed - jason@jasonreedwebdesign.com
jasonreedwebdesign.com
 */

/* Colors 

Red: 			#cc3428
Gold: 			#f79c18
Border Grey:	#ccc

*/

/* @group CSS Reset */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* @end */

/* @group General */

body {
	background: url(../images/bg_body.gif) repeat-x #e9f0f6;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

a {	
	font-weight: bold;
	color: #cc3428;
	text-decoration: none;
}

a:hover {
	color: #f79c18;
	text-decoration: underline;
}

a img {
	border-width: 0;
}

a.readMore {
	float: right;
	padding-right: 10px;
	background: url(../images/arrow_red.gif) no-repeat right center;
}

p a {
	font-weight: normal;
}

.left {float: left; }
img.left {margin: 0 1em 1em 0; }

.right {float: right; }
img.right {margin: 0 0 1em 1em; }

.clear {
	clear: both;
}

button.go {
	margin: 0;
	padding: 0;
	display: block;
	width: 35px;
	height: 22px;
	background: url(../images/btn_go.gif) no-repeat left top;
	text-indent: -999em;
	border: none;
	cursor: pointer;
}

button.go:hover {
	background: url(../images/btn_go.gif) no-repeat left bottom;
}

.box {
	background: url(../images/bg_gradientBox.gif) repeat-x bottom #fcfcfc;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.sidebar .box {
	margin-bottom: 15px;
}

.sidebar {
	font-size: 10px;
}

.sidebar p {
	line-height: 1.2em;
}

/* @end */

/* @group Layout */

#container {
	margin: 0 auto;
	width: 970px;
	background: url(../images/bg_container.png) repeat-y;
}

#left {
	float: left;
	display: inline;
	margin: 0 15px 0 20px;
	width: 184px;
}

#right {
	float: right;
	display: inline;
	margin-right: 20px;
	width: 184px;
}

#content {
	float: left;
	width: 532px;
}

#footer {
	margin: 0 auto;
	width: 940px;
	background: url(../images/bg_footer.png) no-repeat left top;
	padding: 25px 15px;
}

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
	margin-bottom: .6em;
}

h2 {
	color: #000;
}

h2,h3 {
	font-size: 14px;
	line-height: 1.15em;
}

h4, h5, h6, h7 {
	font-size: 12px;
}


/* @end */


/* @group Header */

#header {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 944px;
	height: 102px;
	background: url(../images/bg_header.jpg) no-repeat center top;
	margin-bottom: 15px;
}

/* @end */


/* @group Search */

#search ul {
	margin-top: 15px;
}

#search ul li {
	margin-top: 6px;
	background: url(../images/arrow_red.gif) no-repeat left center;
	padding: 0 0 0 10px;
}

#search ul :first-child {
	margin-top: 0;
}

#search input {
	float: left;
	width: 120px;
	border: 1px solid #ccc;
}

#search button.go {
	float: right;
}

#searchForm {
	margin-bottom: 2em;
}

#searchForm input {
	margin-top: 1px;
}

#results {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif !important;
	font-size: 11px !important;
}

/* @end */


/* @group Ads */

#right a img {
	background: #fff;
	border: 1px solid #ccc;
	padding: 1px;
	margin-bottom: 10px;
}

/* @end */

/* @group Footer */

#footer {
	background: url(../images/bg_footer.png) no-repeat left top;
}

#footer,
#footer a {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

#footer a:hover {
	color: #777;
}

#footer p {
	float: left;
}

#footer p a {
	font-weight: normal;
	margin-left: 20px;
}

#footer ul {
	float: right;
}

#footer ul li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

#footer li {
	float: left;
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #333;
}

/* @end */

/* @group Clearfix */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* @end */

