/*
Theme Name: We Own This Town
Theme URI: http://www.weownthistown.net/
Description: Newness built from the ground up for We Own This Town's third iteration
Version: 3
Author: Michael Eades
Author URI: http://yewknee.com/
Tags: grey, three column, aggregation, footer

	We Own This Town v3.0

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

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

*/
body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background: #f2f2f2 url(_img/main_bg.gif) repeat-y top center;
}
a, a:visited {
	color: #dc9a06;
	text-decoration: none;
}
a:hover {
	color: #ffb000;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
#container {
	width: 960px;
	margin: 0px auto;
	background: url(_img/wott_rawk.jpg) no-repeat top center;
	min-height: 78px;
	border-top: 1px solid #999;
}
#content {
	margin-top: 90px;
	background: url(_img/col_dividers.gif) repeat-y;
}
h1 {
	display: block;
	width: 150px;
	height: 59px;
}
h1 a {
	display: block;
	width: 150px;
	height: 59px;
	background: url(_img/wott_logo.gif);
	text-indent: -9999px;
	position: relative;
	left: 11px;
	top: -30px;
	margin-bottom: -30px;
}
small {
	font-size: 9px;
	color: #999;
}
/* BASE WIDTHS */
#left {
	width: 171px;
	float: left;
}
#center {
	width: 519px;
	float: left;
}
#right {
	width: 270px;
	float: left;
}
/* FOOTER STYLES */
#footer {
	border-top: 1px solid #c9c9c9;
	background: #f5f5f5 url(_img/footer_bg.png) repeat-x top left;
	margin-top: 40px;
	min-height: 150px;
}
#footer .pad {
	padding: 15px 30px 60px 15px;
	margin-bottom: 0px;	
}
#footer h1 a {
	position: relative;
	top: 0px;
	left: 0px;
}
#footer h1 {
	float: left;
	margin-right: 60px;
	margin-bottom: 15px;
}
#footer .col {
	width: 227px;
	float: left;
}
#footer h4 {
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
#footer .col ul {
	margin-left: 1px;	
}
#footer .col ul li a:before {
	content: "\21AA \0020";
	color: #999;
}
#footer .col ul li a {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}
#footer .col ul li a:hover {
	color: #333;	
}
#footer p.disclaimer {
	margin-top: 10px;
	color: #999;
	border-top: 1px dotted #999;
	padding-top: 10px;
	font-size: 10px;
}
/* LEFT STYLES */
#left #podcast {
	padding-left: 11px;
	margin-top: -20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e5e5e5;
}
#left #podcast a img {
	width: 146px;
	height: 146px;
	border: none;
}
#left #podcast ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 8px;
}
#left #podcast ul li {
	margin-bottom: 8px;	
}
#left #podcast ul li a {
	background: url(_img/podcast_sprite.png) no-repeat 0px 0px;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#left #podcast ul li a.play:hover {
	background-position: 0px -21px;	
}
#left #podcast ul li a.play.active {
	background-position: 0px -84px;	
}
#left #podcast ul li a.play.active:hover {
	background-position: 0px -105px;	
}
#left #podcast ul li a.download {
	background-position: 0px -42px;	
}
#left #podcast ul li a.download:hover {
	background-position: 0px -63px;	
}
#left #podcast .permalinks {
	margin-left: 8px;
	margin-top: 15px;
}
#left #podcast a.detail {
	display: block;
	float: left;
	margin-right: 6px;
	background: url(_img/sml_button_sprite.png) no-repeat;
	text-align: center;
	text-transform: uppercase;
	width: 65px;
	color: #FFF;
	font-size: 10px;
}
#left #podcast a.detail:hover {
	background-position: 0px -17px;	
}
#left #syndicate ul li,
#left #pages ul li {
	border-bottom: 1px solid #e5e5e5;	
}
#left #pages ul {
	border-bottom: 2px solid #e5e5e5;	
}
#left #syndicate ul li a,
#left #pages ul li a {
	display: block;
	width: 171px;
	height: 50px;
	background: url(_img/subscribe_sprite.png) no-repeat;
	text-indent: -9999px;
}
#left #pages ul li a {
	background: url(_img/pages_sprite.png) no-repeat;	
}
#left #syndicate ul li a.news:hover {
	background-position: 0px -50px;	
}
#left #syndicate ul li a.events {
	background-position: 0px -100px;	
}
#left #syndicate ul li a.events:hover {
	background-position: 0px -150px;
}
#left #syndicate ul li a.ical {
	background-position: 0px -200px;	
}
#left #syndicate ul li a.ical:hover {
	background-position: 0px -250px;
}
#left #syndicate ul li a.podcast {
	background-position: 0px -300px;	
}
#left #syndicate ul li a.podcast:hover {
	background-position: 0px -350px;
}

#left #pages ul li a.about:hover {
	background-position: 0px -50px;	
}
#left #pages ul li a.contact {
	background-position: 0px -100px;	
}
#left #pages ul li a.contact:hover {
	background-position: 0px -150px;
}
#left h2 {
	padding-left: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #a1a1a1;
	margin-top: 10px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
#left .lynx {
	margin-left: 14px;	
	padding-right: 10px;
}
#left .lynx a {
	color: #8c8c8c;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: .2em;
	font-weight: bold;
}
#left .lynx a:hover {
	color: #ffb000;	
}
#left #flickr-ul li {
	margin-left: 12px;
}
#left #flickr-ul li img {
	width: 70px;
	height: auto;
}
#left #flickr-ul li a {
	opacity: .4;
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

#left #flickr-ul li a:hover {
	opacity: 1;	
}

#left #recentcommentsList {
	font-size: 10px;
	margin-left: 15px;
	margin-right: 5px;
}
#left #recentcommentsList li {
	margin-bottom: 12px;	
}
#left #recentcommentsList li a {
	color: #8c8c8c;
}
#left #recentcommentsList li a:hover {
	color: #ffb000;	
}
#left #recentcommentsList .recentCommentsPostTitle a {
	color: #8c8c8c;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: .2em;
	font-weight: bold;
}
#left .adBlock {
	margin-left: 25px;	
	margin-top: 40px;
}

/* RIGHT STYLES */
#right ul,
#right ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#right ul li .thedate {
	background: #fff url(_img/wott_cal_header.gif) no-repeat left bottom;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 14px 0px 10px 40px;
}
#right ul li ul li a {
	display: block;
	border-bottom: 1px dotted #e5e5e5;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #191919;
	padding: 12px 30px 12px 20px;
	line-height: 1.5em;
}
#right ul li ul li a:hover {
	background: #fbfbeb url(_img/cal_bg.png) no-repeat top;
}
#right ul li ul li.active {
	background-color: #fbfbeb;	
}
#right ul li ul li a .venue {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#right ul li ul li.nbn {
	min-height: 85px;	
}
#right ul li ul li.nbn a {
	background: url(_img/cal_bg_nbn.png) no-repeat;		
}
#right ul li ul li.nbn a:hover {
	background: #ffffef url(_img/cal_bg_nbn.png) no-repeat;	
}
#right ul li ul li.release a {
	min-height: 75px;
}
#right ul li ul li.release img {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
}
#right ul li ul li div.extra {
	font-size: 9px;
	text-transform: uppercase;
}
/* CENTER STYLES */
#center {
	
}
#center .divide {
	border-bottom: 1px solid #c9c9c9;	
}
#center #theblog {
	padding: 0px 25px;	
}
#center .thedate {
	width: 170px;	
}
#center .thedate  h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #727272;
	background-color: #e5e5e5;
	padding: 6px 10px;
	margin: 0px;
}
#center .entry {
	margin: 20px 0px 50px 10px;
}
#center .entry p {
	margin-bottom: 12px;	
}
#center .entry ul,
#center .entry ol {
	margin-left: 20px;
	margin-bottom: 12px;
	margin-top: 14px;
}
#center .entry ul li {
	margin-bottom: 12px;
}	
#center .entry ul li.downloads {
	margin-bottom: 5px;	
}
#center .entry ul li.downloads a:before {
	content: "\2192 \0020";	
	color: #999;
}
#center .entry h4 a {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	font-size: 15px;
	color: #000;
}
#center .entry h4 a:hover {
	color: #ffb000;
}
#center .entry .sub,
#center .entry .sub a{
	color: #b2b2b2;
	font-weight: bold;
	font-size: 10px;
}
#center .entry .sub  {
	padding: 4px 0px 4px 26px;
	margin-top: 5px;
	clear: both;
	background: url(_img/news_icon_sprite.png) no-repeat;
}
#center .entry .sub.nashville-cream {
	background-position: 0px -25px;	
}
#center .entry .sub.out-the-other {
	background-position: 0px -50px;	
}
#center .entry .sub.videos {
	background-position: 0px -75px;	
}
#center .entry .sub.delicious {
	background-position: 0px -100px;	
}
#center .entry .sub.theory-8 {
	background-position: 0px -125px;	
}
#center .entry .sub.the-deli-nashville {
	background-position: 0px -150px;	
}
#center .syndication_permalink {
	width: 140px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#center .syndication_permalink a {
	display: block;
	color: #FFF;
	padding: 2px 8px;
	background-color: #f19428;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#center .syndication_permalink a:hover {
	background-color: #ffa92d;	
}

#center .entry .sub a {
	text-transform: uppercase;	
}
#center .entry .sub a:hover {
	color: #7b7b7b;	
}
#center .entry .copy {
	line-height: 1.5em;	
}
#content .events-post {
	font-size: 16px;	
}
#center .entry.events .copy a {
	font-size: 16px;
	line-height: 1.5em;
}
#center .entry.events h4 {
	margin-bottom: 20px;	
}
#center .entry .permalink {
	background-color: #e0e0e0;
	color: #FFF;
	clear: both;
	padding: 2px 6px;
	font-size: 10px;
}
#center .entry .embed {
	margin-bottom: 4px;	
}
#center .entry .embed embed,
#center .entry .embed object {
	width: 455px;	
	height: 256px;
}
#center .entry .embed p {
	margin-top: 8px;	
}
#center .entry.twitter .icon {

}
#center .entry.twitter .icon a {
	width: 60px;
	height: 60px;
	float: left;
	text-indent: -9999px;
	margin-right: 10px;
	margin-top: 5px;
	background: url(_img/twitter_sprite.png) no-repeat;
}
#center .entry.twitter .icon.hartleymanages a {
	background-position: 0px -60px;	
}
#center .entry.twitter .tweet {
	width: 389px;
	margin-left: 60px;
	background: url(_img/arrow_left.png) no-repeat 0px 30px;
	padding-left: 13px;
}
#center .entry.twitter .tweet .top,
#center .entry.twitter .tweet .btm {
	background: url(_img/tweet_bg.png) no-repeat 0px 0px;
	height: 12px;
}
#center .entry.twitter .tweet .btm {
	background-position: 0px -12px;	
}
#center .entry.twitter .tweet .copy {
	font-size: 16px;	
	background-color: #f2f2f2;
	padding: 15px;
}
#center .entry .blogImg {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	text-align: center;
	padding: 19px 0px 18px 0px;
}
#center .entry .blogImgRight {
	float: right;
	margin-left: 10px;
	border: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	padding: 6px;
}
#center .entry blockquote {
	border-left: 3px solid #CCC;
	padding-left: 18px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#center #paginator {
	margin-top: 30px;	
}

#center #paginator a {
	display: block;
	float: left;
	margin-right: 6px;
	background: url(_img/lrg_button_sprite.png) no-repeat;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
	height: 17px;
	color: #FFF;
	font-size: 10px;
}
#center #paginator a:hover {
	background-position: 0px -17px;	
}
#center #paginator .alignright {
	float: right;
}

#center .comments {
	margin-top: 40px;
	border-top: 1px dotted #CCC;
	padding-top: 40px;
}
#center .comments textarea {
	width: 440px;	
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#center .comments h3 {
	margin-bottom: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}
#center .comments #respond small {
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 10px;
	color: #333;
}
#center .comments ol {
	margin-left: 0px;
	margin-bottom: 30px;
	list-style-type: none;
}
#center .comments .comment-meta a {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
}
#center ol {
	list-style-type: decimal-leading-zero;
	list-style-position:outside;
	padding-left: 12px;
}
#center .more-link {
	font-size: 10px;
	font-weight:bold;
	background-color: #F1F1F1;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 2px 5px;
	color: #999;
}
#center .more-link:hover {
	background-color: #999;
	color: #F1F1F1;
}
#center.podcasts h4 {
	margin-bottom: 10px;	
}
#center.podcasts a.download,
#center .entry.podcasts a.download {
	font-weight: bold;
	margin-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	background: url(_img/podcast_sprite.png) no-repeat 0px -42px;
}
#center.podcasts a.download:hover,
#center .entry.podcasts a.download:hover {
	background-position: 0px -63px;	
}
#center .inner .copy .blogImg {
	width: 120px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 20px;
	border: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	text-align: center;
	padding: 5px;
	float: left;
}
/* MOBILE STYLES */
#container.mobile {
	width: 318px;
}
#container.mobile #content {
	margin-top: 70px;
}	
#container.mobile #right {
	width: 318px;	
}
#container.mobile #right ul {
	width: 316px;	
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#container.mobile #right ul li ul {
	border: none;	
}
#container.mobile #right ul li ul li.nbn a {
	background: url(_img/cal_bg_nbn.png) no-repeat top right;	
	min-height: 65px;
}