@charset "utf-8";
/* CSS Document */

/*

			Web Design
			Michael Story
			story.michael@gmail.com
			
*/



/*
			ECM Color #B9B8AE
			Brown Color #c1bbaf
			Blue Color #253c4d
			
*/


/* 

			Mike's Browser re-boot
	
*/



/* Normalizes margin, padding */
body, html, 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%; font-style : normal; font-weight : normal; }

/* Removes 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 :''; }






/*

			Site wide style
			
*/

/* Links */
a {outline: none;}

/* Clear floats */
.clearfloat	{clear: both;}

/* H2's */
h2	{font-weight: bold; margin-bottom: 1em;}

/* H2 and cite a's */
h2 a, cite a	{font-weight: normal; color: #000;}
h2 a:hover, cite a:hover	{color: red;}


/* Links within a paragraph, single links */

p a, .singlelink {color: #000}
p a:hover, .singlelink:hover {color: red;}

/* Images have a bottom margin */

img	{margin-bottom: 1em;}




/* 

	HTML STUFF  
	
*/

html 						{font-size: 78%; line-height: 1.2em; background-color: #c1bbaf;}
	
body 						{text-align : left;
							  font-family: Veranda, Helvetica, Arial, sans-serif; color: #000;}


/* 

	Branding 
	
*/

h1							{padding: 55px 0px 0px 160px; font-family: Helvetica, Veranda, Arial, sans-serif; color: #000; display: block; font-size: 45px; }

h1 a						{color: #FFF; text-decoration: none; font-size: 45px;}

/* 

	Navigation
	
*/

ul#navigation				{padding: 22px 0 22px 45px; font-family: Helvetica, Veranda, Arial, sans-serif;}

ul#navigation a				{color: #FFF; text-decoration: none; font-size: 12px;}

ul#navigation a:hover		{color: red;}

ul#navigation .current-page	a {color: red;}


/*

	Page Wrap
	
*/

div#page-wrap				{width: 847px; margin-left: 160px;}