/* This css controls display in the blog */
/* To display bookmarks horizontally, */
/* remove 'clear' and 'display' from each bookmark below */

.delicious {
	padding: 3px 3px 3px 20px;

	margin: 8px 0px 8px 0px;
    background: url('images/delicious.gif') center left no-repeat;
	}

.digg {
	padding: 3px 3px 3px 20px;
	
	
	margin: 8px 0px 8px 0px;
	background:  url('images/digg.gif') center left no-repeat;
	}

.newsvine {
	padding: 3px 3px 3px 20px;
	
	
	margin: 8px 0px 8px 0px;
	background:  url('images/newsvine.gif') center left no-repeat;
	}

.blinklist {
	padding: 3px 3px 3px 20px;
	
	
	margin: 8px 0px 8px 0px;
	background:  url('images/blinklist.gif') center left no-repeat;
	}

.technorati {
	padding: 3px 3px 3px 20px;
	
	
	margin: 8px 0px 8px 0px;
	background:  url('images/technorati.gif') center left no-repeat;
	}

.furl {
	padding: 3px 3px 3px 20px;
	
	
	margin: 8px 0px 8px 0px;
	background:  url('images/furl.gif') center left no-repeat;
	}

.reddit {
	padding: 3px 3px 3px 20px;
	
	
	margin: 8px 0px 8px 0px;
	background:  url('images/reddit.gif') center left no-repeat;
	}

.fark {
	padding: 3px 3px 3px 20px;
	
	
	margin: 8px 0px 8px 0px;
	background:  url('images/fark.gif') center left no-repeat;
	}

.spurl {
	padding: 3px 3px 3px 20px;
	
	
	margin: 8px 0px 8px 0px;
	background:  url('images/spurl.gif') center left no-repeat;
	}

.yahoo {
	padding: 3px 3px 3px 20px;

	margin: 8px 0px 8px 0px;
	background:  url('images/yahoo.gif') center left no-repeat;
	}

.wink {
	padding: 3px 3px 3px 20px;

	margin: 8px 0px 8px 0px;
	background:  url('images/wink.gif') center left no-repeat;
	}

	
/* This css controls display in the admin panel */

#bookmark_container {
    margin-top: 20px;
    width: 300px;
}

