@import url(footer.css);
/*
THEME NAME: UrbanFresh
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Style the meta panel for logged-in users */
@import url('library/styles/sitemeta.css');

/* Apply a basic layout */
@import url('library/layouts/3c-fixed.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* Un-comment the line below to set a grid with 18px line-height */
/*body { background:url(images/960_grid_12_col.gif) repeat-y top center; }*/

/*
COLOR PALLETE

Green: #A1B957
Dark Green: #8A9F4B
Darkest Green: #5C6A32
Sean's Darkest Green: #2A6A00

Orange: #ED9122

*/

/* =Global Elements
-------------------------------------------------------------- */
html {
	height:101%;
}
body {
    font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	background: #f6f6f6 url(images/backgrounds/body-bg.gif) repeat-y top center; 
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background:transparent url(images/backgrounds/olives.jpg) top left no-repeat;
}
a:link, a:visited {
    color:#ed9122;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
blockquote {
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}

h1, h2, h3 {
	font-family: Georgia, Garamond, serif;
}

input, textarea {
}
input.sendbutton {
	
}
#searchsubmit {
	background: transparent url(images/backgrounds/buttons.gif) no-repeat 0px 0px;
	width:62px;
}
#submit, input.sendbutton {
	background: transparent url(images/backgrounds/buttons.gif) no-repeat -62px 0px !important;
	width:125px !important;
}

#searchsubmit:hover {
	background-position:0px -23px;
}

#submit:hover, input.sendbutton:hover {
	background-position:-62px -23px !important;
}


#searchsubmit, #submit, input.sendbutton {
	padding:0 !important;
	height:23px !important;
	border:0 !important;
	font-family:Georgia !important;
	color:#fff !important;
	font-weight:normal !important;
	font-size:8pt !important;
	line-height:23px !important;
}

.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

/* =Header
-------------------------------------------------------------- */
#header {
	width:900px;
	height:188px;
	margin:0 auto;
}

#branding {
	height:120px;
}

#blog-title {
}
#blog-title a {
	color:#000;
	text-decoration:none;
	display:block;
	width:225px;
	height:118px;
	background: transparent url(images/logo.gif) top left no-repeat;
	margin-top:48px;
	float:right;
}

#blog-title a span{
	display:none;
}

#blog-description {
	display:none;
}

/* =Menu
-------------------------------------------------------------- */

#access {
}
.skip-link {
    display:none;
}
#menu {
	font-size:18pt;
	margin: 26px 0 0 -34px;
	padding: 10px 0 10px 31px;
}
#menu ul {
    margin:0;
    list-style:none;
}
#menu li {
	font-family: Georgia, Garamond, serif;
    display:inline;
	float:left;
	padding: 0 18px;
	border-left:2px #2A6A00 solid;
	overflow:visible;
}
#menu li.page-item-26, #menu li.page-item-47 {
	padding: 0 18px 0 0;
	border-left:none;
}

#menu a {
	color: #2A6A00;
	text-decoration:none;
	overflow:visible;
	line-height:32px;
	vertical-align:top;
}

#menu a:hover {
}
#menu a:focus {
    color:#456a2d;
}

#menu .current_page_item a {
    color:#6a6a6a;
}

#menu li {
	overflow:visible;
}

/* =Content
-------------------------------------------------------------- */
.pageid-36 .entry-content {
	margin:0 !important;
	padding:0 !important;
}

#main {
	padding:0 30px 30px 30px;
}

#primary {}

#primary .widget_categories ul {
	margin: 4px;
}

#primary .widget_categories ul li {
	background: transparent url(images/flare/dblarrow.gif) no-repeat center left;
	padding: 0 0 0 13px;
}

#content {
}    
.hentry {
    margin:9px 0 0 0;
    padding:16px 1px 16px 1px;
    border-top:1px dashed #c5c5c4;
}
.p1 {
    margin:0;
    padding:0 0 16px 0;
    border:none;
}
.page-title {
    font-size:14px;
    font-weight:bold;
    padding:19px 0;
	font-size:14pt;
	color:#595959;
		margin-bottom:-30px;
}
.page-title span {
    font-size:14pt;
    font-weight:bold;
    font-style:italic;
}
.entry-title {
    font-size:16pt;
    padding:18px 0 2px 0;
	font-weight:bold;
	color:#595959;

}
.entry-title a {
    text-decoration:none;
    color:#595959;
}
.entry-meta {
    font-size:11px;
    color:#787878;
}
.entry-meta a {
    color:#787878;
    font-style:italic;
}
.entry-meta a:hover {
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}
.entry-content {
    margin:18px 0 0 0;
    overflow:hidden;
}
.entry-content h1, .entry-content h2 {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 0;
}
.entry-content dl {
    margin:0 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}

.entry-content img {
	border: 1px solid #ed9122;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.content-column, .entry-content .linkcat {
	list-style:none;
	float:left;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:11px;
	margin-top:16px;
}
.entry-utility a {
    font-style:italic;
    color:#787878;
}
.entry-utility a:hover {
}

#events-calendar {
	font-family: Georgia, Garamond, serif;
	*padding-top:16px;

}

#EC_previousMonth, #EC_nextMonth {
	color:#ed9122 !important;
}
#EC_previousMonth:hover, #EC_nextMonth:hover {
	text-decoration:underline;
}
.comments-link a {
    font-weight:bold;
    color:#f6a94b;
}

.comments-link a:hover {
    font-weight:bold;
    color:#f6a94b;
}

.entry-date, .meta-sep {
	color:#666;
}
.post-ratings img{
	vertical-align:middle;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    color: #fff;
	border-top: 1px dashed #ccc;
    padding: 25px 0 0 0;
    overflow:hidden;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments li {
    position:relative;
}

#comments .comment-top {
	background:#a1b957 url(images/backgrounds/comment_box_top.gif) no-repeat top center;
	height: 20px;
}

#comments .comment-body {
    background:#a1b957 url(images/backgrounds/comment_box_bottom.gif) no-repeat bottom center;
	padding: 0 0 25px 0;
}

#comments a {
}
#comments li.byuser {
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:20px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:18px 0 0 58px;
    display:block;
}
#comments .fn a {
    color:#fff;
}
#comments-list .comment-meta {
	color: #666;
    font-size:11px;
    margin:-6px 0 18px;
    padding:0 0 0 48px;
}
#comments-list .comment-meta a {
    font-weight:bold;
    color:#ed9122;
}
#comments li p {
    margin:0;
    padding:0 20px 4px 20px;
	color:#fff;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
	background:#ed9122;
	margin:0 auto 20px auto;
}

#respond .top {
	background: #ed9122 url(images/backgrounds/respond_box_top.gif) no-repeat;
	height: 11px;
}

#respond .bottom {
	background: #fff url(images/backgrounds/respond_box_bottom.gif) no-repeat;
	height: 11px;
}

#respond .formcontainer {
	padding: 0 17px;
}

#respond h3 {
	background: transparent url(images/fir/post_a_comment.gif) no-repeat top left;
	height: 19px;
	margin: 6px 17px;
}

#respond h3 span {
	display: none;
}

#respond form {
    padding:0 0 36px 0;
}
#respond .form-input input {
	border: 2px solid #d97f12;
}
#respond .form-input input, #respond .form-textarea textarea {
	padding: 4px;
}
#respond .form-input input:hover, #respond .form-textarea textarea:hover {
	background-color: #ececec;
}
#respond #form-section-author {
    width:230px;
}
#respond #form-section-author input {
    width:220px;
}
#respond #form-section-email {
    width:220px;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width:100%;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 10px 0;
}
#respond textarea {
	border: 2px solid #d97f12;
    width:100%;
    margin:0 0 16px 0;
	padding: 2px;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
    margin:18px 0 36px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 0 0;
    padding:5px;
    background:#B5D1EA;
    position:relative;
    top:4px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
	margin:0 0 16px 0;
}
#nav-above {
	margin-top: 16px;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}

/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.entry-content img {
	margin: 6px 0 0 0;
	max-width:100%;
}

.alignleft,
img.alignleft,
img.align-left {
	float: left;
	margin-right:20px;
}
.alignright,
img.alignright,
img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
.aligncenter,
img.aligncenter,
img.centered {
	margin: 0 auto 18px auto;
	display: block;
	float: none;
	clear: both;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */
#EC_daysEvents {
	font-size:14pt !important;
}

.widgettitle {
	color:#333;
}

#location-info {
	margin:4px;
}

#map-preview a {
	background: transparent url(images/backgrounds/map.gif) no-repeat bottom left;
	border: 1px solid #ED9122;
	display: block;
	height: 211px;
	width: 212px;
}

#map-preview a:hover {
	background-position: top left;
}

#map-preview a span {
	display: none;
}

#highest-rated ul li {
	background:transparent url(images/flare/dblarrow.gif) no-repeat scroll left center;
	padding:0 0 0 13px;
}

.cat_posts ul {
	margin:3px !important;
}
.cat-item{
	background:transparent url(images/flare/dblarrow.gif) no-repeat scroll left center;
	padding:0 0 0 13px;
}
li.cat_posts {
	padding-bottom:8px;
}

li.cat_posts ul{
	border-bottom:1px dashed #c5c5c4;
	padding-bottom:20px;
}

img.imgtfe {
	/*display:none;*/
	margin:5px 0px;
	border: 1px solid #ed9122;
}
.cat_posts p {
	margin:0;
}
.cat_posts a {
	color:#ed9122;
	font-weight:bold;
	padding:4px 0px;
}

.cat_posts li {
	margin:0;
}

.cat_posts .postavatar {
	display:none;
}

li.cat_posts h3 {
	color:#a1b957;
	font-weight:bold;
	font-size:13pt
}

.aside ul {
    margin:0;
    list-style:none;
}
.aside ul ul {
}
.aside h3 {
    font-size:14px;
}
/* Begin GMAP styles */
#google-maps {
	
}

#location-info {
	font-size: 10px;
}

#location-info p {
	margin: 10px 0;
}

#location-address {
	font-size: 12px;
}

#location-hours {
	font-size: 11px;
}

/* End GMAP styles */

/* Begin Calendar styles */
#wp-calendar td {
	text-align: center;
}
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border:1px solid #e0e0e0;
	font-weight:normal;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
}
.aside td {
	border:1px solid #e0e0e0;
    padding:6px
}
#today {
	background:#ffe9b2 !important;
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
/* Begin RSS widget styles */
/* I think I'm going to have to reset some stuff in functions.php for the RSS widget. It stinks for styling. */
/* End RSS widget styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside {
}
.main-aside h3{
    margin: 10px 0 8px 0;
	font-size:14pt;
	color:#666;
}
.main-aside ul ul {
    margin:4px;
}
.main-aside ul ul ul {
    margin:0;
}
.sub-aside h3 {
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}
#footer .widgetcontainer ul {
    margin: 0;
}

#footer .widgetcontainer li {
	background: transparent url(images/flare/dblarrow.gif) no-repeat center left;
	padding: 0 0 0 13px;
}

#footer .widgetcontainer ul ul {
}



/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#2772B3 !important;
    background:#transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}
.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}

/* =Utilities
-------------------------------------------------------------- */
.clearfix:after {
	line-height: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
