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

/* 

Mendocino Travelers Guide Specific Styles
CSS Coding by

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

/* @group Layout */

#contact #content {
	width: 716px;
}

/* @end */
 
 
/* @group Navigation */

#navPrimary {
	margin-bottom: 15px;
}

#navPrimary li {
	margin-top: 2px;
}

#navPrimary li.first {
	margin-top: 0;
}

#navPrimary li a {
	display: block;
	width: 184px;
	height: 40px;
	text-indent: -999em;
	outline: 0; -moz-outline: none;
}

#navPrimary li#navLodging a {background: url(../images/navLodging.gif) no-repeat left top; }
#navPrimary li#navLodging a:hover {background: url(../images/navLodging.gif) no-repeat left bottom; }

#navPrimary li#navEvents a {background: url(../images/navEvents.gif) no-repeat left top; }
#navPrimary li#navEvents a:hover {background: url(../images/navEvents.gif) no-repeat left bottom; }

#navPrimary li#navWineBrew a {background: url(../images/navWineBrew.gif) no-repeat left top; }
#navPrimary li#navWineBrew a:hover {background: url(../images/navWineBrew.gif) no-repeat left bottom; }

#navPrimary li#navMenu a {background: url(../images/navMenu.gif) no-repeat left top; }
#navPrimary li#navMenu a:hover {background: url(../images/navMenu.gif) no-repeat left bottom; }

#navPrimary li#navArt a {background: url(../images/navArt.gif) no-repeat left top; }
#navPrimary li#navArt a:hover {background: url(../images/navArt.gif) no-repeat left bottom; }

#navPrimary li#navToDo a {background: url(../images/navToDo.gif) no-repeat left top; }
#navPrimary li#navToDo a:hover {background: url(../images/navToDo.gif) no-repeat left bottom; }

#navPrimary li#navNurseries a {background: url(../images/navNurseries.gif) no-repeat left top; }
#navPrimary li#navNurseries a:hover {background: url(../images/navNurseries.gif) no-repeat left bottom; }

#navPrimary li#navRealEstate a {background: url(../images/navRealEstate.gif) no-repeat left top; }
#navPrimary li#navRealEstate a:hover {background: url(../images/navRealEstate.gif) no-repeat left bottom; }

#navPrimary li#navFaceBook a {background: url(../images/navFacebook.gif) no-repeat left top; }
#navPrimary li#navFaceBook a:hover {background: url(../images/navFacebook.gif) no-repeat left bottom; }


/* @end */

/* @group Headings */

h1 {
	position: absolute;
	margin-top: 8px;
	left: 7px;
	display: block;
	width: 184px;
	height: 80px;
	text-indent: -999em;
	background: url(../images/logo_mtg.png) no-repeat left top;
}

/* @end */

/* @group MREG Promo */

#promo {
	background: url(../images/MREG_promo.jpg) no-repeat left top #fff;
	padding: 220px 10px 10px;
	border: 1px solid #ccc;
	width: 162px;
}

#promo .readMore {
	margin-top: 6px;
}

/* @end */

/* @group KV Promo */

#promokv {
	background: url(../images/kv_promo.gif) no-repeat left top #fff;
	padding: 220px 10px 10px;
	border: 1px solid #ccc;
	width: 162px;
}

#promokv .readMore {
	margin-top: 6px;
}

/* @end */


/* @group Content */

#content p {
	line-height: 1.2em;
}

#welcome {
	padding: 0 10px;
	margin-bottom: 30px;
}

#welcome p {
	font-size: 12px;
	line-height: 1.3em;
}

.article.left h3, 
.article.right h3,
#regions h3,
#issueLinks h3,
#contactInfo h3 {
	font-size: 12px;
}

#main_feature img, .article .readMore {
	margin-top: 5px;
}

#main_feature img, .article img {
	float: right;
	display: inline;
	margin: -2px -2px 10px 10px;
	border: 1px solid #666;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #333;
}

.article.left,
.article.right {
	width: 238px;
}

#issueLinks {
	clear: both;
}

#issueLinks ul li {
	float: left;
	width: 160px;
	padding: 0 10px 0 0 ;
	margin-bottom: 1em;
}

#issueLinks ul li a {
	padding-left: 10px;
	background: url(../images/arrow_red.gif) no-repeat left center;
	font-weight: normal;
}

#regions {
	clear: both;
}

#regions h3 {
	margin-bottom: .2em;
}

#regions .left, #regions .right {
	width: 244px;
}

#regions dl {
	margin-bottom: 20px;
}

#regions dl.last {
	margin-bottom: 0;
}

#regions dd {
	font-size: 10px;
	line-height: 1.2em;
	margin-bottom: 6px;
}

#regions .image {
	float: right;
	margin: -14px 0 8px 8px;
}

#regions .image img {
	border: 1px solid #666;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #333;
}

#regions .links {
	margin-bottom: 0;
}

#regions #teaser {
	display: block;
	background: url(../images/MREG_teaser.gif) no-repeat top left;
	width: 244px;
	height: 87px;
	text-indent: -999em;
	outline: 0; -moz-outline: none;
}

#contactInfo p {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 2em;
}

/* @end */

