* {
	margin: 0;
	padding: 0;
}
body {
	font:12px Tahoma, Arial, sans-serif;
	color:#000;
	background-color:#222;
	margin:0;
	height: 100%;
}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
img {
	border:0;
}
p {
	margin:9px 0 3px;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
table {
	border-collapse: collapse;
}
ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*page*/
#page {
	width:1063px;
	margin:0 auto;
	position:relative;
	padding:0 16px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #636466;
	background-color:#8b8e8e;
	min-height:100%;
}
/*header*/
#page > h1 {
	margin-bottom:2px;
	padding-top:25px;
}
#page > h1 a {
	padding-right: 0px;
	padding-top: 50px;
}
#sidebar .title {
	background:#dcddde;
	border-bottom:1px solid #d1d2d4;
}
#content > h2, .date-list h2, #sidebar h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color:#cbcfce;
	padding: 5px 0 5px 9px;
	margin: 0;
	color:#282828;
	line-height:1.3em;
	font-size:1.5em;
	font-weight: normal;
}
#content > div {
	background-color: #fff;
	border: 1px solid #666;
	width: 725px;
	margin-bottom: 7px;
}
.columns-holder-full-width #content > div {
	width: 100%;
}

.columns-holder #content .articles h6 {
	background-color: #CBCFCE;
	color: #282828;
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0;
	padding: 5px 0 5px 9px;
	border-bottom: 1px solid #999999; 
}
/*header nav*/
#header {
	width:100%;
	margin-bottom:7px;
}
.nav {
	width:99.9%;
	border: 1px solid #cbcbcb;
	background-color: #454847;
}
.nav-search {
	float:right;
	text-align:right;
	padding: 5px;
}
.nav-search form, .nav-search fieldset {
	float: left;
}
.nav-search a {
	text-transform:uppercase;
	float:left;
	color:#ccc;
	font-size:9px;
	line-height:8px;
	letter-spacing:-0.01em;
	margin:0 7px;
	text-align:center;
}
.nav-search a:hover {
	text-decoration:none;
}
.nav-search input {
	padding:0 3px;
	font-size:11px;
	float:left;
	width:88px;
	border:1px solid #999;
	height:13px;
	margin-right:2px;
}
.nav-search .submit {
	font-size:11px;
	padding:0;
	width:60px;
	height:14px;
	background-color:#ccc;
	border:none;
	margin-top:1px;
	text-transform:uppercase;
}
.nav ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.nav ul li {
	float:left;
	border-right:1px solid #cbcbcb;
}
.nav ul li a {
	display:block;
	padding:5px 15px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
}
.nav ul li a:hover {
	color:#fff;
	background-color:#f16624;
	text-decoration:none;
}
/*ads*/
#ad-header {
	float: right;
	margin-top: 7px;
}
#ad-footer {
	overflow: hidden;
	height: 90px;
	width: 725px !important;
}
.ad-sidebar {
	padding: 12px;
}
/*columns-holder*/
#columns-holder {
	min-height:450px;
	height:auto !important;
	height:450px;
}
/*content*/
#content {
	width:733px;
	float:left;
}
.columns-holder-full-width #content {
	width: 100%;
}

/* Model-specific links */
#sidebar .featured-shows .venue-link {
	color: #999;
}

/*calendar*/
.date-list {
}
.date-list tr {
	margin-bottom: 10px;
}
.date-list table {
	width: 100%;
}
.date-list td {
	border-bottom: 1px solid #b2b2b2;
	padding: 3px 3px 3px 7px;
	margin: 0;
	background-color: #fff;
	color: #111;
}
.date-list .date {
	padding: 0px;
}
.date-list > h2 {
	border-bottom: 1px solid #b0b3b2;
}
.date-list td.artists {
	border-right: 3px solid #b2b2b2;
	width: 505px;
}
.date-list td.time {
	border-right: 3px solid #b2b2b2;
	color: #999999;
	padding: 1px 0 0 0;
	text-align: center;
	font-size: 0.9em;
	white-space: nowrap;
}
.date-list .more-link {
	float: right;
	padding: 0px 3px 0px 5px;
}
.date-list .date-header td {
	background-color: #eee;
	text-transform:uppercase;
	font-size: 1.1em;
	color: #787878;
}
.date-list-simple .date {
	width: 100px;
	padding-left: 0px;
	padding-right: 10px;
	text-align: right;
	border-right: 3px solid #B2B2B2;
}
.date-list-simple .artists {
	width: 580px;
}
.date-list-simple .more-link {
	float: right;
	padding: 0px 3px 0px 5px;
}
.date-list-simple .venue {
	width: 250px;
}
.date-list-simple .pagination {
	background-color: #ccc;
	padding: 5px;
	font-size: 1.03em;
}
.date-list-simple .no-results {
	padding: 7px;
}
.date-list .suffix {
	color: #999;
	font-size: 0.9em;
}
.date-list .calendar-icon {
	float: right;
	margin: 0 3px;
}
/*home page*/
.more-button {
	background-color:#CBCFCE;
	color:#282828;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.5em;
	margin:0;
	text-align:center;
}
.more-button a {
	display:block;
}
.more-button a:hover {
	text-decoration:none;
	background-color:#ddd;
}

/*sidebar table*/
#sidebar .sidebar-table table {
	width: 100%;
}
#sidebar .sidebar-table td {
	padding: 3px 3px 3px 9px;
	border-bottom: 1px solid #b2b2b2;
}
#sidebar .sidebar-table tr {
}

/*sidebar highlighted-divs*/
#sidebar .highlighted-divs .highlighted-div {
	border-bottom: 1px solid #b2b2b2;
}
#sidebar .highlighted-divs .highlighted-div a {
	padding: 3px;
	display: block;
}
#sidebar .highlighted-divs .highlighted-div a:hover {
	background-color: #eee;
	text-decoration: none;
}

/*sidebar blog*/
#sidebar .sidebar-blog .blog-image {
	float: left;
	padding: 3px 7px 1px 3px;
}
#sidebar .sidebar-blog .blog-content {
}
#sidebar .sidebar-blog .blog-title {
	margin: 0 7px;
}
#sidebar .sidebar-blog .blog-date {
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 2px;
}

/*article (used as a general class for pages)*/
.article {
	margin-bottom: 8px;
}
.article-content {
	padding: 7px 7px 5px 7px;
}
.article h2, .article h3, .article h4, .article h5 {
	color: #000;
	font-weight: normal;
}
.article h2 {
	background-color:#CBCFCE;
	color:#282828;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.3em;
	margin:-7px -7px 0px;
	padding:5px 0 5px 9px;
}
.article h3 {
	background-color:#EEEEEE;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0 1px 0px;
	color:#000;
	font-size:1.1em;
	margin-left:-7px;
	padding: 5px 7px;
	text-transform:uppercase;
	width: 100%;
	margin-bottom:1em;
}
.article h4 {
	margin-bottom: 1em;
	margin-top: .8em;
	color: #999999;
	font-size: 1em;
	text-transform:uppercase;
}

/*article listing/blog listing*/
.article-listing {
	clear: both;
}
.article-listing h2 {
}
.article-listing .article-image {
	margin: 7px 9px 5px 0;
	float: left;
}
.article-listing .article-image-caption {
	color: #999999;
	font-size: 0.9em;
	max-width: 300px;
}
.article-listing .article-by {
	margin-top: 5px;
	margin-bottom: 0;
}
.article-listing .article-date {
	margin-top: 0;
	margin-bottom: 5px;
}
.article-listing p {
	margin: 0;
}
.article-listing .read-more {
	float: right;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-top: 4px;
}
.content-header {
	margin: -7px -7px 0;
}

/*article blocks*/
.article-blocks {
}
.article-blocks td {
	vertical-align: top;
	border-right: 1px solid #999;
}
.article-blocks td.block-last {
	border-right: 0;
}
.article-blocks h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color:#CBCFCE;
	color:#282828;
	font-size:1.1em;
	font-weight:normal;
	padding: 7px;
	height: 2.3em;
	overflow: hidden;
}
.article-blocks h6 {
	background-color: #CBCFCE;
	color: #282828;
	font-family: Georgia,Times New Roman,Times,serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	margin: -7px -7px 0px;
	padding: 5px 0 5px 9px;
	border-bottom: 1px solid #666666;
}
.article-blocks .block-image {
	float: left;
	margin: 0 9px 0 0;
}
.article-blocks .block-content {
	margin: 7px;
}
.article-blocks .block-drophead {
	text-transform:uppercase;
	font-size: 0.9em;
	color: #999;
	margin-bottom: 4px;
}
.article-blocks .block-summary {
}
.article-blocks .block-read-more {
	text-transform:uppercase;
	font-size: 0.9em;
	color: #999;
	margin: 6px 0;
}

/*featured blocks*/
.featured-show-blocks {
}
.featured-show-blocks h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color:#cbcfce;
	padding: 5px 0 5px 9px;
	margin: 0;
	color:#282828;
	line-height:1.3em;
	font-size:1.5em;
	font-weight: normal;
}
.featured-show-blocks td {
	vertical-align: top;
	border-right: 1px solid #999;
}
.featured-show-blocks td.block-last {
	border-right: 0;
}
.featured-show-blocks .padded-block {
	padding: 7px;
}
.featured-show-blocks .image img {
}
.featured-show-blocks .image {
	max-height: 130px;
	overflow: hidden;
	display: block;
}
.featured-show-blocks .artist-list {
	border-top: 1px solid #ccc;
}
.featured-show-blocks .artist-list li {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.featured-show-blocks .venue {
	text-transform: uppercase;
	font-size: 0.9em;
	margin-top: 3px;
}
.featured-show-blocks .more-link {
	padding: 2px;
}

/*editorial article*/
.editorial-article .article-image {
	margin: 7px 9px 5px 0;
	float: left;
}
.editorial-article .article-image-caption {
	color: #999999;
	font-size: 0.9em;
	max-width: 300px;
}
.editorial-article .article-by {
	margin-top: 5px;
	margin-bottom: 0;
}
.editorial-article .article-date {
	margin-top: 0;
	margin-bottom: 5px;
}
.editorial-article p {
	margin: 0;
}
.editorial-article .article-content p, .blog .article-listing p {
	margin-bottom: 1.2em;
}
.editorial-article .article-content .center, .blog .article-listing .center {
	text-align: center;
}
.editorial-article .read-more {
	float: right;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-top: 4px;
}

/*blog*/
.blog .content-header {
	margin: -2px -7px 9px;
}
.blog .pagination {
	margin: -7px;
	padding: 7px;
	background-color: #ccc;
	text-transform: uppercase;
}
.blog .article-by-and-date {
	margin: 4px 0 6px;
}
.blog .article-by {
	margin-top: 5px;
	margin-bottom: 0;
}
.blog .article-date {
	margin-top: 0;
	margin-bottom: 5px;
}
.blog .blog-search-header {
	padding:5px 0 5px 7px;
	margin:-12px -7px 13px;
	background-color:#eee;
	color:#333;
	font-size:1em;
	text-transform:uppercase;
}

/*show page*/
.show-page h4 {
	font-weight: bold;
	margin: 0;
}
.show-page h3 {
	margin-bottom: 0.5em;
	font-size: 1.2em;
}
.show-page .venue-gmap {
	float: left;
	margin-right: 7px;
	margin-top: 0;
}
.show-page h3.artist-name {
	background-color:#EEEEEE;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0 1px 0px;
	color:#000;
	font-size:1.1em;
	margin-left:-7px;
	padding:5px 7px;
	text-transform:uppercase;
	width:711px;
	margin-bottom:7px;
}
.show-page .artist-website-link {
	margin-bottom:7px;
}
.show-page .show-info h4 {
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
}
.show-right-col {
	float:right;
	margin-right: 4em;
}
.show-right-col > div {
	margin-bottom: 1em;
}
.show-right-col dt {
	float: left;
	clear: both;
	margin-right: 5px;
	font-style: italic;
}
.show-right-col dd {
	float: left;
}
.show-right-col td.label {
	padding-right: 5px;
}
.show-artist-list > div {
	margin-top: 1.5em;
	padding: 0.5em 0 0;
}

/*rss buttons*/
.rss-artist-link, .rss-venue-link, .rss-tag-link {
	float: right;
	margin: 3px 11px 0 0;
}
.embed-link {
	float: right;
	margin: 2px 7px 0 0;
}
.embed-hidden {
	margin: 10px;
	visibility: hidden;
	display: none;
}
.embed-close {
	float: right;
}
/*venue page*/
.venue-page .venue-gmap {
	float: left;
	margin-right: 7px;
	margin-top: 7px;
}
.venue-page .venue-adr {
	margin-top: 4px;
}

/*venues page*/
.full-venues-header {
	background-color:#EEEEEE;
	color:#787878;
	font-size:1.1em;
	text-transform:uppercase;
	padding: 3px 10px;
	width: 705px;
	border: solid #ccc;
	border-width: 1px 0 0 0px;
	margin-left: -7px;
}
.full-venues-list {
	border: solid #ccc;
	border-width: 1px 0 0 0px;
	width: 725px;
	margin-left: -7px;
}
.full-venues-list .venue-name {
}
.full-venues-list .show-count {
	font-size: 0.9em;
	float: right;
}
.full-venues-list li {
	border: solid #ccc;
	border-width: 0 1px 1px 0;
}
.full-venues-list a {
	display: block;
	padding: 3px 10px;
}
.full-venues-list a:hover {
	background-color: #eee;
	text-decoration: none;
}

/*links page*/
ul.link-list {
}
ul.link-list ul {
	margin-top: 0.5em;
}
.link-list h4 {
	background-color:#EEEEEE;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0 1px 0px;
	color:#000;
	font-size:1.1em;
	margin-left:-7px;
	margin-bottom:0.4em;
	padding: 3px 7px;
	text-transform:uppercase;
	width:711px;
}
.link-list h5 {
	font-size: 1.1em;
	font-weight: normal;
}
.link-list a:hover {
	text-decoration: underline;
}
.link-list > li {
	margin-bottom: 1em;
	margin-top: .4em;
}
.link-list ul li {
	margin-left: 0px;
	margin-bottom: 6px;
}
/*rss page*/
a.rss-link:hover {
	text-decoration: none;
}
img.rss-list-image {
	margin: 0 3px -3px 3px;
}
/*tags page*/
.article-content .tag-cloud {
	margin-bottom:12px;
	line-height:2em;
	text-align:center;
}
.article-content .tag-cloud a {
	margin: 0 4px;
}
/*faq page*/
.faq-list p {
}
.faq-list h4 {
	background-color:#EEEEEE;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0 1px 0px;
	color:#000;
	font-size:1.1em;
	margin-left:-7px;
	padding: 3px 7px;
	text-transform:uppercase;
	width:711px;
}
/*mailing list page*/
.email_form ul li {
	border-top:1px solid #C7C8CA;
	color:#231F20;
	line-height:30px;
	padding-left:8px;
	margin-left:-7px;
	margin-right:-7px;
}
/*advanced search form*/
.advanced-search {
	margin: 3px;
}
.advanced-search label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}
.advanced-search .submit {
	margin-right: 1em;
}
.advanced-search .date-reset {
	color: #C60606;
	cursor: pointer;
}
.advanced-search .fieldset {
	clear: both;
	padding-top: 0.3em;
}
.advanced-search .fieldset > div {
	float: left;
}
.advanced-search .submit-wrapper {
	clear: both;
	padding-top: 1em;
	margin-bottom: 0;
}
.advanced-search .artists {
	width: 155px;
}
.advanced-search .venue {
	width: 135px;
}
.advanced-search .tag {
	width: 125px;
}
.advanced-search .date-from {
	width: 150px;
}
.advanced-search .date-display {
	color: #666;
	cursor: pointer;
}

/*venues map page*/
#venues_map {
	width: 840px;
	height: 550px;
}
#venues_map_sidebar {
	float: right;
	width: 190px;
	height: 550px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ccc;
}
#venues_map_sidebar li > a {
	display: block;
	padding: 3px 5px;
	font-size: 0.95em;
	border-width: 1px 0;
	border-color: #fff;
	border-style: solid;
}
#venues_map_sidebar li > a:hover {
	background-color: #eee;
	text-decoration: none;
	border-color: #ccc;
}
#venues_map_sidebar > div {
	padding: 5px;
}
#venues_map .info-window {
	padding-bottom: 5px;
}
#venues_map .info-window .shows-list {
}
#venues_map .info-window .shows-list li {
	border-bottom:1px solid #ddd;
	padding: 3px 0;
}
#venues_map .info-window .shows-list li .suffix {
	font-size: 0.9em;
	color: #999;
}
#venues_map .info-window .venue-name {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}
#venues_map .map-shows-tab .show {
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
}
.show-map-date-form {
	float: right;
	margin: 5px;
}

/*sidebar*/
#sidebar {
	width:329px;
	float:right;
}
#sidebar .box {
	background-color:#fff;
	border: 1px solid #666;
	margin-bottom:7px;
	font-size: 1em;
}
#sidebar .box ul {
	margin:0;
	padding:0 0 10px;
	list-style:none;
	text-transform:none;
}
#sidebar .box ul li {
	color:#231f20;
	line-height:30px;
	padding-left:11px;
	border-top:1px solid #c7c8ca;
}
#sidebar .box ul li a {
	color:#939598;
}
#sidebar .box .video-holder ,
#sidebar .box .image-holder {
	padding:9px;
}
#sidebar .box .box-content {
	margin:7px;
}
#sidebar .box .tag-cloud {
	/*margin-bottom:12px;*/
	line-height:19px;
	text-align:center;
}
#sidebar .box .more-footer {
	text-align: right;
	padding: 0px 8px 6px;
}
#sidebar .box .text-box {
	margin: 7px;
}
#sidebar .box .disclaimer {
	font-size: 0.82em;
}
#sidebar .box .mailinglist{
	/* background-image:url(http://www.eardrumnyc.com/images/mailingbg.png); */
}
#sidebar .box .mailinglist_feedback {
	line-height:normal;
	margin-bottom:10px;
	margin-right:2px;
}
#sidebar .box .firstName {
	text-align:right;
}
#embedCodeText {
	color:#999999;
	font-size:0.9em;
	margin:0 7px 1 3px;
	text-transform:uppercase;
	
}

#embedImage {
	margin: -3px;
	padding-left: 3px;
	
}
/*connect box*/
#sidebar .connect-box img {
	display:inline;
	margin:0 7px 0 3px;
}

/*footer*/
#footer {
	clear: both;
	width:100%;
	text-align:center;
	color:#CBCFCE;
	padding: 7px 0 14px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	border: 1px solid #cbcbcb;
	background-color: #454847;
	vertical-align: bottom;
}
#footer ul li {
	display:inline;
	padding:0 3px 0 3px;
	line-height:20px;
	text-transform:uppercase;
}
#footer ul li:first-child {
	background:none;
}
#footer ul li a {
	margin-right: 2px;
	color:#fff;
}

/*keys*/
.featured-show-key {
	float: right;
	margin: 3px 10px 0 0;
}

.first-date-header {
	color:#787878;
	font-size: 0.6em;
	text-transform:uppercase;
	font-family:Tahoma,Arial,sans-serif !important;
	line-height: 1em;
}
.first-date-header > div {
	float: left !important;
	margin-left: 10px;
}
.first-date-header .filter-set {
	margin-top: 6px;
}
.first-date-header .featured-show-key {
}

/*more*/
#more_shows_status {
	color:#787878;
	font-size: .7em !important;
	text-transform:uppercase;
	font-family:Tahoma,Arial,sans-serif !important;
}

/*twitter feed*/
#twitter_feed {
	padding: 0.5em 1em;
}
#twitter_feed .twitter_tweet_created {
	font-size: 0.83em;
	margin-bottom: 8px;
}
/*messages*/
.error-message {
	border: 1px solid #f00;
	background-color: #fee;
	padding: 10px;
	margin: 10px;
}
.message {
	border: 1px solid #D2BD48;
	background-color: #FCFCCC;
	padding: 10px;
	margin: 10px;
}
/*public forms*/
.public-form input {
	border: 1px solid #999;
	background-color: #fff;
	padding: 0px;
	color: #000;
	font-size: 0.9em;
}
.public-form input.button {
	margin-bottom: 1px;
	padding: 1px;
}
.public-form input.button:hover {
	background-color: #eee;
}
.public-form select {
	border: 1px solid #999;
	background-color: #fff;
	padding: 0px;
	color: #000;
}
.public-form textarea {
	border: 1px solid #999;
	background-color: #fff;
	padding: 0px;
	color: #000;
	font-family: tahoma, arial, sans-serif;
	font-size: 0.95em;
	width: 250px;
}
.public-form > tbody > tr > td {
	vertical-align: top;
	border-bottom:1px solid #B2B2B2;
	padding:9px 8px 9px 19px;
}
.public-form label {
	font-weight: bold;
}
.public-form td.label {
	text-align: right;
}
h4.public-form-label {
	margin: 1em 0 0 5px;
	font-weight: bold;
}
/*lastfm*/
.lastfm-artist-image {
	float: left;
	margin: 0 10px 4px 0;
}
.lastfm-artist-bio {
}
.lastfm-credit {
	float: right;
	font-size: 0.8em;
	color: #aaa;
	margin-top: 1em;
}
.lastfm-artist-tags {
	margin-top: 1em;
}
.lastfm-artist-tags .lastfm-tags-label {
	font-style: italic;
	margin-right: 4px;
}
/*itunes*/
.artist-songs {
	clear: both;
	margin-top: 10px;
}
.artist-songs h4 {
	margin: 0 0 5px;
	font-weight: bold;
}
.artist-songs .itunes-player {
	padding-top: 5px;
}
.artist-songs th {
	text-align: left;
	font-weight: normal;
	padding-right: 1em;
	text-transform: uppercase;
	font-size: 0.85em;
}
.artist-songs td {
	line-height: 1.4em;
	font-size: 0.9em;
	padding-right: 1em;
}
.artist-songs td.song-name {
}
.artist-songs td.album-name {
}
.itunes-disclaimer {
	clear: both;
	font-size: 0.72em;
	color: #aaa;
}
/*connect plug-in*/
#at15s{ /* wrapper */
	border:1px solid #666 !important;
	/*display:block !important;*/
}
#at15s_head{ /* header */
	background: #cbcfce !important;
	color: #282828 !important;
	border: 0 !important;
	font-family: Georgia, Times New Roman, Times, serif !important;
	padding: 6px !important;
	font-size: 1.3em !important;
	margin: -1px !important;
}
#at16pf{ /* footer */
	background: #cbcfce !important;
	color: #282828 !important;
	padding: 3px !important;
	margin: -1px !important;
}
#at16p{
	padding:2px !important;
	background: #666 !important;
}
#at16ptc{
	color: #282828 !important;
	font-family: Georgia, Times New Roman, Times, serif !important;
	font-size:1.4em !important;
	font-weight:normal !important;
}
.at300bs{
	display: inline !important;
	padding: 2px !important;
	float: none !important;
}
.at300m{
	float: none !important;
}
.addthis_default_style .at15t_compact {
	padding-right: 19px !important;
}
#atffc{
	height:0;
}

/* RECAPTCHA STUFF */

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color: #eee !important;
}
#recaptcha_table {
	border-color: #999 !important;
}
#recaptcha_response_field {
	border-color: #999 !important;
}

/* SUBMIT SHOW STYLING */
.info_div{
	color: #666;
	padding: 0 0 1em 1em;
}

.submit_show_div{

}

.submit_show_div p {

}
.submit_show_div h4 {
	background-color:#EEEEEE;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0 1px 0px;
	color:#000;
	font-size:1.1em;
	margin-left:-7px;
	padding: 3px 7px;
	text-transform:uppercase;
	width:711px;
}

.submit_show_div label{
	color: #666;
}

.submit_show_div input[type="text"]{
	font-family: Arial, Sans-Serif;
    font-size: 2em;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #666;
    width: 300px;
}

.submit_show_table{
	margin-left: 200px;
}

/* EMAIL A FRIEND STUFF */
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color: #eee !important;
}
#recaptcha_table {
	border-color: #999 !important;
}
#recaptcha_response_field {
	border-color: #999 !important;
}
#error_message{
	visibility: hidden;
	display: none;
}
.popup{
	background-color: #fff;
	display: none;
	position: fixed;
	z-index: 2;
	width: 620px !important;
}

.popup > h3 {
	color: #282828;
	background-color: #CBCFCE;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.5em;
	padding: 5px 5px 5px 10px;
}

.popup .popup-content {
	padding: 0px;
}

.popup .popup-close{ 
	float: right;
	margin: 9px 9px 0 0;
}

.popup #error_message, .error_green, .error-green{
	color: green;
}

.popup #error_message, .error_red, .error-red{
	color: red;
}

#email_a_friend_link{
	margin-right: -2px;
	padding-top: 1px;
}
.email_a_friend_div{
}

#backgroundPopup, #form_popup_mask{
	display:none;  
	position:fixed;
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	z-index:1;  
	background-color: #000;
	border: 1px solid #666;
	margin-bottom: 7px;
}
/* END EMAIL A FRIEND STUFF */