/* 
Theme Name: GreenMyRestaurant
Theme URI: http: //greenmyrestaurant.com
Description: WordPress theme with two columns, four widget areas and loads of jQuery functions (dropdown navigation, font resizing and more). The theme options include a movable sidebar, custom colours, excerpts on index pages, category or page navigation, different font and colour schemes.
Author: Eric Blankfield
Author URI: http: //blankfield.net/
Version: 0.1
*/

/* BASIC TAGS */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	background: #061601 url(img/gmr_body.gif) 0 0 repeat;
	font-size: 62.5%;
}

div#total {
	position: relative;
	min-width: 787px;
	width: auto !important;
	width: 787px;
	min-height: 754px;
	height: auto !important;
	height: 754px;
	background: #fff url(img/index/body.png) 0 0 repeat-x;
}

/* HOME PAGE ONLY */

div#section-1 {
	height: 253px;
	overflow: hidden;
}

div#section-1 img {
	margin: 20px 0 15px;
	display: none;
}

div#section-1 ul {
	margin: 35px 0 15px;
	padding: 0;
}

div#section-1 ul li:before {
	content: "» ";
}

div#section-1 ul li {
	color: #c1df29;
	color: rgba(193,223,41,0.9);
	text-shadow: 1px 1px 0 #060;
	font-size: 2em;
	margin: 0;
	padding: 2px 0;
}


div#section-1 p {
	text-align: justify;
	margin: 20px 400px 0 0;
	padding: 0;
	color: #f0f0f0;
	color: rgba(221,238,221,0.9);
	text-shadow: 0 1px 1px rgba(0,0,0,0.9);
	font-size: 1.3em;
	line-height: 1.5;
}

div#slideshow {
	position: absolute;
	top: 80px;
	right: 0;
	width: 322px;
	height: 230px;
}

div#midsection {
	position: relative;
	background: url(img/index/for.png) 0 43px no-repeat;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}

div#midsection div.left {
	position: relative;
	width: 262px;
	margin: 110px 0 0 0;
}

div#midsection div.left p {
	font-size: 1.2em;
	color: rgba(0,34,0,0.9);
	text-shadow: rgba(255,255,255,0.9);
	line-height: 1.5;
	padding: 0 25px 10px 0;
}

div#midsection div.left p strong {
	font-weight: 400;
}


div#midsection div#local-green p {
	padding-right: 20px;
}

div#midsection div.left a.eco {
	display: block;
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: 60px;
}

div#midsection div.left a.eco em {
	position: absolute;
	left: -999em;
}

/* /HOME PAGE ONLY */

h1 {
	margin: 0;
	padding: 0 0 15px;
}

h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 15px 0 5px 0;
}

p {
	margin: 0;
	padding: 5px 0 15px 0;
	font-size: 1.3em;
	line-height: 1.4;
	color: rgba(0,34,0,0.9);
	text-shadow: rgba(255,255,255,0.9);
}

a {
	outline: none;
	text-decoration: none;
	color: #393;
}

a:hover {
	color: #030;
}

a img {
	border: none;
	text-decoration: none;
}


/* BASIC LAYOUT */

div#canvas {
	position: relative;
	background: #f9f9f9 url(img/gmr_top.png) 0 0 repeat-x;
	min-width: 787px;
	width: auto !important;
	width: 787px;
	border-bottom: 10px solid #000;
}

div#head {
	position: relative;
	width: 100%;
	height: 75px;
	padding: 0;
}

div#head {
	background: url(img/gmr_logo.png) 0 12px no-repeat;
}

div#head h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	width: 183px;
	height: 75px;
}

div#head h1 a {
	display: block;
	height: 100%;
}

div#head h1 a,
div#head h1 a:hover 	{
	color: rgba(210,217,174,0.9);
}

div#head h1 a em {
	position: absolute;
	left: -999em;
}

div#head h2 {
	position: absolute;
	left: -999em;
}

div#head h1 strong {
	font-weight: 400;
	color: rgba(193,223,41,0.9);
	text-shadow: 0 1px 1px rgba(155,179,33,0.9);
}

div#container {
	position: relative;
	width: 787px;
	margin: 0 auto;
	padding-bottom: 10px;
}

div#content {
	clear: both;
	width: 100%;
	overflow: hidden;
	margin: 10px 0 0;

/*
	background: rgba(250,250,250,0.9);
	-moz-box-shadow: 2px 2px 3px #040;
	-webkit-box-shadow: 2px 2px 3px #040;
	box-shadow: 2px 2px 3px #040;
	border: 4px solid #ccc;
*/

}

body#index div#content {
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #fff;
}

div#content p a,
div#content li a {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}


img.fancy {
	border: 1px solid #999;
	-webkit-box-shadow: 3px 3px 3px #ccc;
}

img.right {
	margin: 0 0 10px 20px;
}

img.left {
	margin: 0 20px 10px 0;
}


div#main {
	width: 525px;
	margin: 20px 0 0 0;
	padding: 12px 0 10px 0;
	color: #222;
}

div#sidebar {
	width: 210px;
	margin: 60px 0 0;
	padding: 0 0 20px 20px;
}

div#sidebar li a {
	text-decoration: none;
}

div.excerpt {
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #ccc;
	margin: 0 0 20px;
}

div#from-our-blog {
	position: relative;
	background: url(img/index/hr.gif) 0 0 repeat-x;
	width: 100%;
	overflow: hidden;
}

div#from-our-blog h4 {
	color: #9ba199;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 1.4em;
	padding: 20px 10px 10px;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 1px #ddd;
}

/* -- Accordion -- */

div#acc {
	margin: 0 0 20px;
}

div#acc h2 {
	margin: 0;
	padding: 10px;
	font-size: 1.4em;
	background: #f9fff9;
	color: #373;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #efe;
	outline: none;
	cursor: pointer;
}

div#acc h2 span {
	float: right;
	line-height: 1.8;
	color: #999;
	font-size: 10px;
	font-weight: 200;
}

div#acc a {
	color: rgba(30,30,100,0.7);
	text-shadow: 0 0 1px #fff;
}

div#acc>div {
	background: #fcfcfc;
	color: #000;
	margin: 0 10px;
}

div#acc p {
	color: #000;
	font-size: 1.2em;
	padding: 10px;
	margin: 0;
	text-align: justify;
}

div#acc div.more {
	text-transform: uppercase;
	text-indent: 10px;
	font-size: 1.2em;
	padding: 5px 0 10px;
}

div#acc div.more a:hover {
	text-decoration: underline;
}

/* -- End Accordion -- */

div.post-single {
	margin: 0 0 20px 0;
}

span.preview {
	display: block;
	float: right;
	background: url(img/preview.png) no-repeat;
	margin: 15px 0 0 0;
}

span.preview a {
	display: block;
	width: 20px;
	height: 20px;
	color: #ccc;
	font-size: 1.2em;
}

div.single_content {
	margin: 5px 0 10px 0;
	border: 1px dotted #ccc;
	border-width: 0 1px 0 0;
	padding: 0 25px 25px 0;
}

div#main div.single_content h2 {
	padding-top: 0;
}

div#main div.single_content p {
	padding: 0 0 15px 0;
}


div#bookmarks p {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

div#bookmarks a img.post_icon {
	float: left;
	margin: 0 10px 0 0
}

div#footer {
	width: 787px;
	padding: 10px 0;
	margin: 0 auto;
}

div#footer * {
	color: #ccc;
}

ul.ft-list {
	float: left;
	width: 32%;
	margin: 0 15px 10px 0;
	padding: 5px 0;
}

ul.ft-list li {
	margin: 0 0 2px;
	padding: 0;
	font-size: 11px;
	background-color: rgba(255,255,255,0.1);
}

ul.ft-list li a {
	display: block;
	height: 100%;
	padding: 4px 10px;
	color: #ccc;
}

ul.ft-list>li:first-child {
	padding: 4px 10px;
	font-weight: bold;
	color: #fff;
	background-color: rgba(150,150,150,0.1);
}

ul.ft-list li.il {
	padding: 4px 10px;
}

ul.ft-list li.il a {
	display: inline;
}

ul.ft-list li.il a:hover,
ul.ft-list li.il a:visited:hover {
	background: transparent;
	text-decoration: underline;
}

ul.ft-list li a:hover,
ul.ft-list li a:visited:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.25);
}

ul.ft-list li.state a {
	cursor: pointer;
}

ul.ft-list li.bookmarks a {
	background-position: 10px center;
	background-repeat: no-repeat;
	text-indent: 25px;
}

ul.ft-list li a#facebook {
	background-image: url(img/facebook-f.png);
}

ul.ft-list li a#twitter {
	background-image: url(img/twitter-t.png);
}

ul.ft-list li a#rss-feed {
	background-image: url(img/feed-small.png);
}

ul.ft-list li a#web-dev {
	background-image: url(img/thought-bubble.png);
}

ul.ft-list li a#dreamhost {
	background-image: url(img/dreamhost.png);
}


div#footer ul.ft-list li.bookmarks a strong {
	color: #090;
	letter-spacing: 1px;
	font-weight: 400;
	padding-left: 5px;
}

div#footer ul.ft-list li ul li a {
	text-indent: 10px;
	color: #99f;
}

div#footer p {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	font-size: 1.1em;
	color: #994;
	font-weight: 400;
}

div#footer p a {
	color: #994;
}

div#footer p a:hover,
div#footer p a:visited:hover {
	text-decoration: underline;
}


div.app_widget {
	float: left;
	width: 280px;
	padding: 0 0 0 30px;
}

div#footer div.widget {
/*	display: none;*/
	padding: 20px 0 0 0;
}


/* NAVIGATION */

ul#nav {
	position: absolute;
	right: 0;
	top: 32px;
	height: 28px;
	margin: 0;
	padding: 0;
}

ul#nav li {
	display: block;
	float: left;
	list-style: none;
	font-size: 1.2em;
	line-height: 28px;
	margin: 0 0 0 5px;
}

ul#nav li a {
	display: block;
	height: 100%;
	padding: 0 10px;
	color: #bbb;
	text-decoration: none;
	font-weight: bold;
	
	background: #000;
	background: rgba(97,146,30,0);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

ul#nav li a:hover {
	background: #61921e;
	background: rgba(97,146,30,0.8);
	color: #fff;
}

ul#nav li ul {
	display: none;
}

ul#mail_rss a {
	text-decoration: underline;
}


/* WIDGETS */

.widget {
	margin: 20px 0 0;
}

div.widget h4 {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 1.8em;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 0 #fff;
	font-family: "ITC Kabel Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.widget h4 em {
	font-size: 90%;
	display: inline-block;
	color: #090;
	font-style: normal;
	margin-right: -0.5em;
	text-transform: lowercase;
}

div#right {
	font-size: 1.2em;
}

div#right ul,
div#footer ul {
	list-style: none;
	padding: 0;
}


div.widget li#no-events-in-list strong,
div.widget a {
	font-size: 1.1em;
	color: #215c97;
}

div.widget a:hover {
	color: #393;
	text-decoration: underline;
}

div.widget li {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	font-size: 11px;
}

div.widget ul>li a {
	color: #040;
	font-weight: bold;
}

div.widget ul>li:before {
	content: " » ";
}

div.widget li strong {
	display: block;
	font-weight: 200;
}

div.widget li li {
	padding: 0 0 0 20px;
	margin: 0;
	background: none;
	border-top: none;
	border-bottom: none;
}




div#tag_cloud a {
	display: inline;
}

div#tag_cloud {
	min-height: 130px;
}

div#archives {
	min-height: 130px;
}


.textwidget, .textwidget a {
	font-size: 1.2em;
}

.textwidget p {
	margin: 0;
	padding: 0;
}


/* CALENDAR */

table#wp-calendar {
	margin: 0 0 10px 0;
	border-collapse: collapse;
	text-align: center;
	font-size: 100%;
}

table#wp-calendar a {
	font-size: 1em;
	font-family: Tahoma;
}

table#wp-calendar caption {
	padding: 0 0 5px 0;
}

table#wp-calendar th {
	font-size: 1em;
	font-family: Tahoma;
	font-weight: bold;
}

table#wp-calendar th, td {
	width: 30px;
	height: 30px;
}


/* TEXT */

div#main a {
	color: #50a839;
}

div#main a:hover {
	color: #43543f;
	text-decoration: underline;
}

div#main h1 {
	font-size: 2.6em;
	color: rgb(60,118,0);
	font-weight: 400;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	padding-top: 0;
	font-family: "ITC Kabel Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#main h1 a {
	color: #5e954e;
}

div#main h1 a:hover {
	color: #224c12;
	text-decoration: none;
}

div#main h2 {
	color: #333;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 0 #f9f9f9;
}

div#main h3 {
	font-weight: 100;
	font-family: Georgia, Times, serif;
	margin: 0 0 5px 0;
}

div#main ul, div#main ol {
	margin: 0 0 0 2.5em;
	padding: 5px 0 15px 0;
}

div#main ul li, div#main ol li {
	font-size: 12px;
	line-height: 1.4;
	padding-bottom: 8px;
}

div#main ul li {
	list-style-image: url(img/gmr_peas_li.png);
}

p.previous-posts {
	margin: 50px 0 0 0;
	float: left;
}

p.next-posts {
	margin: 50px 0 0 0;
	float: right;
}

div.date {
	font-size: 1.1em;
	line-height: 2.5;
	color: #333;
	background: url(img/gmr_dot.png) 0 bottom repeat-x;
	margin: 0 0 10px;
}

p.date-month {
	color: #999;
}

div.post_info {
	font-size: 1em;
}

p.tag_info {
	margin: 0;
	font-size: 1em;
}

p.offset {
	margin: 5px 0;
}


p.wp-bookmark {
	margin: 0;
}

.wp-logo {
	float: left;
}

div#credits {
	margin: 0 0 0 65px;
	padding: 5px 10px;
	height: 46px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: 100;
	font-family: Georgia, Times, serif;
}

.clear {
	clear: both;
}

code {
	font-size: 1.3em;
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* COMMENTS */

div.comment {
	margin: 10px 0 30px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

p.comment-details {
	font-weight: 100;
	font-family: Georgia, Times, serif;
	margin-left: 88px;
}

.avatar {
	float: left;
	margin: 0 20px 0 0;
	border: 5px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.comment-text {
	margin: 0 0 0 88px;
}

div.comment-text p {
	font-size: 1.2em;
	line-height: 1.5;
}

div.author-comment p.comment-details {
	font-weight: 400;
}


h2#comment-header {
	background: url(img/gmr_dot.png) left bottom repeat-x;
	margin: 0 0 10px 0;
	padding: 25px 0 10px 0;
}

h2#respond {
	margin: 40px 0 10px 0;
	font-style: italic;
}

h3#no-comments {
	font-size: 1.3em;
	font-style: italic;
	color: #666;
	padding: 0;
}


/* FORMS */

label {
	display: block;
	margin: 0 0 5px 5px;
	font-weight: 200;
	font-size: 1.1em;
}

.text {
	width: 350px;
	margin: 0 0 10px 0;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top #fff;
	border: 1px solid #ccc;
}

input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 5px 0 0;
}

textarea {
	width: 27em;
	height: 10em;
	margin: 0;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

input:hover,textarea:hover {
	background: #f9fff9;
}

input:focus,textarea:focus {
	outline: none;
	background: #efe;
}

input.submit {
	width: auto;
	padding: 5px 20px;
	margin: 5px 0;
	color: #fff;
	background: #333;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

input.submit:hover {
	background: #393;
	color: #fff;
}


/* SEARCHFORM */

input#search {
	width: 150px;
	padding: 5px;
	background: url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}

#search-submit {
	padding: 5px;
	color: #fff;
	background: #333;
	border: none;
}

div#main div#searchform {
	padding: 0 0 0 20px;
}

p.not-found {
	padding: 0 0 0 20px;
	margin: 0;
}


/* WORDPRESS CSS */

img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

img.alignleft {
	float: left;
	margin: 0 50px 30px 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

a img.alignleft {
	float: left;
	margin: 0 50px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1.1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.clear {
	clear: both;
}


/* Twitter Widget */

.twtr-widget {
	float: right;
	margin-top: 20px;
	width: 220px;
	color: #000;
}

.twtr-widget * {
	text-shadow: none;
}

.twtr-widget .twtr-spinner {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 14px;
	height: 14px;
	background: url(http://widgets.twimg.com/j/1/spinner.gif) no-repeat;
}

.twtr-inactive {
	display: none;
}

.twtr-widget a img {
	border: 0;
}

.twtr-doc {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: left;
	font-weight: normal;
}

.twtr-bd {
	padding: 0 1px;
}

.twtr-widget .twtr-tweet-wrap {
	padding: 6px 8px;
	overflow: hidden;
}

.twtr-widget .twtr-tweet {
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
}

.twtr-widget .twtr-tweet a.twtr-reply {
	visibility: hidden;
}

* html .twtr-widget .twtr-tweet a.twtr-reply {
	visibility: visible;
}

.twtr-widget .twtr-tweet:hover a.twtr-reply {
	visibility: visible;
}

.twtr-widget-profile img.twtr-profile-img {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	border: 0;
}

.twtr-widget h3,.twtr-widget h4,.twtr-widget p {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	width: auto;
	font-size: 10px;
}

.twtr-widget-profile h3,.twtr-widget-profile h4 {
	margin: 0 0 0 40px;
}

.twtr-widget h3 {
	font-size: 11px;
	font-weight: normal;
}

.twtr-widget h4 {
	font-size: 11px;
}

.twtr-widget i,.twtr-widget .twtr-new-results {
	font-size: 9px;
	font-style: normal;
	display: block;
	margin-top: 2px;
}

.twtr-widget .twtr-new-results {
	text-align: center;
	padding: 3px;
	margin: 0 auto -10px auto;
	display: block;
	position: relative;
	bottom: 5px;
}

.twtr-results-inner {
	line-height: 1;
	padding: 4px 0;
	position: relative;
	bottom: -2px;
	width: 40%;
	margin: 0 auto;
	z-index: 2;
	text-align: center;
}

.twtr-results-hr {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 1px;
	border-bottom: 1px dotted #ddd;
	bottom: 7px;
	background: none;
	overflow: hidden;
}

.twtr-new-results span {
	position: relative;
	z-index: 3;
	top: -14px;
	display: block;
	font-size: 9px;
}

.twtr-hd {
	padding: 2px;
	position: relative;
	overflow: hidden;
}

.twtr-timeline {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	height: 225px;
}

.twtr-flat .twtr-timeline {
	overflow-x: hidden;
	overflow-y: scroll;
}

.twtr-widget .twtr-tweet:last-child {
	border-bottom-width: 0;
}

.twtr-ft {
	position: relative;
}

.twtr-ft div {
	overflow: hidden;
	padding: 10px;
}

.twtr-ft span {
	float: right;
	text-align: right;
}

.twtr-ft a {
	float: left;
	display: block;
}

.twtr-ft span a {
	float: none;
}

.twtr-avatar {
	width: 40px;
	height: 40px;
	float: left;
	overflow: hidden;
	display: block;
}

.twtr-img {
	height: 25px;
	width: 25px;
}

.twtr-img img {
	width: 30px;
	height: 30px;
}

.twtr-tweet-text {
	margin-left: 40px;
}

.twtr-doc a {
	text-decoration: none;
}

.twtr-doc a:hover {
	text-decoration: underline;
}



a.ncomments {
	margin-top: -2.2em;
	display: block;
	text-align: center;
	font-size: 9px;
	font-weight: 100;
	line-height: 1;
}

a.ncomments b {
	display: block;
	padding: 5px 0 0;
	font-weight: 900;
	font-size: 3em;
}

div#main a.ncomments:hover,
div#main a.ncomments:visited:hover {
	text-decoration: none;
	color: #0c0;
}

div#sidebar a.noa,
div#sidebar a.noa:hover {
	cursor: text;
	text-decoration: none;
	color: #999;
	font-style: italic;
}

div#local-state {
	margin: 0 0 10px;
}

div#main div#local-state h4 {
	font-size: 1.5em;
	font-weight: 200;
	margin: 0 0 1px;
	padding: 0;
	list-style-image: none;
	list-style: none;
	text-indent: 50px;
	background: #ddd;
	line-height: 2.3;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
}

div#main div#local-state p {
	padding: 5px 10px;
	text-indent: 50px;
	padding-left: 0;
	font-weight: bold;
}

div#main div#local-state h4#state-MA {
	background: #ebebeb url(img/states/MA.png) 5px center no-repeat;
}

div#main div#local-state h4#state-NH {
	background: #ebebeb url(img/states/NH.png) 15px center no-repeat;
}


.event {
	border-top: 1px dotted #ccc;
	padding: 20px 0;
	width: 100%;
	overflow: hidden;
}

#main .event h2 {
	font-size: 1.4em;
	color: #000;
	padding: 0;
}

#main .event h4 {
	font-size: 1.3em;
}

.event .date {
	background: none;
	font-size: 1.8em;
	font-weight: bold;
	padding: 0;
	line-height: 1.3;
	color: #090;
}

#sidebar #gad {
	margin: 10px auto;
	width: 200px;
}