/* ---------- SONOMA COUNTY ----------

base.css provides basic layout and 
typographic styles used across the site

--------------------------------------- */

@import "reset.css";

/* @group LAYOUT */

body {
	text-align: center;
	background-color: #525D69;
	font: 62.5% arial, verdana, sans-serif;
	color: #5E3101;
}

#wrapper {
	width: 771px;
	margin: 0 auto;
	text-align: left;
}

#topnavt {
	width: 100%;
	float: left;
	background-color: #00356A;
}

#page {
	width: 100%;
	padding-bottom: 15px;
	background-color: #FFF;
	float: left;
}

#head {
	width: 100%;
	float: left;
	position: relative;
}

#belowhead {
	width: 100%;
	float: left;
        min-height:610px;
}

#main {
	width: 100%;
	float: left;
	background: url(../images/line-vert.gif) repeat-y 182px;
}

#content {
	width: 563px;
	float: right;
	padding-right: 8px;
}

.twocol #content {
	background: url(../images/line-vert.gif) repeat-y 393px;
}

.twocol #text {
	float: left;
	width: 380px;
}

.twocol #sidebar {
	float: right;
	width: 160px;
}
.t-calendar .twocol #sidebar {
	width: 162px;
}

#subnav {
	width: 166px; /* 182px - padding*/
	float: left;
	padding-left: 16px;
}

#footnav {
	width: 100%;
	background-color: transparent;
	float: left;
	padding-top: 10px;
}

/* @end */

/* @group CONTENT */

#content .intro h2 {
	color: #B52217;
	padding-bottom: .8em;
	font: 2.4em/1.2em "Lucida Grande", Arial, Verdana, sans-serif;
}
.t-grid #content h2 {
	color: #B52217;
	padding-bottom: .8em;
	font: 2.4em/1.2em "Lucida Grande", Arial, Verdana, sans-serif;
}
.t-calendar #content .intro h2 {
	padding-bottom: .2em;
}
#content h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #B52217;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: .3em;
}

#content h3 a {
	color: #B52217;
	text-decoration: none;
	border-bottom: 1px dotted #B52217;
}

#content div > h3:first-child {
	padding-top: 0;
}

#content h3 a:hover {
	color: #8A0900;
	border-bottom: 1px solid #8A0900;
}

#content h4 {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #5E3101;
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .3em;
}

#content h4 a {
	color: #5E3101;
	text-decoration: none;
	border-bottom: 1px dotted #5E3101;
}

#content h4 a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#content h5 {
	font-size: 1.2em;
	line-height: 1.1em;
	color: #956B63;
	font-weight: bold;
	padding-top: .4em;
	padding-bottom: .3em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#content h5 a {
	color: #956B63;
	text-decoration: none;
	border-bottom: 1px dotted #956B63;
}

#content h5 a:hover {
	color: #5E3101;
	border-bottom: 1px solid #5E3101;
}

#content h6 {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #956B63;
	padding-top: .4em;
	padding-bottom: .3em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#content h6 a {
	color: #956B63;
	text-decoration: none;
	border-bottom: 1px dotted #956B63;
}

#content h6 a:hover {
	color: #5E3101;
	border-bottom: 1px solid #5E3101;
}

#content p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: .7em;
}

#content em {
	font-style: italic;
}

#content strong {
	font-weight: bold;
}

#content p a, #content blockquote a, #content ol a, #content ul a {
	color: #8EA105;
	text-decoration: none;
	border-bottom: 1px dotted #8EA105;
}

#content p a:hover, #content blockquote a:hover, #content ol a:hover, #content ul a:hover {
	color: #637000;
	border-bottom: 1px solid #637000;
}

#content abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

#content acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

#content blockquote {
	background-color: #FCF6DB;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: .9em;
}

#content blockquote p {
	background-color: #FCF6DB;
	font-size: 1.0em;
	line-height: 1.5em;
}

#content p small {
	font-size: .8em;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2.5em;
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: .3em;
}

#content ul {
	list-style-image: none;
	list-style-position: outside;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 .3em 1.1em;
	list-style-type: disc;
	opacity: 1;
}

#content ol li, #content ul li {
	padding-bottom:.3em;
}

/* @group SECTION BOXES */

.boxrow {
	float: left;
	padding-bottom: 16px;
}
.sectionbox {
	border: 1px solid #E5E6E6;
	float: left;
	width: 255px;
	padding: 4px;
	margin-right: 16px;
	display: inline;
	background-color: #FFF;
}
.boxcontent {
	background-color: #FCF6DB;
	padding: 8px 8px 2px 8px;
	font-size: .95em;
}
#content .sectionbox h3 {
	color: #8EA105;
	font-weight: normal;
	margin: 8px;
}
#content .boxcontent ul {
	margin: 0 0 0 1.1em;
	padding: 0 4px 0 0;
}
#content .boxcontent li {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	list-style-position: outside;
	list-style-image: url(../images/sectbox-bullet.gif);
}
#content .boxcontent a {
	font-weight: bold;
	color: #5E3101;
	border-bottom-color: #5E3101;
}
#content .boxcontent a:hover {
	color: #B52217;
	border-bottom-color: #B52217;
}
#content .boxcontent p {
	line-height: 1.4em;
}
#content .boxcontent h4 {
	font-size: 1.3em;
}
#content p.boxmore {
	text-align: right;
}
#content p.boxmore a {
	border: 0;
	color: #8EA105;
}
#content p.boxmore a:hover {
	border: 0;
	color: #B52217;
}




/* @end */

/* @group FORM ELEMENTS */

#content fieldset {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	background-color: #FCF6DB;
}
#content fieldset.submit {
	width: auto;
	padding-top: 1.5em;
	padding-left: 1em;
	background-color: #FFFFFF;
}
#content legend {
	padding: 0;
	font-weight: bold;
}
#content legend span {
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 1.4em;
}
#content form ol {
	list-style: none;
	margin: 0;
	padding: 2.5em 1em 0 1em;
}
#content form li {
	margin: .5em 0 0 0;
	padding: 0;
	width: 100%;
}
#content form label {
	display: block;
}
#content fieldset fieldset {
	margin-bottom: 0;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
#content fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
}
#content input.text, #content textarea {
	width: 100%;
}

/* Staff Bios */

#biolist ul {
list-style-type:none;
border-top:1px dotted #C8C8C8;
}
#biolist li {
list-style:none;
width:250px;
line-height:20px;
padding:0;
margin:0 0 0 4px;
border-bottom:1px dotted #C8C8C8;
}
#biolist li a{
display:block;
text-decoration:none;
color:#5E3101;
border:none;
}
#biolist li a:hover{
background:url("http://www.sonomacounty.com/images/staff-photos/goto.gif") top right no-repeat #FEFCF1;
border:none;
}
.staffbio{
margin:10px 0 10px 0;
padding-bottom:15px;
border-bottom:1px dotted #C8C8C8;
}
.photoborder {
border:1px solid #E5E5E5;
padding:7px;
}

/* Gay&Lesbian */

.linkitup{
	color: #646870;
	background:#F4F4ED;
	margin:0;
	padding:0;
}
.linkitup h4{
	margin: 0 0 .5em 0;
	padding: .5em;
	font-size: 12px;
	color: #74A050;
	border-top: 1px solid #E0E0D5;
}
.linkitup img.thumb {
	float: right;
	margin: .4em 0 .5em .5em;
	padding: .4em;
	width: 4em;
	padding: .4em;
	border: 1px solid #E0E0D5;
	background: #fff;
}

ul.linker {
	list-style: none;
}
ul.linker li {
	margin: 0;
	padding: 0;
	color: #646870;
	border-bottom: 1px dotted #E0E0D5;
	overflow: hidden;
	list-style: none;
	width:345px;
}
ul li.last {
	margin-bottom: 2em;
	padding-bottom: 0;
	border: none;
}
ul.linker li a {
	display: block;
	padding: .5em 1em;
	line-height: 1.4em;
	color: #8F9195;
	overflow: hidden;
	border:none;
}
ul.linker li a strong {
	display: block;
	color: #474a51;
	padding: .2em 0 .1em 0;
}
ul.linker li a em {
	display: block;
}
ul.linker li a img {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: .4em;
	border: 1px solid #E0E0D5;
	background: #fff;
}
ul.linker li a:hover {
	border:none;
}
ul.linker li a:hover strong {
	color: #5E3101;
}
ul.linker li a:hover {
	background: #F9F9F4;
}

.g-gaylesbian #content p a:hover, #content blockquote a:hover, #content ol a:hover, #content ul a:hover {
	border-bottom:none;
}

.g-gaylesbian #content p a, #content blockquote a, #content ol a, #content ul a {
	border-bottom:none;
}

.g-gaylesbian #content h2 {
	font-size: 2.4em;
	line-height: 1.2em;
	color: #b52217;
	padding-top: .3em;
	padding-bottom: 0.3em;
}

/* Local Secrets */

.localsecret {
	margin:.5em 0 1em 0;
	padding-bottom: 2em;
	border-bottom:1px dotted #C8C8C8;
}
.localsecretlast {
	margin-bottom: 1em;
	border: none;
}
ul.localaddress {
	list-style-type:none;
	margin:15px 0px 15px 0px;
	padding:0 0 0 1em;
}
ul.localaddress li {
	list-style:none;
	margin: 0 0 0 -10px;
	padding: 0;
}
.g-localsecrets #content #text li.maplink a {
	display: block;
	line-height: 18px;
	background-color: #F4F4ED;
	width: 30px;
	color:#8F9195;
	padding:0 0 0 5px;
	border:1px dotted #8F9195;
}
.g-localsecrets #content #text li.maplink a:hover {
	background-color: #E9E9DA;
	color:#707276;
}

/* Local Secrets submission dropdown */

div#local-secret-submission {
	width: 100%;
	margin: 0px 20px 0px 20px;
	display: none;
}

/* Partners-Updates */

dl.little {
     font-size:x-small;
     margin:-4px 0 5px 0;
}

/* Slimbox */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(http://www.sonomacounty.com/mysonoma/slimbox/images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(http://www.sonomacounty.com/mysonoma/slimbox/images/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(http://www.sonomacounty.com/mysonoma/slimbox/images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://www.sonomacounty.com/mysonoma/slimbox/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}


/* @end */

/* @group SIDEBAR */

#sidebar {
	font-size: .9em;
}

#sidebar .sidetext {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 bottom;
}

#sidebar .ares {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 bottom;
}

#sidebar .freeguide {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 bottom;
}

#sidebar .freeguide a {
	display: block;
	width: 160px;
	height: 310px;
	background: url(../images/freeguide-sidebar.jpg) no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}
#sidebar .android {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 bottom;
}

#sidebar .android a {
	display: block;
	width: 160px;
	height: 62px;
	background: url(../images/android-white.png) no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}

#sidebar .weddingrings {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 bottom;
}

#sidebar .weddingrings a {
	display: block;
	width: 160px;
	height: 188px;
	background: url() no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}

#sidebar .sonomablog {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 bottom;
}

#sidebar .sonomablog a {
	display: block;
	width: 160px;
	height: 75px;
	background: url(../images/is-160x75.gif) no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}
/* @end */
/* @end */

/* @group TOP NAV */

#topnavt ul {
	float: left;
	height: 30px;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#topnavt li {
	float: left;
}

#topnavt li a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	height: 30px;
	text-indent: -999em;
	line-height: .1em;
}
#nav0 a {
    width: 114px;
    background: url(../images/nav-visit.gif) no-repeat left top;
}
#nav1 a {
    width: 63px;
    background: url(../images/nav-mobile.gif) no-repeat left top;
}
#nav2 a {
    width: 128px;
    background: url(../images/nav-meeting.gif) no-repeat left top;
}
#nav3 a {
    width: 95px;
    background: url(../images/nav-travel.gif) no-repeat left top;
}
#nav4 a {
    width: 58px;
    background: url(../images/nav-media.gif) no-repeat left top;
}
#nav5 a {
    width: 132px;
    background: url(../images/nav-about.gif) no-repeat left top;
}
#nav6 a {
    width: 74px;
    background: url(../images/nav-partners.gif) no-repeat left top;
}
#nav7 a {
    width: 96px;
    background: url(../images/nav-contact.gif) no-repeat left top;
}

#topnavt li a:hover {
    background-position: left bottom;
}

.s-visitors #nav0, .s-visitors #nav0 a, .s-visitors #nav0 a:hover,
.s-mobile #nav1, .s-mobile #nav1 a, .s-mobile #nav1 a:hover,
.s-meeting #nav2, .s-meeting #nav2 a, .s-meeting #nav2 a:hover,
.s-travel #nav3, .s-travel #nav3 a, .s-travel #nav3 a:hover,
.s-media #nav4, .s-media #nav4 a, .s-media #nav4 a:hover,
.s-about #nav5, .s-about #nav5 a, .s-about #nav5 a:hover,
.s-partners #nav6, .s-partners #nav6 a, .s-partners #nav6 a:hover,
.s-contact #nav7, .s-contact #nav7 a, .s-contact #nav7 a:hover {
    background-position: left center;
}
#topnavt li a:hover a:link a:visit .active {
color:#FFCC00;
}
.searchform {
	height: 30px;
	text-align: right;
	padding-right: 0;
	position: relative;
	float: right;
	width: 170px;
	display: none;
}

.searchform .searchbox {
	width: 120px;
	font-size: 1em;
	line-height: 18px;
	position: absolute;
	top: 6px;
	right: 30px;
	padding: 2px 2px 0px 2px;
	display: none;
}

.searchform .searchsubmit {
	line-height: 30px;
	position: absolute;
	top: 6px;
	right: 6px;
	display: none;
}

/* @end */

/* @group HEAD */

.t-home #head {
	height: 343px;
}

.t-section #head {
	height: 343px;
}

.t-grid #head {
	height: 216px;
}

.t-general #head, .t-calendar #head {
	width: 183px;
	height: 216px;
	background: url(../images/line-vert.gif) repeat-y 182px;
}

.t-general .intro, .t-calendar .intro {
	background-color: #FFF;
	padding-top: 19px;
	width: 100%;
	float: left;
}
.s-visitors .t-general .intro {
	background: #FFF url(../images/genhead-visitors.jpg) no-repeat left 19px;
	padding-top: 65px;
}
.s-meeting .t-general .intro {
	background: #FFF url(../images/genhead-meeting.jpg) no-repeat left 19px;
	padding-top: 65px;
}
.s-travel .t-general .intro {
	background: #FFF url(../images/genhead-travel.jpg) no-repeat left 19px;
	padding-top: 65px;
}
.s-media .t-general .intro {
	background: #FFF url(../images/genhead-media.jpg) no-repeat left 19px;
	padding-top: 65px;
}
.s-about .t-general .intro {
	background: #FFF url(../images/genhead-about.jpg) no-repeat left 19px;
	padding-top: 65px;
}
.s-partners .t-general .intro {
	background: #FFF url(../images/genhead-partners.jpg) no-repeat left 19px;
	padding-top: 65px;
}
.s-contact .t-general .intro {
	background: #FFF url(../images/genhead-contact.jpg) no-repeat left 19px;
	padding-top: 65px;
}
.t-general #content, .t-calendar #content {
	margin-top: -216px;
	position: relative;
}
.s-visitors .t-calendar .intro {
	background: #FFF url(../images/calhead-visitors.gif) no-repeat left 19px;
	padding-top: 65px;
}
.s-meeting .t-calendar .intro {
	background: #FFF url(../images/calhead-meeting.gif) no-repeat left 19px;
	padding-top: 65px;
}
.s-media .t-calendar .intro {
	background: #FFF url(../images/calhead-media.gif) no-repeat left 19px;
	padding-top: 65px;
}
#head h1 {
	position: absolute;
	top: 19px;
	left: 22px;
	width: 138px;
	height: 177px;
}
#head h1 a {
	display: block;
	width: 138px;
	height: 177px;
	text-decoration: none;
	text-indent: -999em;
}
#head h1, #head h1 a, #head h1 a:hover {
    background: url(../images/logo.gif) no-repeat left top;
}
.intro p em {
	font-style: italic;
}
.t-home .intro, .t-section .intro {
	position: absolute;
	top: 230px;
	left: 220px;
}
.t-grid .intro {
	position: absolute;
	top: 105px;
	left: 220px;
}
.t-home .intro h2, .t-section .intro h2 {
	color: #edbd01;
	padding-bottom: .1em;
	font: 2.9em/1.2 "Lucida Grande", Arial, Verdana, sans-serif;
}
.t-home .intro p, .t-section .intro p {
	color: #FFF;
	width: 500px;
	font: 1.5em/1.4em "Lucida Grande", Arial, Verdana, sans-serif;
}
.t-home .wideintro p, .t-section .wideintro p {
	color: #FFF;
	width: 500px;
	font: 1.45em/1.4em "Lucida Grande", Arial, Verdana, sans-serif;
}
.s-media .t-section .intro p {
	width: 470px;
	margin-bottom: .6em;
}
.s-media .intro p em {
	font-weight: bold;
}
.t-grid .intro h2 {
	color: #edbd01;
	padding-bottom: .1em;
	font: 2.4em/1.2em "Lucida Grande", Arial, Verdana, sans-serif;
}
.t-grid .intro p {
	color: #FFF;
	width: 535px;
	font: 1.3em/1.5em "Lucida Grande", Arial, Verdana, sans-serif;
}
.t-home #belowhead, .t-section #belowhead, .t-grid #belowhead {
	padding-top: 21px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 7px;
}

/* @end */

/* @group SIDE NAV */

.t-general #subnav, .t-calendar #subnav {
	padding-top: 21px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 7px;
}

#subnav h3 {
	text-transform: uppercase;
	color: #8EA105;
	font-size: 1.5em;
	line-height: 1.7em;
}

#subnav h3 a {
	color: #8EA105;
	text-decoration: none;
}

#subnav h3 a:hover {
	color: #637000;
}

#subnav ul {
	padding-left: 1.1em;
}

#subnav li {
	padding-bottom: .8em;
	list-style-position: outside;
	list-style-image: url(../images/subnav-bullet-off.gif);
}

#subnav li.on {
	list-style-image: url(../images/subnav-bullet-on.gif);
}

#subnav li a {
	text-decoration: none;
	color: #5E1C0F;
	font-size: 1.2em;
	line-height: 1.2em;
}

#subnav li a:hover, #subnav li.on a:hover {
	color: #8EA105;
}

#subnav li.on a {
	color: #B52217;
	font-weight: bold;
}

#subnav ul ul {
	margin-top: .8em;
	padding-left: 0;
}

#subnav li.on li {
	list-style-image: none;
}

#subnav li.on li a {
	color: #956B63;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
}

#subnav li.on li.on a {
	color: #5E1C0F;
	font-weight: bold;
}

#subnav .ares {
	padding-top: 20px;
	margin-top: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 top;
}

#subnav .checkin {
	padding-top: 20px;
	margin-top: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 top;
}

#subnav .freeguide {
	padding-top: 20px;
	margin-top: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 top;
}

#subnav .freeguide a {
	display: block;
	width: 160px;
	height: 310px;
	background: url(../images/freeguide-sidebar.jpg) no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}
#subnav .android {
	padding-top: 20px;
	margin-top: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 top;
}

#subnav .android a {
	display: block;
	width: 160px;
	height: 62px;
	background: url(../images/android-white.png) no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}
#subnav .specials {
	padding-top: 20px;
	margin-top: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 top;
}

#subnav .specials a {
	display: block;
	width: 160px;
	height: 76px;
	background: url(../images/specials-sidebar.gif) no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}

#subnav .restaurantweek {
	padding-top: 20px;
	margin-top: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 top;
}

#subnav .restaurantweek a {
	display: block;
	width: 160px;
	height: 135px;
	background: url(../images/restaurant-week-2010.jpg) no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}

#subnav .spendtom {
	padding-top: 20px;
	margin-top: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 top;
}

#subnav .inside,#subnav .powow, #social, #weather {
	padding-top: 20px;
	margin-top: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 top;
}

#sidebar .inside {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#subnav .inside a {
	display: block;
	width: 160px;
	height: 75px;
	background: url(../images/is-160x75.gif) no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}

#sidebar .inside a {
	display: block;
	width: 160px;
	height: 75px;
	background: url(../images/is-160x75.gif) no-repeat left top;
	text-indent: -999em;
	text-decoration: none;
	overflow: hidden;
}

#subnav .letushelp {
	padding-top: 20px;
	margin-top: 10px;
	background: url(../images/line-dbl-horiz.gif) repeat-x 0 top;
}

#subnav .letushelp h4 {
	width: 160px;
	height: 36px;
	text-indent: -999em;
	background: url(../images/letushelp-head.gif) no-repeat;
}

#subnav .letushelp p {
	width: 140px;
	padding: 0 10px 10px 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	background: transparent url(../images/letushelp-bck.gif) repeat-y;
}

#subnav .letushelp a.helpcontact {
	display: block;
	width: 160px;
	height: 25px;
	text-decoration: none;
	background: url(../images/letushelp-link.gif) 0 top;
	text-indent: -999em;
	overflow: hidden;
}

#subnav .letushelp a.helpcontact:hover {
	background-position: 0  bottom;
}

/* @end */

/* @group FOOTER */

#footnav {
	color: #FFF;
	font-size: 1.1em;
}

#footnav ul {
	width: 100%;
	float: left;
	list-style:none;
	margin:0px;
	padding:0px;
}

#footnav li {
	float: left;
}

#footnav p a {
	text-decoration: none;
	color: #FFF;
    margin:0px 0px 0px 5px;
}
#footnav p a:hover {
	text-decoration: underline;
	color: #FFF;
}

#footnav li a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #FFF;
	padding-right: 10px;
	margin-right: 10px;
	width: auto;
	border-right: 1px solid #FFF;
	line-height: 1.2em;
}

#footnav li a:hover {
	text-decoration: underline;
	color: #FFF;
}

#footnav p {
	float: left;
	width: 100%;
	line-height: 2em;
	padding-bottom: 2em;
	margin:0px;
}
#head .WarningAlert {
    position: absolute;
    display: block;
    top: 0;
    left: 183px;
    width: 588px;
    height: 216px;
}
#head .WarningBck {
    position: absolute;
    width: 588px;
    height: 216px;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
#head .WarningMsg {
    font-size:14px;
    position: absolute;
    width: 558px;
    height: 186px;
    padding: 15px;
    z-index:2001;
}
#head .WarningAlert h2 {
    font-size:20px;
    font-weight:bold;
    color: #B52217;
    background: transparent url(../images/alerticon.gif) no-repeat left center;
    padding-left: 35px;
    width: 533px;
}
#head .WarningAlert p {
    color: #FFF;
    width: 558px;
    margin-top: .5em;
}
#head .WarningAlert p a {
    color: #edbd01;
}
#head {
    position: relative;
}
#flags {
    position: absolute;
    background: #FFF;
    right: 5px;
    padding: 4px 0px 4px 4px;
}
#flags ul {
    margin: 0;
    padding: 0;
}
#flags li {
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
}
#flags li a {
    display: block;
    background: red;
    height: 11px;
    width: 16px;
    text-decoration: none;
    overflow: hidden;
    text-indent: -999em;
    background: transparent no-repeat left top;
}
#flags .f-de a { background-image: url(../images/de.png); }
#flags .f-fr a { background-image: url(../images/fr.png); }
#flags .f-mx a { background-image: url(../images/mx.png); }
#flags .f-cn a { background-image: url(../images/cn.png); }
#flags .f-jp a { background-image: url(../images/jp.png); }
#flags .f-kr a { background-image: url(../images/kr.png); }
/* @end */

#hcal {
	min-height:82px;
}

#social {
	height:62px;
}
#social ul {
	list-style-type: none;
	padding: 10px 0 0 10px;
	margin: 0;
}
#social li {
	display: block;
	padding: 0 8px 0 0;
	margin: 0 0 6px 6px;
	float: left;
	border-right:1px dotted #ccc;
}
#social li.sociallast {
	border:none;
}
#social a {
	display: block;	
	float: left;
	height: 32px;
	text-indent: -9999px;
	margin: 0;
	border: none;
	background: url(../images/social.png) 0px 0px no-repeat;
}

a#social1 { width: 32px; background-position: 0px 0px; }
a#social2 { width: 32px; background-position: -32px 0px; }
a#social3 { width: 32px; background-position: -64px 0px; }
a#social4 { width: 32px; background-position: -96px 0px; }

a#social1:hover { background-position: 0px -32px; margin:0; }
a#social2:hover { background-position: -32px -32px; margin:0; }
a#social3:hover { background-position: -64px -32px; margin:0; }
a#social4:hover { background-position: -96px -32px; margin:0; }

a#social1:active { background-position: 0px -64px; margin:0; outline:none !important; }
a#social2:active { background-position: -32px -64px; margin:0; outline:none !important; }
a#social3:active { background-position: -64px -64px; margin:0; outline:none !important; }
a#social4:active { background-position: -96px -64px; margin:0; outline:none !important; }


/* Specials Icons */

#socialnetworks {
	margin:18px auto 0px auto;
	width:175px;
	height:43px;
	overflow:hidden;
	background:transparent url('http://www.sonomacounty.com/images/socialnetworks-bg.jpg') no-repeat top left;
}

#socialnetworks a {
	float:left;
	display:block;
	position:relative;
	top:6px;
	height:29px;
	overflow:hidden;
}

a#socialnetworksTwitter {
	margin-left:5px;width:35px;background:transparent url('http://www.sonomacounty.com/images/socialnetworksTwitter.jpg') no-repeat 0 0;}
a#socialnetworksFacebook {
	margin-left:13px;width:26px;background:transparent url('http://www.sonomacounty.com/images/socialnetworksFacebook.jpg') no-repeat 0 0;}
a#socialnetworksYouTube {
	margin-left:15px;width:25px;background:transparent url('http://www.sonomacounty.com/images/socialnetworksYouTube.jpg') no-repeat 0 0;}
a#socialnetworksInsideSonoma {
	margin-left:15px;width:32px;background:transparent url('http://www.sonomacounty.com/images/socialnetworksInsideSonoma.jpg') no-repeat 0 0;}

a#socialnetworksTwitter:hover, a#socialnetworksFacebook:hover, a#socialnetworksYouTube:hover, a#socialnetworksInsideSonoma:hover {
	background-position:0 100%;
}

#socialnetworks a span {
	display:none;
}

