h1, h2, h3, h4, h5, h6, p,
img
{
	outline:0;
	border:0;
	margin:0;
	padding:0;
}
html, body
{
	background:#f3f5ec;
}
body
{
	margin:0 auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#858872;
	text-align:center;
}
h1, h2, h3, h4, h5, h6
{
	padding:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p
{
	padding:6px 0;
}
h1 { font-size:2em; color:#5a533b; }
h2 { font-size:1.6em; color:#51767c; }
h3 { font-size:1.2em; color:#777; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }
h6 { font-size:1em; }
hr
{
	color:#fff;
	background-color:#fff;
	border:1px dotted #ccc;
	border-style:none none dotted; 
}
#outer
{
	background:#f9f9f6 url(../images/background.jpg) repeat-x;
	margin:0 auto;
	padding:0 0 20px 0;
}
.contentWidth /* use if you want to contain text and such to a max width */
{
	width:800px;
	margin:0 auto;
}
a
{
	color:#51767c;	
}
a:hover
{
	color:#746d55;
}
#logo img
{
	display:block;
	padding:42px 0 20px 0;
	margin:0 auto;
}

h2.intro
{
	font-size:2em;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.01em;
	padding:0 0 30px 0;
}

div.bracket
{
	background:url(../images/new-home-construction.jpg) no-repeat top center;
	width:760px;
	height:322px;
	margin:0 auto 20px auto;
}

.columns
{
	width:750px;
	margin:0 auto;
	padding:5px 0 15px 0;
}
.column
{
	float:left;
	width:250px;
}
.column p
{
	font-size:100%;
	line-height:1.8em;
	padding:10px 12px 0 12px;
	font-family:Arial, Helvetica, sans-serif;
}

.column h3
{
	padding:10px 0;
	font-size:1.6em;
	color:#51767c;
}
.column h3 a
{
	padding:6px 10px 10px 40px;
}
.column h3 a.active
{
	text-decoration:none;
}

.education h3 a
{
	background:url(../images/hammer-blueprint.png) no-repeat;
}

.portfolio h3 a
{
	background:url(../images/heading-icon-book.gif) no-repeat;
}
.contact h3 a
{
	background:url(../images/heading-icon-contact.gif) no-repeat;
}


#footer
{
	clear:both;
	padding:20px 0 30px 0;
	background:#f3f5ec url(../images/background-footer.gif) repeat-x top center;
}
#footer a
{
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}
.social-media a
{
	padding:0 10px;
}
#footer p
{
	font-size:85%;
}

.divider
{
	border-bottom:3px double #eee;
}


form.contactForm
{
	width:750px;
	margin:24px auto;
	padding:12px 0;
}
.contactForm .field
{
	padding:10px 0 2px 0;
}
.contactForm label
{
	display:block;
	font-weight:bold;
}
.contactForm .textbox,
.contactForm .textarea,
.contactForm .submit
{
	border:1px solid #ccc;
	padding:6px;
	font-weight:bold;
	color:#777;
	width:300px;
}
.contactForm .textarea
{
	width:300px;
	height:100px;
}
.contactForm .submit
{
	background:#746d55;
	color:#fff;
	font-size:90%;
	font-weight:bold;
	width:150px;
}

.hidden, .alternate 
{
	display:none;
}

.alert
{
	padding:5px 5px 5px 5px;
	margin:0 auto;
	background:#51767c;
	border-left:2px solid #8baaaf;
	border-right:2px solid #8baaaf;
	border-bottom:2px solid #8baaaf;
	width:750px;
	font-family:Arial, Helvetica, sans-serif;
}
.success
{
	color:#fff;
}

p.noscript
{
	padding:20px 0;
	width:500px;
	margin:0 auto;
	background:#990000;
	color:#fff;
	
}

.expanded
{
	background:#fff;
	border-top:5px solid #eee;
	border-bottom:2px solid #eee;
	padding:20px 20px;
	text-align:left;
}
.expanded .column50
{
	width:48%;
	float:left;
	padding-right:10px;
}
.expanded .column25
{
	width:23%;
	float:left;
	padding-right:10px;
}
.expanded .column33
{
	width:32%;
	float:left;
	padding-right:10px;
}

.portfolio-items .item
{
	float:left;
	padding:15px 12px 25px 0;
	width:142px;
	text-align:center;
}
.portfolio-items .end
{
	padding-right:0px;;
}
.portfolio-items a
{
	text-decoration:none;
}
.portfolio-items .item p
{
	font-size:85%;
	background:#f6f6f6;
	border-top:1px solid #ccc;
}

.breadcrumbs p
{
	font-size:80%;
}

/* more/less links... */
a.choices, a.alternate
{
	padding:0 0 0 18px;
}
a.choices
{
	background:url(../images/icon-plus.jpg) no-repeat;
}
a.alternate
{
	background:url(../images/icon-minus.jpg) no-repeat;
}


#message
{
	color:#990000;
	font-weight:bold;
}


/* clearfix start */ 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* clearfix end */ 
