/* ------------------------------------------------------------

	Title: 		Schiff Web Design
	Author: 	Brad at Schiff Web Design dot com

------------------------------------------------------------ */
body {
	background: #B1CFDA url(../images/bg_body.jpg) repeat-x top left;
	color: #333333;
	font: small Helvetica, Arial, sans-serif;
	}

body, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, input, form, fieldset, label, a:link, a:hover {padding: 0;margin: 0}

p {margin: 0 0 1.5em 0; line-height: 1.5em}

ul, li, dl, dt, dd {list-style: none}

a:link, a:visited {color: #4789a1;}
a:hover {color: #346374;}
img {border: none;}
/* ------------------------------------------------------------

	Header Levels

------------------------------------------------------------ */
h1 {
	background: url(../images/logo.jpg) no-repeat top left;
	width: 684px;
	height: 124px;
	text-indent: -9999px;
	}
	
h2 {
	width: 650px;
	height: 44px;
	margin: 0 0 0 10px;
	text-indent: -9999px;
	}
	
#examples h2 {background: url(../images/bg_examples.png) top left no-repeat;}
#services h2 {background: url(../images/bg_services.png) top left no-repeat;}

h3	{
	color: #256e89;
	font-size: 120%;
	display: inline;
	}
/* ------------------------------------------------------------

	Page Structure

------------------------------------------------------------ */
#container {
	width: 684px;
	margin: 0 auto;
	}

#intro {
	width: 650px;
	margin: 0 0 14px 10px;
	background: #85B0C1 url(../images/bg_intro-2.jpg) top left no-repeat;
	color: #edf9fe;
	}
	
#introInner {
	padding: 23px 27px;
	font-size: 110%;
	}
	
#introInner p {
	margin: 0;	
	}
	
.bio-img {float: right; margin: 0 0 0 10px;}
/* ------------------------------------------------------------

	Examples of my Work

------------------------------------------------------------ */
#examples .item {
	font-size: 90%;
	border-bottom: 2px dotted #93bbca;
	padding: 0 0 22px 0;
	margin: 0 0 14px 0;
	}

#examples #last {
	border-bottom: none;
	}
	
#examples .item p {
	display: inline;
	line-height: 1.8em;
	}

#examples .meta {
	position: relative;
	}

#examples .item .meta .summary {
	width: 400px;	
	margin: 0 0 0 12px;
	}
	
#examples .item .meta .visit {
	position: absolute;
	top: 2px;
	right: 25px;
	width: 205px;
	height: 46px;
	text-indent: -9999px;
	display: block;
	background: url(../images/bg_visit.jpg) no-repeat top left;
}
/* ------------------------------------------------------------

	Services

------------------------------------------------------------ */
#services div {
	padding: 16px 0 0 0;
	}

#services div p {
	margin-right: 25px;
	line-height: 1.7em;
	}
	
#services div .contact {
	font-size: 110%;
	font-weight: bold;
	}

#services img {
	float: left;
	margin: 5px 10px 10px 0;
	}
/* ------------------------------------------------------------

	Footer

------------------------------------------------------------ */
#footer {
	clear: both;
	background-color: #94b7c4;
	}

#footer p {
	text-align: center;
	font-size: 85%;
	color: #d3e4ea;
	margin: 0;
	padding: 9px 0 9px 0;
	}

/* ------------------------------------------------------------

	Misc

------------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */