/*
Main CSS for LinksAndPixels.com
by M. Sandoval.
2010 All Rights Reserved
*/
/* Reset */
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,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* Reset ends */
/*Grid*/
/*
960 Grid System ~ Core CSS.
Learn more ~ http://960.gs/
Licensed under GPL and MIT.
*/
/* `Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
margin-left: auto;
margin-right: auto;
width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
display: inline;
float: left;
position: relative;
margin-left: 10px;
margin-right: 10px;
}
.container_12 .grid_3 {
width: 220px;
}
.container_12 .grid_6 {
width: 460px;
}
.container_12 .grid_9 {
width: 700px;
}
.container_12 .grid_12 {
width: 940px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
width: 60px;
}
.container_12 .grid_2 {
width: 140px;
}
.container_12 .grid_4 {
width: 300px;
}
.container_12 .grid_5 {
width: 380px;
}
.container_12 .grid_7 {
width: 540px;
}
.container_12 .grid_8 {
width: 620px;
}
.container_12 .grid_10 {
width: 780px;
}
.container_12 .grid_11 {
width: 860px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
zoom: 1;
}
/*Grid Ends*/
html {
	background-color: #645949;
	margin: 0;
	padding-top: 0;
	border-top: 5px solid #666666;
}
body {
	background-color: white;
	margin: 0;
	min-width: 990px;
	padding: 15px 0 0 0;
	border-top: 5px solid orange;
	cursor: default;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
}
a, a:link, a:visited {
	color: #369;
}
a:hover, a:focus {
	color: orange;
	text-decoration: none;
}
a:active {
	color: darkorange;
}
span.coName {
	color: #7bbbdc;
}
span.coName span {
	color: #F60; /*#645949;*/
}
#footerContent span.coName span {
	color: #F60;
}
div#wrapper {
	margin: 0 auto;
	background-color: white;
	height: 100%;
}
div#logo {
	width: 300px;
	height: 60px;
	background: transparent url(../images/linksPixelsLogoSprite.png) no-repeat 0 -60px;
	cursor: pointer;
}
div#logo:hover, div#logo:focus, div#logo.hover, body#homepage div#logo {
	background: transparent url(../images/linksPixelsLogoSprite.png) no-repeat 0 0;
}
div#logo span {
	display:none;
}
a#homeLink {
	display: block;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 60px;
	background: transparent url(../images/linksPixelsLogoSprite.png) no-repeat 0 -60px;
}
a#homeLink:hover, a#homeLink:focus, a#homeLink:hover, body#homepage a#homeLink {
	background-position: 0 0;
}
a#homeLink span {
	display: none;
}
div.nav {
	line-height: 67px;
	height: 67px;
}
div.nav a {
	margin: 0;
	padding: 3px 8px 5px 8px;
	outline: none;
	font-size: 1.4em;
	line-height: 2em;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.nav a:link, div.nav a:visited {
	color: orange;
	text-decoration: none;
}
div.nav a:hover, div.nav a:focus {
	background-color: #81C8E5;
	color: white;
	text-decoration: underline;
	-moz-box-shadow: 2px 2px 3px lightgray;
	-webkit-box-shadow: 2px 2px 3px lightgray;
}
div.nav a:active {
	color: darkorange;
}
body#aboutpage div#header a#aboutLink,
body#workpage div#header a#workLink,
body#blogpage div#header a#blogLink,
body#contactpage div#header a#contactLink {
	color: white;
	background-color: orange;
	text-decoration: none;
	-moz-box-shadow: 2px 2px 3px lightgray;
	-webkit-box-shadow: 2px 2px 3px lightgray;
}
div#headerNav a span {
	display: block;
	text-align: center;
	line-height: 85px;
	height: 85px;
}
div#contentWrap {
	margin: 15px auto 30px auto;
	min-height: 100%;
	background-color: transparent;
}
div.primary {
	margin: 0;
}
div.secondary {
	margin: 20px 0 0 0;
}
div#content {
	width: 67%;
	margin: 0 0 10px 0;
	padding: 5px 10px 0 10px;
	float: left;
	background-color: white; /*#e8edf3;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
* html div#content {
	padding-top: 15px;
}
#homepage #content {
	width: 37%;
}
div#footerWrap {
	margin: 0 auto;
	background: #645949 url(../images/footerBg.jpg) repeat-x 0 0;
	padding: 15px 0 20px 0;
	height: 127px;
	position: relative;
	clear: both;
	bottom: -5px;
}
div#footerContent {
	color: #CCCCCC;
}
#footerNav li {
	display: block;
	margin: 0;
	padding: 0;
}
div#footerContent a:link,
div#footerContent a:visited {
	color: #C90;
}
div#footerContent a:hover, div#footerContent a:focus {
	color: #FC0;
}
div#socialLinkOut ul {
	display: block;
	float: right;
	list-style: none;
	width: 100%;
}
div#socialLinkOut div {
	text-align: center;
	font-size: 0.8em;
}
div#socialLinkOut img {
	border: 0;
	clear:both;
	margin-top: 5px;
}
div#socialLinkOut span {
	display: none;
}
div#socialLinkOut a {
	color: #BBB!important;
	text-decoration: none;
	text-align: center!important;
}
div#socialLinkOut a:hover, div#socialLinkOut a:focus {
	color: #FFF!important;
}
div#socialLinkOut a img {
	filter:alpha(opacity=85);
	opacity: 0.85;
}
div#socialLinkOut a:hover img, div#socialLinkOut a:focus img {
	filter:alpha(opacity=100);
	opacity: 1;
}
div.clearfloat {
	display: block;
	clear: both;
}
#searchTerm {
	width: 65%;
	font-size: 1em;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.25);
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
}
#searchTerm.onFocus {
	color: rgba(0,0,0,1)
}
#searchSubmit {
	width: 17%;
	font-size: 0.9em;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
}
#homeBanner, .sampleWork {
	height: 300px;
	width: 520px;
	margin: 0 0;
	padding: 0 0;
	overflow: hidden;
	-moz-box-shadow: 3px 3px 3px gray;
	-webkit-box-shadow: 3px 3px 3px gray;
	border: 10px solid whitesmoke;
}
#homeBanner img, .sampleWork img {
	margin: 0 auto 0 auto;
	width: 520px;
	height: 300px;
}
img#mauAtWork {
	width: 360px;
	height: 205px;
	margin-bottom: 15px;
	border: 10px solid whitesmoke;
	-moz-box-shadow: 3px 2px 3px gray;
	-webkit-box-shadow: 3px 3px 3px gray;
}
img#mauIcon {
	margin: 5px 15px 5px 5px;
	border: 5px solid whitesmoke;
	-moz-box-shadow: 2px 2px 2px gray;
	-webkit-box-shadow: 2px 2px 2px gray;
	float: left;
}
form#searchForm {
	margin: 10px 0 30px 0;
	padding: 0;
}
p.latestTweet {
	margin: 0;
	padding: 16px 0 0 7px;
}
p.latestTweetTs {
	margin-top: 0;
	font-size: 0.8em;
	text-align: right;
}
.blogTimestamp {
	padding-top: 10px;
}
.blogTimestamp p {
	font-size: 0.8em;
	padding-top: 0;
	margin-top: 0;
}
div.blogEntry {
	width: 595px!important;
	margin-bottom: 20px;
}
a.continueBlog {
	text-align: right;
	display: block;
}
.readMore {
	text-align: right;
}
.readMore a, .readMore a:link, readMore a:visited {
	background: url("../images/actionButton.png") repeat-x scroll 50% 50% #336699;
	clear: both !important;
	color: #F0F0F0!important;
	display:block;
	float: right;
	font-size: 1.0em;
	font-weight:normal;
	height: 28px !important;
	line-height: 28px;
	opacity: 0.9;
	filter:alpha(opacity=90);
	padding: 0 20px 0 25px;
	text-decoration: none;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px gray;
	-webkit-box-shadow: 2px 2px 3px gray;
}
.readMore a:hover, .readMore a:focus {
	filter:alpha(opacity=100);
	opacity: 1;
	color: white;
	-moz-box-shadow: 0 0 3px gray;
	-webkit-box-shadow: 0 0 3px gray;
}
.readMore a:active {
	color: white;
}
ul#olderBlogPosts {
	margin-bottom: 2em;
}
.blogSidebar {
	display: none;
}
/* Fonts */
body {
	font-size: 16px;
}
#contentWrap, h2#latestPostTitle a {
	color: #645949;
}
p {	
	line-height: 1.5em;
	margin-bottom: 1.0em;
	font-size: 1em;
}
div.primary p {
	font-size: 1.25em;
	margin-bottom: 1em;
	letter-spacing: -0.05em;
}
#contentWrap p {
	font-weight: lighter;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0.1em 0 0.5em 0;
	line-height: 1.2em;
}
#footerContent p, #footerContent li {
	font-size: 0.85em;
	line-height: 1.2em;
}
h1 {
	font-size: 2.5em;
	font-weight: lighter;
	letter-spacing: -0.05em;
	text-shadow: 2px 2px 3px #A1A1A1;
	width: 99%;
}
h2 {
	font-size: 1.70em;
	font-weight: normal;
	letter-spacing: -0.05em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.05em;
}
#workpage #whatWeDo h3 {
	margin-top: 15px;
}
#workpage #showcase h3 {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px dashed #ffcc66;
}
#workpage #showcase h3.first {
	border-top: none!important;
	margin-top: auto!important;
	padding-top: 10px!important;
}
h4 {
	font-size: 1.3em;
}
blockquote {
	font-family: "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 0;
	font-weight: lighter;
	background: url(../images/quotes.png) no-repeat scroll 0 0.5em white;
	padding-top: 16px;
	text-indent: 40px;
	line-height: 1.5em;
	display: block;
	clear: both;
}
div.blogEntry.isRegular blockquote {
	margin-bottom: 1em;
	margin-left: 2em;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed;
}
span.quoteSource {
	margin-top: 3px;
	display: block;
	text-align: right;
	font-weight: lighter;
	clear: left;
	font-size: 0.9em;
}
div.quote blockquote {
	font-size: 1.2em;
}
div.quote p {
	text-align: right;
}
div.endorsements blockquote {
	font-size: 0.9em;
}
div.endorsements span.quoteSource {
	font-size: 0.8em;
}
div.pageNavigation {
	margin-top: 20px;
	padding-top: 15px;
	margin-left: 170px;
	border: 0 solid #F0F0F0;
	border-top-width: 1px;
}
div.pageNavigation .goNewer {
	float: right;
	text-align: right;
	width: 35%;
}
div.pageNavigation .goOlder {
	float: left;
	text-align: left;
	width: 35%;
}
div#whatWeDo {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #fffbea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: #a1a1a1 1px 1px 4px;
	-webkit-box-shadow: #a1a1a1 1px 1px 4px;
}
ul.tags {
	display: none;
}
ul.bulleted {
	padding-left: 10px;
	margin: 10px auto 1em auto;
}
ul.bulleted li {
	margin-left: 20px;
	list-style-type: square;
	line-height: 1.2em;
	font-weight: lighter;
}
form#contact {
	overflow: hidden;
}
form#contact input, form#contact textarea {
	margin: 5px 0 10px 0;
	font-family: Georgia, Times, serif;
	font-size: 1.0em;
}
form#contact input {
	width: 94%;
}
form#contact textarea {
	width: 98%;
	height: 100px;
}
form#contact label {
	font-weight: bold;
	display: block;
	clear: both;
}
div.formSection {
	float: left;
	width: 49%;
	overflow: hidden;
}
input#submit {
	display: block;
	width: auto!important;
	color: #F0F0F0;
	font-family: Helvetica, Arial, sans-serif!important; 
	font-size: 1.0em;
	font-weight:normal;
	height: 28px !important;
	line-height: 28px;
	opacity: 0.9;
	filter:alpha(opacity=90);
	padding: 0 25px 0 25px;
	background: transparent url(../images/actionButton.png) 50% 50% repeat-x;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px gray;
}
input#submit:hover, input#submit:focus, input#submit.hover {
	filter:alpha(opacity=100);
	opacity: 1;
	border: 0;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 3px gray;
	cursor: pointer;
}
div#errorMessages {
	margin: 10px;
	padding: 10px;
}
p.formErrors {
	color: red;
	padding: 0 0;
	margin: 0;
}
p.formErrors.invalidEmail {
	margin-bottom: 20px;
}
.isError {
	background-color: #ffff99;
}
/* IE Only */
div#whatWeDo {
	/* Guess what... IE 6 and 7 are stoopid */
	*zoom: 1;
	_zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#d8d8d8,direction=135,strenght=1);
}
#homeBanner, .sampleWork {
	/*_filter: progid:DXImageTransform.Microsoft.Shadow(color=#d8d8d8,direction=135,strenght=1);*/
}
/*IE Only Ends*/