/* 
	Anthology Creative: base.css
	Created: 2009-11-24
	Author: AnthologyCreative.com | Justin Seiter
*/

/* TABLE OF CONTENTS
****************************************************************************************************
	RESET
	TYPOGRAPHY
	IMAGES
	LINKS
	HELPERS
*/

/* RESET
*****************************************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; margin: 0; padding: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

body { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

hr { border-color:#ccc; border-style:solid; border-width:1px 0 0; clear:both; height:0 }

ol { list-style:decimal}
ul { list-style:none }
li { margin-left:0 }

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset { margin-bottom:20px; }


/* TYPOGRAPHY
*****************************************************************************************************/
h1 {font-size:27px;}
h2 {font-size:24px;}
h3 {font-size:18px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:10px;}

.text-tiny { font-size:10px; }
.text-large { font-size:16px; }
.text-highLite { background-color:#fffecc;padding:0 0.2em; }
.text-right { text-align:right; }


/* IMAGES
*****************************************************************************************************/
img.left, img.right { margin: 0 10px 5px; }

	img.left { margin-left: 0; }
	img.right { margin-right: 0; }
	

/* LINKS
*****************************************************************************************************/
a { text-decoration: none; outline:none; }

a:link, a:visited { color: #333; }

a:hover, a:active { color: #666; }

a.danger:hover { color:#A80500; /* Red */ }


/* HELPERS
*****************************************************************************************************/
.left { float:left; }
.right { float:right; }
.center { text-align:center; margin:0 auto; display:block; }
.half { width:45%; /* Not exactly half to account for paddings, margins etc. */ }
.pad10 { padding: 10px; }

/* Hide stuff without resorting to display:none; */
.hide { visibility:hidden; width:0!important; height:0!important; line-height:0!important;padding:0!important;margin:0!important; }
