/*
Theme Name: 100Monkeys
Description: 
Version: 1.6
Author: XHTML4U
Author URI: http://www.xhtml4u.com/
Tags: custom header, fixed width, two columns, widgets


  StyleSheet Index
  
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
  ---------------------------*/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
img {
	border: none;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
h1 {
	font-size: 4em;
	text-align: center;
	font-weight: bold;
	padding-top: 70px;
	margin: 0;
	color: white;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}
h2 {
	font-size: 1.9em;
	font-weight: bold;
	margin:0 0 30px 0;
}
h2, h2 a, h2 a:visited {
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	color: #06c;
	text-decoration: none;
}
h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
	margin: 30px 0 0;
}
h3, h3 a, h3 a:visited {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #06c;
	text-decoration: none;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Courier New", Courier, monospace;
	background: #000;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
#page {
	background:#000;
	color:#fff;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height: 71px;
	position:relative;
}
#header h1 {
	width:169px;
	height:37px;
	float:left;
	padding:0;
}
#header h1 a {
	width:169px;
	height:37px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
	background:url(images/logo.png) no-repeat;
}
#header h4 {
	float:right;
	padding-left:20px;
	background:url(images/icon_music.gif) 0 0 no-repeat;
	font-size: 1.1em;
	margin:40px 116px 0 0;
	display:inline;
}

#header h4 a {
	width:177px;
	height:9px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
	background:url(images/bg_jukebox.png) no-repeat;
}
#header #social_links {
	position:absolute;
	right:0px;
	bottom:18px;
}
#header #social_links a {
	float:left;
	margin-left:4px;
	display:inline;

}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:790px;
	float:right;
	font-size: 12px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.entry p a:visited {
	color: #b85b5a;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */

}
/*widecolumn style begin*/
.widecolumn {
	line-height: 1.6em;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.widecolumn .post {
	margin: 0;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn .entry p {
	font-size: 1.05em;
}
/*widecolumn style end*/
/*narrowcolumn style begin*/
.narrowcolumn {
}
.narrowcolumn .postmetadata {
	line-height:14px;
	padding-left:25px;
	background:url(images/icon_tag.png) 0 2px no-repeat;
}
.narrowcolumn .entry {
	line-height: 1.4em;
}

/*narrowcolumn style end*/
p img {
	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;
}
.post {
	margin: 0 0 40px;
}
hr {
	display: none;
}
.post hr {
	display: block;
}
.postmetadata ul, .postmetadata li {
	display: inline;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
	font: 0.9em;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
cite {
	text-decoration: none;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
.commentlist {
	padding: 0;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.children {
	padding: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
}
code {
	font: 1.1em;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}
span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	color: #777;
}
small {
	padding-bottom:20px;
	display:block;
	font-size:1.2em;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.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;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
#home_banner {
	width:790px;
	position:relative;
}

#home_banner h1 {
	width:790px;
	height:80px;
	text-indent:-9999px;
	background:url(images/heading_homepage.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
}
#content_inner {
	width:710px;
	padding:25px 40px;
	color:#000;
	background:#fff;
	overflow:hidden;
}
#content_inner.twocolumn {
	background:#fff url(images/bg_contentinner.png) left repeat-y;
}
#content_inner a {
	color:#000;
}
#content_inner a:hover {
	color:#000;
	text-decoration:underline;
}
#content_inner_bottom {
	width:790px;
	height:10px;
	background:url(images/bg_contentbottominner.png) no-repeat;
}
.discography {
	width:704px;
	padding:0 6px 6px 0;
	background:url(images/icon_dots2.png) top left;
	margin-bottom:40px;
}
.discography_inner {
	width:100%;
	overflow:hidden;
	background:#fff;
	padding-bottom:12px;
	position:relative;
}
.album_image {
	padding:12px;
	float:left;
	background:url(images/icon_dots.png) top left;
}
.album_info {
	width:442px;
	float:right;
	padding:0 30px 0 0;
}
.album_info h2 {
	margin-bottom:14px;
}
.album_info h4 {
	margin-bottom:20px;
	font-size:12px;
}
.album_info p {
	line-height:18px;
}
.album_link {
	width:440px;
	font-size:1.5em;
	font-weight:bold;
	position:absolute;
	bottom:12px;
	left:230px;
}
#maincontent {
	width:450px;
	float:left;
}
#maincontent h2 {
	margin-bottom:10px;
	font-size:2.2em;
}
.entry p {
	margin-bottom:10px;
}
#maincontent .navigation {
	padding-top:20px;
	font-size:1.3em;
	font-weight:bold;
}
.page_desc {
	font-size:1.5em;
	line-height:1.4em;
	margin-bottom:50px;
}
.monkeys {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}
.monkeys img {
	float:left;
}
.monkeys_info {
	width:450px;
	float:right;
	margin-right:25px;
	display:inline;
}
.monkeys_info h2 {
	margin-bottom:10px;
}
.monkeys_info p {
	line-height:18px;
}
.more_monkeys {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	padding-top:30px;
	background:url(images/icon_dots3.png) top repeat-x;
}
.more_monkeys h2 {
	float:left;
}
.more_monkeys_inner {
	width:450px;
	float:right;
	margin-right:25px;
	display:inline;
}
.more_monkeys_inner p {
	margin-bottom:10px;
	line-height:23px;
}
.more_monkeys_inner p span {
	font-weight:bold;
}
.wpcf7 form p {
	margin-bottom:20px;
}
.wpcf7 form p label {
	font-size:13px;
}
.wpcf7 form p label span {
	color:#ff0000;
}
.wpcf7 form p input {
	width:312px;
	height:22px;
	padding:3px 0 0 3px;
	line-height:25px;
	border:1px solid #000;
	margin-top:3px;
}
.wpcf7 form p select {
	width:292px;
	padding:3px 0;
	border:1px solid #000;
}
.wpcf7 form p textarea {
	width:315px;
	height:75px;
	line-height:22px;
	border:1px solid #000;
	margin-top:3px;
}
.entry .ngg-albumoverview {
	width:710px;
	overflow:hidden;
	padding:0;
}
.entry .ngg-album {
	width:214px;
	float:left;
	margin:0 13px 26px 0;
	display:inline;
	
	border:0;
	padding:0;
}
.entry .ngg-albumtitle {
	margin:0 0 5px;
}
.entry .ngg-ablumcount {
	padding:0 0 10px 0;
}
.entry .ngg-albumcontent {
	width:214px;
	height:214px;
	display: table; _position: relative; overflow: hidden;
	background:url(images/bg_ngg-album.png) no-repeat;
}
.entry .ngg-thumbnail {
	float:none;
	text-align:center;
	padding:0;
	margin:0;
	_position: absolute; _top: 50%; display: table-cell; vertical-align: middle;
}
.entry .ngg-thumbnail a {
	display:block;
	_position: relative; _top: -50%;
	text-align:center;
}
.entry .ngg-thumbnail img {
	padding:0;
	margin:0 auto;
	border:0;
}
.entry .ngg-description {
	padding:8px 0 0 15px;
}
.entry .ngg-galleryoverview {
	width:710px;
	overflow:hidden;
	padding:0px;
}
.entry .ngg-gallery-thumbnail-box {
	width:177px;
	height:190px;
	float:left;
	margin:0;
	border:0;
	padding:0;
	display: table; _position: relative; overflow: hidden;
}
.entry .ngg-gallery-thumbnail {
	text-align:center;
	float:none;
	width:163px;
	margin:0 4px;
	_position: absolute; _top: 50%; display: table-cell; vertical-align: middle;
}
.entry .ngg-gallery-thumbnail a {
	display:block;
	_position: relative; _top: -50%;
	text-align:center;
}
.entry .ngg-gallery-thumbnail img {
	padding:0 5px 5px 0;
	margin:0 auto;
	border:0;
	background:url(images/icon_dots.png) right bottom;
	
}
#sidebar_right_category {
	margin-bottom:30px;
}
#sidebar_right_category #cat {
	width:180px;
}
#album_info {
	position:relative;
}
#album_image {
	position:absolute;
	top:0;
	left:0;
	padding:12px;
	background:url(images/icon_dots.png) top left;
}
#album_information {
	width:100%;
	overflow:hidden;
	min-height:195px;
	padding-bottom:10px;
}
.album-image {
	position:absolute;
	top:0;
	left:0;
	padding:12px;
	background:url(images/icon_dots.png) top left;
}
.ablum-date {
	margin-bottom:10px;
}
.album-track {
	width:480px;
	float:right;
}
.album-track .buy {
	width:40px;
	float:left;
	text-align:right;
}
.meta_widget_header {
	display:none;
}
#album_info h3 {
	font-size:16px;
	text-transform:uppercase;
	padding-left:230px;
}
.meta_release-date_ul {
	padding-left:230px;
	font-size:11px;
}
.meta_tracks_ul {
	width:490px;
	overflow:hidden;
	padding:12px 0 20px 230px;
}
.meta_tracks_ul a {
	display:block;
	float:left;
	text-align:right;
	width:455px;
	height:16px;
	line-height:16px;
	margin-bottom:4px;
	padding:0 0 0 25px;
	overflow:hidden;
	cursor:pointer;
	background:url(images/icon_arrow.png) top left no-repeat;
}
.meta_tracks_ul a:hover {
	background:url(images/icon_arrow.png) bottom left no-repeat;
}
.meta_tracks_ul a span {
	float:left;
}
.meta_buy-link_ul {
	padding:0 0 30px 230px;
	width:230px;
	height:22px;
	float:left;
}
.meta_monkeymart-link_ul {
	width:250px;
	height:22px;
	float:right;
}
.meta_monkeymart-link_ul a {
	width:154px;
	height:22px;
	float:right;
	background:url(images/btn_buyfrommonkeymart.png) no-repeat;
	text-indent:-9999px;
}
.meta_notes_ul {
	width:480px;
	min-height:40px;
	clear:both;
	padding:10px 0 0 230px;
	background:url(images/bg_notes.png) no-repeat;
}
.meta_press_ul {
	padding:10px 0 0 230px;
	min-height:40px;
	background:url(images/bg_press.png) no-repeat;
	margin-top:25px;
}
.meta_liner-notes_ul {
	padding:10px 0 0 230px;
	margin-top:25px;
	min-height:40px;
	background:url(images/bg_linernotes.png) no-repeat;
}
#home_bottom {
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
#recent_posts {
	width:349px;
	float:left;
}
#recent_posts h2 {
	margin-bottom:15px;
}
#recent_posts h4 {
	font-size:14px;
	margin:0 0 5px 15px;
	padding:0;
}
#recent_posts h4 a {
	color:#fff;
}
#recent_posts .post {
	margin-bottom:16px;
}
#recent_posts h5 {
	margin-top:30px;
	font-size:16px;
}
#heading_news {
	width:349px;
	height:30px;
	text-indent:-9999px;
	background:url(images/heading_news.png) no-repeat;
}
#home_bottomright {
	width:432px;
	float:right;
}
#home_bottomright .box {
	width:186px;
	float:left;
	margin-left:30px;
	display:inline;
}
#home_bottomright .box h2 {
	width:186px;
	height:26px;
	text-indent:-9999px;
}
#heading_liveshows {
	background:url(images/heading_liveshows.png) no-repeat;
}
#heading_monkeymart {
	background:url(images/heading_monkeymart.png) no-repeat;
}
.ngg-galleryoverview .top {
	width:710px;
	overflow:hidden;
	padding-bottom:10px;
	background:url(images/bg_pagination.png) bottom repeat-x;
}
.ngg-galleryoverview .top h3 {
	margin-top:10px;
	width:350px;
	float:left;
	font-size:19px;
}
.ngg-galleryoverview .top .ngg-navigation {
	width:350px;
	float:right;
	padding-top:0px;
	background:none;
}
.ngg-galleryoverview .bottom {
	width:710px;
	overflow:hidden;
	padding-top:10px;
	background:url(images/bg_pagination.png) top repeat-x;
}
.ngg-galleryoverview .bottom .ngg-navigation {
	width:350px;
	float:right;
	background:none;
	padding-top:0;
}
#upcoming_shows {
	margin-bottom:30px;
}
#upcoming_shows strong {
	display:block;
	font-size:11px;
}
#upcoming_shows a {
	display:block;
	padding-left:10px;
	margin-bottom:8px;
	background:url(images/icon_arrow2.png) 0 4px no-repeat;
}
#sidebar_right h2.widgettitle {
	font-size:18px;
	margin:0 0 10px;
}
.dottedline {
	width:710px;
	height:10px;
	clear:both;
	background:url(images/bg_dottedline.png) no-repeat;
}
.entry div.wpcf7 {
	margin-bottom:50px;
}
.sidebar_contact {
	padding-top:60px;
}
.sidebar_contact .widget {
	margin-bottom:40px;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/

#sidebar {
	padding: 0 40px 10px 2px;
	width: 168px;
	float:left;
}
#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
}
#sidebar ul {
	margin-left:5px;
}
#sidebar ul ul {
	margin-left:0;
}
#searchform {
}
#sidebar form input {
	font-family:"Courier New", Courier, monospace;
}
#sidebar form input#searchsubmit {
	text-transform:uppercase;
}
#sidebar #searchform #s {
}
#sidebar #searchsubmit {
}
.widget_meta {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
strike {
	color: #777;
}
#sidebar ul li {
	margin-bottom: 2px;
}
#sidebar ul#leftnav {
	margin-bottom:30px;
	margin-left:0;
}
#sidebar ul#leftnav li {
	margin-bottom:6px;
}
#sidebar ul#leftnav li a {
	width:168px;
	height:22px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
}
#sidebar ul#leftnav li.page-item-159 a {
	background:url(images/nav1.png) top no-repeat;
}
#sidebar ul#leftnav li.page-item-159 a:hover,
#sidebar ul#leftnav li.page-item-159.current_page_item a,
#sidebar ul#leftnav li.page-item-159.current_page_parent a {
	background:url(images/nav1.png) bottom no-repeat;
}
#sidebar ul#leftnav li.page-item-12 a {
	background:url(images/nav2.png) top no-repeat;
}
#sidebar ul#leftnav li.page-item-12 a:hover,
#sidebar ul#leftnav li.page-item-12.current_page_item a,
#sidebar ul#leftnav li.page-item-12.current_page_parent a {
	background:url(images/nav2.png) bottom no-repeat;
}
#sidebar ul#leftnav li.page-item-161 a {
	background:url(images/nav3.png) top no-repeat;
}
#sidebar ul#leftnav li.page-item-161 a:hover,
#sidebar ul#leftnav li.page-item-161.current_page_item a,
#sidebar ul#leftnav li.page-item-161.current_page_parent a {
	background:url(images/nav3.png) bottom no-repeat;
}
#sidebar ul#leftnav li.page-item-162 a {
	background:url(images/nav4.png) top no-repeat;
}
#sidebar ul#leftnav li.page-item-162 a:hover,
#sidebar ul#leftnav li.page-item-162.current_page_item a,
#sidebar ul#leftnav li.page-item-162.current_page_parent a {
	background:url(images/nav4.png) bottom no-repeat;
}
#sidebar ul#leftnav li.nav5 a {
	background:url(images/nav5.png) top no-repeat;
}
#sidebar ul#leftnav li.nav5 a:hover {
	background:url(images/nav5.png) bottom no-repeat;
}
#sidebar ul#leftnav li.page-item-7 a {
	background:url(images/nav6.png) top no-repeat;
}
#sidebar ul#leftnav li.page-item-7 a:hover,
#sidebar ul#leftnav li.page-item-7.current_page_item a,
#sidebar ul#leftnav li.page-item-7.current_page_parent a {
	background:url(images/nav6.png) bottom no-repeat;
}
#sidebar ul#leftnav li.page-item-26 a {
	background:url(images/nav7.png) top no-repeat;
}
#sidebar ul#leftnav li.page-item-26 a:hover,
#sidebar ul#leftnav li.page-item-26.current_page_item a,
#sidebar ul#leftnav li.page-item-26.current_page_parent a {
	background:url(images/nav7.png) bottom no-repeat;
}
#sidebar ul#leftnav li.page-item-281 a {
	background:url(images/nav8.png) top no-repeat;
}
#sidebar ul#leftnav li.page-item-281 a:hover,
#sidebar ul#leftnav li.page-item-281.current_page_item a,
#sidebar ul#leftnav li.page-item-281.current_page_parent a {
	background:url(images/nav8.png) bottom no-repeat;
}
#sidebar ul#leftnav li.page-item-680 a {
	background:url(images/nav9.png) top no-repeat;
}
#sidebar ul#leftnav li.page-item-680 a:hover,
#sidebar ul#leftnav li.page-item-680.current_page_item a,
#sidebar ul#leftnav li.page-item-680.current_page_parent a {
	background:url(images/nav9.png) bottom no-repeat;
}
#sidebar #meta {
	margin-bottom:10px;
}
#sidebar #meta ul {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
	border-bottom:4px solid #fff;
}
#sidebar #meta li {
	float:left;
	text-transform:uppercase;
	padding-right:3px;
	margin-bottom:0;
	font-size:9px;
	line-height:16px;
}
a.link_checkout:hover {
	text-decoration:none;
}
#sidebar #meta li img {
	vertical-align:middle;
}
#sidebar h2.widgettitle {
	color:#fff;
}
#sidebar #list_email {
	border:1px solid #fff;
	background:#000;
	padding:1px 5px 3px;
	color:#fff;
	width:150px;
}
#sidebar #list_button {
	background:#000;
	color:#fff;
	border:0;
	float:right;
	cursor:pointer;
}
#sidebar #email_list {
	width:100%;
	overflow:hidden;
	font-size:10px;
	margin-bottom:12px;
}
#sidebar #searchform {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
#sidebar #searchform .hidden {
	display:block;
	text-transform:uppercase;
	font-weight:bold; 
	font-size:12px;
	padding-top:12px;
	background:url(images/icon_dotted.png) top repeat-x;
}
#sidebar .sharethis_wrap {
	padding-top:12px;
	background:url(images/icon_dotted.png) top repeat-x;
}
#sidebar .widget_search {
	padding-top:12px;
	background:url(images/icon_dotted.png) top repeat-x;
}
#sidebar #searchform #s {
	border:1px solid #fff;
	background:#000;
	padding:1px 5px 3px;
	color:#fff;
	width:150px;
}
#sidebar #searchform #searchsubmit {
	background:#000;
	color:#fff;
	border:0;
	float:right;
	cursor:pointer;
}
select {
	width: 130px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#commentform p {
	margin: 5px 0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
	font: 0.9em;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	text-decoration: none;
	font: bold 1.3em;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */		
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.alt {
	margin: 0;
	padding: 10px;
	border-left: 1px solid #ddd;
}
.even {
	border-left: 1px solid #ddd;
}

#sidebar_right {
	width:190px;
	float:right;
}
#sidebar_right form {
	width:100%;
	overflow:hidden;
}
#google_connect {
	margin-bottom:40px;
}


.widget_meta ul {
	width:100%;
	overflow:hidden;
	border-bottom:4px solid #ffffff;
	padding-bottom:5px;
	margin-bottom:15px;
}
.widget_meta h2 {
	display:none;
}
.widget_meta ul li {
	float:left;
	padding-right:3px;
}
.widget_meta ul li img {
	vertical-align:middle;
}


/* *************************** 
   $6 Footer Styles
   ***************************/

#footer {
	width:1000px;
	float:left;
	padding:20px 0;
	font-family:Arial, Helvetica, sans-serif;
}
#footer_inner {
	width:790px;
	float:right;
	border-top:1px dotted;
	font-size:9px;
	padding-top:8px;
}
#footer a:hover {
	text-decoration:none;
}