/* Swatches 
Background:
Text:#555
Header:#00679A
subhead:#9A5500
Link:#009be6
Hover:

*/


/* Tags 
____________________________________*/

html {
	height: 100%;
	margin:0px;
	padding:0px;
}
body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height:1.3em;
	margin:0px;
	padding:0px;
	color:#555;
	-webkit-text-size-adjust: none;
	line-height:20px;
}
img {
	border:0;
}

.logo:hover, .get-satisfaction:hover, #contactClose:hover, #about-nav a:hover {
	border-bottom:none;
}
a {
	color:#009be6;
	text-decoration:none;
	outline:none;
}
a:hover {
	border-bottom:1px solid #222;
}
a.no-underline:hover, a#close:hover, a.button:hover, a.lightbox:hover, a#language:hover, .gallery-icon a:hover
{
	border-bottom:none;
}
h1 {
	font-size:3em;
	margin:0 0 10px;
	font-weight:normal;
	color:#00679A;
	text-align:left;
	line-height:1em;
}
.background h1 {
	line-height:1.0;
}
#footer h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
	margin:0 0 10px 0;
	font-weight:normal;
	color:#00679A;
	text-align:left;
}
h2.home, .entry h2, blockquote {
	color:#9A5500;
	padding:5px 0 0;
	line-height:1.3;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-style:italic;
}
blockquote {
	font-size:1.2em;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	background:url(/images/layout/blockquote.png) no-repeat 0 5px;
	margin:10px;
	padding:10px 20px 0;
	min-height:4em;
}
.background h2 {
	color:#fff;
	line-height:1.1;
}
h3 {
	margin:10px 0 0 0;
	font-size:1em;
}
strong, .side-contact h3 {
	color:#777;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:1.3em;
	font-style:italic;
}
.background strong {
	color:#9A5500;
}
#footer strong {
	color:#333;
}
.headIcon {
	float:left;
}
h1.pageHeader {
	padding:2px 0 10px 50px;
}
address {
	font-style:normal;
}
.left, .alignleft {
	float:left;
}
.right, .alignright {
	float:right;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.micro {
	font-size:9px;
}
.hidden {
	display:none;
}
.half {
	width:400px;
}
/* Alerts
____________________________________*/
.alert, .success, .info, #loading {
	background:url(/images/layout/icons.png) no-repeat 8px -203px #FFEBE8;
	border: 1px solid #C00;
	padding: 8px 8px 8px 35px;
	margin: 10px 0 10px 4px;
}
.alert {
	border-color: #C00;
}
.success {
	background:url(/images/layout/icons.png) no-repeat 8px -271px #ddeefc;
	border-color: #65a6db;
}
.info {
	background:url(/images/layout/icons.png) no-repeat 8px -238px #ddeefc;
	border-color: #65a6db;
}
/* Background
____________________________________*/
.bgWrapper {
	position:absolute;
	width:100%;
	overflow:hidden;
	text-align:center;
	left:0px;
}
.background {
	margin:0 -50%;
	height:553px;
	text-align:center;
}
.background .wrapper {
	top:0;
}
.absolute {
	padding:60px;
	position:absolute;
	top:0;
	text-align:left;
	color:#FFF;
	width:380px;
}
.build {
	width:450px;
}
.absolute {
	left:0;	
}

.hide {
	margin-left:-150%;
	opacity:0;
}
/* Navigation
____________________________________*/

#nav {
	list-style:none;
	float:right;
	margin:0;
	padding:0;
	font-size:1.1em;
}
#nav li {
	float:left;
}
#nav a {
	color:#222;
	display:block;
	padding: 30px 0 0 0;
	height:92px;
	width:90px;
	text-align:center;
}
#nav a:hover {
	border-bottom:none;
	color:#009be6;
}
#nav .new a {
	background:url(/images/layout/icons.png) 38px -66px no-repeat;
}
#nav .current.new a {
	background:url(/images/layout/icons.png) -38px -66px no-repeat;
}
#nav .icon {
	height:29px;
	width:27px;
	margin:0 auto 10px;
	background-image:url(/images/layout/icons.png);
	display:block;
}
#nav .current {
	background:url(/images/rotator/navBG_blue.jpg);
}
#homepage #nav .current {
	background:url(/images/rotator/navBG_mission.jpg);
}
#nav .current a {
	color:#fff;
	cursor:default;
}
#nav .current:hover {
	color:#fff;
}
#nav .home {
	background-position:27px 0;
}
#nav .labs {
	background-position:54px 0;
}
#nav .contact {
	background-position:81px 0;
}
#nav .services {
	background-position:108px 0;
}
#nav .about {
	background-position:135px 0;
}
#nav .current .home {
	background-position:27px -31px;
}
#nav .current .labs {
	background-position:54px -31px;
}
#nav .current .contact {
	background-position:81px -31px;
}
#nav .current .services {
	background-position:108px -31px;
}
#nav .current .about {
	background-position:135px -31px;
}
#nav .current .portfolio {
	background-position:0 -31px;
}
/* Rotator
____________________________________*/

.arrowLeft {
	float:left;
	padding:120px 100px 105px 0;
	cursor:pointer;
	opacity:0.1;
}
.arrowRight {
	float:right;
	padding:120px 0 85px 100px;
	cursor:pointer;
	opacity:0.1;
}
.arrowLeft:hover, .arrowRight:hover {
	opacity:1;
}
.rotatorNav {
	float:right;
	padding: 0 30px 0 0;
	clear:right;
}
.rotatorNav a {
	opacity:0.3;
}
.rotatorNav a:hover {
	border:none;
}
.rotatorNav .active {
	opacity:1;
}
#about-nav {
	top: 16px; 
	left: 270px; 
	position: relative;
	width:500px;
}
/* Layout
____________________________________*/

#beta {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width:80px;
	height:80px;
}
.wrapper {
	position:relative;
	margin:0px auto;
	width:960px;
}
.logo {
	display:block;
	padding: 17px 0 0;
	height:82px;
	float:left;
}
#header {
	position:relative;
	height:122px;
	background:url(/images/layout/headerBG.jpg) repeat-x;
}

#language {
	background:url(/images/layout/language.png) no-repeat;
	height:26px;
	left:47px;
	padding:5px 0 0 0;
	position:absolute;
	text-align:center;
	top:111px;
	width:110px;
	color:#00679A;
}

#rotator {
	height:285px;
}
#background, #labs {
	background:url(/images/rotator/bg_blue.jpg) center 122px no-repeat;
}
#body {
	padding:50px 60px;
	background:#fff;
	text-align:justify;
}
.top {
	margin-top:80px;
}
#footer {
	position:relative;
	background:url(/images/layout/footerBG.jpg) repeat-x right top;
	color:#333;
}
.login {
	float:left;
	margin:45px 0 0 60px;
}
.login form, #contactForm form, #commentform, .mailing-list, .contact-form form, .questionnaire p, #searchform {
	margin: 15px 0 0 0;
	padding:8px;
	background:url(/images/layout/semi.png);
}
#contactForm {
	display:none;	
}
#contactForm form {
	margin: 10px 0;
	color:#fff;
}
.login form p, #contactForm p, .contact-form p, .mailing-list p {
	margin:0;
}
.questionnaire p {
	margin: 10px 0 20px;	
}
.login input, #contactForm input, .contact-form input, #contactForm textarea, .contact-form textarea, #commentform input, #commentform textarea, .mailing-list input, .contact-form select, #searchform input {
	padding:10px;
	border:none;
	width:195px;
	margin: 0 8px 0 0;
	font-size:0.9em;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
#contactForm input, .contact-form input, #contactForm textarea, .contact-form textarea {
	width:310px;
	margin: 0;
}

#searchform input {
	width:114px;	
}

.questionnaire input, .questionnaire textarea {
	width:363px;
}
.questionnaire select {
	width:382px;
}
input.checkbox {
	width:12px;
	margin:0 6px;
}
#contactForm, .contact-form {
	color:#333;
}

.contact-form form {
	width:330px;	
}

.mailing-list {
	background:#aaa;
	margin: 0 0 20px 4px;
}
.mailing-list input {
	width:278px;	
}	
#commentform #author, #commentform #email, #commentform #url {
	width:513px;
}
#commentform textarea {
	width:513px;
}
input.submit, #contactForm input.submit, input#submit, .contact-form input.submit, #searchform #searchsubmit {
	background:url(/images/layout/submitBG.png) repeat-x;
	width:auto;
	text-transform:uppercase;
	color:#fff;
	padding:10px 20px;
	margin:0;
}
#contactForm input.cancel, .contact-form  input.cancel {
	margin:0 0 0 10px;
	background:#999;
}
#contact {
	float:right;
	margin:0 60px 0 0;
	width: 257px
}
#contact p {
	margin:0;
}
label {
	display:block;
	margin: 0 0 10px;
}
.side-contact {
	float:left;
	margin: 0 30px 0 0;
}
.side-contact h3 {
	color:#333;	
}
/* Tweets
____________________________________*/
.tweets {
	padding:0;
	margin:-30px 0 0 50px;
}
.tweets li {
	list-style:none;
	background:url(/images/layout/twitterBG.jpg) no-repeat bottom;
	width:290px;
	padding:35px 30px 45px;
	text-align:left;
}
.tweets li .tweetmeta {
	display:block;
	float:right;
	padding:45px 0 0;
}
.followMe {
	margin-left:20px;
}
/* Services
____________________________________*/
ul.services {
	margin:0;
	padding:0;
	list-style:none;
}
.services li {
	background: url(/images/icons/services.jpg) no-repeat;
	padding: 15px 0 30px 60px;
}
.services li.design {
	background-position:0 -260px;
}
.services li.cms {
	background-position:0 -520px;
}
.services li.hosting {
	background-position:0 -775px;
}
.services li.uptime {
	background-position:0 -1035px;
}
.services li.seo {
	background-position:0 -1290px;
}
.services li.print {
	background-position:0 -1555px;
}
.services li.analytics {
	background-position:0 -1810px;
}
.services li.branding {
	background-position:0 -2349px;
}
.services li.more {
	background-position:0 -2080px;
}
.services li.bilingual {
	background-position:0 -2611px;
}
/* Portfolio
____________________________________*/
ul#filter {
	float: right;
	list-style: none;
	margin-left: 0;
	font-size:1.2em;
}
ul#filter li {
	display:inline;
}
ul#filter li a {
	padding:7px 10px;
	display:block;
	text-align:center;
	float:left;
}
ul#filter li a:hover {
	border:none;
	color:#9A5500;
}
ul#filter li.current, a.button {
	background:url(/images/layout/portfolioNav.jpg) no-repeat;
	display:block;
	float:left;
}
ul#filter li.current a, a.button span {
	color: #fff;
	background:url(/images/layout/portfolioNav2.jpg) no-repeat right top;
	cursor:cursor;
	padding:7px 10px;
	display:block;
}
a.button:hover span {
	color:#555;	
}
ul#portfolio {
	float: left;
	list-style: none;
	margin: 0 0 0 -22px;
	padding: 0;
	width:900px;
}
ul#portfolio li {
	float: left;
	margin:0 22px;
}
.portfolioItem, ul#portfolio a, .headerGraphic, a.lightbox {
	padding:8px;
	background:#aaa;
	display:block;
	position:relative;
	margin: 0 0 20px 0;
	height:118px;
	width:380px;
}
.portfolioItem:hover, ul#portfolio a:hover, .headerGraphic:hover {
	border:none;
	background:#9A5500;
}
.headerGraphic {
	width:523px;
	height:144px;
}

a.lightbox {
	width:auto;
	height:auto;
}

.plus {
	position:absolute;
	top:-1px;
	right:-2px;
}
.hover {
	position:absolute;
	top:8px;
	right:8px;
	width:280px;
	height:38px;
	background:url(/images/layout/semiDark.png);
	color:#FFF;
	padding:40px 40px 40px 60px;
	display:none;
	text-align:left;
}
.hover strong {
	color:#009BE6;
}
/* Contact Form
____________________________________*/
#contactForm {
	position:absolute;
	top:0;
	right:0;
	width:0;
	background:url(/images/layout/contactBG.jpg) right;
	height:100%;
}
#contactForm .inner {
	padding:0 46px;
	position:absolute;
	top:40px;
	width:347px;
}
#shadow {
	float:left;
	height:100%;
	width:15px;
}
#shadowCorner {
	clear:left;
}
#shadowCorner img {
	float:left;
}
.closeWrap{
	position:absolute;
	left:394px;
}
#contactClose {
	position:fixed;
	top:0;
}
/* Tipsy
____________________________________*/

.tipsy {
	padding: 5px;
	font-size: 10px;
	opacity: 0.8;
	background-repeat: no-repeat;
}
.tipsy-inner {
	padding: 8px 20px 8px 30px;
	background: url(/images/icons/arrow.png) 5px 5px no-repeat #000;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-south {
	background-image: url(/images/icons/tipsy-south.gif);
	background-position: bottom center;
}
.tipsy-north {
	background-image: url(/images/icons/tipsy-north.gif);
	background-position: top center;
	margin-top:-100px;
}
/* Labs
____________________________________*/
#sidebar {
	border-left:1px dotted #CCC;
	float:right;
	padding:0 0 0 15px;
	width:250px;
}
#sidebar ul ul {
	margin: 0;	
}
#sidebar h2 {
	margin: 10px 0 5px;	
}
#sidebar h2.pageHeader {
	margin: 15px 0 0;
}
#sidebar ul {
	padding:0;
	margin:0;
	list-style:none;
}
#sidebar ul a {
	padding:7px 10px;
	display:block;
}
#sidebar ul li a:hover {
	border:none;
	color:#9A5500;
}
li.categories, li.linkcat, .postPreview{
	border-top:1px dotted #ccc;
	margin:10px 0 0;
}
#sidebar ul a.recentPost {
	padding:7px 10px 0;	
}
#sidebar ul small {
	padding:0 10px 7px;	
}
.narrowcolumn {
	width:550px;
	float:left;
}
.narrowcolumn h1 {
	margin: 0 0 30px;	
}
.singlePost h1 {
	margin: 0;	
}
pre, .postmetadata {
	background:#eee;
	border:1px solid #aaa;
	padding:10px;
	color:#000;
	overflow:auto;
}

.postmetadata {
	background:#E8E8E8 url(/images/layout/commentBG2.png) repeat-x 0 -34px;
}

.commentlist {
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
}
.post {
	border-bottom:1px dotted #CCCCCC;
	margin:0 0 20px;
	padding:0 0 20px;
}
ul.children {
	list-style:none;	
}
.comment-author img {
	float:left;
	margin-left:-70px;
	padding:0 22px 10px 0;
	background:url(/images/layout/commentArrow.png) right 10px no-repeat;	
}

.vcard cite {
	padding:10px;
	font-weight:bold;
	line-height:1.2em;
	
}

.comment p, .pingback p {
	padding: 0 10px;	
}
.vcard cite a:hover {
	color:#9A5500;
	border:none;
}

.comment, .pingback {
	clear:both;	
}

.comment div, .pingback div {
	border:1px solid #666;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding: 10px 0;
	background:url(/images/layout/commentBG2.png) repeat-x #E8E8E8;
	margin: 0 0 15px 68px;

}
.comment div div, .pingback div div, ul.children div div {
	border:none;
	padding:0;
	margin:0;
	background:none;
}

.commentlist div .comment-meta {
	float:right;
	padding:0 10px;
	text-align:right;
}

.comments{
	float:right;
}

.number{
	background:url(/images/layout/comment.png) 0 3px no-repeat;
	width:19px;
	height:20px;
	float:left;
	text-align:center;
	color:#FFF;
	margin:0 5px;
	font-size:0.8em;
	
}

.bypostauthor div {
	border: 1px solid #009BE6;
}
.says {
	display:none;
}
.comment .reply, .pingback .reply {
	clear:both;
	text-align:right;
	text-transform:uppercase;
	font-size:0.9em;
	padding: 0 10px 0 0;
}
.mailingHeader {
	margin:0 0 10px 5px;
}
.labsHeader {
	border-bottom:1px dotted #CCC;
	margin:0;
	padding:20px 0 10px;
}
#sidebar ul .authorUrl{
	display:inline;
	padding:0;
}
/* Social Relevance
____________________________________*/

.srLink {
	float:left;
	width:160px;
	height:16px;
	padding:10px 10px 0 0;
}
.srLink a {
	display:block;
}
.srLink a:hover {
	border:none;
	color:#9A5500;
}
.srLink img {
	float:left;
	padding: 0 5px 2px 2px;
}
/* Content Slider
____________________________________*/
					  				  
.slider-wrap {
	width: 877px;
	position: absolute;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 877px;
	height: 556px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 877px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.photo-meta-data {
	background: url(/images/layout/semiDark.png);
	padding: 10px;
	margin-top: -60px;
	position: relative;
	z-index: 9999;
	color: white;
	height:40px;
}
.photo-meta-data span {
	font-size: 13px;
}
.cross-link {
	display: block;
	margin: 13px 13px 0 0;
	float:left;
	position: relative;
	border:3px solid #999;
}

.active-thumb {
	border:3px solid #9A5500;	
}
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;			}
.gallery img {
	border: 2px solid #aaa;
}
.gallery a:hover img {
	border: 2px solid #9a5500;
}
.gallery-caption {
	margin-left: 0;
}

.postauthor {
	background:url(../images/layout/commentBG2.png) repeat-x #E8E8E8;
	border:1px solid #AAA;
	margin: 30px 0 0 0;
	padding:10px;	
}

.postauthor img {
	float:left;
	padding:0 10px 0 0;
}

.postauthor h4 {
	margin:0;	
}

/* Lightbox
____________________________________*/

#lightbox {
	position:absolute;
	top:90px;
	left:80px;
	background:#fff;
	width:10px;
	height:10px;
	border: 24px solid #fff;
}
#lbBackground {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(/images/layout/semiDark.png);
}
#close {
	position: absolute;
	right:-27px;
	top:-25px;
	z-index: 100;
	display: none;
}
#galleryFrame {
	width:880px;
	height:670px;
	border:0;
	overflow:hidden;
}