/*
Theme Name:     My Vantage Child Theme
Theme URI:      http://appthemes.com/
Description:    My Child theme for the Vantage theme 
Author:         AppThemes
Author URI:     http://appthemes.com/
Template:       vantage
Version:        0.1.0
*/

@import url("../vantage/style.css");

body {
	height:100%;
	color: #333;
	font: normal normal normal 0.75em/normal Arial, Helvetica, sans-serif;
	background: #E4E4E4 url('') repeat-x 0 0;
	border-top:2px solid #DDD;
}

/* =========== [ 1. LAYOUT, GENERAL ] =========== */

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #336699;
}

/* =========== [ 2. HEADER ] =========== */

article.post h2 a,
article.listing h2 a {
	color: #336699;
}