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

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#top-wrap {
	background: #484A47;
	padding-top: 10px;
	} 
	#header {
	margin: 0pt auto;
	width: 800px;
	padding-bottom: 15px;
	border-bottom: #999999 dashed 1px;
	}
		#branding {
		height: 52px;
		width: 238px;
		background: url(http://designbyseanmcgee.com/images/sm-logo.png);
		}
			#branding h1, #branding h2 {
			margin-left: -30000px;
			}
		#search {
		float: right;
		height: 52px;
		}
			#search form {
			margin-top: 15px;
			}
	#top {
	margin: 0pt auto;
	margin-top: 15px;
	width: 800px;
	height: 150px;
	}
		#top h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		color: #ffffff;
		margin-bottom: 10px;
		margin-left: 10px;
		}
		#featured {
		float: left;
		}		
			#featured img {
			border: #999999 solid 1px;
			background: #484A47;
			padding: 5px;
			margin-right: 40px;
			}
		#nav {
		text-align: right;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 32px;
		font-weight: bold;
		font-style: italic;
		}
			#nav a {
			color: #C1CE96;
			text-decoration: none;
			}
				#nav a:hover {
				color: #FFFFFF;
				}
#mid-wrap {
	padding-top: 30px;
	background: #ECEBF0;
	}
	#middle {
	margin: 0pt auto;
	width: 800px;
	padding-bottom: 30px;
	}
	#middle a {
	color: #68804F;
	}
		#articles {
		width: 600px;
		}
			#content h3 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 10px;
			font-weight: bold;
			font-style: italic;
			}
				#content h3 a {
				color: #666666;
				font-size: 18px;
				}
				#content p {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				line-height: 18px;
				margin-left: 10px;
				margin-right: 20px;
				margin-bottom: 10px;
				}
		#recent {
		float: right;
		width: 180px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		font-style: italic;		
		}
			#recent h3 {
			color: #666666;
			font-size: 16px;
			margin-bottom: 5px;
			}
			#recent ul li {
			margin-bottom: 10px;
			}
	#about {
	margin: 0pt auto;
	width: 800px;
	background: #ECEBF0 url(http://designbyseanmcgee.com/images/sean_n_amber.jpg) center no-repeat;
	border-top: #999999 dashed 1px;
	height: 175px;
	}
	#about a {
	color: #68804F;
	}
		#twitter {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 16px;
		display: block;
		margin-top: 15px;
		}
			#twitter_div {
			margin-top: 5px;
			background: #FFFFFF;
			border: #999999 solid 1px;
			font-family: Georgia, "Times New Roman", Times, serif;
			padding: 15px;
			width: 210px;
			}
		#bio {
		float: right;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		display: block;
		width: 225px;
		padding: 15px;
		}
			#bio p {
			font-size: 12px;
			margin-bottom: 5px;
			}
			#bio h1 {
			font-size: 16px;
			}
#footer-wrap {
	background: #353129;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px;
	height: 100px;
	}
	#footer {
	margin: 0pt auto;
	width: 800px;
	}
		#footer a {
		color: #C1CE96;
		}
		#footer p {
		margin-bottom: 5px;
		}
		#copyright {
		float: left;
		color: #FFFFFF;
		width: 200px;
		padding-right: 20px;
		border-right: #CCCCCC solid 1px;
		margin-right: 20px;
		height: 75px;
		}
		#services {
		color: #FFFFFF;
		}
		
		
