/*
Theme Name: Shiny for Genesa
Version: 1.0
Author: Sarah Mattern
Author URI: http://matternco.com
*/

/* A few resets for browser consistency... */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

ol, ul, li {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
a img, .simpleimage a {
	background-image: none;
	}

hr {
	display: none;
	}

/* Setting up the page... */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	background: #90C9D5 url(images/top-bg.jpg) repeat-x top;
	z-index: 1;
	position: relative;
	}

a {
	color: black;
	text-decoration: none;
	background-image: url(images/dottedGreyLine.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 1px;
	}

a:hover {
	color: #3099D0;
	text-decoration: none;
	}

#leftsky {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: url(images/left-bg.jpg) no-repeat top left;
	min-height: 835px;
	}

#rightsky {
	top: 0;
	right: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: url(images/right-bg.jpg) no-repeat top right;
	min-height: 835px;
	}

/* The header... */

#header {
	width: 1000px;
	z-index: 10;
	height: 150px;
	background: url(images/header-bg.png) no-repeat bottom center;
	}
	
#logo { /*customize this size and placement and image in the Theme Options panel*/
	float: left;
	margin-top: 50px;
	margin-left: 35px;
	height: 96px;
	width: 205px;
	background: url(images/logo.png) no-repeat top left;
	}

#logo h1 a {
	width: 205px;
	height: 96px;
	display: block;
	background: none;
	}

#logo b, #tagline b {
	display: none;
	}

#tagline {
	float: right;
	margin-top: 63px;
	width: 566px;
	height: 59px;
	}

/* The Page */
#page {
	clear: both;
	width: 960px;
	padding: 15px 20px 25px 20px;
	text-align: left;
	z-index: 10;
	border-left: 1px solid #6998A4;
	border-right: 1px solid #6998A4;
	background: white;
	position: relative;
	}
	
/* Menu code, also see superfish.css */

#pagetop {
	width: 960px;
	}

#pagetop #menu {
	float: left;
	}

#nav {
	margin-left: -10px;
	font-size: 10px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 2px;
	}

#nav a {
	color: black; 
	border: none;
	background: none;
	text-decoration: none;
	display: block;
	padding: 1px 4px 1px 4px;
	}

/* (a little finagling to style current/parent menu items) */
#nav a:hover, #nav li.current_page_item a, #nav .current_page_parent a, #nav .current_page_ancestor a, #nav .current_cat_parent a, #nav .current_cat_parent a, #nav .current_cat_parent a:hover {
	color: black;
	background-color: #EEEEEE;
	}

#nav li.current_page_item li a, #nav li.current_page_parent li a, #nav li.current_page_ancestor li a, #nav li.current_cat_parent li a {
	background-color: white;
	}

#nav li.current_page_parent li.current_page_item a, #nav li.current_page_parent li a:hover, #nav li.current-cat a {
	background-color: #EEEEEE;
	}
/*...like so*/

#nav li {
	float: left;
	padding: 0 11px 0 11px;
	background: url(images/dottedVertLine.jpg) no-repeat right;
	}

#nav li#last {
	border: none;
	background-image: none;
	}

#nav li ul {
	position: absolute;
	background-color: white;
	text-align: left;
	letter-spacing: normal;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	}

#nav li ul li {
	text-align: left;
	padding: 0;
	border: none;
	width: 130px;
	padding: 8px 5px 8px 5px;
	background-image: url(images/dottedHorizLine.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}

#nav li ul li a {
	display: block;
	}

#pageTop #searchform {
	float: right;
	margin-top: -5px;
	}

#searchform .input {
	width: 150px;
	color: #999999;
	}
	
/* The Basics... */

.input {
	border: 1px solid black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 5px 4px 5px;
	}

.submit {
	border: none;
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 8px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 4px 8px 4px 8px;
	text-transform: uppercase;
	}

.submitBtn {
	margin: 10px 0 20px 20px;
	border: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 8px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: right;
	}

.submitBtn a {
	background-image: none;
	display: block;
	padding: 3px 8px 3px 8px;
	color: white;
	background-color: black;
	}

.submitBtn a:hover {
	background-color: #3099D0;
	}

p {
	padding: 8px 0 8px 0;
	}

small {
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	}

.clear {
	clear: both;
}

.hide {
	display: none;
	}
	
/* The Headers... */
	
h2 {
	color: black; 
	font-size: 25px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	line-height: 120%;
	}

h2 a {
	color: black; 
	background-image: none;
	}
	
h2 a:hover {
	color: #3099D0;
	}

h2.pagetitle {
	padding-top: 30px;
	}
	
h3 {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0 5px 0;
	margin: 10px 0 0 0;
	}

h4 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	}

/* The content... */

#content {
	clear: both;
	font-size: 14px;
	line-height: 140%;
	padding: 12px 0 0 0;
	width: 960px;
	}

/*Home page content...*/

#homeBlocks {
	width: 985px;
	z-index: 10;
	margin: 0 -20px 0 -5px;
	}

#homeBlocks a {
	border: none;
	}

.homeBlock {
	width: 237px;
	height: 237px;
	float: left;
	margin: 0 7px 7px 0;
	}

#specials {
	position: absolute;
	z-index: 20;
	right: -30px;
	top: 450px;
	width: 125px;
	height: 129px;
	background: url(images/specials.png) no-repeat bottom;
	}

#specials a {
	background: url(images/specials.png) no-repeat top;
	width: 125px;
	height: 129px;
	display: block;
	border: none;
	}

#specials a:hover {
	background-image: none;
	}

#specials b {
	display: none;
	}

.home h2 {
	color: black; 
	font-weight: bold;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	border-top: 3px solid #EEEEEE;
	margin: 20px 0 0 0;
	}
	
.home .post {
	border-top: 1px solid #DDDDDD;
	padding: 12px 0 30px 0;
	}

.home .post .date {
	float: left;
	width: 155px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

.home .post h3 {
	float: left;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}

.home .post h3 a {
	border: none;
	background: none;
	}

.home .post .cats {
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.home .post .cats b {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	}

/* Blog content... */

.post {
	padding: 5px 0 30px 0;
	}

.entry {
	padding-bottom: 10px;
	}

.postmetadata {
	border-top: 4px double #DDDDDD;
	margin-top: 10px;
	padding: 10px 0 0 0;
	color: #666666;
	font-size: 13px;
	}

.postmetadata a {
	color: #666666;
	}

.postmetadata h4 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: normal;
	display: inline;
	padding-right: 5px;
	}
	
.post ul, .post ol {
	padding: 5px 0 10px 20px;
	}

.post ul li {
	padding: 5px 0 5px 12px;
	background-image: url(images/triangle.jpg);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	}

.post ol li {
	margin: 5px 0 5px 12px;
	list-style: decimal;
	}

.postmetadata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

.post .topbar {
	display: block;
	text-align: right;
	margin: 20px 0 10px 0;
	}

.post .topbar h3 {
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	}

.post .topbar.article {
	background-color: #6ECCA8;
	}

.post .topbar.video {
	background-color: #B49E91;
	}

.post .topbar.audio {
	background-color: #6FA9B0;
	}

.post .topbar.news {
	background-color: black;
	}
	
.post .topbar.blank {
	background-color: black;
	height: 11px;
	}

.post.askdan {
	background: url(images/quote.jpg) no-repeat top left;
	margin-top: 20px;
	}

.post.askdan h2 {
	line-height: 120%;
	padding-left: 30px;
	}

.bigbtn {
	background: url(images/bigbtn.png) no-repeat;
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	float: right;
	margin: 10px 0 10px 0;
	}

.bigbtn a {
	display: block;
	padding: 6px 20px 8px 20px;
	width: 106px;
	height: 20px;
	background-image: none;
	}

.post .hr {
	display: block;
	padding: 3px 0 3px 0;
	border-top: 3px double #DDDDDD;
	margin: 20px 0 10px 0;
	clear: both;
	}

.post table {
	margin: 10px 0 10px 0;
	background-color: #EEEEEE;
	font-size: 12px;
	}

.post table th {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	}

.post h2 {
	padding-bottom: 0;
	}

.post table#CalendarLarge-Header{
	background-color: white;
	text-transform: uppercase;
	font-size: 13px;
	}

.post table#wp-calendarLarge {
	background-color: white;
	}

.post table#wp-calendarLarge .dayHead {
	background-color: #EEEEEE;
	padding-left: 5px;
	color: black;
	}

.post table#wp-calendarLarge td.todayLarge {
	background-color: #EEEEEE;
	}

.post table#wp-calendarLarge .event-block {
	color: black;
	}

/* LEFT PAGE NAVIGATION */

#leftnav {
	float: left;
	width: 125px;
	font-size: 12px;
	padding: 10px 5px 10px 0;
	margin-left: -10px;
	}

#leftnav h2 {
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0;
	}

#leftnav ul li h2 {
	padding: 0;
	margin: 0;
	}

#leftnav h2 a {
	background-image: none;
	}

#leftnav h2 a:hover {
	color: #3099D0;
	}

#leftnav ul {
	padding: 10px 0 10px 0;
	margin: 0;
	}

#leftnav ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 10px;
	}

#leftnav li.current_page_item {
	background-image: url(images/triangle.jpg);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	}

#leftnav .catnav {
	background-color: #EEEEEE;
	margin-top: 20px;
	line-height: normal;
	}

#leftnav .catnav h3 {
	padding: 10px 10px 5px 10px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
#leftnav .catnav ul {
	padding: 0 0 5px 0;
	margin: 0;
	}

#leftnav .catnav ul li {
	padding: 0;
	}

#leftnav .catnav ul li a {
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #EEEEEE;
	color: black;
	background-image: none;
	}

#leftnav .catnav ul li a:hover, #leftnav .catnav ul li.current-cat a {
	color: black;
	background-color: white;
	}

/* Page content */
#pageContent {
	width: 830px;
	float: right;
	}

#headerImg {
	width: 830px;
	height: 250px;
	margin-bottom: 10px;
	text-align: left;
	}

#headerImg h3 {
	color: black;
	font-weight: bold;
	font-size: 22px;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 35px 20px 0 25px;
	}

#headerImg h4 {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 20px 10px 25px;
	}

#mainCol {
	float: left;
	width: 700px;
	}

#pageContent #mainCol {
	float: left;
	width: 580px;
	}

#headerImg .linkblock a {
	width: 407px;
	height: 200px;
	padding: 0;
	margin: 0;
	display: block;
	background-image: none;
	}

#headerImg .linkblock b {
	display: none;
	}
	

/* RIGHT SIDEBAR */

#sidebar {
	float: right;
	width: 230px;
	font-size: 13px;
	margin-top: 20px;
	}

#sidebar h2 {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 11px;
	padding: 10px 0 7px 0;
	border-bottom: double black 3px;
	text-transform: uppercase;
	}

#sidebar li li {
	width: auto;
	float: none;
	clear: both;
	padding: 8px 0 8px 0;
	margin: 0;
	}

#sidebar li li li {
	width: auto;
	float: none;
	}

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

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

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

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

#sidebar .widget {
	margin: 5px 0 25px 0;
	padding: 0;
	}
	
#sidebar .widget_text ul, #sidebar .widget_text .post ol {
	padding: 3px 0 10px 15px;
	margin: 0;
	}

#sidebar .widget_text ul li {
	padding: 3px 0 3px 12px;
	margin: 0;
	background-image: url(images/triangle.jpg);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	}

#sidebar .widget_text ol li {
	margin: 5px 0 5px 12px;
	padding: 0;
	list-style: decimal;
	}

#sidebar .widget_text .input {
	background: url(images/input.jpg) no-repeat top center;
	color: #999999;
	font-size: 13px;
	margin: 8px 0 8px 0;
	padding: 8px 10px 8px 10px;
	width: 150px;
	height: 14px;
	border: none;
	}

#sidebar .widget_text .submit {
	margin: 5px 0 15px 0;
	letter-spacing: 1px;
	}

#sidebar li.widget_stray_quotes {
	width: 230px;
	background: url(images/testim-top.jpg) no-repeat top;
	padding-top: 30px;
	margin: 20px 0 0 0;
	}

#sidebar li.widget_stray_quotes p {
	width: 190px;
	padding: 0 20px 5px 20px;
	background: url(images/testim-bg.gif) repeat-y;
	}

#sidebar li.widget_stray_quotes h2 {
	display: none;
	}
	
 #sidebar li.widget_stray_quotes .random_quotes {
	width: 230px;
	padding-bottom: 19px;
	background:  url(images/testim-bot.jpg) no-repeat bottom center;
	}

#sidebar li.widget_stray_quotes span {
	display: block;
	text-align: right;
	padding-top: 5px;
	}

#sidebar li.random_from_cat {
	padding: 0;
	margin: 20px 0 0 0;
	position: relative;
	}

 #sidebar li.random_from_cat ul {
	width: 230px;
	margin: 10px 0 0 0;
	padding: 0;
	background: #DBDBDB url(images/quote_bot.jpg) no-repeat bottom center;
	}

#sidebar li.random_from_cat ul li {
	width: 210px;
	background: url(images/quote_top.jpg) no-repeat top left;
	margin: 0 0 0 0;
	padding: 15px 10px 155px 10px;
	overflow: hidden;
	}

#sidebar li.random_from_cat h2 {
	border: none;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	padding: 10px 5px 0 0px;
	}

#sidebar .rss {
	font-size: 12px;
	}

#sidebar .rss a {
	padding-left: 20px;
	background: url(images/rssmini.png) no-repeat left;
	color: #666666;
	}

#sidebar .widget_twitter ul {
	width: 210px;
	background: #DBDBDB url(images/quote_top.jpg) no-repeat top left;
	margin: 20px 0 0 0;
	padding: 15px 10px 0 10px;
	}

 #sidebar .widget_twitter {
	width: 230px;
	background:  url(images/quotetwit_bot.jpg) no-repeat bottom center;
	padding-bottom: 155px;
	}

 #sidebar .widget_twitter .entry-content,  #sidebar .widget_twitter .time-meta {
	display: block; 
 	}
 #sidebar .widget_twitter .entry-meta {
	 display: block;
	 margin-top: 10px;
	 font-size: 12px;
 	}


#sidebar #events-calendar .post {
	text-align: left;
	line-height: 120%;
	}

#sidebar #events-calendar .date {
	display: inline;
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 3px;
	}

#sidebar #events-calendar .post {
	display: block;
	background: url(images/dottedGreyLine.jpg) repeat-x bottom;
	margin: 0;
	padding: 10px 0 10px 0;
	}

#sidebar #events-calendar h3 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	}

/* This is for the footer... **/

#footer {
	clear: both;
	background: url(images/page-bg.png) no-repeat top center;
	padding: 30px 0 30px 0;
	width: 1000px;
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	}

#footer h2 {
	color: black; 
	font-weight: bold;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
	margin: 0;
	border: none;
	}

#footer a {
	border: none;
	background: none;
	}

#footer a:hover {
	color: #333;
	}

#footer .info {
	width: 340px;
	float: left;
	margin-left: 20px;
	}

#footer .info a {
	text-decoration: underline;
	}

#footer .guide {
	width: 340px;
	float: left;
	margin-left: 20px;
	}

#footer .guide .col {
	width: 160px;
	}

#footer .guide li {
	font-weight: bold;
	padding: 5px 0 5px 0;
	}

#footer .guide li li {
	font-weight: normal;
	padding: 0 0 0 10px;
	}
	
#footer .contact {
	float: right;
	width: 240px;
	}

#footer .contact span {
	float: left;
	margin: 5px 8px 0 -2px;
	}

#footer .contact span b {
	display: none;
	}

#footer .contact span a {
	display: block;
	width: 53px;
	height: 54px;
	}

#footer .contact span.twitter a {
	background: url(images/twitter.png) no-repeat;
	}

#footer .contact span.facebook a {
	background: url(images/facebook.png) no-repeat;
	}

#footer .contact span.youtube a {
	background: url(images/youtube.png) no-repeat;
	}

#footer .contact span.rss a {
	background: url(images/rss.png) no-repeat;
	}

#footer .fuzzyInput {
	width: 158px;
	height: 18px;
	padding: 12px 10px 10px 12px;
	border: none;
	margin: 3px 0 0 0;
	background: url(images/fuzzyInput.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin-left: -5px;
	}

#footer .submit {
	margin: 10px 0 0 0;
	}

#footer .credits {
	font-size: 9px;
	letter-spacing: .03em;
	text-transform: lowercase;
	padding: 10px 0 2px 0;
	color: #333;
	}

#footer .credits a {
	color: #333;
	}

#footer p {
	padding: 5px 0 8px 0;
	margin: 0;
	}
	
/* Style for images... */
p img {
	padding: 0;
	max-width: 100%;
	}

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
	}

.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: 13px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* Style for comments...*/

h3#comments, #respond h3 {
	padding-top: 20px;
	}

#commentform {
	padding: 10px 0 10px 0;
	}

.comment-body {
	padding: 10px;
	background: #F4F4F4;
	border-top: 1px solid #DDDDDD;
	border-bottom: 4px double #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: -11px;
	}

#commentform input, #commentform textarea {
	border: 1px solid black;
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 192px;
	}

#commentform textarea {
	width: 500px;
	}

#commentform #submit {
	border: none;
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 8px 3px 8px;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	}

#commentform p {
	padding: 10px 0 5px 0;
	}
	
#commentform {
	margin: 0 0 0 0;
	}

#respond h3 {
	padding-bottom: 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

.commentlist li .avatar { 
	display: none;
	}

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

.commentlist li {
	padding-top: 10px;
	}

.children { padding: 0; }

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

ol.commentlist {
	margin: 3px 0 0px 0;
	padding: 0;
	}

/* Contact Form */

.wpcf7-form input, .wpcf7-form textarea {
	border: 1px solid black;
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 200px;
	}

.wpcf7-form textarea {
	width: 500px;
	}
	
#sidebar .wpcf7-form textarea {
	width: 200px;
	}

.wpcf7-form .submit {
	border: none;
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 8px 3px 8px;
	margin: 0;
	width: auto;
	}

#sidebar .wpcf7-response-output, #sidebar .wpcf7-validation-errors {
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
	}

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#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; }

/* Misc. blog stuff... */

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

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

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

blockquote {
	margin: 0 100px 0 20px;
	font-style: italic;
	padding: 10px 0 10px 15px;
	background: url(images/quote.jpg) no-repeat top left;
	min-height: 100px;
	}

blockquote p {
	padding: 5px 0 5px 0;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	}

.navigation a {
	background: black;
	color: white;
	font-size: 11px;
	padding: 3px 8px 3px 8px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	}