@import url(../thematic/library/styles/reset.css);
@import url(../thematic/library/layouts/2c-l-fixed.css);
@import url(../thematic/library/styles/images.css);
@import url(../thematic/library/styles/plugins.css);
/*
Theme Name: Gallery, a Thematic child theme
Theme URI: http://www.chris-wallace.com/2009/06/22/gallery-1-2-released/
Description: The ultimate gallery-style Thematic child theme for WordPress.
Author: Chris Wallace
Author URI: http://chris-wallace.com
Template: thematic
Version: 1.2.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
/*---------------------mailchimp newsletter----------------------*/
#mc_signup_container{
	height: 290px !important; 
	position:relative;
	width:210px;
}
.mc_custom_border_hdr{
	border:none !important;
	font-size:14px;
}

/*-------------------main----------------*/
Reset browser defaults
Apply a basic layout
Apply basic image styles
Prepare theme for plugins*/
INPUT, SELECT, TEXTAREA
{
	color: #EEE;
	background-color: #3F3F3F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
INPUT[type="submit"], INPUT[type="button"], BUTTON
{
	background: url(images/btn-bg.jpg) repeat-x left top;
	color: #DDD;
	font-weight: normal;
	position: relative;
	height: 22px;
	overflow: hidden;
	border: 1px solid #101010;
	padding: 3px 18px;
	font-size: 10px;
	line-height: 0.75em;
	font-family: Verdana, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	margin: 10px 0 0;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
INPUT[type="submit"]:hover, INPUT[type="button"]:hover, BUTTON:hover
{
	background-position: 0 -22px;
	color: #DDD;
}
INPUT[type="submit"]:active, INPUT[type="button"]:active, BUTTON:active
{
	background-position: 0 -44px;
	padding-top: 4px;
	padding-bottom: 0;
}
ABBR
{
	border-bottom: 1px dotted #555;
}
PRE
{
	background-color: #191919;
	border: 1px solid #333;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	margin: 10px 0;
	white-space: pre;
	overflow: auto;
}
PRE, CODE
{
	font-size: 12px;
}
BODY
{
	background: transparent url(images/ornate_trans.png) repeat-x scroll -70% 0;
	color: #666;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;
	font-style: normal;
	line-height: 2em;
}
#wrapper
{
	background: transparent url(images/lights_trans.png) repeat-x scroll 300% 0;
	height: auto;
	min-height: 300px;
}
A
{
	color: #990066;
	text-decoration: none;
}
A:hover
{
	color: #000000;
}
H1, H2, H3
{
	color: #666;
}
H2
{
	font-size: 1.5em;
	margin-bottom: 0.7em;
}
#content OL, #content UL
{
	margin-bottom: 1em;
}
.single #content LI
{
	line-height: 1.4em;
}
.single #content UL
{
}
.single #content LI
{
	padding: 10px 0 10px 24px;
	list-style: none;
	position: relative;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #101010;
}
.twitter
{
	background: url(images/icons/twitter.png) no-repeat left center;
}
.delicious
{
	background: url(images/icons/delicious.png) no-repeat left center;
}
.designer
{
	background: url(images/icons/person.png) no-repeat left center;
}
.site-link
{
	background: url(images/icons/globe.png) no-repeat left center;
}
#header
{
	margin: 0 auto;
	padding: 16px 0;
	position: relative;
	z-index: 20;
	background: transparent url(images/trans_header.png) repeat-x 0;
}
#branding, #access
{
	margin: 0 auto;
	overflow: visible;
	width: 940px;
}
#branding
{
	padding: 10px 0;
}
.ie8 #branding
{
	margin-bottom: 20px;
	height: 30px;
}
#blog-title
{
	text-align: left;
	display: inline;
	float: left;
}
#blog-title A
{
	display: block;
	width: 500px;
	height: 80px;
	background: url(images/logo.png) no-repeat left top;
	text-indent: -9000px;
	margin-bottom: 10px;
}
.msie #blog-title A
{
	position: relative;
	margin-bottom: -10px;
}
#blog-description
{
	color: #777;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: right;
	padding-top: 66px;
}
#access
{
	width: 940px;
	height: 34px;
/*margin-top: 10px;*/
	clear: both;
	background: url(images/menu-bg-trans.png) no-repeat top left;
	top: 5px;
}
#category-menu UL
{
}
#category-menu LI
{
	float: left;
	height: 45px;
}
#category-menu LI A, LI.blog-description SPAN
{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	height: 28px;
	padding: 8px;
	margin-right: 8px;
	color: #FFFFFF;
	text-decoration: none;
}
#category-menu LI.home A
{
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	text-align: left;
	width: 24px;
	background: url(images/ico-home-trans.png) no-repeat;
	background-position: center 15px;
	padding-bottom: 0;
	margin-left: 10px;
}
#category-menu LI.home A:hover
{
	background: url(images/ico-home-trans.png) no-repeat center -16px;
}
#category-menu LI.current_page_item
{
}
#category-menu LI.current_page_item A
{
	color: #DDD;
}
#category-menu>LI:first-child
{
	margin-left: 10px;
}
#category-menu LI A:hover
{
	color: #DDD;
}
#category-menu LI.blog-description
{
	float: right;
}
#category-menu LI.blog-description SPAN
{
	color: #EEE;
	font-weight: normal;
}
#blog-description
{
	display: none;
}
#page-menu
{
	background: url(images/nav.png) no-repeat scroll left top;
	bottom: 116px;
	color: #888888;
	font-size: 0.8em;
	height: 36px;
	margin: 0;
	position: absolute;
	right: 10px;
	width: 405px;
	z-index: 100;
}
#page-menu #page-nav
{
	text-align: right;
}
#page-menu #page-nav LI
{
	float: right;
	margin: 10px 0 0 4px;
}
#page-menu #page-nav LI A
{
	padding: 8px 12px;
	font-size: 0.9em;
	color: #BBB;
	text-transform: uppercase;
}
#page-menu #page-nav LI.rss A
{
	padding-left: 20px;
	background: url(images/ico-rss-trans.png) no-repeat left center;
}
#page-menu #page-nav LI A:hover
{
	color: #FFFFFF;
}
.sf-menu .current_page_item A, .sf-menu .current_page_ancestor A, .sf-menu .current_page_parent A
{
}
.sf-menu A, .sf-menu A:visited
{
	color: #FFFFFF;
}
.sf-menu LI
{
	position: relative;
	background: transparent;
}
BODY #access #category-menu .sf-menu LI LI
{
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}
.sf-menu LI LI LI
{
	background: #FF0000;
}
BODY #access #category-menu .sf-menu A:focus, BODY #access #category-menu .sf-menu A:hover, BODY #access #category-menu .sf-menu A:active
{
	background: #232323;
}
BODY #access #category-menu .sf-menu .home A:focus, BODY #access #category-menu .sf-menu .home A:hover, BODY #access #category-menu .sf-menu .home A:active
{
	background: url(images/ico-home-trans.png) no-repeat center -16px;
}
BODY #access #category-menu .sf-menu UL A:focus, BODY #access #category-menu .sf-menu UL A:hover, BODY #access #category-menu .sf-menu UL A:active
{
	background: #454545;
}
.sf-menu LI LI A:hover
{
	background: #333333;
}
.sf-menu UL
{
	border: medium none #000000;
}
.sf-menu LI:hover UL, .sf-menu LI.sfHover UL
{
	top: 45px;
	position: absolute;
	border: 3px solid #333;
	background: #1A1A1A;
	padding: 0;
	border-top: none;
}
.sf-menu UL UL
{
	top: auto;
	left: auto;
	margin-top: 0;
}
BODY #access #category-menu .sf-menu UL A
{
	background: #111111;
	color: #FFFFFF;
	padding: 5px 0 5px 5px;
	margin: 0;
	line-height: 20px;
	height: 20px;
	display: block;
	width: auto;
}
.sf-menu UL A:hover
{
	color: #CC0000;
}
.skip-link
{
	display: none;
}
#main
{
	position: relative;
	z-index: 5;
	margin: 0 auto 30px;
	padding-top: 16px;
}
#primary, #secondary
{
	display: none;
}
.page #primary
{
	display: block;
}
.aside
{
	width: 270px;
}
#content
{
	width: 940px;
	margin: 0;
	float: none;
	padding-top: 0;
}
.msie #content, .single #content, .home #content, .page #content
{
	padding-top: 5px;
}
.page #content
{
	margin-left: 298px;
	width: 620px;
}
.page #content LI
{
	list-style: disc;
	margin-left: 20px;
}
.single #container
{
	position: relative;
}
.single .entry-content
{
	display: inline;
	float: left;
	margin: 20px 0 0 550px;
	width: 385px;
}
.single DIV.video .entry-content
{
	margin: 20px 0 0 680px;
	width: 255px;
}
.single DIV.video UL.meta, .single DIV.video #nav-below
{
	display: none;
}
.single .artwork-container
{
	float: left;
	margin-left: -935px;
}
.single .entry-artwork
{
	background-color: #E7EBDC;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
}
.single .navigation
{
	margin-top: 10px;
	padding-top: 0;
}
.single .entry-content H1, H1.page-title
{
	font-size: 1.8em;
	margin-bottom: 0.5em;
}
H1.page-title
{
	margin-bottom: 1em;
}
.single .entry-content P
{
	line-height: 1.3em;
}
.not-singular .entry-content
{
	float: left;
	width: 313px;
	margin: 0 0 5px;
}
.not-singular .entry-content A
{
	border: 1px solid #CCC;
	display: block;
	height: 160px;
	width: 304px;
	overflow: hidden;
	position: relative;
	background-color: #191919;
}
.not-singular .entry-content A IMG
{
	position: absolute;
	z-index: 5;
}
.not-singular .entry-content A SPAN.slide-title
{
	position: absolute;
	top: 108px;
	left: 3px;
	width: 300px;
	line-height: 7em;
	color: #FFFFFF !important;
	font-size: 0.8em;
	text-transform: uppercase;
	z-index: 0;
}
.not-singular .entry-content
{
	position: relative;
}
.not-singular .entry-content .new
{
	display: block;
	position: absolute;
	top: -6px;
	right: 10px;
	width: 42px;
	height: 22px;
	background: url(images/ico-new-trans.png) no-repeat top left;
	z-index: 200;
}
.not-singular .video .new
{
	background: url(images/ico-video-trans.png) no-repeat top left;
	width: 74px;
}
SPAN.cover-up
{
	background: url(images/side-fade-trans.png) no-repeat right top;
	position: absolute;
	right: 0;
	top: 0;
	height: 125px;
	width: 20px;
	z-index: 4;
}
.main-aside H3
{
	font-weight: bold;
	color: #666;
	padding: 5px 0 5px 10px;
}
.main-aside .xoxo LI
{
	margin: 0 0 10px;
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.main-aside .xoxo LI DIV
{
	padding: 0 0 0 10px;
	font-size: 0.8em;
	line-height: 2em;
}
.main-aside .xoxo LI UL LI
{
	margin: 0;
	padding: 0 0 0 10px;
	background: transparent;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.main-aside P
{
	margin-bottom: 1em;
}
FORM
{
	margin: 0 0 2em;
}
LEGEND
{
	font-size: 1.2em;
	font-weight: 700;
	color: #FFFFFF;
}
.form-label, .wpcf7-form LABEL
{
	display: block;
	margin: 5px 0 0;
}
INPUT[type="text"], INPUT[type="password"], TEXTAREA, SELECT
{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	background: #CCC;
	color: #000000;
	padding: 10px;
}
.navigation
{
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}
#nav-above
{
	display: none;
}
#nav-below
{
	clear: both;
	border-top: 1px solid #999;
	padding-top: 10px;
	height: auto;
	overflow: auto;
	padding-bottom: 10px;
}
.nav-next
{
	float: right;
	text-align: right;
	width: 47%;
}
.not-singular .nav-next
{
	margin-right: 5px;
}
.nav-previous
{
	float: left;
	width: 47%;
}
#nav-above
{
	display: none;
}
.hentry
{
	width: auto;
}
.entry-title
{
	color: #000000;
	display: none;
	font-size: 2.6em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 1em;
	padding-bottom: 1px;
}
.entry-title A
{
	color: #FFFFFF;
}
.post .entry-meta, .post .entry-utility
{
	color: #AFAFA1;
	font-size: 0.825em;
	margin-bottom: 24px;
	padding-bottom: 5px;
}
.post P, .entry-content P
{
	margin-bottom: 1em;
}
.post PRE, #content .page PRE
{
	font-size: 1.6em;
}
.post DT
{
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.post DD
{
	color: #EEE;
	margin-bottom: 1em;
}
.post DL
{
	margin-bottom: 1.3em;
	padding-left: 20px;
}
.post A.more-link
{
	background: #BE194F;
	color: #FFF;
	font-size: 0.75em;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.post A.more-link:hover
{
	background: #D93C6F;
}
A.more-link .meta-nav
{
	display: none;
}
.post H3, .post H4, .post H5, .post H6
{
	margin: 5px 0;
	padding: 5px 0;
}
.post H4
{
	font-size: 1.4em;
}
.post H5
{
	font-size: 1.2em;
	text-transform: uppercase;
}
.post H6
{
	font-size: 1.1em;
	text-transform: uppercase;
}
.post BLOCKQUOTE
{
	font: italic 2em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 10px 0px;
	padding: 10px 20px 1px 10px;
}
.post BLOCKQUOTE P
{
	font-style: italic;
}
.post .page-link
{
	font-size: 0.825em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.page-link A
{
	background: #F0F0F0;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #EEE;
	border-right: 1px solid #DDD;
	border-top: 1px solid #EEE;
	padding: 5px 10px;
	text-decoration: none;
}
.post .entry-utility
{
	border-top: 1px solid #232323;
	margin-bottom: 0;
	padding: 5px 0 0;
}
.btc-powered
{
	font-size: 0.825em;
}
#comments
{
	margin-top: 20px;
	padding: 20px 0 0;
	clear: both;
	overflow: auto;
}
#comments, #comments INPUT[type="text"], #comments TEXTAREA
{
	font-size: 12px;
}
#comments H3
{
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 7px 12px 7px 42px;
	font-weight: bold;
	background: #171717 url(images/ico-comment.png) no-repeat 16px center;
}
#comments #respond H3
{
	background-image: url(images/ico-person.png);
}
#comments #comments-list #respond H3
{
	background-image: url(images/ico-reply.png);
}
.formcontainer
{
	border-top: 1px solid #282828;
}
#comments-list
{
	border-top: 1px solid #141414;
	float: left;
	margin-right: 30px;
	padding: 0 0 18px;
	width: 520px;
}
#comments-list OL, #comments-list UL
{
	list-style: none;
	margin: 0;
}
#comments-list OL
{
	margin: 0 0 18px;
}
#comments-list LI
{
	padding: 18px 1.5em;
	position: relative;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #101010;
}
#comments-list OL
{
	border-bottom: 1px solid #282828;
}
.single #content #comments-list LI, .page #content #comments-list LI
{
	padding: 20px 0;
	position: relative;
	z-index: 0;
}
#comments-list LI .avatar
{
	height: 60px;
	width: 60px;
	padding: 4px;
	border: 1px solid #282828;
	background: #171717;
	float: left;
	position: relative;
	margin-left: -95px;
}
#comments-list .comment-author, #comments-list .comment-meta, #comments-list .comment-content, #comments-list .unapproved
{
	display: block;
	margin-left: 100px;
}
#comments-list .unapproved
{
	background-color: #191919;
	margin-bottom: 15px;
	padding: 10px;
	color: #FFFFFF;
}
#comments-list .comment-author
{
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px 0 0;
}
#comments-list .comment-meta
{
	color: #666;
	font-size: 11px;
	padding: 10px 0 9px;
}
#comments-list .comment-meta A
{
	color: #EEE;
	font-style: italic;
	text-decoration: none;
}
#comments-list .comment-meta A:active, #comments-list .comment-meta A:hover
{
	color: #FF4B33;
}
#comments-list .comment-content
{
	padding-right: 10px;
}
#commentform
{
	padding: 15px;
	width: 360px;
}
.comment-reply-link
{
	font-size: 11px;
	padding: 0 0 18px;
	text-align: right;
}
.hover-url
{
	color: #666;
	margin-left: 10px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "Georgia MS", Times, serif;
}
.comment-reply-link A
{
	color: #EEE;
	font-style: italic;
	text-decoration: none;
}
.comment-navigation
{
	font-weight: bold;
	margin-right: 0.5em;
	padding: 0;
}
.comment-navigation A
{
	border: 1px solid #CCC;
	color: #EEE;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.comment-navigation A:active, .comment-navigation A:hover
{
	color: #FF4B33;
}
.comment-navigation A, .comment-navigation SPAN
{
	margin-right: 0.5em;
}
#trackbacks-list .comment-content
{
	left: -9000px;
	position: absolute;
}
#respond
{
	border-top: 1px solid #141414;
	margin-bottom: 22px;
	overflow: hidden;
	padding: 0;
	width: 390px;
	float: right;
	position: relative;
	z-index: 4;
}
#comments-list #respond
{
	margin: 0;
	padding: 0;
	float: none;
	width: 520px;
}
#comments-list #commentform
{
	width: auto;
}
#comments-list UL #respond
{
	margin: 0;
}
#cancel-comment-reply
{
	font-size: 11px;
	position: absolute;
	right: 1.5em;
	top: 7px;
}
#respond .required
{
	color: #FF4B33;
	font-weight: bold;
}
.form-section
{
	padding: 0 0 10px;
	clear: both;
	overflow: auto;
}
.form-section LABEL
{
	font-size: 11px;
}
.form-section .form-label
{
	width: 35%;
	float: left;
	clear: both;
	text-align: right;
}
.form-section .form-input
{
	width: 65%;
	float: right;
	text-align: right;
}
.form-section .form-input INPUT
{
	width: 80%;
}
.form-section .form-textarea
{
	width: 100%;
	text-align: right;
}
.form-section .form-textarea TEXTAREA
{
	width: 94%;
}
#respond #comment-notes
{
	line-height: 1.2em;
	margin: 5px 0 20px;
	font-size: 0.9em;
}
#comments-list UL.children
{
	margin-left: 20px;
}
.single #content #comments-list UL.children LI
{
	padding-left: 25px;
	background: url(images/ico-reply.png) no-repeat 5px 20px;
}
#form-section-comment .form-label
{
	display: none;
}
#form-allowed-tags P
{
	color: #CCC;
	font-size: 10px;
	line-height: normal;
	margin: 0;
}
#form-allowed-tags SPAN
{
	font-style: italic;
}
.form-submit
{
	padding: 18px 0 0;
}
.subscribe-to-comments
{
	color: #EEE;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0;
}
.solo-subscribe-to-comments
{
	color: #EEE;
	font-size: 11px;
	padding: 18px 0 0;
}
.comment_license
{
	clear: both;
	color: #EEE;
	font-size: 11px;
	margin: 0;
	padding: 18px 0 0;
}
#footer
{
	z-index: 0;
	border-top: 1px solid #353535;
	padding: 40px 0;
	color: #555;
	background-color: #0F0F0F;
	margin-top: 20px;
}
#footer A
{
	color: #666;
}
#footer A:hover
{
	color: #666;
}
#footer #subsidiary .aside
{
	width: 940px;
}
#footer .widgetcontainer
{
	float: left;
	width: 270px;
	padding: 10px;
	margin: 10px 10px 20px;
	background: #121212;
	border: 1px solid #282828;
}
#footer .widgetcontainer H3
{
	margin-bottom: 10px;
}
#footer .widgetcontainer A:hover
{
	color: #999;
}
#footer .reset
{
	clear: both;
}
#siteinfo
{
	text-align: center;
	font-size: 0.8em;
}
#siteinfo A
{
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
#siteinfo A:hover
{
	border-bottom-color: #555555;
}
#author-info
{
	border: 1px dotted #CCC;
	padding: 5px;
	overflow: hidden;
	font-size: 1.2em;
	margin-bottom: 20px;
}
#author-info H2
{
	border-bottom: 3px double #DDD;
	padding: 5px 0;
	font-size: 1.8em;
	margin-bottom: 10px;
}
#author-info .avatar
{
	float: left;
	border: 3px double #DDD;
	margin: 0 10px 10px 0;
}
/*IE6 fixes*/
.ie6 .single .entry-content
{
	height: 450px;
}
.ie6 .entry-content
{
	height: 130px;
}
.ie6, .ie6 #container
{
	width: 100%;
	overflow: hidden;
}
.ie6 #blog-title A
{
	overflow: auto;
}
.ie6 #category-menu, .ie6 #category-nav
{
	width: 940px;
}
.ie6 #category-menu
{
	margin: 10px 0 0 10px;
}
.ie6 #category-nav LI
{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	height: auto;
}
.ie6 #category-nav LI.blog-description
{
	float: right;
}
.ie6 #category-nav LI.blog-description SPAN
{
	float: right;
}
.ie6 #category-nav A
{
	float: left;
}
.ie6 .single #content
{
	height: auto;
}
/*Styles for Contact Form 7 plugin*/
DIV.wpcf7-response-output
{
	display: none;
}
/*Styles for WP Post Ratings plugin*/
.post-ratings
{
	margin-bottom: 10px;
	float: right;
	width: 100px !important;
	margin-top: 5px;
	overflow: hidden;
	height: 20px;
}
.post-ratings SMALL
{
	font-size: 0.7em;
}
.post-ratings-text
{
	display: none !important;
}
/*Styles for BuySellAds widget*/
.BuySellAds_widget
{
	width: 938px;
	margin: 0;
	padding: 3px 0;
	height: auto;
	overflow: auto;
}
.BuySellAds_widget A
{
	background-color: #191919;
	border: 3px solid #191919;
	display: block;
	height: 125px;
	overflow: hidden;
	position: relative;
	width: 125px;
	float: left;
	margin: 0 3px 0 0;
}
.BuySellAds_widget A:hover
{
	border-color: #191919;
}
.BuySellAds_widget IMG
{
	border: 0;
	clear: right;
}
.BuySellAds_widget A.adhere
{
	background: #191919;
	border: 3px solid #191919;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 125px;
	height: 125px;
	margin: 0 3px 0 0;
}
.BuySellAds_widget A.adhere:hover
{
	background: #191919;
	border: 3px solid #191919;
	color: #777;
}
