@import url("pagenavi-css.css");

body{
	background: #b11319 url(../img/bg.jpg) repeat-x;
	font-family: Helvetica, Arial;
	font-size: 62.5%;
	color: #000;
}

a{
	color: #ED1C24;
	text-decoration: none;
}

strong{
	font-weight: bold;
}

a:hover{
	border-bottom: 1px solid #eb878b;
	text-decoration: none;
}

.clear{
	clear: both;
	height: 1px;
}

.hide {
    display: none;
}

.notice{
	color: #ED1C24;
	font-weight: bold;
}

a.button{
	background: #ED1C24 url(../img/button-bg.gif) no-repeat top right;
	color: #fff;
	display: table;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0px 25px 0px 5px;
	width: inherit;
}

a:hover.button{
	border: none;
}

a.button.float{
	float: left;
	margin-right: 10px;
}

/************************************************************************************************************/

ul.arrow{

}
	
	ul.arrow li, .delicious-posts ul li{
		list-style-type: none;
		list-style-position: outside;
		list-style-image: url(../img/bullet-arrow.gif);
		margin-left: 11px;
	}
	
ul.default{
	margin: 10px 0px;
}

	ul.default li{
		list-style-type: disc;
		list-style-position: outside;
		margin: 0px 0px 10px 15px;
	}
	
ul.fav-posts{
	margin-bottom: 10px;
}

	ul.fav-posts li{
		line-height: 1.3em;
		margin-left: 12px;
		margin-bottom: 5px;
	}
	
		ul.fav-posts li a{
			color: #000;
		}
		
		ul.fav-posts li a:hover{
			border-bottom: 1px solid #000;
		}

/************************************************************************************************************/

#wrapper{
	margin: 0 auto;
	width: 980px;
	font-size: 1.2em;
}

	#header{
	
	}
	
	#bart, #jan {
		position: absolute;
		height: 150px;
		top: 110px;
	}
	
	#bart {
		margin-left:660px;
		width: 145px;	
	}
	
	#dhtmltooltip{ position: absolute; left: -280px; width:90px; height: 30px; padding: 5px; visibility: hidden; z-index: 100; background-color: #000; border: 1px dotted #fff;}
	#dhtmlpointer { position:absolute; left: -300px; z-index: 101; visibility: hidden; background-image: url('../img/arrowtop.png'); }
	#dhtmlpointer2 { position:absolute; left: -300px; z-index: 102; visibility: hidden; }
	
	#jan {
		margin-left:810px;
		width: 132px;
	}
	
		h1, #twitter{
			float: left;
			width: 590px;
		}
	
			h1 a{
				background: url(../img/logo.png) no-repeat;
				display: block;
				height: 83px;
				text-indent: -9999px;
				width: 200px;
			}
			
			h1 a:hover{
				border: none;
			}
		
		#twitter{
			background: url(../img/twitter-bg.gif) no-repeat;
			height: 107px;
		}
		
			#twitter .message{
				height: 25px;
				overflow: hidden;
				padding: 25px 20px;
			}
			
			#twitter .message-info{
				color: #fff;
				padding-right: 10px;
				text-align: right;
			}
			
				#twitter .message-info a{
					color: #000;
				}
			
				#twitter .message-info a:hover{
					border-bottom: 1px solid #912026;
				}
		
		#adnerds-box {
			width: 345px;
			float: right;
			margin-top: 47px;
			text-align: right;
			margin-right: -4px;
		}
		
		#adnerds-box img {
			margin-right: 0px;
		}
		
		#adnerds-box ul li {
			display: inline;
		}
		
		#search-box{
			float: right;
			height: 190px;
			width: 390px;
		}
		
			#search-box form{
				float: right;
				margin-top: 7px;
				height: 35px;
			}
			
				#search-box form input{
					background-color: #ED1C24;				
					background: transparent url(../img/search-input.png) no-repeat bottom;
					border: 1px solid #98070c;					
					color: #fff;
					float: left;
					height: 14px;
					margin-left: 7px;
					padding: 2px;
					width: 260px;
				}
				
				#search-box form input#searchsubmit{
					background: #000;
					color: #fff;
					font-size: 1.1em;
					border: none;
					height: 20px;
					width: 75px;
				}
	
	#meta-info{
		/*background: url(../img/meta-info-bg.png);*/
		background-color: #000;
		border: 1px dotted #fff;
		border-bottom: none;
		clear: both;
		height: 170px;
	}
	
			#podcasts h4, #about h4 {
				color: #fff;
				font-size: 1.6em;
				font-weight: bold;
				margin: 15px 0px 0px 20px;
			}
			
			#podcasts h4 a, #podcasts h4 a:hover {
				color: #fff;
				border: none;
			}
	
		#podcasts{
			float: left;
			width: 590px;
			position: relative;
		}
		
			#podcasts h4{
				float: left;
				width: 300px;
			}
			
			#podcasts .podcasts-meta{
				float: right;
				margin: 15px 10px 0px 0px;
			}
			
				#podcasts .podcasts-meta a{
					float: left;
				}
			
				#podcasts .podcasts-meta a.rss{
					background: url(../img/podcasts-rss.png) no-repeat;
					display: block;
					height: 30px;
					margin-top: -5px;
					margin-right: 5px;
					text-indent: -9999px;
					width: 30px;
				}
				
				#podcasts .podcasts-meta a:hover.rss{
					border: none;
					text-decoration: none;
				}
		      		
       		#podcasts #scrollcontainer
			{
				clear: both;
				position: relative;
				top: 4px;
      		}
        
 /********* PODCAST SCROLL ******************/           		
      		
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 497px;
	height:120px;

	/* custom decorations */
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
      		
      		
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse, a.browse:hover, a.browse:active {
	display:block;
	width:30px;
	height:30px;
	color: #fff;
	margin:40px 10px;
	cursor:pointer;

	border: none;
}

/* right */
a.right, a.right:hover, a.right:active	{ background: transparent url(../img/scroll-arrow-left.png) clear:right; margin-right: 0px; float:right;}


/* left */
a.left				{ background: transparent url(../img/scroll-arrow-right.png) margin-left: 0px; float: left;} 

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 			

        #podcasts .scrollable {
          
        }
        
          #podcasts .scrollable div.panel {
            	float: left;
              height: 112px;
              margin-right: 8px;
              position: relative;
              width: 117px;
          }
            
            #podcasts .scrollable div.panel a{
              background-position: center center;
			  background-repeat: no-repeat;
              display: block;
              height: 112px;
              text-align: left;
              width: 117px;
              font-size: 0.9em;
            }
          
            #podcasts .scrollable div.panel a:hover{
              border: none;
            }
			
			#podcasts .scrollable div.panel span.meta{
              color: #fff;
			  float: right;
			  display:block;
			  background-color: #ED1C24;
			  padding: 2px;
			  margin-left: 30px;
			  margin-top: 80px;
			  font-size: .8em;
			  text-transform: uppercase;
            }

/********** END PODCAST SCROLL ***************/     

		
		#about{
			border-left: 1px dotted #fff;
			float: right;
			width: 385px;
		}
		
			#about img, #about p, #about ul{
				float: left;
			}
			
			#about img{
				margin: 10px 20px 0px 25px;
			}
			
			#about p{
				color: #fff;
				line-height: 1.5em;
				font-size: 0.9em;
				margin-top: 22px;
				width: 210px;
			}
			
			#about ul{
				margin-top: 15px;
				margin-bottom: 20px;
				width: 210px;
			}
			
				#about ul li{
					float: left;
					margin-right: 3px;
				}
			
					#about ul li a{
						background-image: url(../img/about-icons.png);
						display: block;
						height: 30px;
						text-indent: -9999px;
						width: 27px;
					}
					
					#about ul li a:hover{
						border: none;
					}
				
					#about ul li.flickr a{
					
					}
					
					#about ul li.facebook a{
						background-position: -31px 0px;
					}
					
					#about ul li.facebook{
					  margin-right: 2px;
					}
					
					#about ul li.twitter a{
						background-position: -64px 0px;
					}
					
					#about ul li.slideshare a{
						background-position: -95px 0px;
					}
					
					#about ul li.rss a{
						background-position: -128px 0px;
					}

					#about ul li.friendfeed a{
						background-position: -160px 0px;
					}
					
					#about ul li.delicious a{
						background-position: -192px 0px;
					}
					
					#about ul li.podcast a{
						background-position: -225px 0px;
					}
	
	#content{
		background: #fff url(../img/content-bg.gif) repeat-y;
		clear: both;
		position: relative;
		top: -3px;
		float: left;
	}
		#content h2, #content h3{
			color: #ED1C24;
			margin-bottom: 10px;
		}
		
		#content h2{
			font-size: 1.8em;
			font-weight: bold;
		}
		
		#content h3{
			font-size: 1.8em;
		}
		
		#content-content, #content-meta, #content-side{
			float: left;
			margin-right: 5px;
			padding-bottom: 15px;
			border-top: 3px solid #ED1C24;
		}
		
			#content-content .bl, #content-meta .bl, #content-side .bl{
				padding: 20px;
			}
			
			#content-content .bl.category
			{
				padding-bottom: 10px;
				padding-top: 0;
				margin-bottom: -1em;
			}

			#content-content .bl.category h2
			{
				font-size: 1.3em;
			}
			
			#content-content .bl.category .cto, #content-content .bl.category h2, #content-content .bl.category p.subtitle
			{
				margin-left: 120px;				
			}
			
			#content-content .bl.category .cto
			{
				margin-bottom: 0;
			}
			
			#content-content .bl.category h3
			{
				margin-top: .2em;
			}
			
			#content-meta .follow-fridays-link {
				background-color: #1a171b;
				padding: 0;
			}
			
			#content-meta .follow-fridays-link h2, #content-meta .follow-fridays-link a {
				color: #fff;
			}
			
			#content-meta .follow-fridays-link a:hover {
				text-decoration: none;
				border: none;
			}
			
			#content-meta .blfb {
				padding: 0px;
			}
			
				#content-content .bl .line, #content-meta .bl .line, #content-side .bl .line{
					background-image: url(../img/bl-inner-line.gif);
					background-repeat: repeat-x;
					height: 7px;
					margin: 10px 0px;
					width: 100%;
				}
				
				#content-content .bl .line.red, #content-meta .bl .line.red, #content-side .bl .line.red{
					background-image: url(../img/bl-inner-line-red.gif);
				}
			
			#content-content .bl-line, #content-meta .bl-line, #content-side .bl-line{
				background-color: #ED1C24;
				height: 5px;
			}
			
			#content-meta {
				margin-bottom: 0;	
			}
		
		#content-content{
			width: 466px;
		}
		
			#content-content .comment-bubble{
				background: url(../img/content-comment-bubble.gif) no-repeat;
				color: #fff;
				display: inline-block;
				font-size: 0.6em;
				height: 18px;
				line-height: 15px;
				margin-left: 5px;
				text-align: center;
				width: 17px;
				position: relative;
				top: -10px;
			}
			
			#content-content .home .comment-bubble, #content-content .search .comment-bubble{
				top: 0px;
			}
			
			#content-content a.comment-bubble:hover{
				border: none;
			}

			#content-content h2.inline{
				float: left;
				width: 200px;
			}
		
			#content-content a.in-title{
				float: right;
				margin-left: 5px;
			}
		
			#content-content a.in-title.rss{
				background: url(../img/content-bookmarks-rss.png) no-repeat;
				display: block;
				height: 20px;
				text-indent: -9999px;
				width: 20px;
			}
			
			#content-content a:hover.in-title.rss{
				border: none;
			}
			
			#content-content ul.results,
			#content-content ul.results{
				
			}
			
				#content-content ul.results li{
					margin-bottom: 15px;
				}
				
					#content-content ul.results li div.thumbnail,
					#content-content ul.results li p{
						float: left;
					}
					
					#content-content ul.results li div.thumbnail{
						background-position: center center;
						border: 1px solid #000;
						height: 44px;
						margin-right: 15px;
						overflow: hidden;
						width: 44px;
					}
					
					#content-content ul.results li p{
						border: 1px dotted #ED1C24;
						border-left: none;
						height: 44px;
						width: 364px;
					}
					
						#content-content ul.results li p a{	
							margin: 5px 5px 5px 0px;
						}
						
						#content-content ul.results li p a:hover{	
							border: none;
						}
					
						#content-content ul.results li p a.title{
							display: block;
							float: left;
							font-weight: bold;
							line-height: 1.6em;
							width: 325px;
						}
						
						#content-content ul.results li p a.comment-bubble{
							float: right;
						}
						
			#content-content .links-used, #content-content .delicious-posts ul
			#content-content .tweets{
				margin-bottom: 10px;
			}
			
				#content-content .links-used li, #content-content .delicious-posts ul li
				#content-content .tweets li{
					margin-bottom: 5px;
				}
			
				#content-content .links-used a, .delicious-posts ul li a
				#content-content .tweets a{
					color: #000;
				}
				
				#content-content .links-used a:hover, #content-content .delicious-posts ul li a
				#content-content .tweets a:hover{
					border-bottom: 1px solid #000;
				}									
		
			#content-content .home{
			
			}	
			
			#content-content .search{
			
			}						
			
			#content-content .search-info{
				background: #ED1C24;
				color: #fff;
				padding: 20px;
				padding-bottom: 10px;
				position: relative;
			}
			
				#content-content .search-info a.close{
					background: url(../img/content-search-close.png) no-repeat;
					display: block;
					height: 15px;
					position: absolute;
					right: 10px;
					text-indent: -9999px;
					top: 10px;
					width: 16px;
				}
				
				#content-content .search-info a:hover.close{
					border: none;
				}
				
				#content-content .search-info h2{
					color: #fff;
				}
				
				#content-content .search-info strong{
					color: #000;
					font-weight: bold;
				}
				
				#content-content .search-info a{
					color: #000;
				}
				
				#content-content .search-info a:hover{
					border-bottom: 1px solid #000;
				}
				
					#content-content .search-info p{
						line-height: 1.5em;
						margin-bottom: 10px;
					}
				
					#content-content .search-info p img{
						float: left;
						margin: 0px 5px 5px 0px;
					}
					
			#content-content .community{
				
			}
			
				#content-content .community .userslist{
					
				}
				
					#content-content .community .userslist li{
						float: left;
						margin-right: 10px;
					}
					
						#content-content .community .userslist li a{
						
						}
						
							#content-content .community .userslist li a img{
								border: 1px solid #000;
							}
							
			#content-content .invite{
			
			}
			
				#content-content .invite .fbmlIframe{
					width: 400px;
				}
		
			#content-content .post{
				
			}
			
				#content-content .post .subtitle{
					font-size: 1.4em;
					font-weight: bold;
					margin-top: -5px;
					margin-bottom: 5px;
				}
				
				#content-content .post .share{
					background: #ED1C24;
					color: #fff;
					font-size: 1.0em;
					height: 20px;
					line-height: 20px;
					margin-bottom: 5px;
					padding-left: 3px;
				}
				
					#content-content .post .share a{
						color: #fff;
					}
					
					#content-content .post .share a:hover{
						border: none;
					}
				
				#content-content .post .tags, #content-content .post .tags-lbl, #content-content .post .fav{
					float: left;
					height: 20px;
					line-height: 20px;
					margin-bottom: 5px;
				}
				
				#content-content .post .tags{
					font-weight: bold;
					line-height: 1.8em;
					margin-bottom: 15px;
					width: 360px;
				}
				
				#content-content .post .fav{
					background: #ED1C24;
					color: #fff;
					font-size: 1.2em;
					float: right;
					height: 20px;
					line-height: 20px;
					text-align: center;
					width: 20px;
				}
				
				#content-content .post blockquote
				{
					margin: 0 1.5em;
					color: #6C6C6C;
				}
				
				#content-content .post .cto h4
				{
					font-size: 1.3em;
					color: #ed1c24;
					margin: 1.5em 1.5em .8em 0;
				}
				
					#content-content .post .fav a{
						color: #fff;
					}
						
					#content-content .post .fav a:hover{
						border: none;
					}
			
				#content-content .post .tags-lbl{
					background-color: #ED1C24;
					color: #fff;
					font-size: 1.2em;					
					padding: 0 3px;
					margin-right: 5px;
				}
				
				#content-content .post .cto{
					line-height: 1.5em;
					margin: 10px 0px;
				}
				
					#content-content .post .cto p{
						margin-bottom: 10px;
					}
					
					#content-content .post .cto strong, 
					#content-content .post .cto b{
						font-weight: bold;
					}
					
					#content-content .post .cto i{
						font-style: italic;
					}
					
					#content-content .post .cto u{
						text-decoration: underline;
					}
					
					#content-content .post .cto ul{
						margin: 10px 0px;
					}
					
						#content-content .post .cto ul li{
							list-style-type: disc;
							list-style-position: outside;
							margin: 0px 0px 10px 15px;
						}
						
				#content-content .post .amzn_wdgt{
					
				}
				
				#content-content .post .commenter{
					background: #f9f9f9;
					border: 1px dotted #000;
					margin: 20px 0px;
					padding: 20px;
				}
				
					#content-content .post .commenter h4{
						font-size: 2.0em;
						margin-bottom: 20px;
					}
					
					#content-content .post .commenter .comments{
						margin-bottom: 20px;
					}
					
						#content-content .post .commenter .comments li{
							clear: both;
							padding-bottom: 15px;
						}
						
							#content-content .post .commenter .comments img{
								float: left;
								margin-right: 15px;
							}
							
							#content-content .post .commenter .comments .says{
								float: right;
								width: 330px;
							}
							
								#content-content .post .commenter .comments .says p{
									line-height: 1.5em;
									margin-bottom: 5px;
								}
							
								#content-content .post .commenter .comments .says cite{
									display: block;
								}
						
					#content-content .post .commenter form{
						
					}
					
						#content-content .post .commenter form input, 
						#content-content .post .commenter form textarea{
							border: 1px solid #000;
							margin-bottom: 8px;
							padding: 2px;
							width: 100%;
						}
					
						#content-content .post .commenter form input{
							height: 20px;
						}
						
							#content-content .post .commenter form input#submit{
								background: none;
								background: url(../img/submit-arrow.png) no-repeat center right;
								border: none;
								font-size: 1.2em;
								font-weight: bold;
								margin-top: 10px;
								padding-right: 15px;
								text-align: left;
								width: 115px;
							}
					
						#content-content .post .commenter form textarea{
							
						}	
						
						#content-content .post .commenter form .loggedin{
							margin-bottom: 10px;
						}
		
		#content-meta{
			width: 252px;
		}
			
			#content-meta .wp-tag-cloud{
				color: #000;
			}
			
				#content-meta .wp-tag-cloud li{
					float: left; 
					line-height: 16px;
					margin-right: 8px;
					margin-bottom: 8px;
				}
					
					#content-meta .wp-tag-cloud li a{
						color: #000;
						line-height: 0.5;
					}
					
					#content-meta .wp-tag-cloud li a:hover{
						border: none;
					}
		
			#content-meta .bookmarks{
				
			}
				
				#content-meta .bookmarks h2{
					float: left;
					width: 175px;
				}
				
				#content-meta .bookmarks .rss{
					background: url(../img/content-bookmarks-rss.png) no-repeat;
					display: block;
					float: right;					
					height: 20px;
					text-indent: -9999px;
					width: 20px;
				}
				
				#content-meta .bookmarks a:hover.rss{
					border: 0px;
				}
			
				#content-meta .bookmarks ul{
					margin-bottom: 20px;
				}
				
					#content-meta .bookmarks div#delicious-box ul li, #content-content .search div#delicious-search-box ul li{
						margin-bottom: 10px;
					}
				
					#content-meta .bookmarks div#delicious-box ul li a, #content-content .search div#delicious-search-box ul li a{
						color: #000;
						display: block;
						background: url(../img/arrow-list-red.png) no-repeat scroll 0 3px;
						padding-left: 12px;
					}

					#content-meta .bookmarks div#delicious-box ul li a, #content-content .search div#delicious-search-box ul li a:hover {
						border: none;
					}
					
					#content-meta .bookmarks ul a:hover{
						/*border-bottom: 1px solid #000;*/
						border:none;
					}
		
		#content-side{
			background: url(../img/content-side-bg.png) no-repeat top right;
			margin-right: 0px;
			width: 252px;
		}
		
			#content-side h2{
				color: #000;
			}
			
			#content-side .rss{
				background: url(../img/content-bookmarks-rss.png) no-repeat;
				display: block;
				float: right;					
				height: 20px;
				text-indent: -9999px;
				width: 20px;
				margin-left: 4px;
			}
			
			#content-side .mail{
				background: url(../img/content-icon-mail.png) no-repeat;
				display: block;
				float: right;					
				height: 22px;
				margin-top: -1px;
				text-indent: -9999px;
				width: 22px;
			}
			
			#content-side a.mail:hover, #content-side a.rss:hover{
				border: none;
			}
		
			#content-side .prox-logo{
				background: url(../img/logo-proximity.png) no-repeat;
				display: block;
				height: 94px;
				text-indent: -9999px;
				width: 92px;
			}
			
			#content-side #community-box {
				background-color: #ed1c24;
				margin: 0 -20px 20px -20px;
				padding: 10px 20px 5px 20px;
				border-bottom: 1px dotted white;	
				border-top: 1px dotted white;	
			}
			
			#content-side #community-box h3, #content-side #community-box p {
				color: white;
			}
			
			#content-side .fb_profile_pic_rendered {
/*				height: 35px;
				width: 35px;*/
			}
			
			#content-side .userprofile .fb_profile_pic_rendered{
				/*height: 52px;
				width: 52px;*/
			}
			
			.userprofile a.button
			{
				margin-top: 4px;
			}
			
			#content-side .userprofile .fb_profile_pic_rendered .button{
				margin-top: 5px;
			}
			
			#content-side .userprofile .fb_profile_pic_rendered a:hover {
				border: none;
			}

			#content-side .userprofile .fb_profile_pic_rendered img {
				float: left;
				margin-right: 10px;
			}
			
			#content-side a:hover.prox-logo{
				border: none;
			}
			
			#content-side a.fbconnect_login_button:hover, a.fbconnect_login_button:hover {
				border: none;
			}
			
			#content-side ul.userlist{
				margin-bottom: 10px;
			}
			
				#content-side ul.userlist li{
					float: left;
					margin-right: 10px;
					margin-bottom: 10px;
				}
				
					#content-side ul.userlist li a{
					}
				
						#content-side ul.userlist li a img{
							border: 1px solid #000;
						}
						
						#content-side ul.userlist li a:hover
						{
							border: none;
						}
		
	#flickr{
		clear: both;
		height: 82px;
		padding-bottom: 10px;
		background-color: #000;
		border: 1px dotted #fff;
		border-top: none;
	}
		
		#flickr ul{
			margin-left: 10px;
		}
		
			#flickr ul li{
				float: left;
				margin-top: 15px;
				margin-right: 15px;
			}
	
				#flickr ul li span{
					position: relative;
				}
			
					/*#flickr ul li a{
						background: url(../img/flickr-mask.png);
						background-position: center center;
						background-repeat: no-repeat;
						height: 54px;
						width: 54px;
						position: absolute;
						display: block;
					}*/
					
					#flickr ul li a:hover{
						border: 0px;
						text-decoration: none;
					}
				
					#flickr ul li img{
						height: 53px;
						width: 53px;
					}	
				
	#copyright{
		color: #000;
		margin-bottom: 10px;
		margin-top: 2em;
		font-size: 1em;
		text-align: right;
	}
	
		#copyright a{
			color: #ccc;
		}
		
		#copyright a:hover{
			border-bottom: 1px solid #666;
		}
		
/* follow fridays */
#content-content #follow-fridays {
	line-height: 1.5;
}


#content-content #follow-fridays a.button.register
{
	background: #242222 url(../img/button-bg-grey.gif) no-repeat top right;
}

#content-content #follow-fridays a.button.downarrow
{
	background: #ED1C24 url(../img/button-bg-down.gif) no-repeat top right;
}

#content-content #follow-fridays h3 {
	line-height: 1.2;
}

#content-content #follow-fridays h2 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: .5em;
}

#content-content #follow-fridays h3 {
	color: #333;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: .5em;
}

#content-content #follow-fridays h4 {
	color: #333;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 1em;
}

#content-content #follow-fridays .red {
	color: #ED1B24; 	
}

#content-content #follow-fridays p {
	margin: 0 0 1em 0;
}

#content-content #follow-fridays dl {
	margin-top: 2em;	
}

#content-content #follow-fridays dl dt {
	font-weight: bold;
	color:#333;
	font-size: 1.5em;
	clear:left;
}

#content-content #follow-fridays dl dt a {
	padding-right: 0px;	
}

#content-content #follow-fridays dl dd {
	margin: .5em 0;
	padding-left: 100px;
	border-bottom: 1px dotted #ed1b24;
}

#content-content #follow-fridays dl dt span.date {
	float: left;
	width: 100px;
	height: 50px;
}

#content-content #follow-fridays .tags-lbl{
	float: left;
	height: 20px;
	line-height: 20px;
	margin-top: .5em;
	background-color: #ed1b24;
	color: #fff;
	font-size: 1.2em;					
	padding: 0 3px;
	margin-right: 5px;
}
				
#content-content #follow-fridays .tags{
	font-weight: bold;
	line-height: 1.8em;
	margin-top: .5em;
	width: 300px;
	margin-left: 40px;
}

#content-content #follow-fridays .tags a, #content-content #follow-fridays .tags a:hover, #content-content #follow-fridays .tags a:visited
{
	border: none;
	color: #000;
	padding: 3px 5px;
}

#content-content #follow-fridays .tags a.activetag
{
	background-color: #666;
	color: #fff;
}

#content-content #follow-fridays .tags span, #content-content #follow-fridays dt span {
	color: #333;	
	border: none;
}

#content-content #follow-fridays dt .ff-count-me-in {
	background-color: #ed1b24;
	color: white;
	float: right;
	width: 100px;
	padding: 0;
}

#content-content #follow-fridays dl dt .button {
	width: 20px;
	float: right;
	padding: 0;
}

#content-content #follow-fridays .date-for-ff-session {
	display: none;
}

#content-content #follow-fridays .ff-session-tag-match, 
#content-content #follow-fridays .ff-session-tag-match span, 
#content-content #follow-fridays .ff-session-tag-match a, 
#content-content #follow-fridays .ff-session-tag-match .ff-count-me-in,
#content-content #follow-fridays .ff-session-tag-match .button,
#content-content #follow-fridays .ff-session-tag-match span.date,
#content-content #follow-fridays .ff-session-tag-match .tags span {
	color: #ED1C24;
}

#content-content #follow-fridays .ff-session-tag-no-match, 
#content-content #follow-fridays .ff-session-tag-no-match span, 
#content-content #follow-fridays .ff-session-tag-no-match a, 
#content-content #follow-fridays .ff-session-tag-no-match .ff-count-me-in,
#content-content #follow-fridays .ff-session-tag-no-match .button,
#content-content #follow-fridays .ff-session-tag-no-match span.date,
#content-content #follow-fridays .ff-session-tag-no-match .tags span  {
	color: #666;
}


#content-content #follow-fridays .session-over, 
#content-content #follow-fridays .session-over dl dd.passed, 
#content-content #follow-fridays .session-over dt span, 
#content-content #follow-fridays .session-over a, 
#content-content #follow-fridays .session-over dt .ff-count-me-in,
#content-content #follow-fridays .session-over dl dt .button,
#content-content #follow-fridays .session-over dl dt span.date,
#content-content #follow-fridays .session-over .tags span,
#content-content #follow-fridays .session-over dt span {
	color: #666;
}

#content-content #follow-fridays .session-over .tags-lbl
{
	background-color: #666;
}

.ff-sidebar .button
{
	margin-top: 1em;
}

.ff-sidebar p
{
	margin-bottom: 1em;	
}

.ff-sidebar dl
{
	line-height: 1.5;
}

.ff-sidebar dl#quotes dt cite
{
	font-style: italic;	
	font-weight: bold;
}

.ff-sidebar dl#quotes dd {
	margin-bottom: 1em;
	color: #666;
}

.ff-sidebar ul li {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #ed1b24;
	margin-bottom: .5em;
	padding-bottom: .5em;
}

.ff-sidebar ul li a, .ff-sidebar ul li a:visited, .ff-sidebar ul li a:active {
	color: #333;
	font-weight: bold;
}

.ff-sidebar ul li span.date {
	float: left;
	width: 50px;
	height: 30px;
}

.ff-sidebar ul#last-year-impressions ul {
	margin-top: 2em;
}

.ff-sidebar ul#last-year-impressions li {
	padding: 10px 0;
	text-align: right;
}

.ff-sidebar ul#last-year-impressions li img {
	float: left;
	top: -5px;
	position: relative;
}

.ff-sidebar ul#last-year-impressions  li a, .ff-sidebar ul#last-year-impressions  li a:visited, .ff-sidebar ul#last-year-impressions  li a:active {
	font-weight: normal;
}

#content-content #follow-fridays .userlist li {
	display: inline;	
}

body#ff-register {
	background: none;
	background-color: white;
	padding: 20px;
	font-size: 0.8em;
}

body#ff-location {
	background: none;
	background-color: white;
	font-size: 0.8em;
	padding: 0;	
	margin:0;
}

#ff-location #content
{
	background: none;	
}

body#ff-register form input {
	border: 1px solid #0e0e0e;	
	margin: 5px 5px 5px 0;
	padding: 3px 2px;
}

body#ff-register form input.radio, body#ff-register form input.checkbox
{
	border: none;
}

body#ff-register form input#submit
{
	background-color: #ED1C24;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	border: none;
}

body#ff-register #content
{
	background: none;
}

body#ff-register #iphone
{
	float:right;
	display:block;
}

body#ff-register form
{
	width: 750px;
}

body#ff-register form h2
{
	color: #000;
	font-style: bold;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

body#ff-register #content p strong{
	font-weight: bold;
	margin-top: 1em;
}

body#ff-register #content a {
	margin-top: .5em;
	margin-bottom: 2em;
}

body#ff-register #content form .error {
	color: red;
}

body#ff-register #content form .left {
	float: left;
	height: 100px;
	width: 265px;
}

body#ff-register #content form input.txt {
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;
}

body#ff-register #content form .left label, body#ff-register #content form .right label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
}

body#ff-register #content form .right fieldset label
{
	float:none;
	clear:left;
	width: 10px;
	display: inline;
}

body#ff-register #content form .right #lang
{
	width: 80px;
	float: left;
}

body#ff-register #content form .right fieldset input
{
	float:none;
}

body#ff-register #content form .right fieldset
{
	margin-left: 50px;
}

body#ff-register #content #errors
{
	color: red;
	font-weight: bolder;
	margin-bottom: 1em;
	font-size: 1.3em;
}

.bl .cloud .wp-tag-cloud .ffTag a, .ffTag a:hover
{
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}

#content-meta .cloud li.ffTag
{
	line-height: 1.1;
}

.bl .cloud .wp-tag-cloud .ffTag
{
	border: none;
	padding: 0;
}

.bl .cloud .wp-tag-cloud .ffTag a
{
	padding: 3px;
}

.bl .cloud .wp-tag-cloud .ffTag.tag1
{
	font-size: 0.9em;
}

.bl .cloud .wp-tag-cloud .ffTag.tag2
{
	font-size: 1em;
}

.bl .cloud .wp-tag-cloud .ffTag.tag3
{
	font-size: 1.2em;
}

.bl .cloud .wp-tag-cloud .ffTag.tag4
{
	font-size: 1.8em;
}

#content-meta .cloud li.activetag
{
	color: #fff;
}


#content-meta .cloud li.activetag a, #content-meta .cloud li.activetag a:visited, #content-meta .cloud li.activetag a:hover
{
	background-color: #666;
	color: #fff;
}

#content-meta div.blfb
{
	margin-bottom: -16px;
}

/* jeroenb */
.delicious-post .delicious-link 
{
	color: #000;
}

.delicious-posts ul li{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../img/bullet-arrow.gif);
	margin-bottom: 10px;
}

.delicious-posts ul .delicious-endlogo
{
	display: none;
}

#podcast-thumb {
	float: left;
}

#podcast-thumb a
{
	border: none;
}

#profile {
	padding: 20px;
	line-height: 1.5em;
}

#profile .commentlist h2 {
	font-size: 1.4em;
}

#profile .fbconnect_userpicmain {
	float: left;
}

#profile .fbconnect_profiletexts {
	width: 345px;
}

#profile h3 {
	margin-top: 1em;
}

#profile h3.first {
	margin-top: 0;
}

#profile .fbconnect_userpicmain a:hover {
	border: none;
}

.auto_resize_iframe div div {
	padding-left: 0;
	margin-left: -5px;
}

fb_multi_friend_selector, #fb_multi_friend_selector, #fb_multi_friend_selector_wrapper
{
	margin-left: -10px;
	padding-left: 0px;
}

/* feedburner popup */
#feedburner
{
	background-image: none;
	background-color: #fff;
	line-height: 1.5;

}

#feedburner form
{
	font-size: 1.2em;
	padding: 10px;
}

/* lifestream box */
#lifestream-box ul li
{
	margin-bottom: 1em;
}

.lifestream-icon
{
	display: inline;
	float:left;
}

.lifestream-item
{
	margin-left: 25px;
}

/* banner adnerds FF */
a.banner_link:hover
{
	border:none;
}

/* interesting read amazon */
.amzn_wdgt_pad #wdgt_hd, .amzn_wdgt_pad #wdgt_ft, .amz_wdgt_pad .wdgt_hd, .amz_wdgt_pad #wdgt_pgn
{
	display: none;
	margin: 0;
	padding: 0;
}
.amzn_wdgt .wdgt_brdr 
{
	float:left;
	padding:8px 0 0;
}

.amzn_wdgt div
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:medium none;
	clear:none;
	margin:0;
	padding:0;
}

.amzn_wdgt * {
	-x-system-font:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
}

.wdgt_hd { display: none; visibility: hidden; }
.wdgt_ft { display: none; visibility: hidden; }

/* lightbox */
#jquery-lightbox a:hover
{
	border: none;
}