/*
Theme Name: ukbg3
Description: ukbluegrass.com v3.0
Version: 1.0
Author: Katherine Selby
Author URI: http://www.ukbluegrass.com
Tags: fixed width, two columns, widgets, apple, mac, white, grey

	New v1.0
	http://www.ukbluegrass.com

	This theme was designed and built by Katherine Selby,
	whose homepage you will find at http://www.ukbluegrass.com

*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul, ol { list-style: none; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }


/* Body
-------------------------------------------------------------------*/
body { 
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #e2e2e2 url(images/pagebg.jpg) repeat-x top left;
}

h1, h2, h3, h4, h5,h6 { font-family:  tahoma, "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; font-weight: normal; color: #333; }
h1 { font-size: 20px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 18px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 14px; line-height: 22px; margin-bottom: 5px; font-weight:bold;background-color: #e9e9e9;padding: 0.2em 0.2em 0.2em 0.4em;}
h4 { font-size: 14px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 12px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 10px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #5371c5; text-decoration: none; }
a:hover { color: #5371c5; text-decoration: underline; }
a:visited { color: #5371c5; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	width:600px;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #eef3f7; 
}



/* Container
-------------------------------------------------------------------*/
#container { 
	width: 900px; 
	padding-bottom: 0px; 
	margin: 0px auto 0px auto;
	overflow: hidden; 

}
#container #wrapper { 
	float: left; 
	overflow: hidden; 
	/**background: #ffffff url(images/pagebg.jpg) repeat-y top right; **/
}

#wrapper{
	width:898px;
		margin:10px 0 10px 0;
	background: #ffffff url(images/wrapperbg.jpg) repeat-y top right;
	border:1px solid #b7b7b7;		
}

#headnav{
	
}


/* Header
-------------------------------------------------------------------*/
#header { 
	width: 900px; 
	height:59px; 
	float: left; 
	position: relative; 
background: transparent url(images/header-bg.gif) no-repeat bottom left; 	
}
#header h1 { 
	font: 24px Verdana;
	padding: 12px 0 0 15px; 
	margin-bottom: 0; 
	color: #333; 
}
#header h1 a { 
	color: #333; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
}
#header h1 span { 
	padding-left: 10px; 
	font-size: 11px; 
	color: #777; 
}



/* Search
-------------------------------------------------------------------*/

#search #s { 
	width: 157px;
	height: 14px;
	padding: 5px 0 5px 23px;
	vertical-align: bottom;
	line-height: 1px;
	font: normal 12px Verdana, Sans-Serif;
	color: #777;
	border: 1px solid #d7d7d7;
	background: #fafafa url(images/search-bg.gif) no-repeat;
	margin: 0 0 0 15px;
}



/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 900px;
	float: left; 
	height: 32px; 
/**	background: #fafafa url(images/nav-bg.gif) repeat-x; **/
	position: relative; 
}
#nav ul { 
	margin-left: 15px; 
}
#nav ul li { 
	display: inline; 
	margin-right: 20px; 
}
#nav ul li a { 
	font-weight: bold; 
	text-shadow: 1px 1px 1px #fff; 
	text-decoration: none; 
	color: #555; 
	line-height: 33px; 
}
#nav ul li a:hover { 
	color: #333; 
}
#nav #feed {  
	position: absolute; 
	right: 75px; 
	top: 5px;
	font-weight: bold;
	color: #f7f7f7;
	text-decoration: none;
	padding: 0 0 0 24px;
	display: block; 
	background: url(images/rss.gif) no-repeat center left; 
}



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 645px; 
	float: left; 
	padding: 15px 10px 15px 15px; 
	background-color: #ffffff;
}

#content .post { 
	margin-bottom: 20px; 
}
#content .post h1.post-title { 
	color: #333;
	background: url(images/post.gif) no-repeat 0 6px; 
	padding-left: 23px;
}
#content .post h1.post-title a { 
	text-decoration: none;
	color: #333;
}

#content .post .post-info { 
	clear: both; 
	font-size:10px; 
	color: #777; 
	padding: 3px 5px 3px 5px; 
	margin-bottom: 20px; 
	border-top: 1px solid #cccccc; 
	background: #e9e9e9; 
}
#content .post .post-info a { color: #444; text-decoration:none; }
#content .post .post-info a:hover { color: #444; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px verdana, "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }



/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #fafafa; 
	border: 5px solid #def7f8; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 630px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 10px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }



/* Comments
-------------------------------------------------------------------*/
#comments .comment { 
	width: 640px;
	background: #def7f8; 
	margin-bottom: 10px; 
	overflow: hidden; 
	padding-bottom: 5px; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments .comment .comment-avatar { 
	width: 50px; 
	float: left; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	width: 570px;
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 0 0; 
	background: #fafafa ; 
}
#comments .comment .comment-content a { color: #444; }

#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}



/* Sidebar
-------------------------------------------------------------------*/
#sidebar { 
	width: 205px; 
	float: left; 
	font-size: 11px; 
	color: #555; 
	margin: 10px 8px 15px 12px;
/**	background-color: #e7e7e7;
	border:1px solid #cccccc; **/
	

}
#sidebar h3 { 
	font: bold 13px tahoma, "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; 
	color: #333; 
}

#sidebar a { color: #5371c5; text-decoration: none; }
#sidebar a:hover { color: #5371c5; }



#sidebar .ad_block { 
	margin: 13px 15px 6px 15px;
	overflow: hidden;

}

#sidebar .ad_block_long { 
	margin: 13px 14px 6px 26px;
	overflow: hidden;

}

#sidebarcomm{
	padding: 0px; 
	overflow: hidden;
	width:180px;
	margin: 13px 15px 6px 15px;
	text-align:center;

}


#sidebarfeed{
 background: url(images/rss.gif) no-repeat top left;
}

#sidebarfeed h3{
	padding-left:26px;
	padding-top:6px;
}

#sidebar .sidebarpanel {
	padding: 0px; 
	width:180px;
	margin: 13px 15px 6px 15px;
	overflow:hidden;
	border-top:2px solid #607EA0;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	background-color: #ffffff;	
	
}

#sidebar .sidebarpanel h3 {
	padding: 4px; 
	margin:0px 0px 4px 0px;
	background-color:#ffffff;
	border-bottom: 1px dotted #607EA0;
}

#sidebar .sidebarpanel ul { 
	padding:0px; 
	margin:0px; 
}

#sidebar .sidebarpanel li { 
	padding-left:18px; 
	margin:0px; 
	background: url(images/arrow.gif) no-repeat 0px 3px; 
}

#sidebar .sidebarpanel_ad {
	padding: 0px; 
	width:180px;
	margin: 13px 15px 6px 15px;
	overflow:hidden;
}


#sidebar .sidebarcontent{
	padding:2px 2px 2px 4px;
}

#sidebar .sidebarpanel p {
	padding: 4px 0px 0px 0px; 
	margin:0px;
}


/* Calendar */
#sidebar .block #calendar_wrap .pad { background: none; }
#sidebar .block #calendar_wrap #prev { background: none; }
#sidebar .block #calendar_wrap #next { background: none; }
#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar .block #calendar_wrap table th { width: 14.2%; }
#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }
#sidebar .block #calendar_wrap table td a { font-weight: bold; }



/* Footer
-------------------------------------------------------------------*/
#featured{
	width: 898px;
	float: left;
	clear: both;  
	position: relative;
	background-color: #ffffff;
	border:1px solid #cccccc;
	margin-bottom:10px;
}

#featured_blocks{
	padding-left:20px;
}

 #featured .block_footerpic {
	padding: 0px; 
	overflow: hidden;
	border:1px solid #cccccc;
	background-color:#ffffff;
	width:180px;
	margin: 13px 15px 6px 15px;
	float:left;
}




#footer {
	width: 900px;
	float: left;
	clear: both;  
	position: relative;
	background-color: #595959;
}

#footer p { 
	color: #f7f7f7;
	margin:8px 0 8px 0;
	padding-left: 15px;
	padding-right: 15px; 
	font-size: 10px; 

}
#footer a { 
	color: #f7f7f7;
	text-decoration: underline;
}



/******* Custom things **************/

td.tablelist{
	border-bottom: 1px solid #eeeeee;
}

.imgcaption{
	font-weight: bold;
	font-size: 86%;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

td.amazontable{
	padding: 0.2em 0.2em 0.6em 0.2em;
	border-bottom: 1px solid #e7e7e7;
}


.featured {
	margin:0 0 2px 0;
	padding:0;
	width: 637px;
	border:4px solid #cccccc;	
background-color: #333333;	
}

a.featured-article
{
display: block;
width: 637px;
text-decoration: none;
padding:0;
margin:0;

}

.featured-entry
{
background-color: #333333;
color: #f7f7f7;
padding: 0pt;
margin:0;
display:block;
}

img.entry-image{
	padding:0;
	margin:0;
	top:0px;
	left:0px;
}


.featured-entry .entry-title

{
color: #ffffff;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
font-size: 18px;
font-weight: normal;
margin:0;
display: block;
}

.featured-entry .entry-summary
{
padding-top: 0.2em;
padding-right: 15px;
padding-bottom: 0.3em;
padding-left: 15px;
margin: 0pt;
display: block;
color: #b7b7b7;
}

#secondfeatures{
	width:645px;
	margin-top:25px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.featured1{
	margin:0px 14px 16px 0px;
	padding:0;
	width: 200px;
	border:2px solid #cccccc;	
	background-color: #333333;	
	float:left;	
}

.featured2{
	margin:0px 13px 16px 0px;
	padding:0;
	width: 200px;
	border:2px solid #cccccc;	
	background-color: #333333;	
	float:left;	
}

.featured3{
	margin:0px 0px 16px 0px;
	padding:0;
	width: 200px;
	border:2px solid #cccccc;	
	background-color: #333333;	
	float:left;	
}

a.featured-article2
{
display: block;
width: 200px;
text-decoration: none;
padding:0;
margin:0;

}

.featured-entry2
{
background-color: #333333;
color: #f7f7f7;
padding: 0pt;
display:block;
}

img.entry-image2{
	padding:0;
	margin:0;
	top:0px;
	left:0px;
}


.featured-entry2 .entry-title2

{
color: #ffffff;
padding: 0px 4px 4px 8px;
font-weight: bold;
margin:0;
display: block;
}




div.featurepara1{
 font-size: 1.2em;
 font-weight:bold;
 color: #6c6c6c;
 margin-bottom:15px;
}

p.feature_archive_heading{
	margin-bottom: 0;
	padding-bottom: 0;	
	font-weight: bold;
}

p.feature_archive_heading a{
	font-style: normal;
	font-weight: bold;
}

p.feature_archive_content{
	font-style: normal;
	margin-top: 0;
	padding-top: 0;	
}

a.buynowimg {
 display: block; 
 padding-top: 4px
}

#festivalguide h3{

}

#festivalguide h2{
	border-top:1px solid #c7c7c7;
	padding-top: 0.6em;
}

#linkspage h3{

}

#shoppage h3{

}

#shoppage .cdcover{
float: left;
border:1px solid #333333;
width: 100px;
margin-right: 6px
}

#festivalguide h3.mapheading{
	margin-bottom: 1em;
}

#sidebar .giveaway{
	border:1px solid #e7e7e7;
	padding: 0;
	background-color: #ffffff;
}

#sidebar .giveaway h2{
	padding:0.2em;
	margin:0;
	background-color: #e7e7e7;
	text-align:center;
}

#sidebar .giveaway .details{
	padding: 0.5em;
	text-align:center;
}

#sidebar .giveaway .details p{
	padding:0;
	margin:0.5em 0 0 0;
}


#festivalguide ul.fest_urls
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#festivalguide  .fest_urls li
{
display: inline;
list-style-type: none;
}

#festivalguide .fest_urls li:before{
content: "";
}

#festivalguide  .fest_urls a { padding: 3px 10px; }

#festivalguide  .fest_urls a:link, .fest_urls a:visited
{
color: #333333;
background-color: #CEE0FC;
border: 1px solid #bbbbbb;
text-decoration: none;
}

#festivalguide  .fest_urls a:hover
{
color: #333333;
background-color: #E5EFFF;
border: 1px solid #bbbbbb;
text-decoration: none;
}


#ukbgpage h3{
	background-color: #e9e9e9;
	padding: 0.4em;
}

#ukbgpage ul.listbox
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#ukbgpage .listbox li
{
display: inline;
list-style-type: none;
}

/** Note: the following must be in a div with an id or the >> thing will show in front of the li **/
#ukbgpage .listbox li:before{
content: "";
}

#ukbgpage .listbox a { padding: 3px 10px; }

#ukbgpage .listbox a:link, .listbox a:visited
{
color: #333333;
background-color: #CEE0FC;
border: 1px solid #bbbbbb;
text-decoration: none;
}

#ukbgpage .listbox a:hover
{
color: #333333;
background-color: #E5EFFF;
border: 1px solid #bbbbbb;
text-decoration: none;
}

#menubar{
	margin: 0px 3px 3px 3px;
	padding: 5px 0px 3px 2px;
	background-color: transparent;
	width: 700px;
	font-size: 1.0em;
	color:#f8f8f8;
	font-weight:normal;
	text-align:left;
}

#menubar a{
	color: #f8f8f8;
	text-decoration: none;
	font-size: 1.0em;
}

#menubar a:hover{
	color: #f8f8f8;
	text-decoration: underline;
	font-size: 1.0em;
}



/** Bands and calendar **/

#calendarselect ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#calendarselect li
{
float: left;
margin: 0 0.15em;
}

#calendarselect li a
{
background: url(/images/btnbg.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
display: block;
border: 0.1em solid #c9c9c9;
text-decoration: none;
text-align: center;
padding:0 1.2em 0 1.2em;
} 

#calendarselect li a.selected
{
background: url(/images/btnbg_sel.gif) #617ea0 bottom left repeat-x;
color:#ffffff;
height: 2em;
line-height: 2em;
float: left;
display: block;
border: 0.1em solid #dcdce9;
text-decoration: none;
text-align: center;
padding:0 1.2em 0 1.2em;
} 




td.calendar_rowgrey{
	background-color: #f7f7f7;
	padding: 0.3em;
}

td.calendar_rowwhite{
	background-color: #ffffff;
	padding: 0.3em;
}

td.calendar_rowmonth{
	background-color: #e9e9e9;
	padding: 0.3em;
	font-weight: bold;
}

td.calendar_rowblank{
	background-color: #ffffff;
	padding: 0.3em;
}

table.calendar_table{
	padding-top: 1em;
}

#calendarsearch{	
	text-align: left;
	padding: 0 0 0.3em 0;
	margin: 0;
}
#calendarsearch form{	
	padding: 0;
	margin: 0;
}

#calendarsearch select{	
	font-family: verdana, arial, helvetica;

}

#calendarsearch input{	
	font-family: verdana, arial, helvetica;

}


table.bandlist{

}

td.bandlist_photo{
	width: 120px;	
	text-align:center;
	vertical-align:top;
	padding:10px;
	border-bottom:1px solid #c7c7c7;
}

td.bandlist_desc{
	width: 530px;	
	text-align:left;
	vertical-align:top;
	padding:10px 10px 10px 2px;
	border-bottom:1px solid #c7c7c7;

}

img.bandlist_photoimg{
	height: 66px;
	width: 100px;
 	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

div.bandlist_photo_ds{
	float:left;
	background: url('/images/shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
	padding: 0px 0px 0px 0px;		
}


#band_page{
	width:640px;
}


#band_page h3{
	padding: 0.2em 0.2em 0.2em 0.4em;
	margin: 10px 0 8px 0;
	color: #fff;
	background-color: #5E85AC;
	background-image: url(/images/headerbg.jpg);
	background-repeat: repeat-x;

}


.band_photo_ds{
	float:left;
	background: url('/images/shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
	padding: 0px 0px 0px 0px;	
}

.band_photo{
 	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

.band_desc{
	padding: 0 0 0 0.4em;
}


/** ul#band_urls
{
margin-top:6px;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#band_urls li
{
display: inline;
list-style-type: none;
}

#band_urls li:before{
content: "";
}
#band_urls a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
**/

#band_urls{
clear:both;
margin-top:4px;
}

#band_urls ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#band_urls li
{
float: left;
margin: 0 0.15em;
}

#band_urls a:link, #band_urls a:visited
{
background: url(/images/btnbg.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
display: block;
border: 0.1em solid #c9c9c9;
text-decoration: none;
text-align: center;
padding:0 2em 0 2em;
}


#band_cd{
 text-align: left;
}

#band_cd p{
	width: 80px;
	float: left;
 padding: 0;
 margin: 0;
 text-align: center;
	font-size: 84%;
 margin-right: 12px;
}

#band_cd .cdtitle{
	font-style: italic;
}

#band_cd img{
 border: 1px solid #404040;

}


.spacer{
	clear:both;
}

.singlecolumn {
	padding: 2px 0 0px 15px;
	margin: 5px 0 0 5px;
	width: 720px;
	}
	
#video .nowplaying{
	float: left; 
	width: 300px;
	margin: 10px 20px 20px 0;
	padding: 0.2em;
}	

#video .nowplaying h3{
	font-size: 105%;
	padding: 0.6em;
	margin: 0;
	background-color: #e7e7e7;	
}	

#video .nowplaying p{
	padding: 0.6em;
	margin: 0;
	background-color: #f4f4f4;	
}

#video .playlist{
	float: left; 
	width: 300px;
	margin: 10px 20px 20px 0;
	padding: 0.2em;
}	

#video .playlist h3{
	font-size: 105%;
	padding: 0.6em;
	margin: 0;
	background-color: #e7e7e7;	
}	

#video .playlist p{
	padding: 0.6em;
	margin: 0;
	background-color: #f4f4f4;	
}



    form dl, dl.labels {
      margin:0em;
      font-size:100%;
      margin-top:0.5em
    }
    form dt, dl.labels dt {
      float:left;

      width:10em;
      margin-bottom:0.8em;
      color:#555;
      text-align:right;
      font-weight:normal;
      position:relative /*IEWin hack*/
    }
    form dd, dl.labels dd {
      margin-left:10.5em;
      margin-bottom:0.8em;
      font-size:100%;
      font-style:normal;
      padding-left:0.5em
    }
    form dd.submit, dl.labels dd.submit  {
      margin-top:2em
    }

    p.cdheader{
    	font-size:102%;
    	margin-bottom:0;
    	padding-bottom:0;
    }

	p.cdtext{
		margin-top:0;
		padding-top:0.4em;
		padding-bottom:0.2em;
	}


	.cdpromo{
		
		border-bottom:1px solid #c7c7c7;
	}
	

#sidebar .comprules{
	padding:2em 1em 0.3em 1em;
	font-size:94%;
}


/** ----------- PHOTOS ----------------- **/

.photothumb{
	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;}
	 
.thumbshadow{
	float:left;
		background: url('/images/shadow.gif') no-repeat bottom right;
		margin: 5px 0px 0px 6px;
		padding: 0px 0px 0px 0px;		 
}

.photoalbum{
	padding:0 0 40px 0;
	margin:0;
}

.photoalbumcaption{
	float:left;
	padding:10px 0 0 10px;
}

.photoalbumcaption a{
	font-size:120%;
	font-weight:bold;
}

.photoalbum_spacer{
	clear:both;
}

.photocopy{
	margin:10px 0 0 0;
	background-color: #f8f8f8;
	padding:2px;
}


/**** News images ****/

.newsimage{
	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;}
	 
.newsimage_ds{
	float:right;
		background: url('/images/shadow.gif') no-repeat bottom right;
		margin: 5px 0px 0px 6px;
		padding: 0px 0px 0px 0px;		 
}

.featureimagecenter{
	text-align:center;
	width:100%;
}

.featureimage{
	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 margin: -5px 5px 5px -5px;
	 padding: 4px;}
	 
.featureimage_ds{
		background: url('/images/shadow.gif') no-repeat bottom right;
		margin: 5px 0px 0px 6px;
		padding: 0px 0px 0px 0px;		 
}


.addthis_img{
	vertical-align:top;
}

.addthis_button{
	margin-left:6px;
}

.facebook_btn{
	margin-left:6px;
	float:left;
}

