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

/*Headers */
h1, h2 {
	font-size: 14px;
	margin: 0.5em 0;
	}

/* Category */
#category {
	height: 1%;
	overflow: visible;
	}	
/*Listing */
.listing {color: #52340f; margin-top: 2em; margin-bottom: 3em; clear: both;}

/* Paragraphs */
p {margin-top: 0;}

/*Images*/
.imageright {float: right; margin: 0 0 15px 15px;}
.imageleft {float: left; margin: 0 15px 15px 0;}
.imageright, .imageleft {position: relative;} 
.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: 0px;
	display: block;
	float: left;
	clear: left;
	width: 130px;}
.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!important;}