a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #666;}
a:active {color: #000;}

h1 {
	color: #52340f;
	font-size: 14px;
	margin: 0;
	margin-bottom: 0.5em;
	}
	
h2 {
	color: #52340f;
	font-size: 14px;
	}
#toolbox, #newsletter {	color: #52340f; margin-bottom: 2em;}
#home #toolbox {
	padding-top: 125px;
	}
#category {
	height: 1%;
	overflow: visible;
	}	

	
.listing {
	color: #52340f; 
  	margin-top: 2em; 
	margin-bottom: 3em;
	clear: right;
	}
.imageright img, .imageleft img {display: block;}
.imageright {float: right; margin: 0 0 15px 15px; display: inline;}
.imageleft {float: left; margin: 0 15px 15px 0;}
.imagecaption {
	background: url(assets/caption-bg.gif) no-repeat center right;
	font-size: 11px;
	color: #89602c;
	border-bottom: 1px solid #89602c;
	padding: 5px 70px 5px 0;
	}

/* Image Upload Icons */
.file-download {
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 2px;	
	padding-left: 18px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	/* float: left; */
/*	clear: left; */
	}
.avi	{ background-image: url(images/file-ext/avi.gif);}
.doc	{ background-image: url(images/file-ext/doc.gif);}
.gif	{ background-image: url(images/file-ext/gif.gif);}
.html	{ background-image: url(images/file-ext/html.gif);}
.jpg	{ background-image: url(images/file-ext/jpg.gif);}
.mov	{ background-image: url(images/file-ext/mov.gif);}
.mp3	{ background-image: url(images/file-ext/mp3.gif);}
.pdf	{ background-image: url(images/file-ext/pdf.png);}
.ppt	{ background-image: url(images/file-ext/ppt.gif);}
.txt	{ background-image: url(images/file-ext/txt.png);}
.wmv	{ background-image: url(images/file-ext/wmv.gif);}
.xls	{ background-image: url(images/file-ext/xls.gif);}
.zip	{ background-image: url(images/file-ext/zip.png);}
.download {  background-image: url(images/file-ext/download.gif); clear: none;}
