/*    =Typography    */
body {
	color: #3e280f;
	font-size: 12px;
    line-height: 1.5em;
	font-family: Georgia, serif;
}

a {
	color: #a92e00;
	text-decoration: underline;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

a:focus {
}
	
table, thead, tbody, tr, th, td { font-size:1em }

h1, h2, h3 {
}

h1 {
	font-size: 28px;
	letter-spacing: -1px;
}

h2 {
	font-size: 12px;
	line-height: 1.2em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}

strong, b {
	font-weight: bold;
}


/*    =Basic
--------------------------------------------------------------------*/

body {
	background: #e2dbc8 url(../images/background.jpg) fixed 50% 0;
}

/*	=skipLink positioning
--------------------------------------------------------------------*/
#skipLink {
	display: block;
	position: absolute;
	top:0;
	left: -999px;
	height: 20px;
	padding: 10px 20px;
}

#skipLink:focus {
	left: 0;
}

/*	=grid
--------------------------------------------------------------------*/
#wrapper {
	width: 780px;
	margin: 0 auto;
}

.column {
	margin: 0 20px 20px 0;
	float: left;
}

.last {
	margin: 0 0 20px 0;
}

.span1 { width: 180px; }
.span2 { width: 380px; }
.span3 { width: 580px; }
.span4 { width: 780px; }

/*	=misc
--------------------------------------------------------------------*/
.hide  {
	display: none;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.nowrap {
	white-space: nowrap;
}

/* 
P.I.E. FLOAT CLEARING ----------------------------
See http://www.positioniseverything.net/easyclearing.html
and http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
*/
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {display:inline-block;}
.clearfix {display:block;}


/*	=masthead
--------------------------------------------------------------------*/
#masthead {
	background: url(../images/plus.gif) no-repeat 0 95%;
	border-bottom: 2px solid #3e280f;
	position: relative;
}

#mastheadInnerWrap {
	position: relative;
	margin: 40px 0 50px 0;
}

#mastheadInnerWrap h1 {
	height: 34px;
	width: 149px;
}

#masthead h1 a {
	background: url(../images/logo.gif) no-repeat;
	display: block;
	height: 34px;
	width: 149px;
	text-indent: -9999px;
}

#masthead h1 a:hover {
	background-position: 0 -34px;
	border-bottom: 1px dotted #962900;
}

#masthead ul {
	position: absolute;
	right: 0;
	top: 0;
}

#masthead ul li {
	float: left;
	margin-left: 20px;
}

#masthead ul li a {
	/*background-color: #b4a98c;*/
	border-top: 1px solid #dfd6c1;
	color: #3e280f;
	display: block;
	font: 12px/1em Georgia, serif;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
}

#masthead ul li a:hover, #masthead ul li#selected a {
	/*background-color: #beb293;*/
	border-top: 1px solid #523e27;
	color: #523e27;
}

#mainContent {
	background: url(../images/mainContentBgTile.gif) repeat-x 0 100%;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

#mainContent h2 {
	background: url(../images/headline.gif) no-repeat;
	height: 87px;
	margin-top: 35px;
	text-indent: -9999px;
	width: 590px;
}

#mainContent p {
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3em;
	padding: 0 5px 20px;
}

p#attr {
	color: #3e280f;
	/*font-family: Helvetica,Arial,sans-serif;*/
	font-size: 12px;
	font-weight:normal;
	margin:0 0 1.5em;
	text-align:right;
}

#subContent {
	margin-bottom: 20px;
}

#subContent h2 {
	color: #962900;
	font: 12px/1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
}

h2#workHeading {
	background: url(../images/work.gif) no-repeat;
	height: 65px;
	margin: 30px 0;
	text-indent: -9999px;
	width: 170px;
}

h2#contactHeading {
	background: url(../images/contact.gif) no-repeat;
	height: 53px;
	margin: 30px 0;
	text-indent: -9999px;
	width: 232px;
}


#subContent h3 {
	color: #4f4634;
	font-size: 12px;
	margin-bottom: 0.5em;
}

#subContent ul li {
	float: left;
	width: 380px;
	margin-bottom: 40px;
}

#subContent ul li p {
	margin-bottom: 0.5em;
}

#subContent ul a.workThumbnail {
	background-color: #fff;
	border: 2px solid #ccbb99;
	display: block;
	padding: 8px;
	float: left;
	margin-bottom: 10px;
}

#subContent ul a.workThumbnail:hover {
	border-color: #b7a889;
}

#subContent ul a.workThumbnail img {
	display: block;
}

#subContent ul a {
	color: #a92e00;
	font-style: italic;
}

.viewWorkGroup span {
	font-weight: bold;
	padding-right: 0.5em;
}

#subContent .viewWorkGroup a {
	background-color: #962900;
	border: 1px solid #782100;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

#subContent .viewWorkGroup a:hover {
	background-color: #782100;
}

#extras {
	background: #d6c9ad url(../images/extrasBgTile.png) repeat-x 0 100%;
}

#extrasInner {
	background: url(../images/iluvdesign.gif) no-repeat 0 100%;
	border-bottom: 10px solid #000;
	padding-left: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	margin: 0 auto;
	width: 600px;
}

#extrasInner h2 {
	color: #7b5237;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}

#extrasInner h2 a {
	color: #7b5237;
	text-decoration: none;
}

#extrasInner h2 a:hover {
	border-bottom: 1px dotted #7b5237;
}

.extrasCol {
	/*display: inline;*/
	float: left;
	margin-left: 20px;
	padding-bottom: 40px;
}

.extrasCol h3 a {
	font-size: 12px;
}

/*	=flickr
--------------------------------------------------------------------*/
#flickr a {
	background-color: #cb9;
	border-bottom: 1px solid #b7a889;
	display: block;
	float: left;
	padding: 5px 5px 4px 5px;
	margin: 0 20px 20px 0;
}

#flickr a:hover {
	background-color: #b7a889;
	/*border-bottom: 1px solid #b7a889;*/
}

#flickr a img {
	float: left;
	height: 60px;
	padding: 0;
	width: 60px;
}

#delicious li ,#elsewhere li {
	margin-bottom: 1em;
}

/* NOTE: hides h2 pulled from delicious */
#delicious h2.delicious-banner {
	display: none;
}

#blueCircle {
	position: absolute;
	left: 36px;
	bottom: -7px;
}


#footer {
	background: url(../images/footerBgTile.png) repeat-x;
	border-top: 10px solid #000;
	height: 35px;
}

#home footer {
	border-top: none;
}

#footer p {
	color: #300;
	text-align: center;
	padding: 10px 0;
}


#homeAddress {
	padding-top: 12px;
}

#contactFormSubmit {
	padding-top: 5px;
}


