/* 

1. Fonts
2. Resetish
3. Base
4. Figures & Images
5. Forms
6. Tables



*/



/* ************** *
 * 1. Fonts       *
 * ************** */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
 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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font:12px/1.5 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.clear, .line { clear:both; font-size:0; height:0; overflow:hidden;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/*!

Version 1.0
*/

/* ************** *
 * 2. Resetish    *
 * ************** */

html, body,
div, address,
form
 {
	margin: 0;
	padding: 0;
}

figure img,
figure object,
figure embed {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,
p, ol, ul, dl, 
blockquote, pre,
table,
form fieldset.set, form div.set
 {
	margin:0 0;
	padding: 0;
}

abbr[title], 
acronym[title],
dfn[title] { 
	border-bottom : 1px dotted; 
	cursor : help; 
}

/* html5 block elements */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	display : block;
}

/* ************** *
 * 3. Base        *
 * ************** */


/* 3a. Headings */
h1,h2,h3,h4,h5,h6 {
	page-break-after: avoid;
}

	/* margin on first element only in hgroup */
	hgroup *:nth-child(n+2) {
		margin-top:0
	}
	

h1 {
	font-size:15px; /* 18px */
	margin-top:0
}

h2 {
	font-size:123.1%; /* 16px */
	margin-top:0
}

h3 {
	font-size:14px;  /* 14px */
	padding:0;
	margin-top:0
}

h4,h5,h6 {
	font-size: 100%; /* 13px */
}

/* 3b.Typography */

/* p - see 2.*/

ul, ol, dl {
	margin-left: 1em;
	padding-left: 1em;
}

	li ul, li ol, li dl {
		/* nested lists don't need top, margins */
		margin-top: 0;
	}
	
dd, blockquote {
	margin-left: 1em;
}

address {
	font-style: italic;
}


small, sup, sup {
    font-size: 75%;
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

mark {
	/* for IE */
    background: #ff0;
}


/* 3c. Links */

a,
a:link,
a:visited {
	color: #333333;
	background: transparent;
	text-decoration: none;
	
	/* double ups required as multiple psuedo classes can apply at once */
}

	a:focus {
		color: #333333;
	
		text-decoration: none;
	}

	a:hover,
	a:active {
		color: #d0121b; 
		background: transparent;
		text-decoration: none;
	}


/* ******************* *
 * 4. Figures & Images *
 * ******************* */
figure {
	text-align: center;
}

figure img {
	background-color: #f3f3f3;
	padding: 4px;
	margin: 5px;
	border: 1px solid #ccc;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}

figcaption {
	font-size: 85%; /* approx 11px at standard font size */
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
 }

/* ************** *
 * 5. Forms       *
 * ************** */

/* see forms.css */

/* ************** *
 * 6. Tables      *
 * ************** */

table {
	
}

th,td {
	/* border:1px solid #ededed; */

}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:left;
}

	thead th {
		text-align: center;
		vertical-align: bottom;
	}

caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	font-style: italic; 
}

/* ************** *
 * text color      *
 * ************** */
.red_txt {color:#e62c43;}