/*
Theme Name: Quadro Reloaded
Theme URI: http://www.elegantwordpressthemes.com/themes/quadro
Version: 1.0
Description: Modified Quadro theme from Elegant WPT
Author: Daniel M. Hendricks
Author URI: http://www.danhendricks.com
*/

/* HTML ELEMENTS */
img {
	border: none;
}
h3.post-title, h3.post-title a {
	color: #D52300;
	margin-top: 0px;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0px;
}
a:link, a:visited {
	color: #8A4D4E;
}
a:hover {
	color: #000080;
}

/* CLASS ELEMENTS */
.content-box h2, .content-box h2 a {
	color: #D52300;
	margin-top: 0px;
	text-decoration: none;
}
.tip {
	border: 1px dashed #FC6;
	padding: 5px 5px 5px 45px;
	background: #FFC url('/images/icons/tip.gif') no-repeat left;
	min-height: 43px;
}
.download {
	padding-left: 20px;
	background-image: url('/images/icons/mime/zip.gif');
	background-repeat:no-repeat;
}
.warning {
	color: #F00;
	font-weight: bold;
}