html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #999;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Begin Structure */
html {
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-size: 10px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background: #d5d6d7 url('images/body-bk.jpg') repeat center top;*/
	color: #333;
	text-align: center;
}

a {
	color: #900;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}



#page {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

#header {
	position: relative;
	background: url('images/header-bk.png') no-repeat top center;
	margin: 0 ;/*0 15px 0px*/
	padding: 0;
	height: 280px;
	width: 960px;
border:solid 1px #333;
}

#headerNav {
	height:30px;
	padding:0;
	margin:0;
}

ul#header-navigation {
	position: relative;
	margin: 0;
	padding: 0;
}
ul#header-navigation li {
	display: block;
	float: left;
	margin: 0;
	padding-top: 5px;
	/*line-height: 35px;*/
}
ul#header-navigation li a {
	color: #fff;
	font-size:1.5em;
	font-weight:bold;
	/*display: block;*/
	padding: 0 10px 5px 10px;
}
ul#header-navigation li a:hover {
	color: #900;
	text-decoration:underline;

}


/*#header ul#header-navigation li.current_page_item a {
	color: #fff;
	background: url('images/header-nav-bk.gif') no-repeat right top;
}*/

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	display: none;
}

#bannerad {
text-align:center;
}

#bannerad img {
padding:20px;
}

#content {
	position: relative;
	font-size: 1.2em;
}





.narrowcolumn {
	float: left;
	padding: 0 0 0 10px;
	margin: 0 0 0 270px;
	width: 715px;
	/*background: url('images/copy-bk.png') repeat-y 0 0;*/
background:#fff:
	}
.narrowcolumn.withsidebar {
width:680px;
margin-right:20px;
padding-left:10px;
background:#fff;
}
.narrowcolumn.home {
	width: 960px;
	margin-left: 0;
	padding-left:0;
	background: none;
}
.narrowcolumn.home div.navigation {
	display: none;
}
.narrowcolumn .postmetadata {
	padding: 15px 0 40px 0;
}
.narrowcolumn div.copy-header {
	display: block;
	height: 30px;
	margin: 0 0 0 -45px;
	padding: 0;
	/*background: url('images/copy-hd.png') no-repeat left top;*/
}
.narrowcolumn div.copy-footer {
	display: block;
	height: 30px;
	margin: 170px 0 0 -45px;
	padding: 0;
	/*background: url('images/copy-ft.png') no-repeat left bottom;*/
}





.widecolumn {
	width: 920px;
	padding: 0;
	background: none;
	margin: 5px 0 0 30px;
}
.widecolumn div.post,
.widecolumn div.page {
	background: url('images/widepost-bk.jpg') repeat-y left top;
	padding: 0 40px;
	margin-bottom: 30px;
}
.widecolumn div.page div.navigation {
	display: none;
}
.widecolumn div.post div.navigation a,
.narrowcolumn.withsidebar div.navigation a {
	color: #900;
}


.widecolumn .post {
	margin: 0;
}
.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;
}
.widecolumn div.post h2,
.widecolumn div.post h3,
.widecolumn div.post h4,
.widecolumn div.page h2,
.widecolumn div.page h3,
.widecolumn div.page h4 {
	font-weight: normal;
}
.widecolumn div.page h2,
.widecolumn div.post h2 {
	border-bottom: 1px solid #000;
	line-height: normal;
	margin: 15px 0;
}
.widecolumn div.widepost-header {
	display: block;
	width: 920px;
	height: 20px;
	margin: -21px 0 0 -40px;
	background: url('images/widepost-hd.jpg') no-repeat left top;
	border: none;
}
.widecolumn div.widepost-footer {
	display: block;
	width: 920px;
	height: 30px;
	margin: 0 0 0 -40px;
	background: url('images/widepost-ft.jpg') no-repeat left bottom;
	border: none;
}




#banner {
	display: inline;
	float:left;
	position: relative;
	margin-right:-1100px;
	width: 160px;
}
#banner img {
	margin-top: 10px;
margin-left:8px;
}
.narrowcolumn #banner {
	float:right;
	padding: 2px;
	margin:2px;
	width:180px;
	border:solid 0px #ccc;
background:#fff;
}
.narrowcolumn.home #banner {
	right: -175px;/*-95*/
}
.widecolumn #banner {
	right: -155px;
	text-decoration: none;
}

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

.post hr {
	display: block;
}
#footer {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	border-top: 1px solid #000;
	background: #000;
	}
#footer ul {
	margin: 0 0 0 300px;
	padding: 5px 0;
	text-align: left;
}
#footer ul li {
	padding: 0;
	margin-right: 10px;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-left: 300px;
}
/* End Structure */







/* 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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.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.sidebar-nav {
	margin-left: 10px;
	font-size: 1.3em;
}
#sidebar ul.sidebar-nav h2 {
	font-weight: normal;
	margin-left: 10px;
}
#sidebar ul {
	margin: 0 10px;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul li p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 10px 0;
}
#sidebar ul li p a {
	color: #900;
}
#sidebar ul li.current_page_item {
	font-weight: bold;
	color: #900;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 10px 0 ;
	padding: 0;
	}
#sidebar ul ul li a, #sidebar ul ol li a {
	color: #fff;
}

li.page_item {font-weight:normal;}
/*li.page_item li {display:none}*/
ul li.current_page_item ul li {display:block;}
li.current_page_item {font-weight:bold;}
/* End Entry Lists */



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

#sidebar #searchform #s {
	width: 140px;
	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 a {
	color: #900;
}
.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 {
	position: absolute;
	left: 0;
	padding: 10px 0 10px 0;
	width: 260px;
	min-height: 575px;
	z-index: 10;
	border:solid 1px #ccc;
	/*background: url('images/navigation-bk.png') no-repeat left top;*/
}

#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;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
/* 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;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */








/* Begin Typography & Colors */
/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin: 0 0 15px 0;
}
h2.pagetitle {
	margin-top: 30px;
}
#sidebar h2 {
	margin: 5px 30px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */





#header ul, #footer ul {
	list-style: none;
}

#header ul li,
#footer ul li {
	display: inline;
	padding: 10px;
}


#content {
	position: relative;
	font-size: 1.2em;
	}
	
.widecolumn {
	line-height: 1.8em;
	}
	
	
.narrowcolumn div#newsblock {
	background: #fff /*url('images/home-news-bk.png') repeat-y left top*/;
}
.narrowcolumn.home div#newsblock img#anniversary-img {
	display: block;
	position: absolute;
	top: -125px;
	left: 0;
}
.narrowcolumn.home div#newsblock {
	position: relative;
	margin-top: 125px;
	left: 10px;
	display: inline;
	background: #fff /*url('images/home-news-bk.png') repeat-y left top*/;
	float: left;
	width: 440px;
	padding: 0;
}
.narrowcolumn div#newsblock div.post small {
	display: block;
	margin: 10px 0;
}
.narrowcolumn div.newsblock-header {
	display: block;
	height: 30px;
	background: #fff /*url('images/home-news-hd.png') no-repeat left top*/;
}
.narrowcolumn div.newsblock-footer {
	display: block;
	height: 30px;
	background: #fff /*url('images/home-news-ft.png') no-repeat left bottom*/;
}
.entry h3 {
	font-weight: normal;
	font-size: 1.4em;
	margin: 10px 0;
}
.entry h4 {
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	margin: 10px 0;
}
.entry p {
/* 	font-size: 1.2em; */
	margin: 15px 0;
}
.entry a,
.entry p a.more-link {
	color: #900;
}
.entry p a.more-link:hover {
	text-decoration: underline;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.8em;
}
.widecolumn .entry {
	min-height: 675px;
}

.narrowcolumn.home .post {
	width: 440px;
	padding: 0 30px;
	w\idth: 380px;
}
.narrowcolumn.home .post h2,
.narrowcolumn .post h2 {
	margin: 0 0 10px 0;
	font-size: 1.8em;
	line-height: normal;
	font-weight: normal;
	border-bottom: 1px solid #000;
}
.narrowcolumn.withsidebar h2 {
	line-height: normal;
	width: 600px;
}
.narrowcolumn.home .postmetadata {
	text-align: center;
	width: 440px;
	margin: 0;
	padding: 0;
}
.narrowcolumn .post {
	width: 640px;
	padding: 0 20px;
	w\idth: 600px;
}
.narrowcolumn.withsidebar .post {
	min-height: 600px;
	padding: 0;
	margin: 10px 0;
}
.narrowcolumn.withsidebar.archive .post,
.narrowcolumn.withsidebar.search .post,
.narrowcolumn.withsidebar.search .page,
.narrowcolumn.withsidebar.search .entry {
	min-height: 50px;
	padding: 0;
	margin: 10px 0;
}
.narrowcolumn.withsidebar.search div#searchresults {
	min-height: 600px;
}
.narrowcolumn.withsidebar.search div#searchresults div.navigation {
	width: 650px;
}
.narrowcolumn .postmetadata {
	text-align: center;
	width: 640px;
	margin: 0;
	padding: 0;
}
.postmetadata a {
	color: #900;
}
.postmetadata a:hover {
	text-decoration: underline;
}



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

.even, .alt {
	border-left: 1px solid #ddd;
}

.fishhunt {
	width: 465px;
	float: left;
	margin-right: 10px;
border:solid 1px #000;
background:#fff;
}
.fishhunt #fishing div.newsblock-header,
.fishhunt #hunting div.newsblock-header {
	display: block;
	width: 425px;
	height: 30px;
	margin-left: -30px;
	/*background: url('images/home-news-hd.png') no-repeat left top;*/
}
.fishhunt #fishing div.newsblock-footer,
.fishhunt #hunting div.newsblock-footer {
	display: block;
	width: 425px;
	height: 30px;
	/*margin-left: -30px;*/
	/*background: url('images/home-news-ft.png') no-repeat left bottom;*/
}
.fishhunt #fishing,
.fishhunt #hunting {
	/*background: url('images/home-news-bk.png') repeat-y left top;*/
	display: block;
	float: left;
	width: 435px;
	padding: 0 15px;
	w\idth: 435px;
}
.fishhunt #fishing h3,.fishhunt #hunting h3{
	margin: 0 0 15px 0;
	font-size: 1.8em;
	line-height: 2.1em;
	font-weight: normal;
	border-bottom: 1px solid #000;
}
.fishhunt #fishing h3 a,
.fishhunt #hunting h3 a {
	color:#900;
}
.fishhunt #fishing p,
.fishhunt #hunting p {
	margin: 10px 0;
	line-height: 1.3em;
	text-align: justify;
}
.fishhunt #fishing ul,
.fishhunt #hunting ul {
	list-style: none;
	margin: 15px 0 15px 10px;
	padding: 0;
	float: left;
}
.fishhunt #fishing ul li,
.fishhunt #hunting ul li {
	width: 170px;
	line-height: 1.4em;
	float: left;
}
.fishhunt #fishing p.seeall,
.fishhunt #hunting p.seeall {
	clear: left;
	text-align: right;
}
.fishhunt #fishing a,
.fishhunt #hunting a {
	color: #900;
}
#fishing div, #hunting div{
	height:75px;
padding:2px;
margin:2px 0;
	border:solid 1px #ccc;
}
#footer {
	height: 315px;
}
#footer #footer-block {
	display: block;
	clear: both;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 20;
	background: url('images/footer-logos.png') no-repeat 720px 40px;
}
#footer #footer-block div#slider {
	position: absolute;
	width: 660px;
	overflow: hidden;
	height: 150px;
	padding: 0 10px;
	w\idth: 640px;
	z-index: 20;
	right: -10px;
	top: -160px;
}
#footer #footer-block div#slider div#slidelink-container {
	position: absolute;
	display: block;
	width: 6405px;
	padding: 0 0 0 5px;
	w\idth: 6400px;
}
#footer #footer-block div#slider a#slideleft,
#footer #footer-block div#slider a#slideright {
	display: block;
	position: absolute;
	top: 0;
	width: 15px;
	height: 150px;
	z-index: 1000;
	text-decoration: none;
}
#footer #footer-block div#slider a#slideleft {
	left: 0;
	background: #000 url('images/slide-arrows.gif') no-repeat left center;
}
#footer #footer-block div#slider a#slideright {
	left: 645px;
	background: #000 url('images/slide-arrows.gif') no-repeat right center;
}
#footer #footer-block div#slider div#slidelink-container div.slidelink {
	display: block;
	float: left;
	padding: 0;
	width: 150px;
	height: 150px;
	margin: 0 5px;
	background: #666;
}
#footer #footer-block div#slider div#slidelink-container div.slidelink a {
	display: block;
	width: 150px;
	height: 150px;
	padding: 0;
}
#footer #footer-block a#logo_travelmb,
#footer #footer-block a#logo_masterangler,
#footer #footer-block a#logo_govca {
	position: absolute;
	display: block;
}
#footer #footer-block a#logo_travelmb {
	bottom: 25px;
	right: 190px;
	width: 90px;
	height: 60px;
}
#footer #footer-block a#logo_masterangler {
	bottom: 25px;
	right: 90px;
	width: 90px;
	height: 60px;
}
#footer #footer-block a#logo_govca {
	bottom: 25px;
	right: 10px;
	width: 70px;
	height: 25px;
}
#footer #footer-block div.section {
	position: absolute;
	z-index: 20;
	margin-top: -80px;
	margin-left: -47px;
	float: left;
	background: url('images/footer-home.png') no-repeat 0 0;
	width: 357px;
	height: 375px;
}
#footer #footer-block div.section.fishing {
	background: url('images/footer-fishing.png') no-repeat 0 0;
}
#footer #footer-block div.section.hunting {
	background: url('images/footer-hunting.png') no-repeat 0 0;
}
#footer #footer-block ul#footer-nav {
	margin: 20px 0 10px 360px;
	border-top: 0px solid #fff;
}
#footer #footer-block p {
	color: #eee;
	line-height: 16px;
	margin: 0 0 10px 370px;
}
#footer #footer-block ul#ab_link {
	margin-left: 360px;

}
#footer #footer-block ul#ab_link li {
	display: inline;
	padding: 3px 10px;
	text-align: center;     
}

#footer #footer-block a {
	color: #fff;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
	color: #900;
	text-transform: uppercase;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.8em;
}

h2.pagetitle {
	font-size: 1.8em;
	line-height: normal;
	font-weight: normal;
	border-bottom: 1px solid #000;
}

#sidebar h2 {
	font-size: 1.8em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
}

h1, h1 a,
h1 a:hover,
#headerimg .description {
	text-decoration: none;
	color: #fff;
}

h2, h2 a,
h3, h3 a {
	color: #900;
	text-decoration: none;
}



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

.commentlist li, #commentform input, #commentform textarea {
	font-size: 1em;
}
.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 {
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font-size: 1em;
}

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;
}

a {
	text-decoration: none;
}
a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}


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

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

#wp-calendar caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

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