/* Baseline CSS
Author:       Roy Lindauer
Date:         10/18/07
Revision Date: 03/10/08
Version:      0.4
Inspired by every other baselining routine */

/* We baseline our style sheet for consistent formatting and */
body, table, div, p, pre, blockquote, fieldset, form, h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, address, li, dd, dt, frameset, li, tbody, td, tfoot, th, thead, tr {margin: 0; padding: 0; font-weight: inherit; font-style: inherit; vertical-align: baseline;}

table, tbody, td, tfoot, th, thead, tr {vertical-align: top;}

img {border: none;}

/* Remove dotted outline from links */
:focus {-moz-outline-style: none;}

/* Common base styles */
.hide {display: none; visibility: hidden;}

.clear {clear: both;}
.center {text-align: center;}

table {border-collapse: collapse; border-spacing: 0;}

ol, ul {list-style: none;}

q: before, q: after, blockquote: before, blockquote: after {content: "";}

/* Clear fix for floated elements for compliant browsers */
.clearfix: after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}

/* affects only IE7 */
.clearfix {min-width: 0;}

/* targets only IE5-6 and hidden from lowly IEmac \*/
 * html .clearfix {height: 1%;} 
/* end hide IEmac */
