body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ type selectors ------------------------ */
html {background:#3e464c url("../images/bg.jpg") top center no-repeat;}
body { 
	background: url("../images/bg-top.png") top repeat-x;
	text-align:center; 
	font:12px/16px "Verdana", Arial, Helvetica, sans-serif; 
	color:#e9e9e9;
	border-top: 6px solid #6189ff;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#ffffff; }
h2, h2 a:link, h2 a:visited{ font-size:1.1em; color:#cb55c7; }
h2 a:hover, h2 a:active, #links h3	 {color: #ffffff;}
h3	{ font-size:1.0em; color:#6189ff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#ffffff; font-weight: bold; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#cb55c7; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 10px; 
	}
img.bg {border: 10px solid #393d41;}

.cell {
	float: left; 
	margin-left: 24px;
	width: 160px;
	}
.cell.first {margin-left: 0px;}
.cell ul, .cell ul li {margin: 0px; padding: 0px;}

/* ------------------------ form elements ------------------------ */
form {
	width:572px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background: url(../images/pod-bg.png);
	background-color: none !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #393d41;
	color:#6189ff;
	width:300px; /* 5 pixles smaller than form width !important */
	height:24px;
	line-height:24px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:305px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 
#column-left #contact-main p {
	margin: 20px 0px 10px 0px;
	color: #6189ff;
}
#column-left #contact-main p.first {margin-top: 0px;}
input.who-are-you {width: 260px; color: #fff;}
select.who-are-you {width: 266px; color: #fff; height: 26px;}

.services-checkboxes {
	float: left;
	width: 280px;
	margin-right: 5px;
	}
input.radio-check {
	width: 12px;
	background-color: none !important;
	border: none;
	background: none;
	float: left;
	margin-bottom: 2px;
}
#contact-main label.radio-check {
	float: right;
	width: 260px;
	margin-bottom: 2px;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:258px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.0em;
	line-height:24px;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:300px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:305px; } /* fixes display issue - 5px larger than input field */

#contact-main textarea { height:111px; overflow:auto; width: 582px;}

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:15px 0 0 513px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:#161f26;
	width:76px;
	height:28px;
	cursor:pointer;
	color: #cb55c7;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:950px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:950px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:10px;
		width:200px;
		top:20px;
		height:60px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:592px;
	float:left;
	margin-right: 38px;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left h4, #column-left ul, #column-left ol, #column-left dl {
		margin:0px 0px 10px 0px;
		}
	#column-left p {margin-bottom: 24px;}

	#column-left .flexcroll { 
		width: 592px;
		height: 513px;
		overflow: auto;
		outline: none;
		}

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	#column-left ol { padding-left:25px; }
		#column-left ol li { 
			list-style: decimal outside;
			margin-bottom: 3px;
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
	/* ordered list */
	#column-left ol { padding-left:0px; }
		#column-left ol.footnotes { font-size: .9em; }
		#column-left ol li {
			list-style: decimal outside;
			padding-left:0px; 
			margin-left:20px;
			}
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:320px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}
	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:300px; } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}



/* ------------------------ subhead framework ------------------------ */
#subhead { height:34px; } /* sets height for all subheads */
#subhead-text {height: 162px; background: url(../images/subhead-text.png);}
#subhead-text p, #subhead-text h1{ display: none;}

	body#index #subhead { background:url("../images/subhead-index.png"); }
	body#about #subhead { background:url("../images/subhead-about.png"); }
	body#portfolio #subhead { background:url("../images/subhead-portfolio.png") left no-repeat; }
	body#services #subhead { background:url("../images/subhead-services.png"); }
	body#services-design #subhead { background:url("../images/subhead-design.png"); }
	body#services-development #subhead { background:url("../images/subhead-development.png"); }
	body#services-marketing #subhead { background:url("../images/subhead-marketing.png"); }
	body#contact #subhead { background:url("../images/subhead-contact.png"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.png"); }
	body#links #subhead { background:url("../images/subhead-links.png"); }
	body#connect #subhead { background:url("../images/subhead-connect.png"); }
	body#photos #subhead { background:url("../images/subhead-photos.png"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.png"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
h2#title-featured-work {
	height:34px;
	background:url("../images/title-featured-work.png") ;
	}
	#featured-sites {
		background: url(../images/pod-bg.png) repeat;
		width: 572px;
		height: 250px;
		padding: 10px;
	}

h2#title-services {
	height:34px;
	background:url("../images/title-services.png") ;
	}
	a.service {
		width: 244px;
		margin-left: 10px;
		display: block;
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
		padding: 20px 10px 10px 10px;
	}
	#column-left a.services p {margin: 0px 10px 0px 10px;}
	
	a#design {background: url(../images/featured-service-design.png); height: 49px; padding: 25px 44px 10px 22px;}
	a#dev {background: url(../images/featured-service-dev.png); height: 47px;padding: 15px 44px 10px 22px;}
	a#marketing {background: url(../images/featured-service-marketing.png); height: 48px; padding: 15px 44px 20px 22px;}
	
h3#title-connect {
	height:34px;
	background:url("../images/title-connect.png") ;
	margin-top: 53px;
	}
#connect-bg {
	background: url("../images/pod-bg.png") repeat;
	width: 290px;
	height: 62px;
	padding: 10px;
	margin-left: 10px;
	font-size: 11px;
	}
	#connect-bg  a#twitter-link {
		background: url(../images/connect-twitter.jpg);
		width: 90px;
		height: 39px;
		display: block;
		float: left;
		margin: 0px;
	}
	#connect-bg  a#tumblr-link {
		background: url(../images/connect-tumblr.jpg);
		width: 90px;
		height: 39px;
		display: block;
		float: left;
		margin-left: 10px;
	}
	#connect-bg  a#flickr-link {
		background: url(../images/connect-flickr.jpg);
		width: 90px;
		height: 39px;
		display: block;
		float: left;
		margin-left: 10px;
	}
h2#title-highlights {
	height:34px;
	background:url("../images/title-highlights.png") ;
	}
	a.highlight{
		width: 225px;
		margin-left: 10px;
		display: block;
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
		
	}
	#column-left a.highlight p {margin: 0px 10px 0px 10px;}
	
	a#art {background: url(../images/highlight-art.png); height: 49px; padding: 25px 63px 10px 22px;}
	a#program {background: url(../images/highlight-program.png); height: 47px;padding: 15px 63px 10px 22px;}
	a#coffee {background: url(../images/highlight-coffee.png); height: 48px;padding: 15px 63px 20px 22px;}
	
h2#title-work {
	height:34px;
	background:url("../images/title-work.png") ;
	}
	#work-screencasts {
		background: url(../images/pod-bg.png) repeat;
		width: 290px;
		height: 219px;
		padding: 10px;
		margin-left: 10px;
	}
	
	#sites-flash { height:290px; } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#sites-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#sites-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#sites-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

h2#title-video {
	height:34px;
	background:url("../images/title-video.png") ;
	}
	#video {
		background: url(../images/pod-bg.png) repeat;
		width: 290px;
		height: 217px;
		padding: 10px;
		margin-left: 10px;
	}
	
	#video-flash { height:290px; } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#video-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#video-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#video-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}


/* ------------------------------------- Buttons ---------------------------------------- */
a#button-view-portfolio  {
		height:47px;
		display:block;
		background:url("../images/button-view-portfolio.png") no-repeat;	
		display: block;
		width: 310px;
		}
		a#button-view-portfolio:hover {
				background:url("../images/button-view-portfolio.png") 0px -47px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}

a#button-my-resume  {
		height:47px;
		display:block;
		background:url("../images/button-my-resume.png") no-repeat;	
		display: block;
		width: 310px;
		}
		a#button-my-resume:hover {
				background:url("../images/button-my-resume.png") 0px -47px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
a#button-contact-me  {
		height:47px;
		display:block;
		background:url("../images/button-contact-me.png") no-repeat;	
		display: block;
		width: 310px;
		}
		a#button-contact-me:hover {
				background:url("../images/button-contact-me.png") 0px -47px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
a#button-all-services  {
		height:47px;
		display:block;
		background:url("../images/button-all-services.png") no-repeat;	
		display: block;
		width: 310px;
		}
		a#button-all-services:hover {
				background:url("../images/button-all-services.png") 0px -47px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
a#button-full-portfolio  {
		height:47px;
		display:block;
		background:url("../images/button-full-portfolio.png") no-repeat;	
		display: block;
		width: 592px;
		}
		a#button-full-portfolio:hover {
				background:url("../images/button-full-portfolio.png") 0px -47px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
				
		a.button span { display:none;}
		a.button { margin-left: 10px; }

/* ------ Homepage slider ------ */
#index #column-left ul, #index #column-left ul li {
	margin: 0px;
	padding: 0px;
}

/* ---------------- PHOTO GALLERY FLICKR --------------- */
.flickr_badge_image {float: left; margin: 0px 20px 20px 0px; border: 10px solid #393d41;}
.flickr_badge_image img {width: 106px; height: 106px; *min-height: 106px;}


/* ------------------------PORTFOLIO ------------------------ */
#portfolio #column-left {width: 950px; min-height: 513px;}
#portfolio #column-left form { width: auto; margin-top: -33px;}
#choose-dev {
	margin-right: 7px; 
	width: 304px;
	background: transparent !important;
	background-color: none !important;
	color: #6189ff;
	border: none;
	height: 28px;
	line-height: 28px;
	vertical-align: center;
	outline: none;
	font-size: 1.4em;
	float: right;
	}

#portfolio #column-left ul {
	padding-left: 0px;
	margin: 00px 0px 0px 0px;
}
#portfolio #column-left ul#folio li {
	background: url(../images/pod-bg.png);
	width:  282px;
	height: 75px;
	float: left;
	_display: inline;
	margin: 0px 7px 15px 7px;
	position: relative;
	overflow: hidden;
	padding: 135px 10px 10px 10px;
}
#portfolio #column-left ul#folio li.last {
	margin-right: 0px;
	}

#portfolio #column-left ul#folio li div.thumb{
	display:block;
	width:  282px;
	height: 174px;
	top: 10px;
	left: 10px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#portfolio ul#folio li p {
	margin: 10px 0px 0px 10px;
	padding-left: 24px;
	font-size: .90em;
	text-align: left;
	line-height: 20px;
}

#portfolio #column-left ul li a {
	margin: 0px;
	padding-left: 24px;
	font-size: .90em;
	display: block;
	color: #fff;
	font-weight: bold;
}
#portfolio #column-left ul li a:hover,
#portfolio #column-left ul li a:active  {
	text-decoration: none;
}
	#portfolio ul li p.dev {
		background: url("../images/icon-seo.png") left no-repeat;
	}
	#portfolio ul li p.seo {
		background: url("../images/icon-seo.png") left no-repeat;
	}
	#portfolio ul li p.blog {
		background: url("../images/icon-blog.png") left no-repeat;
	}
	#portfolio ul li p.cms {
		background: url("../images/icon-cms.png") left no-repeat;
	}
	#portfolio ul li p.flash {
		background: url("../images/icon-flash.png") left no-repeat;
	}
	#portfolio ul li a.mobile {
		background: url("../images/icon-mobile.png") left no-repeat;
	}
	#portfolio ul#folio li p.web {padding-left: 0px;}
	#portfolio ul li p.web a {
		background: url("../images/icon-web.png") left no-repeat;
	}
	#portfolio ul li p.design {
		background: url("../images/icon-design.png") left no-repeat;
	}
	#portfolio ul li p.employed {
		background: url("../images/icon-employed.png") left no-repeat;
	}

	#portfolio ul li a.view {
		background: url("../images/icon-view.png") left no-repeat;
		position:absolute;
		bottom: 10px;
		left: 10px;
	}
	#portfolio ul li a.dev {
		background: url("../images/icon-dev.png") left no-repeat;
		position:absolute;
		bottom: 10px;
		right: 10px;
	}

	div.details {
	width:  282px;
	height: 174px;
	top: 10px;
	left: 10px;
	position: absolute;
	margin: 0px;
	padding: 0px;
		display: none;
		background: #081019;
	}

		div.details a.close-details:link,
		div.details a.close-details:visited {
			color: #cb55c7;
			position: absolute;
			bottom: 5px;
			right: 8px;
			text-decoration:none;
			color: #575e66;
		}
	/*--------------------------- Thumb BG's ---------------------------*/

	li#bhco div.thumb{
		background: url("../images/folio-bhco1.jpg") top no-repeat;
	}

	li#topgun div.thumb{
		background: url("../images/folio-topgun.jpg") top no-repeat;
	}

	li#iridex div.thumb{
		background: url("../images/folio-iridex.jpg") top no-repeat;
	}

	li#pelion div.thumb{
		background: url("../images/folio-pelion.jpg") top no-repeat;
	}

	li#mercy div.thumb{
		background: url("../images/folio-mercy.jpg") top no-repeat;
	}

	li#fci div.thumb{
		background: url("../images/folio-fci.jpg") top no-repeat;
	}

	li#optovue div.thumb{
		background: url("../images/folio-optovue.jpg") top no-repeat;
	}

	li#nidek div.thumb{
		background: url("../images/folio-nidek.jpg") top no-repeat;
	}

	li#lavender div.thumb{
		background: url("../images/folio-lavender.jpg") top no-repeat;
	}

	li#hoopes div.thumb{
		background: url("../images/folio-hoopes.jpg") top no-repeat;
	}

	li#champion div.thumb{
		background: url("../images/folio-champ.jpg") top no-repeat;
	}

	li#dssd div.thumb{
		background: url("../images/folio-dssd.jpg") top no-repeat;
	}

	li#fe div.thumb{
		background: url("../images/folio-fe.jpg") top no-repeat;
	}

	li#daiju div.thumb{
		background: url("../images/folio-daiju.jpg") top no-repeat;
	}

	li#lbg div.thumb{
		background: url("../images/folio-lbg.jpg") top no-repeat;
	}

	li#pc div.thumb{
		background: url("../images/folio-price.jpg") top no-repeat;
	}

	li#namale div.thumb{
		background: url("../images/folio-namale.jpg") top no-repeat;
	}

	li#troutman div.thumb{
		background: url("../images/folio-troutman.jpg") top no-repeat;
	}

	li#sdeb div.thumb{
		background: url("../images/folio-sdeb.jpg") top no-repeat;
	}
	
/* ------------------------SERVICES ------------------------ */

#services #column-left h3 {margin: 0px 0px 0px 10px;}
#services #column-left p {margin: 0px 0px 10px 0px;}
#services p.more-info a:link, 
#services p.more-info a:visited { color: #cb55c7; }



.service-type {
	margin: 10px 10px 0px 10px ;
	padding-left: 10px;
	}

.services a.on, .services h2 a:link.on, #services h2 a:visited.on {color: #fff;} 
.services h2 a { background: url(../images/plus.png)  0px 13px no-repeat ; padding-left: 20px; display: block; height: 30px;}
.services h2 a.on { background: url(../images/minus.png) 0px 13px no-repeat;}

.service-section {
	background:url(../images/pod-bg.png) repeat;
	width: 572px;
	margin-bottom: 10px;
	padding: 10px;
	height: 144px;
	}
#services #column-left .service-section p {margin: 0px 10px 10px 10px;}
#service-marketing {margin-bottom: 0px;}
#service-design, #service-marketing, #service-development {
	background: #202326;	
	width: 572px;
	height: 144px;
	overflow: hidden;
}
.service-section h2 {height: 30px;}

body.services .service-section,
body.services #column-left .flexcroll   { height: 493px;}
body.services .service-section h2 {height: auto;}

h2.web-design { background: url(../images/services-website-design.png) top left no-repeat; height: 30px;}
h2.graphic-design { background: url(../images/services-graphic-design.png) top left no-repeat; height: 30px;}
h2.branding { background: url(../images/services-branding.png) top left no-repeat; height: 30px;}

h2.psd-html { background: url(../images/services-psd-html.png) top left no-repeat; height: 30px;}
h2.media { background: url(../images/services-media.png) top left no-repeat; height: 30px;}
h2.cms { background: url(../images/services-cms.png) top left no-repeat; height: 30px;}
h2.rebuild { background: url(../images/services-rebuild.png) top left no-repeat; height: 30px;}
h2.mobile { background: url(../images/services-mobile.png) top left no-repeat; height: 30px;}

h2.seo { background: url(../images/services-seo.png) top left no-repeat; height: 30px;}
h2.stats { background: url(../images/services-stats.png) top left no-repeat; height: 30px;}
h2.soc-net { background: url(../images/services-marketing.png) top left no-repeat; height: 30px;}





#service-design h2{ background: url(../images/services-design.jpg) top left no-repeat;}
#service-development h2{ background: url(../images/services-dev.jpg) top left no-repeat;}
#service-marketing h2{	background: url(../images/services-marketing.jpg) top left no-repeat;}

/* ------------------------LINKS ------------------------ */

#links #column-left ul, #links #column-left ul li {padding-left: 0px;}
h2.links-links {background: url(../images/links-links.png) left no-repeat; height: 30px;}
h2.links-resources {background: url(../images/links-resources.png) left no-repeat; height: 30px;}

#links h2 a { background: url(../images/plus.png)  0px 13px no-repeat ; padding-left: 20px; display: block; height: 30px;}
#links h2 a.on { background: url(../images/minus.png) 0px 13px no-repeat;}

/* ------------------------footer framework ------------------------ */
#footer-bg {
	width: 100%; 
	background-color: #202326;
	margin-top: 62px;
	}
#footer {
	width:950px;
	margin:0 auto;
	text-align:left;
	background: url(../images/footer-bg.jpg) top right no-repeat;
	padding: 10px 70px 10px 70px;
	color: #4d535b;
	line-height: 20px;
	height: 180px;
	}

#footer p {
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#4d535b; text-decoration: none;}
#footer a:hover, #footer a:active { color:#6189ff; text-decoration: none;}

#footer ul { float: left; width: 248px; margin-left: 25px;}
	#footer ul.first { margin-left: 0px;  }
	#footer ul.last {width: 130px;}
	
	
	ul#twitter {
		padding-top: 32px;
		background: url(../images/recent-tweets.png) top left no-repeat;
	}
	ul#feed {
		padding-top: 32px;
		background: url(../images/recent-posts.png) top left no-repeat;
	}
		ul#dev-footer {
		padding-top: 32px;
		background: url(../images/dev-services.png) top left no-repeat;
	}
	ul#extras {
		padding-top: 32px;
		background: url(../images/the-extras.png) top left no-repeat;
	}

	ul#feed li {border-bottom: 1px dotted #dadada; padding-bottom: 2px;}
	
/* ----------------Twitter Widget -----------------------*/
.twtr-hd, .twtr-ft {display:none;}
#twtr-widget-1 {margin-top: 3px;}
.twtr-widget .twtr-tweet-wrap { padding: 0px 0px 5px 0px !important;}
.twtr-bd {padding-left: 0px;}


/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:950px; 
	height:54px; 
	margin: 0px;
	padding:10px 0px 10px 0px; 
	}

#nav span { display: none; }

#nav li, #nav a { height:60px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 120px; margin-left: 0px;}
#nav-02 { width: 110px;margin-left: 430px;}
#nav-03 { width: 105px;}
#nav-04 { width: 80px;}
#nav-05 { width: 105px;}

/*-------------- (-79px) X position of button / (-60px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -90px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -550px -90px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -660px -90px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -765px -90px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -845px -90px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#portfolio #nav-02 { background:url("../images/nav.jpg") -550px -170px no-repeat; }
body#services #nav-03,
body.services #nav-03 { background:url("../images/nav.jpg") -660px -170px no-repeat; }
body#about #nav-04 { background:url("../images/nav.jpg") -765px -170px no-repeat; }
body#contact #nav-05 { background:url("../images/nav.jpg") -845px -170px no-repeat; }


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background:#1a222a;	
	}

#nav li ul li { 
	height:28px; /* Height of each drop down nav item */
	}	

#nav li ul li a {
	width:100%;
	height:28px;	/* Height of each drop down nav item, should match above */
	line-height:28px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	font-size: .75em;
	color: #6189ff;
	display: inline;
	text-align: right;
	padding-left: 5px;
	}
#nav li ul li a:link span strong,
#nav li ul li a:visited span strong {font-size: 13px; color: #fff;}

#nav li ul li a:hover span strong,
#nav li ul li a:active span strong {font-size: 13px; color: #cb55c7;}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-03 ul a:hover { 
	background:#1a222a;	
	color:#cb55c7;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:290px; }		#nav-03 ul {margin-left: -10px;}

