/* Liquid Wet Layout CSS */

/* Hacks */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear {
	clear: both;
}

/* Normalizes margin, padding */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{ font-size : 100%; }

/* Normalizes list-style from lists */
ol,ul 
{ list-style :none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight: normal; }

/* Removes list-style from lists */
table
{ border-collapse : collapse; border-spacing : 0;}

/* Removes border from fieldset and img */
fieldset, img 
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes quotation marks from q */
q:before, q:after 
{ content :''; }

/* =body sytles */


/* =global layout */

#body {
	text-align: center;
}

#page-wrap {
	text-align: left;
	width: 970px;
	margin: 0px auto 0 auto;
	padding: 0;
}

#masthead {
	position: relative;
	width: 920px;
	margin: 20px 0 20px 0;
}

#content {
	position: relative;
	width: 920px;
}

#content-primary {
	float: left;
	position: relative;
	display: inline;
	width: 580px;
	margin: 0 20px 0 0;
}

#content-secondary {
	float: left;
	position: relative;
	display: inline;
	width: 320px;
}

#site-info {
	position: relative;
	width: 920px;
}

/* =typography 
-----------------------------------------------------------------------------------*/

/* =global-typography */

body {
	font: 100%/1.125em "Lucida Grande", Lucida, Verdana, sans-serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	clear: both;
	display: block;
	margin: 0 50px 0 50px;
	line-height: 1.4em;
}

/* masthead-typography */

#masthead ul.nav-primary {
	float: left;
}

#masthead ul.nav-primary li {
	float: left;
	margin: 0 .5em 0 0;
}

/* content-typography */

#content h1, #content h2 {
	font-size: 1.25em;
	margin: 0 0 1em 0;
}

#content p {
	font-size: 1em;
	margin: 0 0 1em 0;
}

