/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.2 Plugin: WP-Download 1.0								|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://www.lesterchan.net													|
|																							|
|	File Information:																	|
|	- Post Ratings CSS File															|
|	- wp-content/plugins/postratings/postratings-css.css					|
|																							|
+----------------------------------------------------------------+
*/

.post-download {
	
	background: url(/wp-content/themes/blue-stripes/images/download.png) no-repeat ;
	height:47px;
	text-align: left;
	position:relative;
}

.post-download a {position:absolute; top:8px; left:15px;margin-left:40px;}
.post-download i {position:absolute; top:25px; left:15px;margin-left:40px;}

.post-download-conditions {
	font-size: 9px;
	font-style: italic;
	color: #ef8e04;
}

.post-download-conditions a {
	color: #ef8e04;
	text-decoration: underline;
}