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

Enhanced Innovations // Renaissance
Dan Wilt, dan@enhancedinnovations.com

Thank you - Andy Clarke, Cameron Moll, Eric Meyer, Kelly Ramm, Matt Anderson, Ryan Scheuermann

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

/* Before we get the party started, let's start with a clean slate and pull in Eric's reset */
@import url(reset.css);
	
/* ------------------------------------------------------
Common Elements
-------------------------------------------------------*/
body {
	font: 11px Helvetica, Verdana;
	color: #212121;
	background: url(../images/bg.gif) repeat-x;
}

h1 {
	display: none;
}

h2, h3 {
	font-family: EplicaBook, Georgia;
	font-weight: normal;
	word-spacing: .2em;
	background: url(../images/divider-line.gif) repeat-x bottom;
	margin-top: 15px;
	margin-bottom: .6em;
	padding-bottom: .4em;
	line-height: 1;
}

h2 {
	color: #484848; 
	font-size: 1.5em; 
}

h3 {
	color:  #565656;
	font-size: 1.4em;
	margin-bottom: .5em;
}

span, p {
	line-height: 1.8;
}

p {
	padding-bottom: 10px;
}

ul, ol {
	padding-left: 5px;
	margin-left: 15px;
	color: #454545;
	line-height: 2.3;
}

ul {
	list-style-image: url(../images/bullet.gif);
}

blockquote {
	background: url(../images/icons/quote-icon.gif) no-repeat top left;
	font: 1.3em/1.5em Georgia;
	word-spacing: .2em;
	color:  #484848;
	margin: .4em 0 0 0;
	padding: 2px 4px 0 25px;
}

blockquote p {
	padding-bottom: 0;
}

cite {
	font-size: .9em;
	color:  #585858;
	display: block;
	padding-top: .4em;
	padding-left: 10px;
}

acronym {
	border-bottom: 1px dotted #212121;
}

a, a:link {
	color:  #3f5c73;
	text-decoration: none;
	border-bottom: 1px solid #3f5c73;
}

a:hover {
	color:  #557894;
	text-decoration: none;
	border-bottom: 1px dotted #3f5c73;
}

img a:link {
	border: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

label, input {
	display: block;
}

label {
	color: #686868;
}

legend, .hidden {
	display: none;
}

/* ------------------------------------------------------
Column Layout
-------------------------------------------------------*/

div.one-col, div.two-col {
	float: left;
	overflow: hidden;
	margin-right: 25px;
}

div.one-col {
	width: 280px;
}

div.two-col {
	width: 585px;
}

div.last {
	margin: 0;
}

/* ------------------------------------------------------
Header
-------------------------------------------------------*/

div#container {
	margin: 0 auto;
	width: 890px;
}

a#ei {
	border: none;
}

img#logo {
	margin-top: 28px;
	display: block;
}

div#banner {
	background: url(../images/banner-line.gif) repeat-x;
	width: 890px;
	height: 187px;
	clear: right;
	padding: 5px 0;
}

div#content {
	background: url(../images/banner-line.gif) repeat-x;
	overflow: auto;
}

/* ------------------------------------------------------
Navigation
-------------------------------------------------------*/

ul#navigation {
	float: right;
	margin-right: 10px;
	text-indent: -9999px;
	width: 518px;
}

ul#navigation li {
	display: inline;
}

ul#navigation li a {
	float: left;
	height: 28px;
	margin-left: 1px;
	border: none;
	background-repeat: no-repeat;
	background-position: top center;
}

li#home-but a { background: url(../images/home-but.png); width: 82px; }
li#about-me-but a { background: url(../images/about-me-but.png); width: 106px; }
li#photography-but a { background: url(../images/photography-but.png); width: 126px; }
li#work-but a { background: url(../images/work-but.png); width: 81px;}
li#contact-me-but a { background: url(../images/contact-me-but.png); width: 117px;}

li#home-but a:hover, li#about-me-but a:hover, li#photography-but a:hover, li#work-but a:hover, li#contact-me-but a:hover {
	background-position: bottom center;
}

/* ------------------------------------------------------
Home
-------------------------------------------------------*/

div#intro-col h2 {
	background: url(../images/dan-wilt-intro.png) no-repeat top center;
	text-indent: -9999px;
	height: 186px;
	margin-top: 1.1em;
}

/* ------------------------------------------------------
About
-------------------------------------------------------*/

span.i-drop {
	background: url(../images/i-drop.gif) no-repeat top left;
	text-indent: -999px;
	margin-top: 5px;
	width:  24px;
	height:  45px;
	float: left;
	padding-right: .75em;
}

span#resume {
	display: block;
	margin-left: 10px;
}

cite#about-quote span.org, cite#about-quote span.title {
	display: inline;
}

cite#about-quote {
	padding: 3px 0 10px 0;
	margin-left: 85px;
}

/* ------------------------------------------------------
Work
-------------------------------------------------------*/

ul#projects {
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
}

img.project-thumb {
	float: left;
}

div.project-info {
	background: url(../images/divider-line.gif) repeat-x bottom;
	margin-bottom: 5px;
	min-height: 78px;
}

ul.project-details {
	padding: 5px 0 0 62px;
	line-height: 1.4em;
	list-style-image: none;
	padding-bottom: 1px;
}

ul.project-details li {
	padding-left: 18px;
	margin-bottom: 6px;
	background-position: center left;
	background-repeat: no-repeat;
}

ul.project-details li.url {
	background-image: url(../images/icons/page-icon.gif);
}

ul.project-details li.services, ul.project-details li.contractor {
	background-image: url(../images/icons/arrow-icon.gif);
	background-position: 2px;
}

/* ------------------------------------------------------
Contact
-------------------------------------------------------*/

ul#hcard-Dan-Wilt {
	list-style-image: none;
	margin: 0 10px;
}

ul#hcard-Dan-Wilt li {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

address#ei-address {
	margin-left: 15px;
}

.geo { display: block; left: -9999px; position: absolute; }

ul#hcard-Dan-Wilt span#mobile {
	display: none;
}

div#availibility span.arrow {
	font-weight: bold;
	color: #3f5c73;
	padding-left: 10px;
}

/* ------------------------------------------------------
Photography
-------------------------------------------------------*/

div#pictures-col img {
	border: 1px dotted #898989;
	padding:  10px;
	margin: 0 0 20px 0;
}

/* ------------------------------------------------------
Icons
-------------------------------------------------------*/

span.tel, span.aim, span.email, span.pdf, address#ei-address, span.arrow {
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	padding-left: 25px;
}

span.arrow { background-image: url(../images/icons/arrow-icon.gif); }
span.tel { background-image: url(../images/icons/phone-icon.gif); }
span.aim { background-image: url(../images/icons/aim-icon.gif); }
span.email { background-image: url(../images/icons/email-icon.gif); }
span.pdf { background-image: url(../images/icons/pdf-icon.gif); }
address#ei-address { background-image: url(../images/icons/address-icon.gif); }

/* ------------------------------------------------------
Forms
------------------------------------------------------
*/

form {
	width: 260px;
	margin: 0 10px;
}

div.field, div.textarea {
	border: 1px dotted #999;
	padding: 3px;
	width: 252px;
	margin-bottom: 10px;
}

div.field input, div.textarea textarea {
	border: none;
	background-color: #ededed;
	color: #333;
	padding: 2px;
	width: 248px;
}

div.field {
	height: 18px;
}

input.field {
	height: 14px;
}

div.textarea {
	height: 190px;
}

textarea#description {
	height: 184px;
}

label.button-label {
	display: none;
}

input.checkbox, label.checkbox-label {
	display: inline;
}

span.forgot {
	margin-left: 5px;
	padding-left: 7px;
	border-left: 1px dotted #999;
}

span a[href="http://enhancedinnovations.clientsection.com/amnesia/forgot_password"] {
	color: #999;
	border-bottom-color: #999;
}

label.error {
	display: inline;
	color: red;
}

input.button {
	margin-top: 15px;
	float: right;
}

/* ------------------------------------------------------
Microformats
-------------------------------------------------------*/

a.taggedlink {
	border: none;
}

a.rel {
	border-bottom: 1px dotted #454545;
	color: #454545;
}

a.rel:hover {
	border: none;
	color: #565656;
}

.org {
	font-style: normal;
}

.street-address, .extended-address {
	display: block;
}

/* ------------------------------------------------------
Footer
-------------------------------------------------------*/

div#footer {
	background: url(../images/footer-bg.gif) repeat-x top left;
	border-top: 1px dotted #888;
	color: #4c4c4c;
	width: 860px;
	margin: 25px auto 20px auto;
	padding: 15px;
	clear: both;
	overflow: auto;
}

ul#footer-list {
	width: 850px;
	margin-left: 0;
}

ul#footer-list li {
	width: 283px;
	display: block;
	float: left;
}

li#microformats {
	text-align: center;
}

li#microformats a {
	border: none;
}

li#microformats img {
	padding-top: 4px;
}

li#email {
	text-align: right;
}

li#email span.email {
	display: inline;
}








