/*
Theme Name: 100 Layer Cake
Theme URI: http://100layercake.com/blog
Description: Custom theme for 100layercake.com.
Version: 1.0A
Author: Patrick Jackson, Amanda Halbrook, Kristina Hedrick
Author URI: www.solidhex.com/

Maintenance Services, 4/2010
Tri Doan (www.doandesigns.com)

*//*
Theme Name: 100 Layer Cake
Theme URI: http://100layercake.com/blog
Description: Custom theme for 100layercake.com.
Version: 1.0A
Author: Patrick Jackson, Amanda Halbrook, Kristina Hedrick
Author URI: www.solidhex.com/

Maintenance Services, 4/2010
Tri Doan (www.doandesigns.com)

*/

/*
1. Elements
2. Structure
3. Typography
4. Global Classes
*/

/* =============== */
/* = 1. Elements = */
/* =============== */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

hr {
	display: none;
}

body {
	background: #EBDCD0 url('images/bg.jpg') 0 0 no-repeat;
	color: #8E847B;
	padding: 17px 0 40px 0;
	font: 12px/22px Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a:link, a:visited {
	color: #8e847b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 18px 0;
}

a img {
	border: none;
}

img, label {
	display: block;
}

label {
	color: #6c6661;
	font-size: 13px;
	margin-bottom: 6px;
}

/* ================ */
/* = 2. Structure = */
/* ================ */

h1 {
	text-indent: -9999em;
	margin-bottom: 32px;
}

h1 a:link, h1 a:visited {
	display: block;
	text-indent: -9999px;
	width: 266px;
	height: 100px;
}

div#page {
	width: 1026px;
	position: relative;
	margin: 0 auto;
}

div.description {
	display: none;
}

#header {
	background: url('images/header.png') no-repeat scroll top left;
	padding: 34px 47px 15px;
	position: relative;
	height: 192px;
}
#content_wrap {
	background: transparent url('images/wrap_bg.png') 0 0 repeat-y;
	padding: 2px 47px 0;
}
div#content {
	width: 584px;
}
div#page_bottom {
	background: url('images/page_bottom.png') no-repeat scroll top left;
	width: 1026px;
	height: 12px;
	position: absolute;
	bottom: -12px;
}

div#footer {
	background: transparent url('images/footer.png') 0 100% no-repeat;
	width: 1026px;
	height: 281px;
	font-size: 12px;
}

div#footer_links_top {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding: 36px 0 24px 0;
	text-align: center;
}

div#footer_links_top span {
	font-size: 10px;
}

div#footer_links_top a:link, div#footer_links_top a:visited {
	color: #bf9d8d;
	text-decoration: none;
}

div#footer_links_top a:hover {
	color: #d6b09f;
}

div#footer_links_bottom {
	font-family: Georgia, "Palatino", serif;
	padding: 0 0 0 420px;
}

div#footer_links_bottom a:link, div#footer_links_bottom a:visited {
	color: #695f5a;
}

div#footer_links_bottom a:hover {
	color: #867973;
}

div.inner_footer {
	border-top: 9px solid #ECEBE9;
}
ul#header_main_nav {
	background: transparent url('images/nav.png') 0 0 no-repeat;
	margin: 0 0 0 1px;
	clear: both;
	text-indent: -9999em;
	width: 932px;
	height: 47px;
	position: absolute;
	bottom: 34px;
}

ul#header_main_nav li {
	position: absolute;
	top: 0;
}

ul#header_main_nav li, ul#header_main_nav li a {
	display: block;
	height: 47px
}


li#t_blog {
	width: 42px;
	left: 55px;
}

li#t_blog a:hover, li#t_blog a.active {
	background: transparent url('images/nav.png') -55px -47px no-repeat;
}


li#t_inspire {
	/*width: 96px;
	left: 136px;
	*/
	width: 110px;
	left: 127px;
}

li#t_inspire a:hover, li#t_inspire a.active {
	/*background: transparent url('images/nav.png') -136px -47px no-repeat;*/
	background: transparent url('images/comingsoon.jpg') -127px 0px no-repeat;
}

li#t_pshop {
	width: 104px;
	left: 272px;
}

li#t_pshop a:hover, li#t_pshop a.active {
	background: transparent url('images/nav.png') -272px -47px no-repeat;
}

li#t_marketplace {
	width: 106px;
	left: 415px;
}

li#t_marketplace a:hover, li#t_marketplace a.active {
	background: transparent url('images/nav.png') -415px -47px no-repeat;
}

li#t_vendors_venues {
	width: 156px;
	left: 560px;
}

li#t_vendors_venues a:hover, li#t_vendors_venues a.active {
	background: transparent url('images/nav.png') -560px -47px no-repeat;
}

li#t_diy {
	width: 125px;
	left: 751px;
}

li#t_diy a:hover, li#t_diy a.active {
	background: transparent url('images/nav.png') -751px -47px no-repeat;
}


div.stamp {
	background: transparent url('images/date_bg.jpg') 100% 0 repeat-y;
/*	color: #b599aa;*/
	color: #e1c4b1;
	width: 30px;
	padding-right: 16px;
	padding-left: 15px;
	font: 26px/18px Georgia, "Palatino", serif;
	text-align: center;
}

div.stamp span {
	color: #999;
	display: block;
	font: 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 9px;
}

div.post div.heading {
	padding-left: 12px;
/*	width: 524px;*/
	width: 490px;
}

div.post {
	background: transparent url('images/post_border.jpg') 0 100% no-repeat;
	padding-bottom: 26px;
	margin-bottom: 34px;
}

div.widecolumn div.post {
	padding-bottom: 2em;
	margin-bottom: 18px;
}

div#sidebar {
	width: 306px;
}

div.sidebar_postings_extend {
	background: url('images/sidebar_posting_extend.jpg') 0 0 repeat-y;
	width: 306px;
	margin-bottom: 10px;
}

div.sidebar_postings_top {
	background: url('images/sidebar_posting_top.jpg') 0 0 no-repeat;
	padding-top: 14px;
}

div.sidebar_postings_bottom {
	background: url('images/sidebar_posting_bottom.jpg') 0 100% no-repeat;
	padding-bottom: 14px;
}

div.postings {
	color: white;
	padding: 0 33px 20px 31px;
}

input#s {
	border: none;
	background: transparent;
	padding: 7px 7px 0 7px;
	width: 195px;
}

div#s_container {
	background: url('images/s_bg.jpg') no-repeat scroll top left;
	width: 200px;
	height: 27px;
}

div.email_us_bottom {
	background: transparent url('images/email_us_bottom.jpg') 0 100% no-repeat;
	width: 218px;
	padding-bottom: 48px;
	margin: 20px auto;
}

div.email_us_top {
	background: transparent url('images/email_us_top.jpg') 0 0 no-repeat;
	padding-top: 72px;
}

div.email_gutter {
/*	color: #6f6f6d;*/
	padding: 10px 0;
}

div.email_gutter a:link, div.email_gutter a:visited {
	color: #d4ae95;
	font-family: Georgia, "Palatino", "Century Schoolbook", serif;
	font-style: italic;
	text-decoration: none;
	display: block;
}

div.email_gutter a:hover {
	text-decoration: underline;
}

div.events_shout_extend {
	background: url('images/events_shout_extend.jpg') 0 0 repeat-y;
	width: 306px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.events_shout_bottom {
	background: url('images/events_shout_bottom.jpg') 0 100% no-repeat;
	padding-bottom: 6px;
}

div.events_shout_top {
	background: url('images/events_shout_top.jpg') 0 0 no-repeat;
	padding: 90px 42px 1px 25px;
}
div.events_shout_top a.event_section_button {
	margin: 14px auto;
	display: block;
	height: 33px;
	width: 255px;
	text-indent: -9999px;
	background: url('images/see_event_button.jpg') 0 0 no-repeat;
}
div.commie_wrap {
	background: #f1f0ef;
	padding: 30px 5px 0 5px;
}

div.commentmetadata {
	background: transparent url('images/commentdata_bg.gif') 0 100% no-repeat;
	padding-bottom: 1em;
	font-family: Georgia, "Palatino", serif;
}

div#respond {
	background: #f9f2eb;
	margin-top: 5px;
	padding: 28px 50px 36px 42px;
}

div#respond input.text, div#respond textarea {
	background: transparent;
	border: 0;
}

div#respond input.text {
	width: 236px;
	padding: 7px 7px 0 7px;
}

div#respond div.input	{
	background: transparent url('images/comment_text.jpg') 0 0 no-repeat;
	margin: 0;
	width: 250px;
	height: 25px;
}

div#respond div.textarea {
	background: url('images/textarea.jpg') 0 0 no-repeat;
	width: 493px;
	height: 126px;
}

div#respond div.textarea textarea {
	width: 493px;
	height: 126px;
}

div.form_gutter {
	padding-left: 33px;
	margin-bottom: 26px;
}

img#abs_ad {
	position: absolute;
/*	display: none;*/
	top: 108px;
	right: -116px;
	display: none;
}

div.blogs_we_love_wrap {
	background: transparent url('images/blogs_border.jpg') 0 0 no-repeat;
	padding-top: 13px;
}

div.blogs_we_love_wrap_bottom {
	background: transparent url('images/blogs_border.jpg') 0 100% no-repeat;
	padding-bottom: 13px;
}

div#about p {
	line-height: 20px;
	margin: 20px 0;
	font-size: 13px;
}

div#about p#love_layercake {
	margin: 2em 0 3em 0;
}

img.image_advertise {
	margin: -9px 10px 0 -0px;
}

div.advertising_container {
	margin: 4px 0 0 0;
	line-height: 20px;
}

div.advertising_container p {
	margin: 0 0 10px 0;
}

div.div_advertise {
	float: left;
	width: 377px;
}

div.div_advertise div.ad_contact {
	margin: 0;
	padding: 15px 19px 4px 19px;
	background: #eff0ef;
}

div.div_advertise div.hr_advertising {
	background: #fff url('images/hr_advertising.gif') 0 0 repeat-x;
	height: 10px;
	width: 377px;
	margin: 0;
	padding: 0;
}

/* ================= */
/* = 3. Typography = */
/* ================= */

div.post h2 {
	color: #454646;
	font: 24px/1em Georgia, "Palatino", "Century Schoolbook", serif;
	margin-bottom: 4px;
}

div.post h2 a:link, div.post h2 a:visited {
	color: #454646;
	text-decoration: none;
}

div.post h2 a:hover {
	color: #669593;
	text-decoration: none;
}

div.post small {
	color: #454646;
	font-size: 10px;
	line-height: 18px;
}

div.post a:link, div.post a:visited {
	color: #669593;
	text-decoration: none;
}

div.post a:hover {
	text-decoration: underline;
}

.entry_p {
	padding: 0 15px;
	line-height: 22px;
}

.entry_p iframe {
	margin: 0 0 0 -15px !important;
}

p.commies a:link, p.commies a:visited, p.commies /*it's not a link if we're in the single view*/ {
	color: #669593;
	font: 12px/18px Georgia, "Palatino", serif;
	text-decoration: none;
}

p.commies span {
	font-size: 18px;
}

div#sidebar ul {
	list-style: none;
}

div.postings ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

div.postings ol {
	color: #d2efe4;
}

div.postings ol, div.postings li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.postings ul a:link, div.postings ul a:visited,
div.postings ol a:link, div.postings ol a:visited
{
	color: white;
	text-decoration: none;
}

div.postings ul a:hover,
div.postings ol a:hover
{
	text-decoration: underline;
}

ul.fav_posts_list {
	background: transparent url('images/fave_list_separator.jpg') 0 100% no-repeat;
	padding: 0 0 12px 14px;
	font-size: 12px;
}

ul.fav_posts_list li {
	background: transparent url('images/middot.png') 0 7px no-repeat;
	padding-left: 1em;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.postings h2 {
	text-indent: -9999em;
	width: 242px;
	height: 12px;
	margin: 18px 0;
}

/*ul.topics {
	margin-left: 26px;
}

ul.topics li span {
	color: #dbcfcf;
	font-style: italic;
}*/
.signup_newsletter {
	margin-bottom: 1px !important;
	padding-bottom: 13px;
	padding-left: 23px !important;
}
.signup_newsletter #inputcontainer {
background: url("images/s_bg.jpg") no-repeat scroll left top transparent;
	height: 27px;
	width: 175px;
	margin-right: 10px !important;
}
.signup_newsletter input.text_field {
	border: none;
	background: transparent;
	padding: 7px 7px 0 7px;
	width: 170px;
	color: #a5a5a4;
}
#newsletterForm2 input#searchsubmit {
	width: 80px;
	height: 27px;
}
h2#title_fave_posts {
	background: url('images/title_fave_posts.jpg') no-repeat scroll top left;
	width: 242px;
	height: 12px;
}

h2#title_popular_posts {
	background: url('images/title_popular_posts.jpg') no-repeat scroll top left;
	width: 222px;
	height: 13px;
}

h2#title_browse_topics {
	background: url('images/title_browse_topics.jpg') no-repeat scroll top left;
	width: 242px;
	height: 12px;
}

/* the ligatures of the font chosen cause for some irregular sizes */
h2#title_newsletter_signup {
	background: transparent url('images/newsletter_copy.gif') 0 0 no-repeat;
	height: 56px;
	text-indent: -9999em;
	height: 56px;
	margin: 0;
	padding: 0;
}
h2#title_search {
	background: transparent url('images/title_search.jpg') 0 0 no-repeat;
	height: 31px;
	text-indent: -9999em;
	margin: 12px 0 6px 0;
}

h2#title_previous_posts {
	background: transparent url('images/title_previous_post.jpg') 0 0 no-repeat;
	height: 23px;
	text-indent: -9999em;
	margin: 17px 0 7px 34px;
}

h2#title_about_us {
	background: transparent url('images/title_about_us.jpg') 0 0 no-repeat;
	height: 46px;
	text-indent: -9999em;
	margin-top: 38px;
}

h2#title_advertise_w_us {
	background: transparent url('images/title_advertise_w_us.jpg') 0 0 no-repeat;
	height: 46px;
	text-indent: -9999em;
	margin-top: 38px;
}

h2#title_advertise_submissions {
	background: transparent url('images/title_advertise_submissions.jpg') 0 0 no-repeat;
	height: 46px;
	text-indent: -9999em;
	margin-top: 38px;
}

ul.arch_list, ul.arch_list ul {
	width: 254px;
	border: 1px solid #e4e0da;
	font-family: Georgia, "Palatino", "Century";
	background: #eeebe7;
	line-height: 24px;
}
ul.topics_list, ul.topics_list ul {
	background: #777776;
	width: 215px;
	font-family: Georgia, "Palatino", "Century";
	border: 1px solid #6b6b6b;
	line-height: 24px;
}
ul.arch_list {
	cursor: pointer;
	position: relative;
	margin: 0 0 22px 25px;
}
ul.topics_list {
	cursor: pointer;
	position: relative;
	margin: 0 0 0 25px;
}
ul.arch_list ul,
ul.topics_list ul {
	position: absolute;
	top: 24px;
	left: -1px;
}

li.select_posts {
	background: #eeebe7 url('images/down_arrow.jpg') 95% 50% no-repeat;
	font-style: italic;
	padding-left: 12px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
ul.topics_list li.select_posts {
	background: #777776 url('images/down_arrow2.jpg') 95% 50% no-repeat;
	font-style: normal;
	font-family: Georgia, "Palatino", "Century";
}
ul.topics_list ul.the_topics {
	float: left;
	z-index: 2;
	padding-bottom: 10px;
}
ul.arch_list ul li a,
ul.topics_list ul li a {
	display: block;
	font-style: normal;
	padding-left: 12px;
}

ul.arch_list ul li a:link, ul.arch_list ul li a:visited {
	background: #e4e0da;
	color: #A7A5A2;
	text-decoration: none;
}
ul.topics_list ul li {
	margin: 0 !important;
}
ul.topics_list ul li a:link, ul.topics_list ul li a:visited {
	background: #777776;
	color: #ffffff;
	text-decoration: none;
}
ul.arch_list ul li a:hover,
ul.topics_list ul li a:hover {
	background: #eeebe7;
	text-decoration: none;
}
ul.topics_list ul li a:hover {
	color: #777776;
}
a#layer_rss:link, a#layer_rss:visited {
	background: url('images/link_subscribe.jpg') no-repeat scroll top left;
	display: block;
	width: 143px;
	height: 27px;
	text-indent: -9999em;
	margin: 13px 0 12px 32px;
}

ul.events li {
	border-bottom: 1px solid #b9c49e;
	font-family: Georgia, "Palatino", "Century Schoolbook", serif;
	padding: 0 12px 10px 1px;
	margin-bottom: 10px;
}

ul.events li a:link, ul.events li a:visited {
	color: #6f6f6d;
	font-family: Arial, Helvetica, sans-serif;
}

h3#comments {
	background: url('images/title_comments.jpg') no-repeat scroll top left;
	height: 46px;
	text-indent: -9999em;
	margin-left: 23px;
}
.comment_disclaimer {
	padding-top: 22px;
	margin-top: 22px;
	background: url('images/comment_disclaimer_line.jpg') top left repeat-x;
}
.comment_disclaimer p {
	margin-top: 0 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	color: #76706b;
	line-height: 20px;
}
h3#title_post_comment {
	background: url('images/title_post_comment.jpg') no-repeat scroll top left;
	height: 50px;
	text-indent: -9999em;
}

cite.fn {
	color: #669593;
	font-style: normal;
/*	font-size: 18px;*/
}

cite.fn a.url:link, cite.fn a.url:visited {
	color: #669593;
	text-decoration: none;
}

cite.fn a.url:hover {
	text-decoration: underline;
}

div#respond p {
	margin: 18px 0 0 0;
}

div#respond p.first {
	margin: 0;
}

div#respond p.submit_comment {
	margin: 12px 9px 0 0;
}

ol.commentlist li {
	list-style: none;
	padding: 18px 0 8px 36px;
}

ol.commentlist li.odd {
	background: #f9fafa;
}

ol.commentlist li p {
	margin: 0;
	padding: 12px 36px 12px 0;
	font-size: 13px;

}

h2#title_inspire {
	background: url('images/title_inspire.jpg') no-repeat scroll top left;
	height: 50px;
	text-indent: -9999em;
	margin-top: 34px;
}

ul.blogs_we_love {
	margin: 24px 0 36px 0;
}

ul.blogs_we_love li {
	padding: 3px 0;
}

ul.blogs_we_love, ul.blogs_we_love li {
	float: left;
}

ul.blogs_we_love li, ul.blogs_we_love li a {
	display: block;
}

ul.blogs_we_love li {
	border-bottom: 1px dotted #8b8b8a;
	font: 16px/26px Georgia, "Palatino", serif;
	list-style: none;
	margin-left: 18px;
	width: 276px;
}

ul.blogs_we_love li a:link, ul.blogs_we_love li a:visited {
	color: #669593;
	text-decoration: none;
}

ul.blogs_we_love li a:hover {
	color: #476867;
	text-decoration: none;
}
a.adLink {
	margin-bottom: 10px;
	display: block;
}

/* ===================== */
/* = 4. Global Classes = */
/* ===================== */

.error {
	color: #8B0000;
}

div.input {
	margin-right: 1em;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

div.clear {
	clear: both;
}

img.sbar_ad, div.sbar_ad {
/*	border: 1px solid #d2d2d0;*/
/*	margin: 22px 0;*/
}

div.sbar_ad img {
	margin-bottom: 14px;
}

img.advertise_w_us, img.img_273_58, img.img_300_100 {
	margin-bottom: 15px;
}

img.random_ads {
	margin-bottom: 6px;
}

input.text, textarea {
	color: #838383;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
}

div.hr hr {
	display: none;
}

div.sidebar_hr {
	background: url('images/sidebar_hr.jpg') 0 0 no-repeat;
	height: 4px;
	margin-left: 15px;
}

a.admin_link:link, a.admin_link:visited,
span.admin_link a:link, span.admin_link a:visited
{
	color: #FF4500;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
}

a.admin_link:hover,
span.admin_link a:hover
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #FF4500;
	color: white;
}

div.moderation {
	font: italic 14px Georgia, "Palatino", serif;
	color: #ba745e;
	margin-bottom: 12px;
}

p.logged_status {
	font: italic 14px Georgia,"Palatino", serif;
}

div.navigation div.alignleft, div.navigation div.alignright {
	margin: 18px 0;
}

/*this probably won't be used, by just in case */
h2.page_title {
	background: transparent url('images/blogs_border.jpg') 0 100% no-repeat;
	color: #454646;
	font: 18px/36px Georgia, "Palatino", serif;
	padding-bottom: 52px;
	margin-top: 40px;
}

#older a:link, #older a:visited {
	display: block;
	background: url('images/previous.jpg') no-repeat scroll top left;
	width: 111px;
	height: 50px;
	text-indent:  -9999em;
}

#newer a:link, #newer a:visited {
	display: block;
	background: url('images/next.jpg') no-repeat scroll top left;
	width: 77px;
	height: 50px;
	text-indent: -9999em;
}

div.advert_gutter {
	width: 274px;
	margin: 20px 0 20px 16px;
}

img.visit_website {
	margin: 16px 0 18px 0;
}

div.adverts {
	background-color: #F2EFEC;
	padding: 8px 8px 0 0;
	margin-bottom: 36px;
}

div.adverts img {
/*	margin: 8px 0 0 8px;*/
	padding: 0 0 8px 8px;
	float: left;
}

div.advertise {
	background: transparent url('images/blogs_border.jpg') 0 0 no-repeat;
	padding: 23px 18px 0 0;
}

div.advertise p {
	color: #8E847B;
	font-size: 13px;
}

div.advertise a:link, div.advertise a:visited {
	color: #7BADA4;
}
div.blogs_we_love {
	margin-bottom: 30px;
}

div.linkwithin_posts a:hover {
	background: #f8ece1 !important;
}
div.linkwithin_posts div.linkwithin_title {
	color: #8e847b !important;
	margin-top: 10px !important;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 11px !important;
	font: 11px Georgia !important;

}
div.linkwithin_text {
	font-size: 11px;
	color: #8a8a8a;
	font-style:italic;
	font-weight: normal !important;
	text-transform: uppercase;
	padding: 10px 0 !important;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#linkwithin_logo_0 {
	margin-bottom: 5px !important;
}
.linkwithin_div {
	padding: 0 15px;
}
div.double_border {
	background: url(images/border_double_line.gif) bottom left repeat-x;
	height: 7px;
	display: block;
	clear: both;
	width: 586px;
}
p.commies {
	margin: 23px 0;
}
div.fabric_bar {
	height: 60px;
	width: 487px;
	padding: 0 48px;
	margin: 5px 0;
	background: url(images/fabric_bar.jpg) top left no-repeat;
}
div.fabric_bar table {
	height: 100%;
	vertical-align: middle;
	color: #5c5c5c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
div.fabric_bar table a {
	color: #669593;
}
ul.socialnetwork_share {
	margin: 0 12px;
}
ul.socialnetwork_share li {
	float: left;
	display: inline;
	list-style-type: none;
	margin-left: 7px;
}
ul.socialnetwork_share li.facebook {
	width: 405px;
	margin-left: 0;
}
.sponsor_ad_space {
	background: url("images/post_border.jpg") no-repeat scroll 0 100% transparent;
	padding-bottom: 30px;
	margin-top: -18px;
	margin-bottom: 30px;
}
.widecolumn .sponsor_ad_space {
	margin-top: 18px;
}
.sponsor_ad_space .inner {
	width: 584px;
	height: 273px;
	position: relative;
	background: url(images/ad_space_background.gif) top left no-repeat;
}
.sponsor_ad_space a img {
	float: right;
	clear: both;
	margin:	12px;
}
.sponsor_ad_space a.emaillink {
	float: right;
	height: 22px;
	width: 173px;
	position: absolute;
	top: 142px;
	left: 45px;
	text-decoration: none;
}
.hide {
	display: none;
}
