/* 
-----------------------------------------------
Reset Stylesheet
Author:   Eric Meyer

Taken from:
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;
}
:focus {   /* remember to define focus styles! */
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {    /* tables still need 'cellspacing="0"' in the markup  */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* General
----------------------------------------------- */
* { 
color: #616161;  
}

input { 
line-height: 1; 
}

body { 
background: #838483;
color: #5c5c58; 
font: normal 13px/1.5 'Helvetica Neue', helvetica, arial, sans-serif; 
}

#container {
width: 100%;
background: url(/images/backgrounds/bg_main.png) repeat-x #f5f5f4;
float: left;
text-align: center;
}

#wrapper {
	width: 962px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#wrapper_inner {
	float: left;
	text-align: left;
	width: 962px;
	background: url(/images/backgrounds/bg_content.png) #fff no-repeat;
}

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
	visibility:hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

h1 {
margin-bottom: 6px;
color: #869531;
font-weight: bold;
font: 24px times, serif;
}


h2 {
margin-bottom: 6px;
color: #869531;
font-weight: bold;
font: 24px clarendon,georgia;
}

h3 {
margin-bottom: 4px;
font-weight: bold;
font: 18px clarendon,georgia;
}

h4 {
color: #494a49;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.3;
margin-top: 20px;
margin-bottom: 8px;
}

p {
	margin-bottom:12px;
}

.toprule {
	border-top: 1px solid #e5e5e4;
	padding-top: 9px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link {
	color: #446d8c;
	text-decoration: none;
}

a:visited {
	color: #51718c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.hr {
	background: #fff url(/images/hr.png) no-repeat scroll top; 
	margin-bottom: 21px;
	height: 3px
}

div.hr hr {
	display: none
}

#sectionhead {
	text-indent: -5000px;
	width: 678px;
	height: 9px;
	line-height: 9px;
	margin-bottom: 6px;
}

.clearboth {
	clear: both;
}

#sectionhead a {
	display: block;
	height: 9px;
}

/* Masthead
----------------------------------------------- */
#masthead {
position: absolute;
width: 322px;
top: 79px;
left: 545px;
}

#mark {
	text-indent: -5000px;
	width: 322px;
	height: 30px;
	line-height: 30px;
	background: url(/images/mark.png) no-repeat 0 0;
}

h1#mark {
	margin-bottom: 0;
}

#mark a {
display: block;
height: 30px;
}

#mark a:hover {
background: url(/images/mark.png) no-repeat 0 -45px;
}

#submark {
text-indent: -5000px;
width: 322px;
height: 15px;
line-height: 15px;
background: url(/images/mark.png) no-repeat 0 -30px;
}


/* Global navigation
----------------------------------------------- */
#nav_container {
position: absolute;
width: 461px;
height: 258px;
background: url(/images/nav.png) no-repeat 0 0;
top: 16px;
left: 17px;
}

#nav {
width: 461px;
position: relative;
height: 71px;
}

#nav li {
padding: 0;
margin: 0;
list-style-type: none;
float: left;
text-indent: -9999px;
}

#nav li a {
border: 0;
text-decoration: none;
display: block;
background: transparent url(/images/nav.png) no-repeat;
height: 71px;
width: 79px
}

#nav_work a:hover, #nav_work a:focus {
background-position: 0px -257px;
}

#work #nav_work a {
background-position: 0px -330px;
cursor: default;	
} 

#nav_about a, #nav_services a, #nav_contact a {
margin-left: 48px;
display: inline;
}

#nav_about a:link, #nav_about a:visited {
background-position: -127px 0;
}

#about #nav_about a {
background-position: -127px -330px;
cursor: default;	
}

#nav_about a:hover, #nav_about a:focus {
background-position: -127px -257px;
}

#nav_services a:link, #nav_services a:visited {
background-position: -254px 0;
}

#nav_services a:hover, #nav_services a:focus {
background-position: -254px -257px;
}

#services #nav_services a {
background-position: -254px -330px;
cursor: default;	
}

#nav_contact a:link, #nav_contact a:visited {
background-position: -381px 0;
}

#nav_contact a:hover, #nav_contact a:focus {
background-position: -381px -257px;
}

#contact #nav_contact a {
background-position: -381px -330px;
cursor: default;	
}

/* Homepage
----------------------------------------------- */
#hometag {
text-indent: -5000px;
width: 678px;
height: 27px;
line-height: 27px;
background: url(/images/home/tag1.png) no-repeat 0 0;
}

#homeblurb {
line-height: 32px;
float: left;
width: 678px;
color: #787975;
font-size: 20px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
font-weight: 300;
margin-bottom: 16px;
min-height: 150px;
}

#homeblurb strong {
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 500;
}

#homeblurb_new {
	text-indent: -5000px;
	float: left;
	position: relative;
	margin: 5px 0 20px;
	width: 678px;
	height: 142px;
	line-height: 142px;
	background: url(/images/home/main_blurb.png) no-repeat 0 0;
	z-index: 1;
}

#homeblurb_link1 {
position: absolute;	
top: 88px;
left: 340px;
width: 76px;
height: 25px;
line-height: 25px;
text-indent: -5000px;
background: url(/images/home/portfolio_link.png) no-repeat 0 0;
z-index: 2;
}

#homeblurb_link1:hover {
background: url(/images/home/portfolio_link.png) no-repeat 0 -25px;	
}

#homeblurb_link2 {
	position: absolute;	
	top: 88px;
	left: 453px;
	width: 105px;
	height: 25px;
	line-height: 25px;
	text-indent: -5000px;
	background: url(/images/home/get_in_touch.png) no-repeat 0 0;
	z-index: 2;
}

#homeblurb_link2:hover {
background: url(/images/home/get_in_touch.png) no-repeat 0 -25px;	
}

#home h4 {
	margin: 0 0 4px;
}

.sIFR-active #homeblurb {
  visibility: hidden;
  font-family: Helvetica,Arial;
  line-height: 1em;
  font-size: 19px;
}

#home div.hr {
	float: left;
	clear: both;
	width: 678px;
}

#recent {
	float: left;
	width: 678px;
	position: relative;
}

#recentwork {
text-indent: -5000px;
margin-bottom: 14px;
width: 678px;
height: 16px;
line-height: 16px;
background: url(/images/home/recent.png) no-repeat 0 0;
}

#work_link {
text-transform: uppercase;
position: absolute;
letter-spacing: 1px;
font-size: 11px;
right: 3px;
top: 1px;
}

.recent_wrapper {
width: 444px;
float: left;
background: url(/images/home/imgtop.png) no-repeat 0 0; 
}

.recent_inner {
width: 444px;
background: url(/images/home/imgbottom.png) no-repeat bottom; 
}

.recent_inner img {
padding: 15px 13px 16px 13px;
}

#recent_blurb {
	width: 210px;
	float:left;
	margin: 3px 0 0 24px;
	display: inline;
}

#recent_blurb h4 {
	font-weight: bold;
	font-size: 12px;
}

#news {
text-indent: -5000px;
width: 124px;
height: 13px;
line-height: 13px;
background: url(/images/home/news.png) no-repeat 0 0;
}

#home #sidebar h4 {
	margin-bottom: 0;
}

#blog_link {
	border-top: 1px solid #e5e5e4;
	padding-top: 12px;
}


/* Content
----------------------------------------------- */
#content {
position: relative;
float: left;
display: inline;
width: 678px;
margin: 215px 0 0 259px;
padding-bottom: 36px;
}

.sIFR-active h1#generic_page_head {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 22px;

}

/* About
----------------------------------------------- */
.aboutsection {
	background: url(/images/about/about_section.png) no-repeat 0 0;
}

#about h4 {
	font-weight: normal;
}

#abouthead {
text-indent: -5000px;
width: 678px;
height: 25px;
line-height: 25px;
background: url(/images/about/about.png) no-repeat 0 0;
}

#about_wrapper {
	margin-top: 32px;
	float: left;
	background: url(/images/about/about_bg.png) repeat-y 0 0;
}

#about_restless {
	float: left;
	width: 424px;
}

#about_restless p {
	margin-bottom: 15px;
}

#about_restless #about_blurb {
	line-height: 27px;
	color: #494a49;
	font-size: 18px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-weight: 300;
	margin: -6px 0 12px;
}

.sIFR-active #about_restless #about_blurb {
  visibility: hidden;
  font-family: Helvetica,Arial;
  line-height: 1em;
  font-size: 18px;
}

#nice_feedback {
	float: left;
	display: inline;
	width: 210px;
	margin-left: 43px;
}

#feedback_scroll {
	width:210px;
	height: 500px;
	clear: both;
}

div.feedback_slide {
	width: 210px;
}

#nice_feedbackhead {
	text-indent: -5000px;
	float: left;
	width: 168px;
	height: 12px;
	margin: 3px 0 8px 0;
	line-height: 12px;
	background: url(/images/about/happy_clients.png) no-repeat 0 0;
}

#happynav {
	float: left;
	display: inline;
	width: 35px;
	height: 16px;
	margin: 0 0 0 5px;
}

#happynav li {
padding: 0;
margin: 0;
list-style-type: none;
float: left;
text-indent: -9999px;
}

#happynav li a {
border: 0;
text-decoration: none;
display: block;
background: transparent url(/images/about/happynav.png) no-repeat;
height: 16px;
}

#happy_prev {
	width: 17px;
}

#happy_prev a:hover {
background-position: 0px -16px;
}

#happy_next {
	width: 18px;
}

#happy_next a:link, #happy_next a:visited {
	background-position: -17px 0px;
}

#happy_next a:hover {
background-position: -17px -16px;
}

#nice_feedback blockquote p {
	clear: both;
	margin-bottom: 0;
	padding-left: 2px;
	font-style:italic;
	color: #494a49;
	font-size: 15px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-weight: 300;
}

#nice_feedback cite {
	display: block;
	background: url(/images/about/emcite.png) no-repeat 2px 2px;
	padding-left: 16px;
	font-size: 12px;
	margin: 3px 0 14px;
}

#nice_feedback cite strong {
	color: #494a49;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 11px;
}

/* Work -- Main thumbnail screen
----------------------------------------------- */
.worksection {
	background: url(/images/work/work_section.png) no-repeat 0 0;
}

#workhead {
text-indent: -5000px;
width: 678px;
height: 25px;
line-height: 25px;
clear: both;
background: url(/images/work/work.png) no-repeat 0 0;
}

ul#workthumbs {
	margin-top: 20px;
	font-weight: bold;
}

#workthumbs li {
	width: 208px;
	float: left;
	margin-bottom: 18px;
}

li.thumb1 {
	clear: left;
}

li.thumb2, li.thumb3 {
	margin-left: 26px;
	display: inline;
}

#workthumbs li p {
	margin: 4px 6px 0 10px;
	line-height: 1.2;
	font-size: 12px;
}

.thumbimg {
	width: 208px;
	height: 163px;
	line-height: 163px;
	background: url(/images/work/thumb_bg.png) no-repeat 0 0;
}

.thumbimg a {
display: block;
height: 163px;
}

.thumbimg a:hover {
background: url(/images/work/thumb_bg.png) no-repeat 0 -163px;
}

.thumbimg a img {
	padding: 11px 10px 13px;
}

p#footnote {
	padding-top: 10px;
	border-top: 1px solid #efefef;
	clear:both;
	margin-bottom: 0;
	line-height: 1;
}

p#footnote span {
	font-family: Baskerville,Georgia,serif;
	font-size: 18px;
	font-weight: bold;
	padding-right: 2px;
	color: #da6c30;
}

/* Work -- Individual site view
----------------------------------------------- */

#sifr_wrap {
	height: 72px;
}

.sIFR-active h1#site_name {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 22px;

}

#work_nav {
	width: 678px;
	border-bottom: 1px solid #d7d7d6;
	float: left;
	padding-bottom: 2px;
	margin: -2px 0 4px;
}

#work_nav #sectionhead {
	margin: 3px 0 3px;
	float: left;
	width: 120px;
}

#prev_next {
	line-height: 13px;
	float: right;
	height: 13px;
	width: 162px;
	background: url(/images/work/work_nav.png) no-repeat 0 0;
}

#prev_next_list {
width: 162px;
position: relative;
height: 4px;
}

#prev_next_list li {
padding: 0;
margin: 0;
list-style-type: none;
text-indent: -9999px;
}

#prev_next_list li a {
border: 0;
text-decoration: none;
display: block;
background: transparent url(/images/work/work_nav.png) no-repeat;
height: 13px;
}

#work_prev {
	position: absolute;
	top: 0; 
	left: 0;
	width: 89px;
}

#work_prev a:link, #work_prev a:visited {
	background-position: 0px -13px;
}

#work_prev a:hover, #work_prev a:focus {
background-position: 0px -26px;
}

#work_next {
	width: 72px;
	position: absolute;
	top: 0; 
	left: 95px;
}

#work_next a:link, #work_next a:visited {
	background-position: -95px -13px;
}

#work_next a:hover, #work_next a:focus {
background-position: -95px -26px;
}


.screen_wrapper {
width: 678px;
float: left;
background: url(/images/work/large_bg_top.png) no-repeat 0 0; 
margin-bottom: 24px;
}

.screen_inner {
width: 678px;
background: url(/images/work/large_bg_bottom.png) no-repeat bottom; 
}

.screen_inner img {
padding: 13px 11px 11px;
}

#sidebar.siteside p {
	color: #5c5c58;
	margin-bottom: 8px;
}

#site_roles, #site_details, #site_visit {
	text-indent: -5000px;
	width: 210px;
	height: 12px;
	margin: 16px 0 6px 0;
	line-height: 12px;
	background: url(/images/work/site_roles.png) no-repeat 0 0;	
}

#site_roles {
	margin-top: 6px;
}

#site_details {
	background: url(/images/work/site_details.png) no-repeat 0 0;	
}

#site_visit {
	background: url(/images/work/site_visit.png) no-repeat 0 0;
	margin-bottom: 4px;	
}

#gd_sundries{
text-indent: -5000px;
width: 678px;
height: 25px;
line-height: 25px;
clear: both;
background: url(/images/work/gd_sundries.png) no-repeat 0 0;
}

.gd_page ul#workthumbs {
	margin-top: -26px;
} 

.gd_fullsize {
	display: none;
}

.gd_fullsize p, #zoom_content p {
	max-width: 350px;
	margin-bottom: 0;
}

/* Services
----------------------------------------------- */
.servicessection {
	background: url(/images/services/services_section.png) no-repeat 0 0;
}

#serviceshead {
text-indent: -5000px;
width: 678px;
height: 25px;
line-height: 25px;
background: url(/images/services/services.png) no-repeat 0 0;
}

#services_blurb {
	line-height: 29px;
	color: #494a49;
	font-size: 20px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", sans-serif;
	font-weight: 300;
	margin: 28px 0 10px;
}

.sIFR-active #services_blurb {
  visibility: hidden;
  font-family: Helvetica,Arial;
  line-height: 1em;
  font-size: 20px;
}

dl#services1, dl#services2{
	float: left;
	width: 327px;
}

dl#services2 {
	margin-left: 24px;
	display: inline;
}

dt {
	color: #d36021;
	font-weight: bold;
	font-size: 17px;
}

dd {
	font-size: 14px;
	margin-bottom: 12px;
}

#why_restless {
	text-indent: -5000px;
	width: 210px;
	height: 12px;
	margin: 5px 0 8px 0;
	line-height: 12px;
	background: url(/images/services/why_restless.png) no-repeat 0 0;	
}

#services #sidebar ul li {
	margin-bottom: 6px;
	line-height: 19px;
	font-size: 12px;
}

#services #sidebar ul li strong {
	font-weight: normal;
	color: #3c311f;
}

/* Contact
----------------------------------------------- */
.contactsection {
	background: url(/images/contact/contact_section.png) no-repeat 0 0;
}

#contacthead {
text-indent: -5000px;
width: 678px;
height: 25px;
line-height: 25px;
background: url(/images/contact/contact.png) no-repeat 0 0;
}

#contact form {
	margin: 30px 0 24px;
	width: 636px;
}

#contact form fieldset {
	margin-bottom: 8px;
}

#contact form label {
	float: left;
    width: 184px;
    margin: 0 10px 0 0;
	font-weight: bold;
	font-size: 14px;
}

#contact form label.antispam {
	line-height: 110%;
}

#contact form label.antispam span {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

#contact form fieldset div.field {
	float: left;
	width: 412px;
}

#contact form fieldset div.field input.textinput {
	width: 412px;
	padding: .3em;
	font-size: 14px;
}

#contact form fieldset div.field input.shorttextinput {
	width: 138px;
	padding: .3em;
	font-size: 14px;
}

#contact form fieldset div.field textarea {
	width: 412px;
	padding: .3em;
	font-size: 14px;
}

#contact form div.submit {
	padding-left: 197px;
}

input.button {
	padding: 1px;
	font-size: 14px;
}

#need_estimate, #other_options {
	text-indent: -5000px;
	width: 210px;
	height: 12px;
	margin: 5px 0 8px 0;
	line-height: 12px;
	background: url(/images/contact/need_estimate.png) no-repeat 0 0;	
}

#other_options {
	background: url(/images/contact/other_options.png) no-repeat 0 0;
}

#contact #sidebar p {
	margin: 0 0 16px 2px;
	width: 200px;
}

/* Sidebar
----------------------------------------------- */
#sidebar {
width: 210px;
position: absolute;
left: 25px;
top: 296px;
}

#sidebar.subside {
	top: 286px;
}

#sidebar p {
	color: #7a7a75;
	line-height: 19px;
	font-size:12px;
}

#sidebar h4 {
margin-top: 10px;
font-size: 11px;
}

#sidebar p.caption {
	line-height: 1;
	margin-left: 9px;
	letter-spacing: 1px;
	font-size: 10px;
}

/* Footer
----------------------------------------------- */
#footer_container {
width: 100%;
clear: both;
float: left;
background:url(/images/backgrounds/bg_footer.png) repeat-x;
text-align: center;	
}

#footer {
width: 962px;
margin: 24px auto;
position: relative;
text-align: left;
font-size: 13px;
}

#bee_foot {
	text-indent: -5000px;
	width: 107px;
	height: 17px;
	line-height: 17px;
	background: url(/images/bee_foot.png) no-repeat 0 0;
}

#bee_foot a {
	display: block;
	height: 17px;
}

#footer1, #footer2, #footer3, #footer4 {
	float:left;
	width: 210px;
	margin-left: 24px;
	display: inline;
}

#footer1 {
	margin-left: 25px;
}

#footer ul {
	margin-bottom: 36px;
}

#footer1 {
	margin-top: 2px;
}

#footer1 a, #footer4 a {
	color: #dbdbdb !important;
} 

#footer2 a, #footer3 a, #footer2 strong, #footer3 strong {
	color: #bcd5ee !important;
}

#footer ul li {
	color: #dbdbdb;
	margin-bottom: 6px;
}











