/*
Theme Name: West Coaster
Theme URI: http://westcoastersd.com/
Description: Yo dawg, we herd u like beer.
Version: 1.0
Author: Fresh Cut
Author URI: http://freshcutsd.com/
.
Copyright 2010 westcoastersd.com. You may _not_ use this theme for your site.
.
*/

/* ! Reset */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: #17244d url(/images/body-bg.png) no-repeat top center;
}

/* ! Global */

.wc-left,
.alignleft {
	float: left;
}

.wc-right,
.alignright {
	float: right;
}

.wc-clear {
	display: block;
	float: none !important;
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
}

.aligncenter {
	float: none !important;
	margin: 0 auto !important;
	text-align: center !important;
}

.wc-nowrap {
	display: inline !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	white-space: nowrap !important;
}

/* ! Containers */

#wc-container {
	position: relative;
	width: 970px;
	margin: 0 auto;
}

#wc-content-container a,
#colorbox a {
	color: #cc8800;
	text-decoration: none;
}

#wc-content-container a:hover,
#wc-content-container a:focus {
	text-decoration: underline;
}

#wc-content-container h1, h2, h3, h4, h5, h6 {
	margin: 30px 0;
	font-weight: bold;
	color: #17204c;
	text-rendering: optimizeLegibility;
}

#wc-wufoo-hax {
	height: 30px;
}

#wc-content-container h1 {
	line-height: 1.33em;
	font-size: 3em;
}

#wc-content-container h1 span {
	padding: 0 50px 0 10px;
	border-bottom: 1px solid #c2c3cc;
}

#wc-content-container h3 {
	line-height: 1.25em;
	font-size: 2em;
}

#wc-content-container h1 a,
#wc-content-container h2 a,
#wc-content-container h3 a,
#wc-content-container h4 a,
#wc-content-container h5 a,
#wc-content-container h6 a {
	color: #17204c;
	text-decoration: none;
}

#wc-content-container h1 a:hover,
#wc-content-container h1 a:focus,
#wc-content-container h2 a:hover,
#wc-content-container h2 a:focus,
#wc-content-container h3 a:hover,
#wc-content-container h3 a:focus,
#wc-content-container h4 a:hover,
#wc-content-container h4 a:focus,
#wc-content-container h5 a:hover,
#wc-content-container h5 a:focus,
#wc-content-container h6 a:hover,
#wc-content-container h6 a:focus {
	color: #263580;
	text-decoration: underline;
}

/* ! Header */

#wc-header {
	position: relative;
	height: 175px;
	background: url(/images/header-bg.png) no-repeat bottom center;
	z-index: 10;
}

#wc-logo {
	position: absolute;
	top: 0;
	left: 5px;
	width: 480px;
	height: 30px;
	padding: 85px 0 5px 0;
	line-height: 30px;
	font-size: 1.8em;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 2px 2px #000000;
	text-rendering: optimizeLegibility;
	background: url(/images/logo.png) no-repeat center 5px;
}

#wc-latest {
	position: absolute;
	top: 0;
	right: 5px;
	width: 415px;
	height: 60px;
	padding: 30px 0 30px 65px;
	line-height: 30px;
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	background: url(/images/latest-issue.png) no-repeat 300px 0px;
}

#wc-latest span {
	letter-spacing: 0.5px;
	color: #ffaa00;
}

/* ! Menubar */

#wc-menubar {
	position: absolute;
	bottom: 5px;
	_bottom: 3px; /* IE6 */
	left: 5px;
	width: 960px;
	height: 50px;
	text-align: center;
	list-style: none;
}

#wc-menubar li {
	display: inline-block;
	*float: left;
	position: relative;
}

#wc-menubar a {
	display: block;
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
	font-size: 2em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000000;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
}

#wc-menubar a span {
	display: inline-block; /* hasLayout */
	min-height: 1px; /* hasLayout */
	_height: 1px; /* hasLayout */
	cursor: pointer; /* IE6, IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=180, strength=1)"; /* IE8, IE9 */
	*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=180, strength=1); /* IE6, IE7 */
}

#wc-menubar li:hover,
#wc-menubar a:hover,
#wc-menubar a:focus {
	background: url(/images/menubar-hover.png);
}

#wc-menubar ul {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	border: 1px solid #99701e;
	border-top: none;
	border-radius: 0 0 10px 10px;
	background: #bf8c26;
	box-shadow: 0 2px 2px hsla(0, 0%, 0%, .25);
}

#wc-menubar li:hover ul,
#wc-menubar ul li,
#wc-menubar ul li span {
	display: block;
}

#wc-menubar ul li {
	*width: 100%;
	border-top: 1px solid #8d671c;
}

#wc-menubar ul li a {
	display: block;
	*width: 100%;
}

#wc-menubar ul li span {
	white-space: nowrap;
}

#wc-menubar ul li:last-of-type,
#wc-menubar ul li:last-of-type * {
	border-radius: 0 0 10px 10px;
}

/* ! Content */

#wc-content-container {
	position: relative;
	width: 100%;
	margin: -5px 0 0 0;
	background: url(/images/content-bg.png);
	z-index: 5;
}

#wc-content {
	display: inline; /* IE6, IE7 */
	position: relative;
	float: left;
	width: 650px;
	margin: 0 0 0 35px;
	z-index: 5;
}

#wc-content-container .wc-content-full {
	display: block;
	float: none;
	width: 900px;
	margin: 0 auto;
	padding: 1px 0;
}

#wc-content p,
#wc-content ul {
	margin: 30px 0;
	line-height: 1.5;
	font-size: 1.4em;
	list-style-position: inside;
}

#wc-content .wc-post {
	position: relative;
	width: 100%; /* hasLayout */
	margin: 30px 0;
	border-bottom: 1px solid #c2c3cc;
}

#wc-content .wc-post h3 {
	min-height: 1px; /* hasLayout */
	_height: 1px; /* hasLayout */
	margin: 5px 0 5px 75px;
	_margin: 0 0 5px 75px; /* IE6 */
}

#wc-content .wc-author-comments {
	min-height: 1px; /* hasLayout */
	_height: 1px; /* hasLayout */
	margin: 5px 0 5px 75px;
	line-height: 1.5;
	font-size: 1.4em;
}

#wc-content .wc-date {
	position: absolute;
	top: -10px;
	left: 0;
	width: 70px;
	height: 70px;
	font-weight: bold;
	color: #806e53;
	color: #665842\9; /* IE */
	text-indent: -2px;
	text-align: center;
	text-shadow: 0px 1px 0px #e5ceac, 0px -1px 0px hsla(0, 0%, 0%, .6);
	text-rendering: optimizeLegibility;
	background: url(/images/date-coaster.png);
	overflow: hidden;
}

#wc-content .wc-date-month {
	display: block;
	height: 20px;
	margin: 14px 0 0 0;
	line-height: 20px;
	font-size: 1.8em;
	_filter: none; /* IE6 */
}

#wc-content .wc-date-day {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 2.8em;
	_filter: none; /* IE6 */
}

#wc-content .wc-entry {
	width: 100%; /* hasLayout */
}

#wc-content .wp-caption,
#wc-content img.alignleft,
#wc-content img.alignright {
	margin: 5px 15px 15px 15px;
	border: 1px solid #997836;
	border-color: #997836 #80642d #735a28 #80642d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	background: #d9bc82; /* Opera, others */
	background: -moz-linear-gradient(top, #d9bc82 0%, #b38f47 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9bc82), color-stop(100%, #b38f47)); /* Chrome, Safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9bc82, endColorstr=#b38f47, GradientType=0)"; /* IE8, IE9 */
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9bc82, endColorstr=#b38f47, GradientType=0); /* IE6, IE7 */
	-moz-box-shadow: 0px 1px 5px hsla(0, 0%, 0%, .2);
	-webkit-box-shadow: 0px 1px 5px hsla(0, 0%, 0%, .2);
	box-shadow: 0px 1px 5px hsla(0, 0%, 0%, .2);
}

#wc-content .wp-caption.alignleft {
	margin-left: 0;
}

#wc-content .wp-caption.alignright {
	margin-right: 0;
}

#wc-content img.alignleft {
	margin-left: 0;
	padding: 5px;
}

#wc-content img.alignright {
	margin-right: 0;
	padding: 5px;
}

#wc-content .wp-caption a {
	display: block;
}

#wc-content .wp-caption img {
	margin: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 0px #ffffff;
	-webkit-box-shadow: 0px 1px 0px #ffffff;
	box-shadow: 0px 1px 0px #ffffff;
}

#wc-content .wp-caption-text,
#wc-content .wp-caption-dd,
#wc-content .wp-caption-dt span {
	display: block;
	margin: 0 5px 5px 5px;
	padding: 0 5px;
	border: 1px solid #997836;
	border-color: #997836 #80642d #735a28 #80642d;
	border-width: 1px 0 0 1px;
	line-height: 1.5;
	font-size: 1.1em;
	font-style: italic;
	color: #666666;
	background: #ffffff;
}

#wc-content .wp-caption br {
	display: none;
}

#wc-content .wc-tags {
	margin: 15px 0;
	font-size: 1.2em;
}

#wc-content .wc-share {
	width: 100%;
	min-height: 20px;
	_height: 20px; /* IE6 */
	margin: 15px 0 30px 0;
}

#wc-content .wc-share div {
	display: inline;
	float: left;
	margin: 0 25px 0 0;
}

#wc-content .wc-share iframe {
	height: 20px;
}

#wc-content .wc-share-facebook iframe {
	width: 85px;
}

#wc-content .wc-share-comment .wc-button,
#wc-content .wc-share-google-calendar .wc-button {
	font-size: 1.1em;
	padding: 3px 6px;
}

#wc-content .more-link {
	margin: 0 0 0 5px;
}

/* ! Load More Button */

#wc-load-more-posts {
	margin: 30px 0;
	font-size: 2em;
}

#wc-load-more-posts {
	margin: 30px 0;
	font-size: 2em;
}

#wc-load-more-posts .wc-button {
	margin: 0 25px 0 0;
	padding: 10px;
}

/* ! Comments */

#wc-content .commentlist {
	width: 100%; /* hasLayout */
	margin: 30px 0;
	list-style-type: none;
}

#wc-content .commentlist ul {
	font-size: 1em;
}

#wc-content .commentlist li {
	min-height: 1px; /* hasLayout */
	_height: 1px; /* hasLayout */
	margin: 30px 0;
}

#wc-content .commentlist li.depth-2 {
	padding: 0 0 0 30px;
}

#wc-content .commentlist li.depth-3 {
	padding: 0 0 0 60px;
}

#wc-content .commentlist li.depth-4 {
	padding: 0 0 0 90px;
}

#wc-content .commentlist li.depth-5 {
	padding: 0 0 0 120px;
}

#wc-content .comment-body {
	width: 100%; /* hasLayout */
}

#wc-content .wc-comment-poster {
	display: inline; /* IE6, IE7 */
	float: left;
	width: 100px;
	margin: 0 30px 0 0;
	line-height: 1.25;
	font-size: 1.2em;
	text-align: right;
}

#wc-content .comment-author {
	color: #666666;
}

#wc-content .comment-author cite {
	display: block;
}

#wc-content .avatar {
	display: inline-block;
	margin: 0 0 10px 0;
}

#wc-content .comment-meta {
	margin: 10px 0 0 0;
	color: #999999;
}

#wc-content .wc-comment-content {
	min-height: 1px; /* hasLayout */
	_height: 1px; /* hasLayout */
}

#wc-content .wc-comment-content p {
	margin: 0 0 20px 0;
	color: #595959;
}

#wc-content .reply {
	font-size: 1.2em;
}

#respnd {
	width: 100%; /* hasLayout */
	margin: 30px 0;
}

/* ! Sidebar */

#wc-sidebar {
	display: inline; /* IE6, IE7 */
	position: relative;
	float: right;
	width: 220px;
	margin: 0 35px 0 0;
	_overflow-x: hidden; /* IE6 */
	z-index: 5;
}

#wc-your-ad-here {
	display: block;
	margin: 25px 0 25px -5px;
}

#wc-sidebar .wc-sidebar-ad {
	display: block;
	margin: 30px 0;
}

#wc-subscribe {
	position: relative;
	min-height: 1px; /* hasLayout */
	_height: 1px; /* hasLayout */
	margin: 25px 0 30px 0;
	border: 1px solid #cccccc;
	border-color: #cccccc #bfbfbf #b3b3b3 #bfbfbf;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fafafa; /* Opera, others */
	background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #E5E5E5)); /* Chrome, Safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#e5e5e5, GradientType=0)"; /* IE8, IE9 */
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#e5e5e5, GradientType=0); /* IE6, IE7 */
	-moz-box-shadow: 0px 1px 2px hsla(0, 0%, 0%, .15); /* FF3.5 */
	-webkit-box-shadow: 0px 1px 2px hsla(0, 0%, 0%, .15); /* Chrome, Safari */
	box-shadow: 0px 1px 2px hsla(0, 0%, 0%, .15); /* IE9, FF4, Opera */
}

#wc-subscribe-social {
	height: 51px;
	text-align: center;
	background: url(/images/subscribe-sep.png) no-repeat bottom center;
}

#wc-subscribe-social a {
	display: inline-block;
	width: 42px;
	height: 42px;
	margin: 4px 3px;
	text-indent: -9999em;
	*text-indent: 0; /* IE6, IE7 */
	background-image: url(/images/social-sprite.png);
	overflow: hidden;
}

#wc-subscribe-social a span {
	*text-indent: -9999em; /* IE6, IE7 */
}


#wc-subscribe-twitter {
	background-position: 0px 0px;
}

#wc-subscribe-facebook {
	background-position: -40px 0px;
}

#wc-subscribe-rss {
	background-position: -80px 0px;
}

#wc-subscribe-email {
	background-position: -120px 0px;
}

#wc-subscribe-form {
	height: 30px;
	margin: -1px 0 0 0;
	padding: 10px;
}

#wc-subscribe-form #wc-subscribe-input {
	float: left;
	width: 50%;
	height: 30px;
	overflow: hidden;
}

#wc-subscribe-form #wc-subscribe-input div {
	width: 95px;
	height: 28px;
	border: 1px solid #999999;
	border-color: #999999 #d9d9d9 #cdcdcd #999999;
	background: #ffffff;
}

#wc-subscribe-form #wc-subscribe-input input {
	display: block;
	position: relative;
	*top: -1px; /* IE6, IE7 */
	max-width: 88px;
	_width: 88px; /* IE6 */
	height: 26px;
	_height: 24px; /* IE6 */
	padding: 0 0 0 5px;
	border: 1px solid #999999;
	border-color: #d9d9d9 #ffffff #ffffff #d9d9d9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 26px;
	font-style: italic;
	color: #666666;
	-webkit-appearance: none;
}

/* Webkit INPUT Hax */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#wc-subscribe-form #wc-subscribe-input input {
		left: -2px;
	}
	
}

#wc-subscribe-form #wc-subscribe-button {
	float: right;
	width: 50%;
	height: 30px;
	text-align: right;
	overflow: hidden;
}

#wc-subscribe-form #wc-subscribe-button .wc-button {
	display: inline-block;
	width: 90px;
	height: 27px;
	padding: 0;
	line-height: 28px;
	font-size: 1.6em;
	text-align: center;
}

#wc-search {
	height: 30px;
	margin: 30px 0;
}

#wc-search #wc-search-input {
	float: left;
	width: 140px;
	height: 30px;
	overflow: hidden;
}

#wc-search #wc-search-input div {
	width: 138px;
	height: 28px;
	border: 1px solid #999999;
	border-color: #999999 #d9d9d9 #cdcdcd #999999;
	background: #ffffff;
}

#wc-search #wc-search-input input {
	display: block;
	position: relative;
	*top: -1px; /* IE6, IE7 */
	max-width: 131px;
	_width: 131px; /* IE6 */
	height: 26px;
	_height: 24px; /* IE6 */
	padding: 0 0 0 5px;
	border: 1px solid #999999;
	border-color: #d9d9d9 #ffffff #ffffff #d9d9d9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 26px;
	font-style: italic;
	color: #666666;
	-webkit-appearance: none;
}

/* Webkit INPUT Hax */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#wc-search #wc-search-input input {
		left: -2px;
	}
	
}

#wc-search #wc-search-button {
	float: right;
	width: 70px;
	height: 30px;
	text-align: right;
	overflow: hidden;
}

#wc-search #wc-search-button .wc-button {
	display: inline-block;
	width: 68px;
	height: 27px;
	padding: 0;
	line-height: 28px;
	font-size: 1.6em;
	text-align: center;
}

#wc-sidebar .wc-sidebar-section {
	width: 100%; /* hasLayout */
	margin: 30px 0;
}

#wc-sidebar .wc-sidebar-section h6 {
	min-height: 1px; /* hasLayout */
	_height: 1px; /* hasLayout */
	margin: 15px 0;
	*padding: 0 0 1px 0; /* IE6, IE7 */
	line-height: 1.25;
	font-size: 2em;
}

#wc-sidebar .wc-sidebar-section h6 span {
	padding: 0 40px 0 10px;
	border-bottom: 1px solid #c2c3cc;
}

#wc-sidebar .wc-sidebar-section ul {
	min-height: 1px; /* hasLayout */
	_height: 1px; /* hasLayout */
	margin: 15px 0;
	line-height: 1.25;
	font-size: 1.2em;
	color: #666666;
	list-style-type: none;
}

#wc-sidebar .wc-sidebar-section ul li {
	margin: 10px 0;
	padding: 0 0 0 25px;
	background: url(/images/bullet.png) no-repeat 10px 0.45em;
}

#wc-sidebar #wc-upcoming-events ul li {
	padding: 0 0 0 10px;
	background: none;
}

#wc-sidebar #wc-upcoming-events ul li a {
	display: block;
}

#wc-sidebar #wc-upcoming-events .wc-date {
	float: left;
	width: 75px;
	font-weight: bold;
	text-transform: uppercase;
}

#wc-sidebar #wc-upcoming-events .wc-date span {
	display: block;
}

#wc-sidebar #wc-upcoming-events .wc-date-weekday-long {
	line-height: 1.4;
	font-size: 0.9em;
}

#wc-sidebar #wc-upcoming-events .wc-event {
	float: right;
	width: 130px;
	color: #666666;
}

#wc-sidebar #wc-upcoming-events a:hover .wc-event,
#wc-sidebar #wc-upcoming-events a:focus .wc-event {
	color: #cc8800;
}

#wc-sidebar #wc-latest-tweets {
	margin-top: -30px;
	padding: 30px 0 0 0;
	background: url(/images/twitter-bird.png) no-repeat 145px 24px;
}

#wc-sidebar #wc-latest-tweets h6 {
	margin-top: 0;
}

#wc-like-box {
	/*display: none\9; /* IE6, IE7, IE8 (Facebook sucks...) */
}

#wc-tag-cloud div,
#wc-like-box div {
	width: 100%; /* hasLayout */
}

/* ! Footer */

#wc-footer {
	position: relative;
	min-height: 125px;
	_height: 125px; /* IE6 */
	margin: -10px 0 0 0;
	padding: 10px 0 0 0;
	line-height: 1.5;
	font-size: 1.2em;
	color: #ffffff;
	background: url(/images/footer-bg.png) no-repeat;
	z-index: 5;
}

#wc-footer .wc-left {
	display: inline; /* IE6, IE7 */
	width: 365px;
	margin: 30px 0 30px 20px;
}

#wc-footer .wc-right {
	display: inline; /* IE6, IE7 */
	width: 365px;
	margin: 30px 20px 30px 0;
	text-align: right
}

#wc-footer .wc-right a {
	color: #ffffff;
	text-decoration: none;
}

#wc-footer .wc-right a:hover,
#wc-footer .wc-right a:focus {
	color: #ffaa00;
}

#wc-footer .wc-right p {
	margin: 1.5em 0 0 0;
}

/* ! 404 Search Form */

#wc-search-404 div {
	float: left;
	width: 260px;
	height: 30px;
	overflow: hidden;
}

#wc-search-404 #wc-search-404-input div {
	width: 248px;
	height: 28px;
	border: 1px solid #999999;
	border-color: #999999 #d9d9d9 #cdcdcd #999999;
	background: #ffffff;
}

#wc-search-404 #wc-search-404-input input {
	display: block;
	position: relative;
	*top: -1px; /* IE6, IE7 */
	width: 241px;
	height: 26px;
	_height: 24px; /* IE6 */
	padding: 0 0 0 5px;
	border: 1px solid #999999;
	border-color: #d9d9d9 #ffffff #ffffff #d9d9d9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 26px;
	font-style: italic;
	color: #666666;
	-webkit-appearance: none;
}

/* Webkit INPUT Hax */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#wc-search-404 #wc-search-404-input input {
		left: -2px;
	}
	
}

#wc-content #wc-search-404 .wc-button {
	padding: 3px 8px;
	font-size: 1.6em;
}

/* ! Subscribe Form */

#wc-subscribe-form-page div {
	float: left;
	width: 260px;
	height: 30px;
	overflow: hidden;
}

#wc-subscribe-form-page #wc-subscribe-form-page-input div {
	width: 248px;
	height: 28px;
	border: 1px solid #999999;
	border-color: #999999 #d9d9d9 #cdcdcd #999999;
	background: #ffffff;
}

#wc-subscribe-form-page #wc-subscribe-form-page-input input {
	display: block;
	position: relative;
	*top: -1px; /* IE6, IE7 */
	width: 241px;
	height: 26px;
	_height: 24px; /* IE6 */
	padding: 0 0 0 5px;
	border: 1px solid #999999;
	border-color: #d9d9d9 #ffffff #ffffff #d9d9d9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 26px;
	font-style: italic;
	color: #666666;
	-webkit-appearance: none;
}

/* Webkit INPUT Hax */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#wc-subscribe-form-page #wc-subscribe-form-page-input input {
		left: -2px;
	}
	
}

#wc-content #wc-subscribe-form-page .wc-button {
	padding: 3px 8px;
	font-size: 1.6em;
}

/* ! Single Post Page Tweaks */

#wc-content .wc-title-single {
	position: relative;
	width: 100%; /* hasLayout */
}

#wc-content h1.wc-h1-single span {
	display: inline-block;
	margin: 0 50px 0 75px;
}

#wc-content .wc-date-single {
	top: 50%;
	margin-top: -37px;
}

#wc-content .wc-post-single .wc-author-comments {
	margin: 30px 0;
}

/* ! Event Calendar */

#wc-event-calendar,
#wc-event-calendar table,
#wc-event-calendar tbody {
	width: 100%;
	border-collapse: collapse;
}

#wc-event-calendar {
	position: relative;
	margin: 30px 0;
}

#wc-event-calendar table {
	position: relative;
	top: 100px;
	margin-top: 0;
	margin-bottom: 130px;
}

#wc-event-calendar.dev table {
	top: 0;
	margin: 0;
}

#wc-event-calendar table a {
	color: #17244d;
}

#wc-event-calendar table tr:nth-child(odd) {
	background: #f2f3ff;
}

#wc-event-calendar table th {
	height: 30px;
	margin: 0;
	border: 1px solid #c2c3cc;
	line-height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background: #17244d;
}

#wc-event-calendar table td {
	position: relative;
	width: 14.25%;
	border: 1px solid #c2c3cc;
	vertical-align: top;
}

#wc-event-calendar .wc-event-calendar-day {
	position: relative;
	min-height: 100px;
	_height: 100px; /* IE6 */
	padding: 5px;
}

#wc-event-calendar .wc-active {
	background: #ffeecc;
}

#wc-event-calendar .wc-event-calendar-date {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size: 5em;
	color: #d9d9d9;
	text-align: center;
	z-index: 1;
}

#wc-event-calendar .wc-active .wc-event-calendar-date {
	color: #ccbea3;
}

#wc-event-calendar .wc-event-calendar-day h6 {
	position: absolute;
	top: 0;
	left: 0;
	_left: -1px; /* IE6 */
	width: 100%;
	_width: 92px; /* IE6 */
	height: 20px;
	margin: 0;
	line-height: 20px;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background: #17244d;
	z-index: 2;
}

#wc-event-calendar .wc-event-calendar-day ul {
	position: relative;
	padding: 0 0 0 5px;
	line-height: 1.25;
	font-size: 1.1em;
	z-index: 3;
}

#wc-event-calendar .wc-event-calendar-day ul li {
	margin: 5px 0 0 0;
}

#wc-event-calendar .wc-event-hidden {
	display: none;
}

#wc-event-calendar .wc-event-more {
	display: block;
	margin: 10px 5px 5px 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

#wc-event-calendar-ad {
	position: absolute;
	top: 0;
	right: 0;
}

#wc-event-calendar-ad-alliant {
	float: right;
	margin: -10px 0 20px 0;
}

#wc-event-calendar-ad-taphunter {
	position: absolute;
	top: 120px;
	left: 0;
	width: 300px;
	height: 250px;
	border: 1px solid #cc8800;
	overflow: hidden;
}

#wc-event-calendar-ad-taphunter-body {
	position: absolute;
	top: 0;
	left: 0;
	width: 330px;
	height: 280px;
	overflow: hidden;
}

#wc-event-calendar-ad-taphunter iframe {
	width: 100% !important;
	height: 100% !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

/* ! Event Calendar Ajax Tweaks */

#wc-event-ajax {
	background: #ffffff;
}

#wc-event-ajax #wc-container {
	width: auto;
	padding: 0 30px;
}

#wc-event-ajax #wc-content-container {
	background: #ffffff;
}

#wc-event-ajax #wc-content-container #wc-content {
	width: 100%;
}

/* ! C-Biz */

#colorbox ul.wc-more-events-list {
	margin: 20px 30px 0 30px;
	line-height: 1.5;
	font-size: 1.2em;
}

#colorbox ul.wc-more-events-list li {
	margin: 5px 0 0 0;
}

/* ! Event Search */

#wc-event-search-form {
	margin: 30px 0;
}

.dev #wc-event-search-form {
	float: right;
	min-width: 390px;
	margin: 0;
}

#wc-event-search-form div {
	float: left;
	width: 260px;
	height: 30px;
	overflow: hidden;
}

#wc-event-search-form #wc-event-search-form-input div {
	width: 248px;
	height: 28px;
	border: 1px solid #999999;
	border-color: #999999 #d9d9d9 #cdcdcd #999999;
	background: #ffffff;
}

#wc-event-search-form #wc-event-search-form-input input {
	display: block;
	position: relative;
	*top: -1px; /* IE6, IE7 */
	width: 241px;
	height: 26px;
	_height: 24px; /* IE6 */
	padding: 0 0 0 5px;
	border: 1px solid #999999;
	border-color: #d9d9d9 #ffffff #ffffff #d9d9d9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 26px;
	font-style: italic;
	color: #666666;
	-webkit-appearance: none;
}

/* Webkit INPUT Hax */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	#wc-event-search-form #wc-event-search-form-input input {
		left: -2px;
	}
	
}

#wc-content #wc-event-search-form .wc-button {
	padding: 3px 8px;
	font-size: 1.6em;
}

#wc-content #wc-event-search-results h3 {
	margin: 5px 0 40px 75px;
}

/* ! Directory */

#wc-directory-left {
	display: inline;
	float: left;
	width: 205px;
	margin: 0 -1px 30px -1px;
}

#wc-directory-filters,
#wc-directory-key {
	min-height: 1px; /* hasLayout */
	_height: 1px; /* hasLayout */
	padding: 0 15px;
	border: 1px solid #c2c3cc;
	font-size: 1.4em;
	text-align: center;
}

#wc-directory-filters select {
	margin: 15px 0 10px 0;
}

.wc-directory-checkboxes {
	text-align: left;
}

.wc-directory-checkbox {
	line-height: 2;
}

.wc-directory-checkbox input {
	vertical-align: middle;
}

#wc-directory-filters button.wc-htmlbutton {
	margin: 10px 0 15px 0;
}

#wc-directory-filters .wc-button {
	font-size: 1.4em;
	font-weight: bold;
}

#wc-directory-key {
	margin-top: 30px;
}

#wc-directory-key h2 {
	margin: 10px 0;
	font-size: 1.2em;
}

#wc-directory-key ul {
	margin: 5px 0;
	font-size: 0.85em;
	text-align: left;
	list-style-type: none;
}

#wc-directory-key ul li {
	line-height: 35px;
}

#wc-directory-key ul li span {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	text-align: center;
}

#wc-directory-key ul li span img {
	vertical-align: middle;
}

#wc-directory-map {
	display: inline;
	float: right;
	width: 665px;
	height: 500px;
	margin: 0 -1px 30px -1px;
	border: 1px solid #c2c3cc;
}

#wc-directory-map .wc-directory-infowindow h3,
#wc-dawg-map .wc-directory-infowindow h3 {
	max-width: 200px;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#wc-directory-map .wc-directory-infowindow p,
#wc-dawg-map .wc-directory-infowindow p {
	margin: 10px 0 0 0;
	font-size: 1.2em;
}

/* ! Archive */

#wc-archive-tags {
	margin: 30px 0;
	line-height: 1.5;
}

#wc-archive-tags a {
	margin: 0 10px;
}

/* ! Buttons */

/* Base Button */

#wc-content-container .wc-button {
	display: inline-block;
	position: relative;
	padding: 6px 8px;
	border: 1px solid #cccccc;
	border-color: #cccccc #bfbfbf #b3b3b3 #bfbfbf;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 1.2;
	font-weight: bold;
	color: #595959;
	white-space: nowrap;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	background: #fafafa; /* Opera, others */
	background: -moz-linear-gradient(top, #fafafa 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #E5E5E5)); /* Chrome, Safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#e5e5e5, GradientType=0)"; /* IE8, IE9 */
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#e5e5e5, GradientType=0); /* IE6, IE7 */
	-moz-box-shadow: 0px 1px 2px hsla(0, 0%, 0%, .15); /* FF3.5 */
	-webkit-box-shadow: 0px 1px 2px hsla(0, 0%, 0%, .15); /* Chrome, Safari */
	box-shadow: 0px 1px 2px hsla(0, 0%, 0%, .15); /* IE9, FF4, Opera */
	vertical-align: top;
	outline: none;
}

#wc-content-container .wc-button span {
	display: inline-block; /* hasLayout */
	min-height: 1px; /* hasLayout */
	_height: 1px; /* hasLayout */
	cursor: pointer; /* IE6, IE7 */
	-ms-filter: none; /* IE8, IE9 */
	filter: none; /* IE6 */
}

#wc-content-container .wc-button:hover,
#wc-content-container .wc-button:focus {
	border-color: #b3b3b3;
	color: #4d4d4d;
	text-decoration: none;
	background: #fafafa;
	-ms-filter: none; /* IE8, IE9 */
	*filter: none; /* IE6, IE7 */
	-moz-box-shadow: 0px 2px 3px hsla(0, 0%, 0%, .15); /* FF3.5 */
	-webkit-box-shadow: 0px 2px 3px hsla(0, 0%, 0%, .15); /* Chrome, Safari */
	box-shadow: 0px 2px 3px hsla(0, 0%, 0%, .15); /* IE9, FF4, Opera */
}

/* Bold Button */

#wc-content-container .wc-button-bold {
	border: 1px solid #cb8800;
	border-color: #cb8800 #b27700 #9a6700 #b27700;
	color: #664400;
	text-shadow: 0px 1px 0px #ffffff;
	background: #ffc859; /* Opera, others */
	background: -moz-linear-gradient(top, #ffc859 0%, #e5a117 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc859), color-stop(100%, #e5a117)); /* Chrome, Safari */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc859, endColorstr=#e5a117, GradientType=0)"; /* IE8, IE9 */
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc859, endColorstr=#e5a117, GradientType=0); /* IE6, IE7 */
}

#wc-content-container .wc-button-bold:hover,
#wc-content-container .wc-button-bold:focus {
	border-color: #9a6700;
	color: #593c00;
	background: #ffc859;
}

/* HTML BUTTON Buttons */

#wc-content-container .wc-htmlbutton {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	background: none;
	vertical-align: top;
	cursor: pointer;
	*overflow: visible; /* IE7 */
}

#wc-content-container .wc-htmlbutton span {
	display: block;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	overflow: hidden;
	*overflow: visible; /* IE7 */
}
