/*
Theme Name: My Local Pulse
Theme URI: http://www.fraservalleypulse.com/
Description: My Local Pulse theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@font-face {
    font-family: 'TimedTimed';
    src: url('http://fraservalleypulse.com/images/rom_fatal_srif-webfont.eot');
    src: url('http://fraservalleypulse.com/images/rom_fatal_srif-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://fraservalleypulse.com/images/rom_fatal_srif-webfont.woff') format('woff'),
         url('http://fraservalleypulse.com/images/rom_fatal_srif-webfont.ttf') format('truetype'),
         url('http://fraservalleypulse.com/images/rom_fatal_srif-webfont.svg#TimedTimed') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #3d2b1e;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/circles.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
* {
	margin: 0px;
	padding: 0px;
}


#page {
	text-align: left;
	}




#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry, .narrowcolumn .boxcontent {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.7em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	}










h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}


#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.4em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {

	padding: 0;
	width: 900px;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#header {
	background-color: #b0c4d9;
	padding: 0;
	height: 164px;
	width: 900px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(images/logo.jpg);
	background-position: center top;
	}



.narrowcolumn {
	float: left;
	width: 600px;
		}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 15px;
	text-align: justify;
	}



.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */








#sidebar h2 {

	margin: 0px;
	padding: 0px;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */




.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	border: 1px solid #3d2b1e;
	}
#sidebar ul li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left: 610px;

	width: 285px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



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

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

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

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

#logo { float: left; width: 375px; }
#linkto { height: 120px; }
/* End captions */

/* top navigation */
#pagenav { padding-top: 0px; text-align: right; margin-bottom:5px; margin-left: 400px; 
}
#pagenav ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 8px;
}
#pagenav a:link {
	background-color: #23466d;
	padding: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

#pagenav a:visited {
	background-color: #23466d;
	padding: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
#pagenav a:hover {
	background-color: #3D2B1E;
	padding: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
#pagenav a:active {
	background-color: #23466d;
	padding: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
#topcategories{ padding-top: 6px; z-index: 999; }

p{
	padding-top: 7px;
	padding-bottom: 7px;
}
/*circle background */
#circles{
	background-image: url(http://metrovanpulse.com/wp-content/themes/mvp/images/topbkgrd.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	margin: auto;
}
/* home page flash */
#homeflash {
	width: 590px;
	margin-top: 10px;
}
/* homepage blog */
#blog, #spotlight, #adventures, #article, #spotlighteats, #spotlightshops, #spotlightservices, spotlightshops, #charity {
	border: 1px solid #3d2b1e;
	width: 590px;
	background-color: #FFFFFF;
	margin-top: 10px;
}

#spotlightfeature{
	border: 1px solid #3d2b1e;
	width: 590px;
	background-color: #E3E8ED;
	margin-top: 10px;
	background-image: url(images/feature-circles.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* more in category */
.moreincategory {
	background-color: #97A9BE;
	clear: both;
	display: block;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	width: 190px;
	margin-left: 370px;
}
.moreincategory a {
	color: #23466D;
	font-weight: bold;
	text-decoration: none;
}
.boxcontent{
	padding: 10px;
}
h2.pagetitle, #singlebox h2, #singleboxdirectory h2, #nobox h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	color: #3d2b1e;}
	


h5, h5.pagetitle { font-family:"TimedTimed", Arial, verdana; font-size: 36px; line-height: 40px; font-weight: normal; color: #23466D; padding-bottom:5px; border-bottom:solid 1px #97A9BE; background-image:url(http://metrovanpulse.com/images/dots.gif); background-repeat: no-repeat; background-position: right center; margin-bottom:10px; }

.boxcontent h2 a:link, .boxcontent h2 a:visited, .boxcontent h2 a:hover, .boxcontent h2 a:active, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, .dirlisting h2 a:link, .dirlisting h2 a:visited, .dirlisting h2 a:hover, .dirlisting h2 a:active, .featuredcontent h2 a:link, .featuredcontent h2 a:visited, .featuredcontent h2 a:hover, .featuredcontent h2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #5c3247;
}

.homethumbs {

	margin-left: 5px;
	margin-top: 7px;
	margin-bottom: 10px;
}
.homethumbsright {

	margin-right: 5px;
	margin-top: 7px;
	margin-bottom: 10px;
}
/* sidebar search */
#searchbox{
	border: 1px solid #3d2b1e;
	margin-bottom: 10px;
	padding-top: 3px;
	font-size: 18px;
	font-weight: normal;
	color: #3d2b1e;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 24px;
}
.searchfield{
	border: 1px solid #3d2b1e;
	width: 180px;
	background-color: #EFEFEF;
	margin-top: 0px;
	padding: 5px;
}
.searchbutton {
	border: 1px solid #3d2b1e;
	font-size: 17px;
	color: #FFFFFF;
	background-color: #3d2b1e;
	width: 40px;
	height: 24px;
	font-weight: bold;
}

/* sidebar Sign Up */
#signup {
	border: 1px solid #362b1e;
	margin-top: 10px;
	background-color: #97a9be;
}
.sidetitle {
	background-color: #3D2B1E;
}
.sidecontent {
	padding: 10px;
}
.signupbutton {
	border: 1px solid #3d2b1e;
	font-size: 17px;
	color: #FFFFFF;
	background-color: #3d2b1e;
	width: 150px;
	height: 24px;
	font-weight: bold;
	padding-bottom: 4px;
}
.privacy {
	font-size: .8em;
}

/* sidebar Sign Up */
#events {
	border: 1px solid #362b1e;
	margin-top: 10px;
	background-color: #ffffff;
}

#sidebar h5 a:link, #sidebar h5 a:visited, #sidebar h5 a:active {
	font-size: 14px;
	font-weight: bold;
	color: #35c3247;
}
#sidebar h5 a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #23466D;
	text-decoration: underline;
}
/* sidebar Pix */
#pix {
	border: 1px solid #362b1e;
	margin-top: 10px;
	background-color: #ffffff;

}
#askus {
	border: 1px solid #362b1e;
	margin-top: 10px;
	background-color: #ffffff;

}
.sidecontentpix {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.widget {
	background-color: #ffffff;
	margin-top: 10px;
padding-bottom: 10px;
}

#singlebox {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 5px;
	border: 1px solid #3d2b1c;
	padding: 20px;
}

#nobox {margin-top: 10px; margin-right: 5px;}
#daysbox{ background-color: #FFF; margin-top: 10px; margin-right: 5px; border: 3px solid #5d9415; padding: 20px; background-repeat: repeat-x; }
.daysboxheader { font-size: 20px; line-height: 21px; font-weight: normal; color: #183D64; padding-top: 24px; padding-bottom: 10px; padding-right:20px; margin-top:15px; text-align:center }

.daysboxprize { font-family:'TimedTimed', Arial, verdana; font-size: 23px; line-height: 27px; font-weight: normal; color: #fff; padding: 10px; background-color:#5d9415; margin-left:50px; margin-right:50px; margin-top:20px; margin-bottom:10px; border:solid 1px #300; text-align:center; clear:right; }
#singlebox a:link, #singlebox a:visited, #singlebox a:hover, #singlebox a:active, #daysbox a:link, #daysbox a:visited, #daysbox a:active, #nobox a:link, #nobox a:visited, #nobox a:hover, #nobox a:active {
	font-weight: bold;
}
/* directory */
#singleboxdirectory {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 5px;
	border: 1px solid #3d2b1c;
	padding: 20px;
}
.dirlisting{
	margin-bottom: 10px;
	background-color: #E3E8ED;
	padding: 10px;
	margin-top: 10px;
}
.dirlisting img {
	visibility: hidden;
}
.dirlisting p{
	padding: 0px;
	margin: 0px;
}
/* featured listings */
.featuredcontent{
	margin-bottom: 10px;
	background-color: #e1d6db;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #5c3247;
}
.featuredcontent img {
	visibility: hidden;
}
.featuredcontent p{
	padding: 0px;
	margin: 0px;
}


#alphalist {
	margin-top: 10px;
	margin-bottom: 10px;
}
#alphalist, #alphalist a:link, #alphalist a:visited, #alphalist a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3d2b1c;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}
#alphalist a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #23466d;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}
#browseby h2{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #23466D;
}
#browseby .postform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 5px;
	width: 350px;
	color: #3d2b1e;
}
#browseby ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
}
.gobutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 5px;
	width: 35px;
	color: #97a9be;
	background-color: #362b1e;
	border: 0px 0 0;
}
/* Ratings */
.ratingblock {
	clear: both;
}
.ratingheader {
	color: #5c3247;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 5px;
}
/* links */
a:link, a:visited, a:active {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	font-weight:bold
}
a:hover {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
	font-weight:bold
}
/* City */
#city ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	list-style-type: square;
}
#city ul li a:link, #city ul li a:visited, #city ul li a:active{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #23466D;
}
#city ul li a:hover{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #5c3247;
}#adwrap {
	border: 1px solid #362b1e;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#adwrap img {
	border: 1px solid #3d2b1e;
}

#sectiona {
	width: 125px;
	float: left;

}
.sectionb {
	margin-left: 132px;
}
.sectionc {
	padding-top: 5px;

}

/* category spotlights pages */
.breadcrumbs {
	width: 595px;
	margin-top: 10px;
	background-color: #FFFFFF;
	font-size: 9px;
} 
#categorypages {
	margin-bottom: 10px;
}
#categorytitle {
	background-image: url(http://www.fraservalleypulse.com/images/dots.gif);
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97a9be;
	background-repeat: no-repeat;
}

#subnavigation {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 18px;
}
#subnavigation ul {
	margin-left: -10px;
}
#subnavigation ul li {
	list-style-type: none;
	display: inline;
	border-top-width: 1px;
	border-top-style: top;
	border-top-color: #CCCCCC;
	margin-left: 0px;
	margin-right: 10px;
	background-image: url(http://www.fraservalleypusle.com/images/dot.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
#subnavigation li a:link, #subnavigation li a:visited, #subnavigation li a:active {
	font-size: 12px;
	font-weight: normal;
	color: #23466D;

}
#subnavigation li a:hover {
	font-size: 12px;
	color: #3d2b1e;
	font-weight: normal;
	text-decoration: none;

}
hr {
	color: #f8f8f4;
	background-color: #f8f8f4;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #97a9be;
	margin-top:10px;
	margin-bottom:10px;
}
.subcategory {
	font-size: 20px;
	line-height: 26px;
	color: #23466D;
	padding-bottom: 10px;
}
li.upcoming-events h2{

	margin-bottom: 15px;
}
li.upcoming-events, li.upcoming-events li{
	list-style-type: none;
	margin-bottom: 15px;
}
li.upcoming-events li{
	font-weight: bold;
}
li.upcoming-events li ul li{
	font-weight: normal;
}
a.more-link {
	font-weight: bold;
}
#authorbio {
	margin-top: 15px;
}
#authorphoto {
	float: left;
	width: 125px;
}
#authordesc {
	margin-left: 135px;
}
h2.widgettitle {
	background-image: url(http://www.fraservalleypulse.com/images/heading-fvptv.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #3d2b1e;
	line-height: 36px;
	margin-bottom: 15px;
}

#smalltopnav {
	font-size: 11px;
	margin-bottom: 10px;
}
h6 { font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #5C3247; line-height: 30px; }
h6 a:link, h6 a:visited, h6 a:active { font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #5C3247; text-decoration:none}
h6 a:hover { font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #5C3247; text-decoration:underline }
#bottomnav { width: 900px; color: #3D2B1E; font-family: Verdana, Geneva, sans-serif; clear: both; padding-top: 15px; }

#bottomnav a:link { font-size: 11px; font-weight: normal; line-height: 14px; }
#bottomnav a:visited { font-size: 11px; font-weight: normal; line-height: 14px; }
#bottomnav a:hover{ font-size: 11px; font-weight: normal; line-height: 14px; text-decoration: underline; }
#bottomnav a:active { font-size: 11px; font-weight: normal; line-height: 14px; }

.dirsidebar { float: right; padding-left: 15px; }

.dirlogo { margin: 3px; width: 240px; border: 1px solid #CCC; height: auto; }

.dirsocial { border: 1px solid #CCC; padding: 3px; margin-top: 10px; background-color: #efefef; }

.addthis_container { margin-top: 10px; }

#contest #text-3 {background-color: #E3E8ED; border: 1px solid #7F9DB9; padding: 10px; font-size: 11px; margin-top: 10px; margin-bottom: 10px;}
#contest li { margin: 0px; padding: 0px; list-style-type: none; }
#rotator { border: 1px solid #3D2B1E; z-index: -1; }

/* Calendar*/
.calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         border-bottom:1px dotted #5c3247;
         }
    .calnk a:visited {
         text-decoration:none;
             border-bottom:1px dotted #23466d;
        }
    .calnk a {
        text-decoration:none; 
        border-bottom:1px dotted #23466d;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
	display:block;
	position:absolute;
	margin-top:1px;
	padding:5px;
	width:500px;
	z-index:100;
	background-color: #FBFBC6;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
	height:25px;
	text-align:center;
	border:1px solid #97a9be;
	background-color:#E3E8ED;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #97a9be;
	background-color:#f3f5f6;
     }
     .weekend-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #97a9be;
	background-color:#f3f5f6;
     }
     .day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #23466D;
	background-color: #E3E8ED;
     }
     .no-events {
	background-color: #FFFFFF;
	border: 1px solid #97a9be;
     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #97a9be;
     }
     span.weekend {
     }
     .current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #5c3247;
	background-color:#ded5da;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {visibility:hidden;
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:14px;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #97a9be;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #97a9be solid;
     }
     .calendar-date-switcher select {
        border:1px #97a9be solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #97a9be;
     }
.twitterfeed {	
	border: 1px solid #362b1e;
	margin-top: 10px;
	background-color: #ffffff;
	padding-left:5px;
	padding-right:5px;
}
#commentscount { font-size:11px; padding:2px; border:solid 1px #dee3ed; text-align:center; background-color:#eff2f5; -moz-border-radius: 5px;
border-radius: 5px; color:#3B5998 }
#commentscount a:link, #commentscount a:visited, #commentscount a:hover, #commentscount a:active { font-weight:normal;}

#eventlisting { margin:0px; padding:0px;}
#eventlisting h1 {color:#003366; font-size:18px; line-height:22px; margin-top:0px; margin-bottom:10px; text-align:left;}
#eventlisting h2 { font-size:14px; line-height:18px; margin-top:0px; margin-bottom:10px; text-align:left; font-weight:bold;}
#eventlisting ul li { margin-right: 40px; margin-bottom: 10px; margin-left: 40px; list-style-position: outside; list-style-type: disc; }#events-form { text-align: left; font-size: 12px; }
#events-form td { padding: 5px; text-align: left; }
.event-listings-list-month {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	color: #3d2b1e;}
ul.event-listings-list li { margin-bottom:10px;}#header #linkto {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
.selctboxtop {
	font-size: 13px;
	padding: 5px;
	width: 170px;
	text-transform: uppercase;
	color: #3D2B1D;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #3D2B1D;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
	z-index: 999999;
}
#access .menu-header,
div.menu {
	font-size: 17px;
	margin-left: 12px;
	width: 928px; z-index: 999999;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 15px;
	text-decoration: none;
	font-weight:normal;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #3D2B1D;
	line-height: 24px;
	padding: 5px 10px;;
	width: 220px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #1B3D64;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#homepost { margin-bottom:20px;}
.sponsor {
	padding:20px 20px 10px 20px;
	background-color:#E3E8ED;
	background-image: url(http://fraservalleypulse.com/wp-content/uploads/2012/01/sponsored.jpg);
	background-repeat: no-repeat;
	background-position: right top; border:solid 1px #c4d0dd;
}
.regular{
	padding:20px 20px 10px 20px;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: right top; border:solid 1px #3D2B1C;
}
#singlebox ul, #nobox ul { margin-left:40px; margin-bottom:15px;}

