/*
Theme Name: SFNOIR
Theme URI: http://sfnoir.org/
Description: SFNOIR Recordings custom theme
Tags: SFNOIR
*/


#footer-right{
float:right;
margin-top:25px;
}

#foodwine{
display:none;
}

.foodwine #foodwine{
display:inline;
}

#social-desc, #social-desc-foot{
font-size: 11px;
background-color: hsl(0, 0%, 130%);
padding: 5px 5px 5px 15px;
border: 1px solid #ccc;
display:none;
position:relative;
left:-10px;
-webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .05);
-moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .05);
box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .05);
}

#right-triangle{
	float:right;
	position:relative;
	z-index:1;
	left:12px;
	top:2px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff;
}

#right-triangle-gray{
	float:right;
	position:relative;
	z-index:0;
	left:20px;
	top:2px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #c0c0c0;

}

.edit-button{
width:16px;
height:16px;
background-image:url('images/edit.png');
background-position:left;
background-repeat:no-repeat;
position:absolute;
padding-left:17px;
}

.edit-button span{
display:none;
}

.edit-button a{
text-decoration:none;
}

.social-links div{
margin:10px;
}

.social-links div:hover h6{
text-decoration:underline;
color:#784653;
}	

.social-links a{
text-decoration:none;
}

.social-links img{
float:left;
margin-right:10px;
}

.social-links h6{
font-size:0.7em;
color:#999;
}

#donate-button{
background-image:url(images/donate.png);
background-position:0px -6px;
background-repeat:no-repeat;
width:117px;
height:40px;
margin:8px 0px 0px 11px;
}

#donate-button:hover{
background-position:0px -85px;
}

#donate-button:active{
background-position:0px -162px;
}

.donate-box:hover h5{
color:#777;
}

.donate-box h5:last-child{
margin-bottom:10px;
}

.related-articles{
padding-bottom:10px;	
}

.related-single{
border-left: 2px solid #ccc;
padding-left:10px;
margin:10px;
}

.related-single:hover a{
text-decoration:underline;
color:#784653;
}


.related-articles img{
border:1px solid #cccccc;
}

.related-link{
margin:0px 10px 10px 0px;	
}

.related-link a{
color:#666;
font-size:12px;	
text-decoration:none;
}

#nextPrevLinks{display:block;text-align:right;font-size:11px;margin-right:20px;}
#nextPrevLinks a{color:#666; text-decoration:none; border-bottom: 1px solid #999;}
#nextPrevLinks a:visited{color:#666;}
#nextPrevLinks a:hover{color:#666; border-bottom:none;}



/* RESETS */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/* END RESETS */

/* BASE TEXT STYLES */
html {
	height: 100%;
}

body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	margin:0;
	height: 100%;
}
h1, h2, h3 {
	font-weight:normal;	
}
h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin: 0;
}
h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
p {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 1.286em 0; /* 14x1.286=18px */
}
table { border-collapse: collapse; clear: left;
}
th, td { text-align: left; vertical-align: top; padding: 0; }
/* rather than give the table a font size, use contextual selectors to target the th and td elements within */
th { width:20%; font-weight: normal; font-size: 0.875em; /* 16x0.875=14px */ padding:0 0.643em 0.571em 0.643em; /* 14x0.643=9px 14x0.571=8px */ border-bottom:0.071em solid #ccc; /* 14x0.071=1px */ }

td { font-size: 0.75em; /* 16x0.75=12px */ padding:0.333em 0.75em 0.417em 0.75em; /* 12*0.333=4px 12*0.75=9px 12x0.417=5px */ border-bottom:0.083em solid #ccc; /* 12x0.083=1px */ line-height: 1em; /* 12x1=12px */ }
/* END TEXT STYLES */


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/**/

strong {
	font-weight: bold;
}

i {
	font-style:italic;	
}

body {
	background: #f6f6f6;
	color: #666;
}


#outer-container {
	width: 960px;
	margin: 0 auto;
	background: #f6f6f6;
	position: relative;
}

#header {
	margin: 0 10px 30px 10px;
	padding: 20px 0 0 0;
	position: relative;
}

ul#social-header {
	position: absolute;
	right: 0;
	top: 30px;
}

ul#social-header li, ul#social-footer li {
	float: right;
	margin-left: 5px;
}

ul#social-header li a, ul#social-footer li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9000px;
}

ul#social-header li a#head-fb,ul#social-header li a#head-fb2, ul#social-footer li a#foot-fb,ul#social-footer li a#foot-fb2 {
	background: url(images/social_sprites.png) no-repeat 0px -32px;
}

ul#social-header li a#head-twit, ul#social-footer li a#foot-twit {
	background: url(images/social_sprites.png) no-repeat -32px -32px;
}

ul#social-header li a#head-fb:hover, ul#social-header li a#head-fb2:hover, ul#social-footer li a#foot-fb:hover, ul#social-footer li a#foot-fb2:hover {
	background: url(images/social_sprites.png) no-repeat 0px 0px;
}

ul#social-header li a#head-twit:hover, ul#social-footer li a#foot-twit:hover {
	background: url(images/social_sprites.png) no-repeat -32px 0;
}


#sfnoir10 {
	position: absolute;
	right: 10px;
	top: 108px;
	width: 164px;
	height: 36px;
	background: url(images/sfnoir_10logo.gif) no-repeat left top;
	z-index: 999;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a {
	display: block;
	text-decoration: none;
	border: none;
	text-indent: -9000px;
	width: 212px;
	height: 77px;
	background: url(images/logo.gif) no-repeat left top;
	outline:none;
}

.nav {
	margin: 0 10px;
}

.nav ul {
	list-style-type: none;
	border-bottom: 1px solid #999;
	height: 30px;
}

.nav ul li {
	float: left;
	margin-right: 20px;
	border-bottom: 1px solid #999;
}

.nav ul li a {
	display: block;
	text-decoration: none;
	color: #999;
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 3px;
	margin-bottom: 8px;
	font-size: 0.75em;
}

.nav ul li a:hover {
	color: #784653;
	text-decoration: none;
	border-bottom: 5px solid #BAA9AE;
	padding-bottom: 1px;
	margin-bottom: 6px;
}

.nav ul li a.active {
	color: #784653;
}


#content {
	margin: 20px 10px 0 10px;
}

#footer {
	border-top: 1px solid #999;
	margin: 20px 10px 0 10px;
	padding: 10px 0;
	color: #999;
	font-size: 0.625em;
}

#footer a {
	color: #999;
	text-decoration:none;
}


#footer sup {
	font-size: 7px;
	vertical-align: super;
}




#content-column {
	width: 620px;
}




/* home stuff */



#banner-box {
	position:relative;
	height: 400px;
	border:1px solid #e0e0e0;
	width:620px;
}

#banner-box IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:18;
}

#content-column>a{
position:absolute;
width:620px;
}

.banner-link-active{
z-index:21;
height:400px;
}

#banner-box span{
	position:absolute;
	top:310px;
	background-color:#F6F6F6;
	width:620px;
	padding:14px 0px;
	z-index:22;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;	
}

#banner-box IMG.bactive {
    z-index:20;
}

#banner-box IMG.last-bactive {
    z-index:19;
}

#sponsor-box {
	position:relative;
	height: 72px;
}

#sponsor-box IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:15;
}

#sponsor-box IMG.sactive {
    z-index:17;
	cursor: pointer;
}

#sponsor-box IMG.last-sactive {
    z-index:16;
}




#home-main {
	float: left;
	width: 380px;
	margin: 20px 0 0 0;
}

#home-secondary {
	float: right;
	width: 220px;
	margin: 20px 0 0 0;
}


#home-main h3, .secondary-item h3 {
	margin: 0 0 5px 0;
	color: #baa9ae;
	font-size: 0.75em;
}


.main-item {
	background: #fff;
	border:1px solid #e0e0e0;
	padding: 10px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .1);
}


.main-item h2 {
	color: #784653;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

.main-item h2 a, .main-item h2 a:link, .main-item h2 a:visited {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.main-item h2 a:hover {
	border-bottom: 1px solid #baa9ae;
}

.main-item h2 a:active {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #784653;
}



.main-item h4, .secondary-item h4 {
	color: #baa9ae;
	font-weight: bold;
	font-size: 0.825em;
	margin: 0;
}

.main-item p, .secondary-item p {
	color: #666;
	font-size: 0.825em;
	margin: 8px 0 0 0;
}


.main-item img {
	margin: 10px;
	float: right;
}


.main-item img.alignleft {
	float: none;
	margin: 10px 0;
}


p a, p a:link, p a:visited {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #999;
}

p a:hover {
	/* border-bottom: 1px solid #f6f6f6; */
	border-bottom: 1px solid #f6f6f6;
	color: #666;
}

p a:active {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #515151;
}

p.more-link {
	text-align:right;
	margin-right: 3px;
}

.main-item p.more-link {
	text-align:right;
	margin-right: 3px;
	clear: right;
}





.secondary-item {
	padding: 5px 0 0 0;
	margin: 0 0 10px 0;
	border-top: 2px solid #e0dcdd;
}


.secondary-item h2 {
	color: #784653;
	font-weight: bold;
	font-size: 0.875em;
	margin: 0;
}


.secondary-item h2 a, .secondary-item h2 a:link, .secondary-item h2 a:visited {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #f6f6f6;
}

.secondary-item h2 a:hover {
	border-bottom: 1px solid #baa9ae;
}

.secondary-item h2 a:active {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #784653;
}


.secondary-item h4 {
	color: #baa9ae;
	font-weight: bold;
	font-size: 0.825em;
	margin: 0;
}

.secondary-item img {
	padding: 5px;
	margin: 0 0 10px 10px;
	float: right;
	background: url( images/sld-bg.jpg ) repeat-x left top;
}


.secondary-item p.more-link {
	padding-bottom: 10px;
	clear: right;
}




#slideshow-col {
	float: right;
	width: 300px;
}



#slideshow {
    position:relative;
    height:400px;
	background: #fff;
	width: 300px;
	border:1px solid #e0e0e0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}



.tertiary-box-left {
	border:1px solid #e0e0e0;
	float: left;
	width: 300px;
	margin: 20px 0 0 0;
	background: #fff;
	clear: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .05);
}

.tertiary-box-right {
	border:1px solid #e0e0e0;
	float: right;
	width: 300px;
	margin: 20px 0 0 0;
	background: #fff;
	font-style:italic;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .05);
}

.tertiary-box-left p, .tertiary-box-right p {
	margin: 10px;
	font-size: 0.74em;
	color: #666;
}

.tertiary-box-left blockquote, .tertiary-box-left blockquote p, .tertiary-box-right blockquote, .tertiary-box-right blockquote p {
	text-indent: -0.3em;
	color: #784653;
}

.tertiary-box-right blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
	color: #784653;
}


#video-rel {
	position: relative;
	margin: 10px 10px 10px 10px;
}

#video-rel img {
	margin: 0;
	padding: 0;
}

.tertiary-box-left h6 {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-size: 0.75em;
	color: #999;
}


.video-play {
	position: absolute;
	top: 0;
	left: 0;
	background: url( images/play.gif ) no-repeat left top;
	width: 280px;
	height: 210px;
	cursor: pointer;
}



/* page stuff */


#menu-column {
	float: left;
	width: 180px;
}

.menu-item {
	border:1px solid #e0e0e0;
	width: 160px;
	margin: 20px 0 0 0;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .05);
	-moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, .05);
}

.menu-item form {
	margin: 0;
	padding: 10px;
	font-size: 0.75em;
}

.menu-item form input#wpnewsletter_name, .menu-item form input#wpnewsletter_email {
	display: block;
	border: 1px solid #e3e3e3;
	padding: 2px 0;
	width: 136px;
	margin: 0;
	color: #666;
}


#upcoming-menu li {
	color: #999;
}

#tools {
	font-size: 0.75em;
}

#tools li {
	padding-left: 20px;
}

li#print {
	background: url( images/print_icon.gif ) no-repeat center left;
}

li#fbook {
	background: url( images/facebook_icon.gif ) no-repeat center left;
}

li#fbook2 {
	background: url( images/facebook_icon.gif ) no-repeat center left;
}

li#twit {
	background: url( images/twitter_icon.gif ) no-repeat center left;
}


#sec-code {
	display: none;
}

#nl-sub {
	padding: 5px 0;
	text-align: right;
}

.menu-item h5 {
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 0.825em;
	color: #999;
}

.menu-item p {
	margin: 0;
	padding: 5px 10px 10px 10px;
	font-size: 0.825em;
}

#menu {
	background: #fff url( images/menu-bg.gif ) repeat-y left top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#menu ul, .menu-item ul {
	padding: 5px 10px 10px 10px;
	font-size: 0.825em;
}

#menu ul li, .menu-item ul li {
	margin: 5px 0 0 0;
}

#menu ul li ul, .menu-item ul li ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#menu ul li ul li, .menu-item ul li ul li {
	line-height: 1.25em;
}


#menu ul li a, #menu ul li a:link, #menu ul li a:visited, .menu-item ul li a, .menu-item ul li a:link, .menu-item ul li a:visited {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #dbdbdb;
}

#menu ul li a:hover, .menu-item ul li a:hover {
	border-bottom: 1px solid #fff;
	color: #666;
}

#menu ul li a:active, .menu-item ul li a:active {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #515151;
}


#menu ul li.current_page_item a {
	border-bottom: 1px solid #fff;
	color: #784653;
}

#menu ul li.current_page_item a:after {
	content: " \2192";
}



#menu ul li.current_page_item ul li a {
	color: #666;
}

#menu ul li.current_page_item ul li a:after {
	content: "";
}




#text-column {
	float: left;
	width: 440px;
	margin:0;
}

#main_content_left_side{
	float: left;
	width: 200px;
}

#main_content_right_side{
	float: left;
	width: 200px;
	margin-left: 25px;
}


.text-item, #main_content_left_side>p, #main_content_right_side>p, #segmented-content>p{
	border:1px solid #e0e0e0;
	margin: 0 0 20px 0;
	background: #fff;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .1);
	box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .1);

}

.text-item{
padding:20px;
}

.blog-item{
padding:10px!important;
}

#text-column h2 {
	color: #784653;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

#text-column h4 {
	color: #baa9ae;
	font-weight: bold;
	font-size: 0.825em;
	margin: 0;
}


#text-column h2 a, #text-column h2 a:link, #text-column h2 a:visited {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#text-column h2 a:hover {
	border-bottom: 1px solid #baa9ae;
}

#text-column h2 a:active {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #784653;
}




#text-column h3 {
	margin: 0;
	color: #baa9ae;
	font-size: 0.75em;
}


#text-column h5 {
	margin: 15px 0 10px 0;
	font-size: 0.825em;
	font-weight: bold;
}

#text-column h6 {
	margin: 15px 0 0 0;
	font-size: 0.825em;
	font-weight: bold;
}


#text-column p {
	margin: 10px 0 0 0;
	font-size: 0.825em;
}

#text-column p.more-link {
	margin: 0;
	clear: right;
}

#text-column p.post-foot {
	margin: 0;
	color: #999;
	font-size: 0.75em;
}


#text-column img {
	margin: 0 0 10px 10px;
	float: right;}

.blog-item-image{
	display:block !important;
	margin: 0 auto !important;
	float:none !important; }


#text-column img.alignleft {
	float: none;
	margin: 10px 0;
}

#text-column img.blog-thumb {
	margin: 10px 0 10px 10px;
}






ul.related {
	padding: 0;
	font-size: 0.825em;
}

ul.related li {
	margin: 0;
}

ul.related li ul {
	margin: 0 0 0 10px;
	padding: 0;
}

ul.related li ul li {
	line-height: 1.25em;
}


ul.related li a, ul.related li a:link, ul.related li a:visited {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #dbdbdb;
}

ul.related li a:hover {
	border-bottom: 1px solid #fff;
	color: #666;
}

ul.related li a:active {
	text-decoration: none;
	color: #515151;
	border-bottom: 1px solid #515151;
}






#calendar-box {
	margin: 0;
	background: #fff;
	padding: 10px 0 20px 10px;
}


#calendar-box h2 {
	margin-left: 3px;
}

#calendar-box h3 {
	margin-left: 3px;
}



table#calendar {
	color: #ccc;
	text-align: center;
	background-color: #fff;
}

table#calendar th, table#calendar td {
	padding: 5px;
	margin: 0;
	color: #666;
	background: #f6f6f6;
	border: 3px solid #fff;
	width: 47px;
	height: 47px;
}

table#calendar th {
	color: #ccc;
}

table#calendar td.event {
	background: #f6f6f6 url( images/cal.gif ) no-repeat left top;
}

table#calendar td.today {
	color: #784653;
	font-weight: bold;
}



table#calendar td a {
	display: block;
	text-decoration: none;
	height: 47px;
	color: #666;
	font-weight: bold;
}

#tooltip {
	position: absolute;
	z-index: 19;
	display: none;
	width: 170px;
	padding-bottom: 15px;
	background: url( images/cal-pop.gif ) no-repeat bottom center;
}

#tooltip-container {
	padding: 5px 10px 8px 10px;
	font-size: 0.825em;
	background: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.tooltip-holder {
	display: none;
}

#tooltip-text {
	font-size: 0.825em;
}

#tooltip-text h5 {
	color: #784653;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#tooltip-text h6 {
	font-size: 1em;
}

#tooltip-text p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#video-player {
	position: absolute;
	z-index: 29;
	display: none;
	padding: 20px;
	background: #fff;
}

#video-close {
	text-align: right;
}

#video-close p {
	margin: 0 0 5px 0;
	padding: 0;
	cursor: pointer;
}




/* sponsors page */




#sponsors-column {
	float: left;
	width: 440px;
	margin:0;
}


#sponsors-column h2 {
	color: #784653;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

#sponsors-column h4 {
	color: #baa9ae;
	font-weight: bold;
	font-size: 0.825em;
	margin: 0;
}


#sponsors-column h2 a, #sponsors-column h2 a:link, #sponsors-column h2 a:visited {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#sponsors-column h2 a:hover {
	border-bottom: 1px solid #baa9ae;
}

#sponsors-column h2 a:active {
	color: #784653;
	text-decoration: none;
	border-bottom: 1px solid #784653;
}




#sponsors-column h3 {
	margin: 0;
	color: #baa9ae;
	font-size: 0.75em;
}


#sponsors-column h5 {
	margin: 15px 0 10px 0;
	font-size: 0.825em;
	font-weight: bold;
}

#sponsors-column h6 {
	margin: 15px 0 0 0;
	font-size: 0.825em;
	font-weight: bold;
}


#sponsors-column p {
	margin: 10px 0 0 0;
	font-size: 0.825em;
}

#sponsors-column p.more-link {
	margin: 0;
	clear: right;
}

#sponsors-column p.post-foot {
	margin: 0;
	color: #999;
	font-size: 0.75em;
}


#sponsors-column img {
	margin: 0 0 10px 10px;
	float: right;
}

#sponsors-column img.alignleft {
	float: none;
	margin: 10px 0;
}

#sponsors-column img.blog-thumb {
	margin: 10px 0 10px 10px;
}




#footer-logo {
	width: 161px;
	height: 62px;
	background: url(images/logo_bottom.png) no-repeat left top;
	float:left;
	margin: 0px 10px 0px 10px;
}

#footer-tag {
	float: right;
	width: 295px;
	height: 90px;
	color:#902326;
	text-align: right;
	font-size: 13px;
	line-height: 20px;

}

#footer-left{
float:left;
}


#footer-nav span{
	
}

#footer-nav a{
text-decoration:none;
padding:0px 4px;
margin-bottom: 12px;
}

#footer-nav a:hover{
color: #784653;
}

#footer-left div:last-child{
color:#666;
padding-left:4px;
margin-top:10px;
font-size:10px;	
line-height:15px;
}

