/*
Theme Name: Wiskey Tango Foxtrot
Theme URI: 
Description: wtf?
Version: 1.0
Author: Various Artists
Tags: 

CSS Documentation:	http://k2.stikipad.com/docs/show/CSS+Overview
The Real K2: 		http://en.wikipedia.org/wiki/K2
*/

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

/*- Typography */

body {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	}

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	}

h2 a:hover, h2 span a:hover {
	color: #ab0404 !important;
	}

a {
	color: #ab0404;
	text-decoration: underline;
	}
	
.secondary a, .menu a { text-decoration: none; }

.entry-content a:visited {
	color: #ab0404;
	}
	
blockquote { padding: 0px 50px 0px 50px; }