/************************************************************************ 
www.ErinFerraro.com
©2009
Design By Lunchbox Design - Gainesville, Florida 
************************************************************************/

/************************************************************************ 
CSS Reset via http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
************************************************************************/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/************************************************************************ 
Global
************************************************************************/
body{
	line-height: 1.5em;
	background-color: #99cc66;
	background-image:url(images/eferraro.gif);
	background-repeat: repeat;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a:link{color:#333;}
a:visited{color:#ccc;}
a:hover{color:#000;}
a:active{color:#ccc;}

p{font-size: .8em;color:#333;}

h1{line-height: 1.9em; font-size: 1.9em;color: #8a9245;}
h2{line-height: 1.6em; font-size: 1.6em;color: #8a9245;}
h3{line-height: 1.3em; font-size: 1.3em;color: #8a9245;}
h4{line-height: 1em; font-size: 1em;}
h5{line-height: 1.5em; font-size: .9em;}
h6{line-height: .6em; font-size: .6em;}

/************************************************************************ 
Structure
************************************************************************/
#wrap{
	width: 700px;
	margin: 25px auto 0 auto;
}

#head{
	width: 700px;
	height: 114px;
	background-image:url(images/eferraro_head.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#head h1 a{
	width:300px;
	height: 114px;
	display: block;
	margin: 0 auto;
	text-indent: -5000px;
}

#content{
	width: 700px;
	background-image:url(images/eferraro_body_bg.png);
	background-repeat: repeat-y;
	float:left;
}

#contentWrap{
	position:relative;
	float: left;
	width: 660px;
	height: 300px;
	padding: 35px 0 0 40px;
	margin-bottom: 35px;
}

#footer{
	width:700px;
	height:80px;
	background-image:url(images/eferraro_foot_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 80px;
	float:left;
}
#footer p{
	padding-top:30px;
	text-align: center;
	font-size: .7em;
	line-height: 1.5em;
	color: #8a9245;
}
.column{
	position: relative;
	width: 300px;
	float:left;
	margin-right: 20px;
}

#quote{
	position: absolute;
	top: 235px;
	right: 0;
	width: 238px;
	height: 148px;
	margin-bottom: 25px;
	background-image:url(images/eferraro_quote.png);
	background-repeat: no-repeat;
	text-indent: -5000px;

}

.buttons, .buttons:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 3px 10px 3px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.small.buttons, .small.buttons:visited 			{ font-size: 11px; margin: 5px 0; }

.green.buttons, .green.buttons:visited{ background-color: #91bd09; }

.green.buttons:hover{ background-color: #749a02; }

#portfolio{
	position:relative;
	float: left;
	width: 660px;
	padding: 35px 0 0 40px;
	margin-bottom: 35px;
}

#portfolio img{float:left; margin:15px 19px 0 0;}
#portfolio span a img:hover{
	background-image: images/port_over.png;
	background-repeat: repeat;	
	
}

#contactButt{
	width:137px;
	height: 25px;
	display: block;
	margin-top: 15px;
	background-image: url(images/contact_butt.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
}
#contactButt:hover{
	background-position: 0 -25px;
}

#footer{
	width:700px;
	height:80px;
	background-image:url(images/eferraro_foot_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 80px;
	float:left;
}
#footer p{
	padding-top:30px;
	text-align: center;
	font-size: .7em;
	line-height: 1.5em;
	color: #8a9245;
}

#footer p a{
	color: olive;
}
#footer p a:hover{
	color: #333;
}

