/* images */

	img { border: none; }

	img.float { float: left; padding-right: 10px; padding-bottom: 10px;}

	img.blog_title { padding: 10px 0 0 0; width: 148px; height: 35px; }

	img.blog_description { width: 197px; height: 33px; float: left; }

/* header nav */

	.header_nav { float: right; margin: 0; padding: 5px 5px 0 0;}

	.header_nav li { display: inline; }

/* more body stuff */

	blockquote {
		padding-left: 10px;
		margin-left: 5px;
		border-left: 2px solid #808080;
		margin-bottom: 15px;
		line-height: 1.5em;
		}

	.quotation {
		padding-left: 10px;
		margin-left: 5px;
		border-left: 2px solid #808080;
		margin-bottom: 15px;
		line-height: 1.5em;
		}
	hr {
		color: #30c;
		background-color: #6793c4;
		height: 5px;
		width: 70%;
		margin: 20px auto 20px auto;
		}

	.red { color: #f00; }

	.strikeout { text-decoration: line-through; }

	/* cutesy list icons */

		.post ul { padding: 0; }

		.post ul li {
			list-style: none;
			background: transparent url(http://edithfrost.com/images/icons/bullet.gif) no-repeat 8px -2px;
			margin: 0 0 5px 0;
			line-height: 1.5em;
			padding-left: 25px;
			}

/* sidebar doodads */

	.searchbox {
		padding: 10px 0 5px 10px;
		margin: 0;
		}

		.searchicon {
			width: 22px;
			height: 22px;
			vertical-align: bottom;
			}

		ul.otherstuff li {
			margin: 0 0 15px 15px;
			padding: 0 3px 0 0;
			}

		li.blippy { background: transparent url(http://edithfrost.com/images/icons/blippy.png) no-repeat !important; }
		li.comment { background: transparent url(http://edithfrost.com/images/icons/comment2.gif) no-repeat !important; }
		li.delicious { background: transparent url(http://edithfrost.com/images/icons/delicious.gif) no-repeat !important; }
		li.dragcity { background: transparent url(http://edithfrost.com/images/icons/dragcity.png) no-repeat !important; }
		li.facebook { background: transparent url(http://edithfrost.com/images/icons/facebook.gif) no-repeat !important; }
		li.flickr { background: transparent url(http://edithfrost.com/images/icons/flickr.gif) no-repeat !important; }
		li.friendfeed { background: transparent url(http://edithfrost.com/images/icons/friendfeed.png) no-repeat -2px -2px !important; }
		li.google { background: transparent url(http://edithfrost.com/images/icons/google.png) no-repeat !important; }
		li.lastfm { background: transparent url(http://edithfrost.com/images/icons/lastfm.png) no-repeat !important; }
		li.librarything { background: transparent url(http://edithfrost.com/images/icons/librarything.png) no-repeat !important; }
		li.myspace { background: transparent url(http://edithfrost.com/images/icons/myspace.png) no-repeat !important; }
		li.plugin { background: transparent url(http://edithfrost.com/images/icons/plugin.gif) no-repeat !important; }
		li.plurk { background: transparent url(http://edithfrost.com/images/icons/plurk.png) no-repeat !important; }
		li.ravelry { background: transparent url(http://edithfrost.com/images/icons/ravelry.gif) no-repeat !important; }
		li.tweet { background: transparent url(http://edithfrost.com/images/icons/twitter.gif) no-repeat !important; }
		li.upcoming { background: transparent url(http://edithfrost.com/images/icons/upcoming.png) no-repeat !important; }
		li.virb { background: transparent url(http://edithfrost.com/images/icons/virb.jpg) no-repeat !important; }
		li.wikipedia {background: transparent url(http://edithfrost.com/images/icons/wikipedia.gif) no-repeat -2px -2px !important; }
		li.youtube { background: transparent url(http://edithfrost.com/images/icons/youtube.png) no-repeat 0 -1px !important; }

/* pagenavi */

	.wp-pagenavi {
		clear: both;
		margin: 0 0 20px 150px;
		}

	.wp-pagenavi a, .wp-pagenavi a:link {
		padding: 2px 4px 2px 4px; 
		margin: 2px;
		text-decoration: none;
		border: 1px solid #0066cc;
		color: #0066cc;
		background-color: #FFFFFF;	
	}
	.wp-pagenavi a:visited {
		padding: 2px 4px 2px 4px; 
		margin: 2px;
		text-decoration: none;
		border: 1px solid #0066cc;
		color: #0066cc;
		background-color: #FFFFFF;	
		}
	.wp-pagenavi a:hover {	
		border: 1px solid #000000;
		color: #000000;
		background-color: #FFFFFF;
		}
	.wp-pagenavi a:active {
		padding: 2px 4px 2px 4px; 
		margin: 2px;
		text-decoration: none;
		border: 1px solid #0066cc;
		color: #0066cc;
		background-color: #FFFFFF;	
		}
	.wp-pagenavi span.pages {
		padding: 2px 4px 2px 4px; 
		margin: 2px 2px 2px 2px;
		color: #000000;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		}
	.wp-pagenavi span.current {
		padding: 2px 4px 2px 4px; 
		margin: 2px;
		font-weight: bold;
		border: 1px solid #000000;
		color: #000000;
		background-color: #FFFFFF;
		}
	.wp-pagenavi span.extend {
		padding: 2px 4px 2px 4px; 
		margin: 2px;	
		border: 1px solid #000000;
		color: #000000;
		background-color: #FFFFFF;
		}
