/* CSS put together by Max Guedy from AgencyZebra.com and based on the jQueryTools css*/


/* reset by Eric Meyer http://meyerweb.com/eric/tools/css/reset/reset.css */
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;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

/* typography  */

#page {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	padding-bottom: 20px;
	
	border-bottom-color: #cccccc;
	
	border-bottom-width: 0px;
	
	border-bottom-style: solid;
	
	width: 880px;
	
	text-align: left;
	color: #666666;	
	margin-left: 20px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-top: 20px;  }

h1 {color: black; font-family: Helvetica, Arial, sans-serif; text-shadow: 1px 1px 0px white; font-size: 36px;}


p {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 180%;

	}



a {
	text-decoration: none;
	color: #0085b8;
	font-style: normal;
	font-weight: normal;
	}

a:hover {
	text-decoration: none;
	color: #9ea2a0;
	}

a:active {
	color: #555;
	}


a.sprite {
	margin-right: 20px;
	margin-bottom: 30px;
	height: 16px;
	width: 16px;
	display:block;
	background-position-y: 0;
	background-image: url(pix/sprite.jpg);
	float: right;
	}
	
a.sprite:hover	{
background-position-y: -16px;
	}

a.facebook {
background-position-x: -16px;
	}
	
	a.email {
background-position-x: -32px;
	}
	
	
	a.logo  {
	height: 50px;
	width: 157px;
	display:block;
	background-position-y: 0;
	background-image: url(pix/mg_logo.gif);
	margin-left: 290px;
	margin-top: 20px;
	}
	
a.logo:hover  {
	background-position-y: -50px;

	}
	
	.tweet {margin: 20px;}
	
	.sprites {clear: both; display: block}
	body { background-position: 0 -80px; background-repeat: repeat-x; background-attachment: fixed }
	img { border-color: white; border-width: 1px; border-style: solid; }
	
	ul#topnav { border-bottom-color: #d5d5d5; border-bottom-width: 0px; border-bottom-style: solid; background-repeat: no-repeat; margin-bottom: 20px; margin-right: 0; margin-top: 0px; padding: 0;
	list-style: none;
	float: left;
	width: 700px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}

/*--CSS Sprites - Default State--*/
ul#topnav a {
	float: left;
	display: block;
	height: 58px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left top;
}
/*--CSS Sprites - Hover State--*/
ul#topnav a:hover {
	background-position: left -60px;
}

/*--CSS Sprites - Hover State--*/
ul#topnav a:active {
	background-position: left -120px;
}
/*--Assign an image and width to each link--*/
ul#topnav li.home a {
	background-image: url(home.png);
	width: 162px;
}
ul#topnav li.pictures a {
	background-image: url(pictures.png);
	width: 158px;
}
ul#topnav li.thoughts a {
	background-image: url(thoughts.png);
	width: 155px;
}
ul#topnav li.more a {
	background-image: url(more.png);
	width: 159px;
}

#home li.home a, /*--Home Page > Home Link--*/
#pictures li.pictures a, /*--About Page > About Link--*/
#thoughts li.thoughts a, /*--Services Page > Services Link--*/
#more li.more a
{
	background-position: left -120px;
	
}

h2
{
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 0px white;
	color: black;
}

.thumb
{
	margin: 0px;
	width: 290px;
}

#toughts img
{
	margin: 20px;
}

element
{
}

#more p
{
	text-align: left;
}

#more h3
{
	margin-left: 20px;
	text-align: left;
}

h1, h2, h3, p
{
	clear: both;
	margin-left: 25px;
}

