* {
	border:0;
	margin:0;
	padding:0;
}
body {
	color:#666;
	font-family:"Segoe UI", Calibri, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#fff;
}
.beta{position:fixed; top:0px; right:0px;}
.tt {
	background-color:#fff;
	padding:1px 10px 0px 10px;
	width: 970px;
	margin: 10px auto;
	margin-bottom:0px;
	border:1px solid #ccc;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
}
input, select, textarea {
	border:#999999 1px solid;
	font-size:12px;
	padding:2px;
}
select {
	padding:0;
}
li {
	list-style:none;
}
/*========= LAYOUT =========*/

#page {
	width:970px;
	margin:0px auto;
}
/*--- Main Columns ---*/
#columns {
	padding:0px;
	margin:0px;
}
.col1 {
	float:left;
	width:640px;
	margin-right:10px;
}
.col2 {
	float:left;
	width:320px;
}
/*--- Sub Columns ---*/
.subcol {
	width:320px;
}
.subcol h2 {
	font-size:14px;
	padding:0 0 10px;
	color:#fff;
}
/*========= HEADER =========*/

/*- Page Navigation -*/
.top {
	width:970px;
	text-align:center;
	margin: 0 auto;
}
.top2 {
	text-align:center;
}
#nav {
	padding:0px 0px !important;
	margin:0px !important;
	background-color:#000000;
}
#nav-left {
	float:left;
	display:inline;
}
#nav-right {
	float:left;
	display:inline;
	width:29%;
	margin:0px !important;
	padding-top:7px !important;
	text-align:right;
}
#nav ul {
	position:relative;
	overflow:hidden;
	border-right:1px dotted #000;
	padding-left:0px;
	height:29px;
}
#nav ul li {
	float:left;
	list-style:none;
	font-weight:bold;
	font-size:10px;
	padding:10px 0px 10px 0px;
	font-weight:normal;
	text-transform:uppercase;
}
#nav ul li a {
	text-decoration:none;
	color: #000;
	padding:0px 10px 0px 10px;
	color:#fff;
}
#nav ul li a:hover {
	color:#00aeef;
}
#nav .current_page_item {
	color: #00aeef;
}
#nav .current_page_item a {
	color: #00aeef;
}
#nav ul li.back {
	width:9px;
	z-index:8;
	position:absolute;
	background-color: #cc000a;
	color: #fff;
}
/*- Category Navigation -*/
#nav2, #nav2 * {
	margin:0;
	padding:0;
	list-style:none;
}
div #nav2 {
	background-color:#313131;
	border-top:1px solid #3f3f3f;
	border-bottom:5px solid #cc000a;
	margin-bottom:10px;
	height:30px;
}
#nav2 ul {
	position:relative;
	overflow:hidden;
	width:100%;
}
#nav2 ul li {
	float:left;
	list-style:none;
	font-weight:bold;
	font-size:11px;
	margin:5px 0px 2px 5px;
	font-weight:normal;
}
#nav2 ul li a {
	text-decoration:none;
	color: #fff;
	background-color:#222222;
	height:10px;
	padding:2px 6px 2px 6px;
	border:1px solid #373737;
}
#nav2 ul li a:hover {
	background-color:#cc000a;
}
.slide-bg {
	width:100%;
	background-color:#000;
	position:absolute;
	left:0px;
	margin-bottom:12px;
	text-align:center;
	margin-top:-40px;
}
#nav2 li.current-cat a {
	background-color:#00aeef;
	color:#fff;
}
#nav2 li.current-cat a:hover {
	background-color:#00aeef;
	color:#fff;
}
#nav2 .current_page_item a {
	text-decoration:none;
	color:#ca0002;
}
#nav2 li ul {
	position:absolute;
	left:-999em;
	margin-top:3px;
	z-index:10 !important;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left:auto;
	z-index:10 !important;
}
#nav2 li ul li {
	display:block !important;
	float:none !important;
	border:1px solid #ddd !important;
	border-top:none !important;
	z-index:10 !important;
}
/*- Search -*/
#search {
	padding:0px !important;
	float:right;
}
* html #search {
	margin-right:8px;
}
#search input {
	background:#fff;
	border:1px solid #ccc;
	color:#000;
	float:left;
	font-size:12px;
	width:150px;
	padding:1px;
	height:18px;
}
#search .btn {
	width:auto;
	height:auto;
	margin-left:3px !important;
	float:left;
	padding:0px;
	border:none;
}
/*- Header -*/
#header {
	margin:0px;
	margin-top:10px;
	padding:15px 10px 15px 10px;
	width:950px;
	background-color:#000000;
}
/*- Logo -*/
#header h1 {
	float:left;
	display:inline;
	line-height:64px;
	font-size:24px;
}
#header h1 a {
	display:block;
	height:48px;
	width:389px;
	color:#000000;
	font-size:28px;
}
/*- Top Banner -*/
.topbanner {
	width:970px;
	text-align:center;
	margin-bottom:10px;
}
/*- RSS -*/
#rss a {
	color:#00aeef;
	font-weight:normal;
}
#rss a:hover {
	color:#cc000a;
}
#rss h2 {
	padding:6px;
	font-size:12px;
	margin-bottom:10px;
}
#rss ul {
	margin:0px;
	padding:10px;
	float:left;
}
#rss li {
	margin:0px;
	border:none !important;
	padding:5px;
}
#rss img {
	float:right;
	padding-left:10px;
	margin-top:5px;
}
/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/
.red {
	color:#cc000a;
}
.blue{
	color:#00aeef;
}
.grey{
	color:#666;
}
.forms {
	padding:20px;
	margin:10px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	color:#333333;
	font-size:12px;
	width:420px;
}
.forms .text {
	background:#fff;
	border-top:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	border-bottom:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	padding:5px;
	width:390px;
	font-family:"Segoe UI", Calibri, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666;
	margin-top:5px;
}
.forms .textf {
	background:#fff;
	border-top:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	border-bottom:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	padding:5px;
	width:420px;
	font-family:"Segoe UI", Calibri, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#666;
	margin-top:5px;
}
.forms .button {
	background:#e0dfe3;
	border-top:1px solid #b7b7b7;
	border-left:1px solid #b7b7b7;
	border-bottom:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	padding:5px;
	font-family:"Segoe UI", Calibri, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	float:right;
}
.forms .button:hover {
	background:#c3c4c4;
}
#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:15px 0px 0px;
	padding:5px;
	border:1px solid #ddd;
}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#fff;
}
.video-left p {
	padding:0px !important;
	margin:0px !important;
}
.video-left h2 {
	display:none;
}
.video-right {
	float:right;
	width:273px;
	display:inline;
	background-color:#fff;
	padding:10px;
}
.video-right h2 {
	color:#000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
}
.video-right p {
	color:#666;
	font-size:11px;
	line-height:12px;
	margin-top:10px;
	margin-right:0;
	margin-bottom:0px;
	margin-left:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:20px;
	padding-left:0px;
}
.video-right h3 {
	font-style:normal !important;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
	padding-bottom:0px;
}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border:1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor:pointer;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
}
/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post {
	margin:0;
	height:380px;
}
.post h2 {
	font-size:14px;
	padding:0 0 5px;
}
.post a:hover {
	color:#cc000a;
}
.h3-cat {
	font-size:10px;
	font-weight:bold;
	color:#fff;
	padding:4px;
	padding-left:12px;
	line-height:14px;
	background: url(styles/default/ico-star-blk.gif) no-repeat left center #000 !important;
	border-bottom:1px solid #3f3f3f;
}
.post .h3-cat a {
	color:#fff;
}
.post .h3-cat a:hover {
	color:#00aeef;
}
.post p {
	padding:0 0 15px;
	color:#000;
	font-size:11px;
	line-height:12px;
	font-family:"Segoe UI", Calibri, Helvetica, Arial, sans-serif;
}
.more-cat {
	font-size:10px;
	text-align:right;
	border-bottom:1px dotted #000;
}
.more-cat a {
	color:#00aeef;
}
.more-cat a:hover {
	color:#cc000a;
}
/*- Box -*/
.box {
	clear:both;
	padding:0;
	margin:0;
}
.box .post {
	width:310px;/*background-color:#eee;
	background:url(images/drk-50.png);*/
}
.box .post h2 a {
	color:#cc000a;
}
.box .post h2 a:hover {
	color:#cc000a;
}
.box .post h2 {
	font-size:12px;
	padding-top:8px;
	margin-bottom:0px;
	padding-bottom:2px;
	line-height:14px;
}
.box .post img {
	width:310px;
	border-bottom:2px solid #000;
}
/*=== Traditional Blog Post ===*/
.post-alt {
	margin:0 0 15px 0;
	padding:10px;
	border-top:1px dotted #000;
}
.post-alt a{ color:#00aeef; text-decoration:underline;}
.post-alt a:hover{ text-decoration:none;}
.post-alt h2 {
	font-size:14px;
	padding:0;
	color:#fff;
	line-height:20px;
}
.post-alt h3 {
	font-size:13px;
	padding-bottom:5px;
	line-height:18px;
	color:#ca0002;
}
.post-alt h4 {
	font-size:14px;
	padding-bottom:5px;
	line-height:16px;
}
.post-alt h3 a, .post-alt h2 a {
	color:#cc000a;
}
.post-alt img {
	float:left;
	margin:5px 10px 20px 0px;
}
.post-alt h3 a:hover, .post-alt h2 a:hover {
	color:#ca0002;
}
.post-alt p {
	padding:0 0 15px;
	color:#999999;
}
.post-alt h3.post_date {
	color:#999999;
	padding:0px 0px 10px 0px;
	font-size:11px;
	font-weight:normal;
}
/*------------*/
.post-main {
	margin:0 0 15px 0;
	padding:10px;
	border-top:1px dotted #000;
}
.post-main h2 {
	font-size:14px;
	padding:0;
	color:#fff;
	line-height:20px;
}
.post-main h3 {
	font-size:13px;
	padding-bottom:5px;
	line-height:18px;
	color:#ca0002;
}
.post-main h4 {
	font-size:14px;
	padding-bottom:5px;
	line-height:16px;
}
.post-main h3 a, .post-main h2 a {
	color:#000;
}
.post-main img {
	margin-top:5px;
	margin-bottom:20px;
	cursor:pointer;
}
.post-main img:hover {
	cursor:pointer;
}
.post-main h3 a:hover, .post-main h2 a:hover {
	color:#ca0002;
}
.post-main p {
	padding:0 0 15px;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
}
.post-main h3.post_date {
	color:#999999;
	padding:0px 0px 10px 0px;
	font-size:11px;
	font-weight:normal;
}
.post-main ul {
	color:#000;
}
/*---------*/
h3.posted {
	font-size:8px;
	color:#CCC;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:5px;
	text-align:left;
	line-height:14px;
}
h3.posted a {
	color:#00aeef;
}
h3.posted a:hover {
	color:#00aeef;
	text-decoration:underline;
}
/*=== Buttons ===*/
.continue {
	font-weight:bold;
	color:#ca0002;
}
a.awppost_link {
	color:#ca0002;
}
a.awppost_link:hover {
	color:#ca0002;
	text-decoration:underline;
}
.tag-sub {
	border-top:1px dotted #fff;
	padding-top:4px;
	margin-top:4px;
}
.comments {
	padding-bottom:0px !important;
	color:#00aeef;
}
.comments a {
	color:#00aeef;
	font-weight:bold;
	padding:0px;
}
.rate {
	padding-bottom:0px !important;
}
.rate a {
	background:url(images/rate.gif) no-repeat left;
	color:#666;
	font-weight:bold;
	font-size:10px;
	padding:0px 0px 0px 15px;
	margin-left:4px;
}
a.more {
	background:url(images/ico-arrow2.gif) no-repeat right;
	color:#cc0000;
	font-size:1.2em;
	font-weight:bold;
	padding:0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color:#c0c0c0;
	font-size:1.2em;
	font-weight:bold;
}
.alignleft {
	display:inline;
	float:left;
}
.alignright {
	display:inline;
	float:right;
}
/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:6px;
	padding:10px;
	color:#000 !important;
	font: Helvetica, Arial, sans-serif;
	background-color:#313131;
	font-smooth:always;
}
#archivebox h4, #archivebox h3, #archivebox h2 {
	font-size:21px;
	font-weight:bold;
	color:#fff;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em {
	font-weight:normal;
}
#archivebox a, #archivebox h2 {
	color:#fff;
}
.archivefeed {
	margin-top:0px;
	padding-bottom:0px;
	float:right;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size:11px;
	font-weight:normal;
	padding:3px 0px 1px 22px;
}
.arclist {
	width:260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom:1px solid #eee;
}
.arclist h2 {
	color:#000;
	padding:0px 0px 15px;
}
.arclist ul li {
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}
/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#000 !important;
}
.singletags a {
	font-weight:normal !important;
}
.entry p {
	text-align:left;
	font-size:12px;
	line-height:14px;
	color:#000;
}
.entry blockquote {
	padding:10px;
	border:1px solid #ddd;
	color:#000;
	width:85%;
	background-color:#f7f7f7;
	font-style:italic;
	margin:5px auto 15px;
}
.entry blockquote p {
	font-size:12px;
	padding:5px 0px;
	margin:5px 0px;
	line-height:20px;
}
.entry img {
	display:inline;
	margin-right:15px;
	margin-bottom:15px;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
}
.entry ul li ul, .entry ol li ol {
	margin-bottom:0px;
	padding-top:3px;
}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
}
.entry ul li ul li {
	list-style:disc inside !important;
}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
}
/*========= COMMENTS =========*/

h2.commh2 {
	padding:5px;
	margin-top:30px;
	margin-bottom:10px;
	font-size:12px;
	border-bottom:2px solid #000;
	color:#cc000a;
}
ol.commentlist {
	margin:10px 0 20px;
	padding:0;
	list-style:none;
	font-size:12px;
	border-bottom:1px solid #000;
}
ol.commentlist p {
	margin-bottom:10px;
	line-height:20px;
	color:#000;
}
ol.commentlist cite {
	font-style:normal;
	font-weight:bold;
	color:#000;
}
ol.commentlist small {
	color:#999999;
	font-style:italic;
}
ol.commentlist a {
	color:#000;
}
ol.commentlist a:hover {
	color:#cc000a;
	text-decoration:underline;
}
ol.commentlist li {
	padding:10px 10px 3px 10px !important;
	margin-top:10px;
	margin-bottom:10px;
	width:75%;
}
ol.commentlist li.alt {
	background:#efefef;
	border:none;
}
/*========= SIDEBAR =========*/

#mpu_banner {
	width:310px;
	margin-bottom:13px;
	padding:5px;
	border:1px dotted #000;
}
#mpu_banner img {
	width:310px;
}
.sidebar-bar {
	width:310px;
	margin-bottom:13px;
	padding:5px;
	border:1px dotted #000;
}
#event-bar {
	width:310px;
	height:58px;
	background:url(images/events.jpg) no-repeat center;
	margin-bottom:13px;
	padding:5px;
	border:1px dotted #000;
}
#event-bar:hover {
	background:url(images/events-2.jpg) no-repeat center;
}
#nit-bar {
	width:310px;
	height:58px;
	background:url(images/new-in-town.jpg) no-repeat center;
	margin-bottom:13px;
	padding:5px;
	border:1px dotted #000;
}
#nit-bar:hover {
	background:url(images/new-in-town-2.jpg) no-repeat center;
}
#newsl-bar {
	width:310px;
	height:58px;
	background:url(images/newsletter.gif) no-repeat center;
	margin-bottom:13px;
	padding:5px;
	border:1px dotted #000;
}
#newsl-bar:hover {
	background:url(images/newsletter-2.gif) no-repeat center;
}
/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	width:308px !important;
	height:auto !important;
	min-height:258px;
	padding:5px;
	border:1px solid #ddd;
	background-color:#eeeeee;
	float:left;
	display: block;
}
.col2 .mootabs_title {
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li {
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 26px;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0px 8px !important;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	background-color: #cc000a;
	border: 1px solid #cc000a;
}
.col2 .mootabs_title li.active {
	border: 1px solid #000;
	background-color:#000;
	text-decoration: none;
	color: #fff;
}
.col2 .mootabs_title li:hover {
	border: 1px solid #00aeef;
	text-decoration: none;
	color: #fff;
	background-color: #00aeef;
}
.col2 .mootabs_panel {
	display: none;
	clear: both;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul {
	width: 320px !important;
	background-color: #fff;
	min-height:203px;
}
.list1 li, .list2 li, .list3 li {
	color:#666;
	padding:8px 0 6px 12px;
	margin-left:5px;
}
.list1 li a, .list2 li a, .list3 li a, .list4 li a, .list5 li a {
	color:#00aeef;
	font-size:12px;
}
.list1 li a:hover, .list2 li a:hover, .list3 li a:hover, .list4 li a:hover, .list5 li a:hover {
	color:#cc000a;
}
.list1 li {
	background: url(styles/default/ico-star.gif) no-repeat left 9px !important;
}
.list2 li {
	background: url(styles/default/ico-feat.gif) no-repeat left 9px !important;
}
.list3 li {
	background:none !important;
}
.list5 li {
	border-bottom:1px solid #eee;
	padding:6px 0px;
}
.list3 a:hover {
	color:#cc000a;
}
/*- Ads -*/
.ads {
	width:306px;
	height:292px;
	background-color:#eee;
	border:1px solid #CCCCCC;
	border-bottom:2px solid #cc000a;
	padding:12px;
	padding-right:0px;
}
.ads img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:300px;
	height:120px;
}
.ads img.last {
	margin:0;
}
/*- Flickr -*/
.flickr {
	border:1px solid #ddd;
	background-color:#eee;
	width:318px;
	margin:0px 0px 15px;
}
.flickr h2 {
	font-size:14px;
	padding:5px;
	margin-bottom:10px;
}
.flickr h2 img {
	float:right;
	margin:0 2px;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	color:#fff;
}
.flickr-ar a {
	color:#fff;
}
.flickr img {
	margin:0px 0px 10px 5px;
	border:1px solid #ddd;
	padding:5px;
	background-color:#fff;
}
/*=== Styling Widget Lists ===*/

.widget {
	border-top:5px solid #000;
	border-bottom:1px dotted #000;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:30px;
}
.widget h2 {
	padding:0px 5px 10px 5px;
	margin-bottom:10px;
	font-size:12px;
	border-bottom:1px solid #000;
	color:#000;
	text-transform:uppercase;
	background:url(styles/default/ico-star-wht.gif) no-repeat left 1px;
	padding-left:8px;
}
.cont-bar { margin-left:10px;}
.cont-bar h2{
	padding:0px 5px 10px 5px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:12px;
	border-bottom:1px dotted #000;
	color:#000;
	text-transform:none;
	background:url(styles/default/ico-feat.gif) no-repeat left 2px;
	padding-left:8px;
}
/*========= FOOTER =========*/

#footer {
	color: #666;
	margin:0px;
	margin-top:15px;
	padding:14px;
	background-color:#000;
	border-top: 8px solid #00aeef;
	font-size:11px;
	width:962px;
	margin:auto;
}
#footer .box {
	padding-left:6px;
	border-left:1px dotted #00aeef;
}
#footer a {
	color:#00aeef;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	color:#333;
}
#footer li {
	background: url(styles/default/ico-feat-blk.gif) no-repeat left 1px !important;
	line-height:12px;
	padding:2px 10px 2px 12px;
}
#footer .line {
	margin-top:10px;
}
/*========= MISC =========*/

.fix {
	clear:both;
	height:15px;
	margin:0 0 -1px;
	overflow:hidden;
}
.hl {
	border-bottom:2px solid #eee;
}
.hl-full {
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2 {
	border-bottom:3px solid #c0c0c0;
}
.hl3 {
	border-bottom:1px solid #eee;
}
.blog {
	width:640px !important;
	float:left;
	padding:0px;
	padding-top:10px;
	margin-top:0px;
}
.between {
	height:2px;
	margin-bottom:15px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.ac {
	text-align:center;
}
.ar {
	text-align:right;
}
.th {
	margin-top:0px;
	margin-bottom:26px;
	margin-right:10px;
	width:200px;
}
table#wp-calendar {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
table#wp-calendar a {
	color:#000000;
}
table#wp-calendar caption {
	font-weight:normal;
	font-size:0.91667em;
	line-height:1.72727em;
	text-transform:uppercase;
	letter-spacing:2px;
	background:#e5e5e5;
	border-bottom:1px dotted #000;
}
table#wp-calendar th {
	width:26px;
	font-size:0.91667em;
	line-height:1.72727em;
	background:#f2f2f2;
	border-bottom:1px dotted #000;
	text-align:center;
}
table#wp-calendar td {
	width:26px;
	line-height:1.66667em;
	color:#999;
	text-align:center;
}
table#wp-calendar td#next, table#wp-calendar td#prev {
	width:78px;
	font-size:0.83333em;
	letter-spacing:1px;
	text-transform:uppercase;
}
.cover-thumb {
	float:left;
	margin:2px;
}
/* PageNavi */

.more_entries {
	font-size:11px;
	border-top :1px dotted #666;
	padding:10px;
}
.more_entries .wp-pagenavi {
	clear:both;
	float: right;
}
.more_entries .wp-pagenavi a {
	text-decoration: none !important;
}
.more_entries .wp-pagenavi .current, .more_entries .wp-pagenavi .on, .more_entries .wp-pagenavi a:hover {
	background: #9f9f9f !important;
}
.more_entries .wp-pagenavi a, .more_entries .wp-pagenavi a:link, .more_entries .wp-pagenavi a:visited, .more_entries .wp-pagenavi .current, .more_entries .wp-pagenavi .on, .more_entries .wp-pagenavi span.pages {
	background: #EEEEEE;
	color: #666;
	padding: 4px !important;
	margin-left: 4px;
	border:1px solid #DDDDDD;
	line-height:24px;
}
.more_entries .wp-pagenavi .extend {
	background:none;
	border:none;
}
