/* @override 
	http://newcity/css/screen.css
	http://www.newcityexperience.com/css/screen.css
	http://www.insidenewcity.com/css/screen.css
*/

/* @group Generic */

/* 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%;
	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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generic */
body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #ffcc00;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.3em;
	line-height: 1.5em;
}

li li {
	font-size: 1.0em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	line-height: 1.5em;
}

h1 {
	font-size: 5.4em;
	color: #FFCC00;
	letter-spacing: -1px;
	margin: 10px 0 10px 0;
	line-height: 1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.1em;
}

p {
	margin: 1.1em 0;
}

p:empty {
	margin: 0;
}

ul,
ol {
	margin: 0.5em 0;
}

li {
	margin: 0.25em 0;
}

/* Tables */
table {
	margin: 1.3em 0;
}


table td,
table th {
	padding: 9px 11px;
}

/* Links */
a:link {
	color: #d7ad04;
	text-decoration: none;
}

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

a:hover {
	color: #d7ad04;
	text-decoration: underline;
}

a:active {
	color: #d7ad04;
	text-decoration: underline;
}

/* Images */

a img {
	border-width: 0;
}

img {
	margin: 0;
	padding: 0px;
}

.image-left,
.callout-left,
.pullquote-left {
	display: inline;
	float: left;
	margin: 0 10px 8px 0;
}

.image-right,
.callout-right,
.pullquote-right {
	display: inline;
	float: right;
	margin: 0 0 8px 10px;
}

img.image-left,
img.image-right,
.image-left img,
.image-right img {
	border: 1px solid #7f7f7f;
	display: block;
}

img.no-border {
	border: 0 none;
}

.image p,
.image-left p,
.image-right p,
.image-center p,
.blog-entry #content-main div.image p,
.blog-entry #content-main div.image-left p,
.blog-entry #content-main div.image-right p,
.blog-entry #content-main div.image-center p {
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.3em;
	margin: 4px 0 0;
}

.image,
.image-center {
	margin: 10px 0;
}

.image-center img {
	margin: 0 auto 10px;
}

/* Clear */
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

blockquote {
	padding-left: 38px;
	background: url(/images/layout/pullquote.gif) no-repeat 0 4px;
	margin: 2em 0;
}

blockquote p {
	border-left: 1px solid #7b7c71;
	font-style: italic;
	margin: 0;
	padding: 5px 0 5px 10px;
}

.blog-entry blockquote,
.story blockquote {
	clear: both;
}

/* @end */

/* @group Header and Nav */

#header-outer {
	width:  970px;
	height: 100px;
	margin:  0 auto;
	background: #000 url(../images/layout/bg-header-arrow.png) no-repeat top right;
	margin-bottom: 27px;
}

#header-inner {
	position:  relative;
}

/*logo*/

.logo {
	margin: 0;
	position: absolute;
	top: 2px;
	left: -22px;
	background: url(../images/layout/logo.gif) no-repeat;
	width: 434px;
	height: 126px;
	z-index: 5;
}

.logo a {
	height: 85%;
	width: 100%;
}

a.newcitymedia {
	height: 18%;
	width: 200px;
	position: relative;
	top: 111px;
	z-index: 10;
}

/* logo and navigation menu */

#blog-title {
	position:  absolute;
	top:  14px;
	left: 37px;
}

#blog-title a
{
	display: block;
	background: transparent url(/images/layout/logo_nc.png) top left no-repeat;
	width: 196px; 
	/* LIR */
/*	height: 0 !important; /* height is set by padding */
/*	padding: 70px 0 0 0;*/
/*	overflow: hidden;*/
	
	height: 70px;
	text-indent: -9999px;
}

#menu
{
	position: absolute;
	top: 55px;
	right:  0;
	width:  730px;
	margin: 0;
}

#menu ul, #menu ul li
{
	margin: 0; padding: 0; list-style: none; /* initialize list values */
}

#menu li
{
	float: left;
	margin: 0;
}

#menu a:link,
#menu a:visited,
#menu a:active
{
	font:  10px "gill sans","Gill Sans MT",verdana,sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:  bold;
	color:  #FFF;
	display:  block;
	padding: 0 18px;
	margin: 00;
	height: 45px;
}

#menu a:hover
{
	background-color:  #000;
	color:  #FFCC00;
	text-decoration: none;
	background: transparent url('../images/layout/header-link-selected.png') no-repeat bottom center;
}

#menu #subscribe
{
	position: absolute;
	right:  0;
}

#menu #subscribe a
{
	background: transparent url('../images/layout/rss_icon.png') scroll no-repeat top right;
	padding-right: 18px;
}

#menu #subscribe a:hover
{
	background-color: #000;
}

.home #menu a#page-link-blog,
#menu #blog a#page-link-blog,
#team #menu a#page-link-team,
.author #menu a#page-link-team,
#portfolio #menu a#page-link-port,
#partners #menu a#page-link-partners,
.portfolio #menu a#page-link-port,
.portfolio-detail #menu a#page-link-port,
.blog-landing #menu a#page-link-blog,
.blog-main #menu a#page-link-blog,
.blog-entry #menu a#page-link-blog,
#contact #menu a#page-link-contact,
.about #menu a#page-link-about,
.subscribe #menu a#page-link-subscribe {
	color:  #FFCC00;
	background: transparent url(/images/layout/header-link-selected.png) no-repeat 50% 100%;
}

body.missing #menu a#page-link-blog {
	background-image: none;
	color: #fff;
}

.home #menu a#page-link-blog:hover,
#menu #blog a#page-link-blog:hover,
#team #menu a#page-link-team:hover,
.author #menu a#page-link-team:hover,
#partners #menu a#page-link-partners:hover,
#portfolio #menu a#page-link-port:hover,
.portfolio #menu a#page-link-port:hover,
.portfolio-detail #menu a#page-link-port:hover,
.blog-landing #menu a#page-link-blog:hover,
.blog-main #menu a#page-link-blog:hover,
.blog-entry #menu a#page-link-blog:hover,
#contact #menu a#page-link-contact,
.about #menu a#page-link-about
{
	background-color:  transparent;
	cursor: text;
}

/* @end */

/* @group Layout */

#wrapper {
	background-color: #ffffff;
}

#content {
	margin: 0 auto;
	width: 933px;
	position: relative;
	padding: 0px 0 20px 37px;
}

#content-main {
	float: left;
	width: 578px;
}

#content-blurb {
	width: 578px;
	margin: 20px 0 30px 0;
}

#content-blurb p {
	font-size: 1.3em;
	margin: 1em 0;
}

#content-blurb p strong {
	font-size: 1.4em;
	line-height: 1.1em;
	margin-bottom: 10px;
	display: block;
}

/* @end */

/* @group About */

.about #content {
	padding-bottom: 0;
}

.about #content-header {
	margin-bottom: 20px;
}

.about #content-header .yellow {
	background: #ffcc00;
	float: left;
	padding: 2%;
	width: 46%;
}

.about #content-header .yellow h1 {
	font-size:3.6em;
	color: #fff;
	margin-top: 0;
}

.about #content-header .yellow p {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0;
}

.about #content-header .experience-design {
	float: right;
	padding: 4% 2%;
	width: 46%;
}

.about #content-header .experience-design h2 {
	font-size: 3.0em;
	margin: 0;
}

.about #content-header .experience-design h3 {
	font-size: 2.0em;
	margin: 0;
}

.about #content-main {
	width: 72%;
	padding: 0;
	margin: 0;
}

.about #content-main .column {
	border-right: 1px solid #d9d9d9;
	float: left;
	margin-right: 3%;
	padding-right: 3%;
	width: 29%;
}

.about #content-main h4 {
	font-size: 1.5em;
}

.about #content-main li {
	background-position: 0 7px;
}

.about #content-main .last {
	border-right: 0 none;
	margin-right: 0;
	padding-right: 0;
}

.about #content-section {
	background: transparent url(/images/layout/content-bg-about.png) repeat-y 0 0;
	border-top: 8px solid #ffcc00;
	width: 21%;
}

.about #content-section h3 {
	padding-top: 3px;
	margin-bottom: 5px;
}

.about #content-section p {
	margin: 5px 0;
}

.about #content-section .notch {
	margin-top: 20px;
	margin-left: -29px;
	padding-left: 29px;
}

.about #content-section .phone dt {
	clear: both;
	float: left;
	width: 80px;
}

.about #content-section .phone dd {
	float: right;
	width: 115px;
}

.about #content-section .sales li {
	float: left;
	width: 60px;
	margin-right: 10px;
}

.about #content-section .sales li img {
	border: 1px solid #cececd;
	display: block;
	margin: 0 0 5px;
	padding: 0;
}

.about #content-section blockquote {
	background: transparent;
	border-top: 1px dotted #999999;
	margin: 0 0 20px;
	padding: 5px 0 0;
}

.about #content-section blockquote p {
	border-left: 0;
	padding: 0;
}

.about #content-section blockquote p:last-child {
	text-align: right;
}

.about .callout {
	border-top: 1px dotted #7f7f7f;
	margin-top: 12px;
	padding-top: 12px;
}

.about .callout-inner {
	background: #000 url('/images/layout/arrow-black.png') no-repeat 92% 85%;
	background-color: #000;
	padding: 10px;
}

.about .callout a {
	text-decoration: none;
}

.about .callout h2,
.about .callout p {
	width: 130px;
}

.about .callout h2 {
	font-size: 2.3em;
	line-height: 1.2em;
	margin: 0 0 6px;
}

.about .callout a h2 {
	color: #ffcc00;
}

.about .callout a p {
	color: #fff;
	line-height: 1.2em;
	margin: 6px 0 0;
}

/* @end */

/* @group Get a Taste */


.get-a-taste #content {
	background: transparent url('/images/layout/content-bg-about.png') repeat-y top right;
	margin-top: 38px;
	margin-bottom: 50px;
	padding-bottom: 0;
}

.get-a-taste #content-inner {
	border-bottom: 1px solid #c0c0b7;
	position: relative;
}

.get-a-taste #content-main {
	width: 400px;
}

.get-a-taste h1 {
	margin: 0;
}

.get-a-taste dl {
	width: 396px;
	margin: 20px 0 30px;
	font-size: 1.1em;
}

.get-a-taste dt {
	font-weight: bold;
}

.get-a-taste dd {
	margin-bottom: 20px;
}

.get-a-taste #content-section {
	background: transparent;
	width: 440px;
}

.get-a-taste #content-section div.notch {
	margin-left: -30px;
	margin-top: 19px;
	padding-left: 32px;
	padding-bottom: 10px;
}

.get-a-taste #content-section div.divider-container {
	background: transparent url('/images/layout/vertical-divide.gif') repeat-y 49% 0;
	position: relative;
}

.get-a-taste #content-section div.divider {
	width: 46%;
	float: left;
}

.get-a-taste #content-section div.first {
	margin-right: 34px;
}

.get-a-taste #content-section h2 {
	font-weight: normal;
	font-size: 3.2em;
	margin: 0 0 25px;
	line-height: 1em;
}

.get-a-taste #content-section .phone {
	background: url(/images/layout/icon-phone.png) no-repeat 0 2px;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 15px 0;
	padding-left: 30px;
}

.get-a-taste input {
	margin: 0 0 7px;
	border: 1px solid #b7a7c7;
	padding: 4px;
	color: #444;
	width: 173px;
}

.get-a-taste input.submit {
	background: url('/images/layout/submit.png') no-repeat center center;
	border: none;
	color: #fff;
	cursor: auto;
	font-size: 1.6em;
	font-weight: bold;
	padding: 8px 0;
	width: 104px;
}

.get-a-taste #content-section p {
	font-size: 1.3em;
	line-height: 1.4em;
}

.get-a-taste ul.learn-more {
	margin-top: 15px;
}

.get-a-taste ul.learn-more li {
	margin-bottom: 8px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.get-a-taste ul.learn-more a:link,
.get-a-taste ul.learn-more a:visited,
.get-a-taste ul.learn-more a:active,
.get-a-taste ul.learn-more a:hover {
	background: transparent url('/images/layout/pdf.gif') no-repeat 0 2px;
	min-height: 22px;
	height: auto !important;
	height: 22px;
	padding: 0 0 0 30px;
	display: block;
}

.get-a-taste #mosaic {
	background: transparent url('/images/layout/about-mosaic.jpg') no-repeat top left;
	width: 489px;
	height: 490px;
	margin: 10px 0 0 -29px;
}

/* @end */

/* @group Archive */

.archive #content-blurb {
	border-bottom: 1px solid #7f7f7f;
}

.archive #content-section ul.images li {
	float: left;
	margin-right: 10px;
}

.archive #content-section ul.images li.last {
	margin-right: 0px;
}

.archive #content-section ul.images li img {
	border: 1px solid #7f7f7f;
	margin: 0;
}

/* @end */

/* @group Partners Page */

#partners .header-left {
	float: left;
	width: 578px;
}

#partners .header-right {
	float: right;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	width: 314px;
	margin-right: 14px;
	margin-top: 31px;
}

#partners #content-blurb p strong {
	margin-bottom: 20px;
}

#like-minded-companies {
	margin-bottom: 20px;
}

#partners #like-minded-companies h3 {
	font-size: 1.8em;
}

#partners #like-minded-companies h3 a {
	float: right;
	font-size: 0.72em;
}

#like-minded-companies .creative ul {
	background: transparent url('/images/layout/cross.png') no-repeat 50% 50%;
	width: 315px;
	height: 264px;
	position: relative;
}

#like-minded-companies .hide {
	display: none;
}

#like-minded-companies .creative,
#like-minded-companies .technology {
	width: 315px;
}

/* #like-minded-companies #r-check {
	background: transparent url('/images/layout/r-check.png') no-repeat top left;
	height: 77px;
	left: 38px;
	top: 20px;
	width: 75px;
} */

#like-minded-companies #red-velocity {
	background: transparent url('/images/layout/red_velocity.png') no-repeat top left;
	height: 75px;
	left: 10px;
	top: 20px;
	width: 132px;
}

#like-minded-companies #modal {
	background: transparent url('/images/layout/modal.png') no-repeat top left;
	height: 55px;
	left: 180px;
	top: 25px;
	width: 126px;
}
#like-minded-companies #ddc {
	background: transparent url('/images/layout/ddc.png') no-repeat top left;
	height: 55px;
	left: 26px;
	top: 170px;
	width: 97px;
}
#like-minded-companies #media-frenzy {
	background: transparent url('/images/layout/media-frenzy.png') no-repeat top left;
	height: 100px;
	left: 189px;
	top: 150px;
	width: 106px;
}

#like-minded-companies ul li a {
	display: block;
	text-indent: -9999px;
}

#like-minded-companies .creative ul li a {
	position: absolute;	
}

#like-minded-companies .technology ul li a {
	width: 100%;
}

#like-minded-companies .technology ul li {
	margin: 20px 0 35px;
}

#like-minded-companies #hannon-hill {
	background: url(/images/layout/hannon-hill.png) no-repeat 50% 0;
	height: 59px;
}

#like-minded-companies #percussion {
	background: url(/images/layout/percussion.png) no-repeat 50% 0;
	height: 45px;
}

#like-minded-companies #expressionengine {
	background: url(/images/layout/expressionengine.png) no-repeat 50% 0;
	height: 30px;
}

#like-minded-companies #t4 {
	background: url(/images/layout/t4.png) no-repeat 50% 0;
	height: 103px;
	width:157px; float:left;
}

#like-minded-companies #ee2 {
	background: url(/images/layout/ee2.png) no-repeat 50% 0;
	height: 65px;
	  margin-top: 25px;
	width:157px; float:left;
}

#q-and-a {
	border-top: 1px solid #7f7f7f;
	clear: both;
}

#q-and-a dl {
	float: left;
	width: 446px;
	margin-top: 35px;
}

#q-and-a dl.left {
	margin-right: 40px;
}

#q-and-a dt {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 5px;
}

#q-and-a dd {
	margin-bottom: 20px;
	line-height: 1.2em;
	font-size: 1.3em;
}

/* @end */

/* @group Portfolio */

.portfolio h1 {
	float: left;
}

.portfolio #content #content-blurb {
	float: left;
	width: 460px;
	display: inline;
	margin: 14px 0 0 30px;
}

.portfolio .content-outer {
	background: transparent url('/images/layout/content-section-left-bg.png') repeat-y top left;
	margin-top: 20px;
}

.portfolio #content,
.blog-main #content {
	padding-bottom: 0;
}

.portfolio #content-main {
	float: right;
	width: 663px;
}

.portfolio #content-section {
	background: url('/images/layout/sidebar-top.gif') no-repeat 1px 0px;
	float: left;
	width: 219px;
}

.portfolio #content-section h2.notch {
	background: url('/images/layout/notch.gif') no-repeat center left;
	margin: 20px 0 0 -30px;
	padding-left: 29px;
}

.portfolio #content-section div.notch {
	background: url('/images/layout/notch.gif') no-repeat top left;
	margin: 15px 0 15px -29px;
	padding-left: 29px;
	padding-top: 2px;
}

.portfolio #content-section p,
.blog-main #content-section p,
.blog-entry #content-section p,
.blog-entry #content-header-right p {
	line-height: 1.2em;	
	font-size: 1.3em;
}

.portfolio #content-section ul,
.blog-main #content-section ul,
.blog-entry #content-section ul {
	margin: 0;
}

.portfolio #content-section ul li,
.blog-main #content-section ul li,
.blog-entry #content-section ul li {
	line-height: 1em;
	font-size: 1.3em;
}

.portfolio #content-section ul li li,
.blog-main #content-section ul li li,
.blog-entry #content-section ul li li {
	font-size: 1.0em;
	margin-left: 8px;
}


.portfolio #content-section ul li a:link,
.portfolio #content-section ul li a:visited,
.portfolio #content-section ul li a:active,
.portfolio #content-section ul li a:hover,
.blog-main #content-section ul li a:link,
.blog-main #content-section ul li a:visited,
.blog-main #content-section ul li a:active,
.blog-main #content-section ul li a:hover {
	color: #d7ad04;
}

.portfolio ul#portfolio {
	margin: 0;
}

.portfolio ul#portfolio li {
	display: inline-block;
	float: left;
	font-size: 1.0em;
	width: 187px;
	height: 154px;
	background: #000;
	color: #fff;
	margin: 0 0 23px 22px;
	padding: 6px;
}

.portfolio ul#portfolio li.blank {
	background: #FFCC00;
}

.portfolio ul#portfolio li a.image:link,
.portfolio ul#portfolio li a.image:visited,
.portfolio ul#portfolio li a.image:active,
.portfolio ul#portfolio li a.image:hover {
	margin: 0;
	width: 187px;
	height: 119px;
	display: block;
	background-position: center center;
}

.portfolio ul#portfolio li a.image:active,
.portfolio ul#portfolio li a.image:hover {
	border: 4px solid #FFCC00;
	width: 179px;
	height: 111px;
}

.portfolio ul#portfolio li p.number {
	background: transparent url('/images/layout/portfolio-separator.gif') no-repeat 100% 50%;
	font-size: 3.2em;
	font-weight: bold;
	padding-right: 10px;
	margin: 5px 0 0 6px;
	float: left;
	line-height: 1em;
	display: inline;
}

.portfolio ul#portfolio li div {
	float: left;
	position: relative;
	top: 35px;
	width: 70%;
}

.portfolio ul#portfolio li p.description {
	font-size: 1.2em;
	position: absolute;
	left: 5px;
	bottom: 0px;
	margin: 0 0 0 2px;
	line-height: 1em;
}

.portfolio ul#portfolio li p.description strong a:link,
.portfolio ul#portfolio li p.description strong a:visited,
.portfolio ul#portfolio li p.description strong a:active,
.portfolio ul#portfolio li p.description strong a:hover {
	font-size: 1.2em;
	display: block;
	line-height: 1em;
	color: #FFCC00;
}

.portfolio p.showing {
	margin-left: 20px;
	margin-top: 17px;
	font-size: 1.8em;
	font-weight: bold;
	float: left;
}

p.pagination {
	float: right;
	font-size: 3.4em;
	font-weight: bold;
	color: #ddd;
	margin-top: 0;
}

p.total-pages-1 {
	visibility: hidden;
}

p.pagination span {
	color: #FFCC00;
	padding: 0 7px;
}

p.pagination a:link,
p.pagination a:visited,
p.pagination a:active,
p.pagination a:hover {
	color: #FFCC00;
}

/* @group Detail Page */

.portfolio-detail span.slashes,
.portfolio-detail a#back:link,
.portfolio-detail a#back:visited,
.portfolio-detail a#back:active,
.portfolio-detail a#back:hover {
	font-size: 2.4em;
	font-weight: bold;
	color: #FFCC00;
}

.portfolio-detail span.slashes {
	padding-right: 13px;
}

.portfolio-detail #detail-header {
	background-color: #000;
	height: 298px;
	margin-top: 20px;
	position: relative;
}

.portfolio-detail #detail-header .desc {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px 30px;
	height: 198px;
	color: #fff;
	width: 197px;
}

.portfolio-detail h1 {
	color: #fff;
	font-size: 3.2em;
	margin: 0;
}

.portfolio-detail #detail-header .desc p {
	margin-top: 15px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
}

.portfolio-detail #detail-header span.slashes {
	font-size: 1em;
	padding-right: 7px;
	color: #FFCC00;
}

.portfolio-detail #detail-header a#launch:link,
.portfolio-detail #detail-header a#launch:visited,
.portfolio-detail #detail-header a#launch:active,
.portfolio-detail #detail-header a#launch:hover {
	font-size: 1.6em;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	padding-bottom: 23px;
	color: #FFCC00;
}

.portfolio-detail #detail-header a#launch:active,
.portfolio-detail #detail-header a#launch:hover {
	text-decoration: none;
}

.portfolio-detail #detail-header #screenshot {
	position: absolute;
	top: 0;
	right: 0;
}

.portfolio-detail #detail-header #screenshot a {
	width: 674px;
	height: 298px;
	float: right;
}

.portfolio-detail #detail-nav {
	background-color: #FFCC00;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 259px;
	height: 54px;
}

.portfolio-detail #detail-nav ul {
	margin: 0 auto;
	width: 229px;
}

.portfolio-detail #detail-nav ul li {
	display: inline-block;
	float: left;
	margin: 0;
}

.portfolio-detail #detail-nav li a:link,
.portfolio-detail #detail-nav li a:visited,
.portfolio-detail #detail-nav li a:hover,
.portfolio-detail #detail-nav li a:active {
	color: #000;
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	padding: 18px 0px;
	display: block;
	width: 45px;
	text-align: center;
}

.portfolio-detail #detail-nav li.selected a:link,
.portfolio-detail #detail-nav li.selected a:visited,
.portfolio-detail #detail-nav li.selected a:active,
.portfolio-detail #detail-nav li.selected a:hover {
	background: transparent url('/images/layout/detail-header-nav.gif') no-repeat center top;
	color: #fff;
}

.portfolio-detail #content {
	padding-bottom: 0;
}

.portfolio-detail #content-outer {
	background: transparent url('/images/layout/portfolio-detail-content-section-bg.png') repeat-y top right;
	margin-top: 34px;
	padding-bottom: 35px;
}

.portfolio-detail #content-main {
	float: left;
	width: 505px;
}

.portfolio-detail #content-main p {
	margin-top: 0;
}

.portfolio-detail #content-main .related-articles h2.related-header {
	border-top: 1px solid #7f7f7f;
	font-size: 3.4em;
	font-weight: normal;
	padding: 20px 0 0;
}

.portfolio-detail #content-main .related-articles .story {
	margin: 10px 0 30px;
}

.portfolio-detail #content-main .related-articles .story span {
	position: relative;
}

.portfolio-detail #content-main .related-articles .story h3.title {
	font-size: 3.2em;
	line-height: 1.1em;
	margin: 5px 0;
}

.portfolio-detail #content-main .related-articles .story h3 a:link,
.portfolio-detail #content-main .related-articles .story h3 a:visited {
	color: #000;
	font-weight: normal;
}

.portfolio-detail #content-main #gallery-1 {
	display: none;
}

.portfolio-detail #content-section {
	background: transparent url('/images/layout/sidebar-top.gif') repeat-x top left;
	width: 326px;
}

.portfolio-detail #content-section ul {
	margin-top: 10px;
}

.portfolio-detail #content-section ul.images li {
	display: inline;
	margin: 1px;
}

.portfolio-detail #content-section ul li img {
	border: 1px solid #7f7f7f;
	padding: 0;
	margin: 0;
}

.portfolio-detail #content-section .pullquote {
	margin-top: 40px;
}

/* @end */

/* @end */

/* @group Blog Styles */

/* @group Blog Main */

.blog-main .content-outer {
	background: transparent url('/images/layout/blog-content-section-bg.png') repeat-y top right;
	margin-top: 20px;
}

.blog-main h1 {
	float: left;
}

.blog-main #content #content-blurb {
	float: left;
	width: 430px;
	display: inline;
	margin: 29px 0 0 30px;
}

.blog-main #content-section {
	background: url('/images/layout/sidebar-top.gif') no-repeat 1px 0px;
	float: right;
	width: 243px;
	padding-bottom: 20px;
	padding-left: 29px;
}

.blog-main #content-section hr,
.blog-entry #content-section hr  {
	margin: 12px 10px 12px 0px;
	height: 1px;
	background-color: #7a7974;
	border: 0;
}

.blog-main #content-section h2.notch {
	margin: 40px 0 0 -29px;
}

.blog-main #content-section h2.first,
.blog-entry #content-section h2.first {
	margin-top: 20px;
}

.blog-main #content-section div.notch {
	margin: 20px 0 0 -29px;
}

.blog-main #content-section input,
.blog-entry #content-section input,
.search #content-section input {
	font-size: 1.8em;
	font-family: Helvetica, Arial, sans-serif;
	border: 1px solid #000;
	padding: 3px;
	margin: 0;
}

#content-section input.go,
#content-section input.go {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	margin-left: 1px;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
}

.blog-main #content-main {
	float: left;
	width: 595px;
}

.blog-main .story {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #7f7f7f;
}

.blog-main .story span {
	position: relative;
}


.blog-main .story h3 {
	font-size: 3.2em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 8px 0;
}

.blog-main h3 a:link,
.blog-main h3 a:visited,
.blog-main h3 a:active,
.blog-main h3 a:hover {
	color: #000;
}

.related-articles .story a.comments:link,
.related-articles .story a.comments:visited,
.related-articles .story a.comments:active,
.related-articles .story a.comments:hover,
.blog-main .story a.comments:link,
.blog-main .story a.comments:visited,
.blog-main .story a.comments:active,
.blog-main .story a.comments:hover {
	background: transparent url('/images/layout/home-comments-bubble.gif') no-repeat 45% 95%;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	top: -10px;
	right: -34px;
}

.blog-entry table td, 
.blog-entry table th {
	font-size: 1em;
}

/* @end */

/* @group Blog Category Landing Page */

.blog-landing #content {
	background: transparent url('/images/layout/content-section-bg.png') repeat-y top right;
}

#suggestions {
	width: 578px;
	border-top: 1px solid #7f7f7f;
	padding-top: 25px;
}

#suggestions h3 {
	font-size: 3.0em;
	line-height: 1.1em;
	margin: 5px 0;
}

#suggestions .content h3 {
	font-size: 1.6em;
}

#suggestions h3 a:link,
#suggestions h3 a:visited,
#suggestions h3 a:active,
#suggestions h3 a:hover {
	color: #000;
}

#suggestions .stories {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #7f7f7f;
}

#suggestions .story {
	width: 273px;
	float: left;
}

.tagged #suggestions .story .image-left,
.tagged #suggestions .story .image-right,
.tagged #suggestions .story img {
	display: none;
}

#suggestions hr {
	clear: both;
	margin: 5px 0 15px;
}

#suggestions .left {
	margin-right: 32px;
	clear: both;
}

#suggestions .story span {
	position: relative;
}

#suggestions .story a.comments:link,
#suggestions .story a.comments:visited,
#suggestions .story a.comments:active,
#suggestions .story a.comments:hover {
	background: transparent url('/images/layout/landing-comments-bubble.gif') no-repeat 45% 75%;
	padding: 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: -10px;
	right: -30px;
}

#suggestions .story p {
	font-size: 1.3em;
	line-height: 1.3em;
}

#suggestions .last {
	border-bottom: none;
}

/* @group Sidebar */

#content-section {
	background: url('/images/layout/sidebar-top.gif') no-repeat top left;
	width: 279px;
	float: right;
	padding-right: 20px;
	padding-left: 29px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
}

#content-section h2.notch,
#content-header-right h2.notch,
#content-header-right div.notch {
	background: url('/images/layout/notch.gif') no-repeat center left;
	margin: 20px 0 0 -30px;
	padding-left: 29px;
	min-height: 1.65em;
}

#content-header-right div.notch {
	background-position: 0 0;
	margin-left: -30px;
	padding-left: 30px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

#content-section h2 {
	margin: 20px 0 0 -1px;
}

.blog-landing #content-section ul#images {
	margin: 10px 0 0 0px;
}

.blog-landing #content-section ul#images li {
	display: inline;
}

.blog-landing #content-section ul#images li img,
ul.photos img,
ul.inside-nc img {
	padding: 0;
	border: 0;
	margin: 0px 6px 4px 0;
}

#content-section div.tooltip {
	background: transparent url('/images/layout/tooltip-arrow.png') no-repeat bottom center;
	width: 122px;
	padding-bottom: 3px;
	position: absolute;
}

#content-section div.tooltip p {
	background-color: #000;
	color: #fff;
	font-family: "Gill Sans", Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 9px;
	line-height: 1.2em;
}

#content-section .pullquote {
	background: transparent url('/images/layout/pullquote.gif') no-repeat top left;
	margin: 10px 15px 0 0px;
	padding-left: 39px;
}

#content-section .pullquote p {
	border-left: 0 none;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.3em;
	padding: 0;
}

#content-section .pullquote blockquote {
	background: none;
	border-left: 1px solid #7b7c71;
	padding-left: 10px;
}

#content-section .pullquote p cite {
	font-weight: bold;
	font-style: normal;
	display: block;
}

#content-section div.notch {
	background: url('/images/layout/notch.gif') no-repeat top left;
	margin: 40px 0 0 -30px;
	padding-left: 29px;
}

#content-section .callout {
	background: #FFCC00 url('/images/layout/callout-bg.png') no-repeat 175px 10px;
	margin-right: 11px;
	min-height: 111px;
	overflow: hidden;
	
}

#content-section .callout a {
	display: block;
	text-decoration: none;
}

#content-section .callout-inner {
	padding: 11px 107px 10px 20px;
}

#content-section .callout h2,
#home #content-section .callout h2 {
	margin: 0;
	padding: 0;
	font-size: 2.6em;
	line-height: 1em;
	color: #000;
}

#content-section .callout p,
#home #content-section .callout p {
	line-height: 1.2em;
	font-size: 1.3em;
	color: #000;
	padding: 0;
}

/* @end */

/* @end */

/* @group Blog Entry */

.blog-entry #content-header {
	background: transparent url('/images/layout/blog-content-section-bg.png') repeat-y top right;
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 15px;
	position: relative;
}

.blog-entry #content-header-left {
	bottom: 15px;
	float: left;
	left: 0px;
	position: absolute;
	width: 613px;
}

.blog-entry #content-header-left strong {
	font-size: 1.1em;
	word-spacing: .1em;
	display: block;
}

.blog-entry #content-header-left h1 {
	color: #000;
	font-size: 3.2em;
	font-weight: normal;
	line-height: 1.15em;
	margin-bottom: 15px;
}

.blog-entry #content-header-left a#comment-bubble {
	display: inline-block;
	background: transparent url('/images/layout/blog-entry-comment-bubble.gif') no-repeat 50% 50%;
	color: #fff;
	width: 17px;
	height: 23px;
	padding: 5px 0 0 10px;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	float: left;
}

.blog-entry #content-header-left a:link strong,
.blog-entry #content-header-left a:visited strong,
.blog-entry #content-header-left a:active strong,
.blog-entry #content-header-left a:hover {
	color: #000;
	text-decoration: none;
}

.blog-entry #content-header-left a:link strong,
.blog-entry #content-header-left a:visited strong {
	float: left;
	padding: 5px 0 0 10px;
}

.blog-entry #content-header-right {
	background: transparent url('/images/layout/sidebar-top.gif') no-repeat;		
	width: 242px;
	float: right;
	min-height: 160px;
	height: auto !important;
	height: 160px;
	padding-left: 29px;
	padding-right: 20px;
}

.blog-entry #content-header-right h2 {
	margin-bottom: 15px;
}

.blog-entry #content-header-right p {
	margin-bottom: 15px;
}

.blog-entry #content-header-right strong {
	font-size: 1.3em;
	display: block;
	margin-bottom: 5px;
}

.blog-entry #content-main {
	float: left;
	width: 613px;
}

.blog-entry #content-main p {
	font-size: 1.3em;
	line-height: 1.3em;
}

.blog-entry #content-main p.start {
	margin-top: -9px;
}

.blog-entry #content-main h2 {
	margin-bottom: 0;
}

.blog-entry #content-main blockquote {
	background: transparent url('/images/layout/blockquote.png') no-repeat 15px 15px;
	padding-left: 81px;
}

.blog-entry #content-main blockquote p {
	font-size: 1.8em;
	margin: 0;
	padding: 5px 0 5px 15px;
}

#home .story ol,
.blog-main #content-main ol,
.blog-entry #content-main ol {
	list-style-type: decimal;
	margin: 20px 0 20px 35px;
}

/*#home .story ol li,
#home .story ul li,
.blog-main #content-main ol li,
.blog-main #content-main ul li,
.blog-entry #content-main ol li,
.blog-entry #content-main ul li {
	font-size: 1.3em;
	line-height: 1.3em;
}*/

.blog-entry #content-main ul {
	margin: 10px;
}

.blog-entry #content-main ul ul {
	margin: 0px 10px 10px;
}

#content-main ul li {
	background: url('/images/layout/bullet.gif') no-repeat 0 6px;
	padding-left: 15px;
}

.blog-entry ul#share {
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	clear: both;
	margin: 35px 0 30px 0;
	padding: 7px 0;
}

.blog-entry ul#share li {
	background-image: none;
	padding: 3px 1px 3px 0;
	margin: 0;
	float: left;
}

.blog-entry ul#share li span {
	position: absolute;
	top: -9999px;
}

.blog-entry ul#share li img {
	display: block;
	margin: 0 0 0 4px;
	border: 0;
}

.blog-entry ul#share li.title {
	font-size: 1.6em;
	font-weight: bold;
	margin-right: 4px;
	padding: 0;
}

.blog-entry ul#comments {
	margin-left: 0;
}

.blog-entry ul#comments li {
	background: url('/images/layout/comment-bubble-quote.gif') no-repeat 0 2px;
	padding-left: 41px;
}

.blog-entry ul#comments li p {
	font-size: 1em;
	margin-bottom: 10px;
}

.blog-entry ul#comments li p.byline {
	background: url('/images/layout/comment-divider.gif') repeat-x bottom left;
	padding: 5px 0 15px 0;
	margin-bottom: 15px;
}

.blog-entry ul#comments li.last p.byline {
	background-image: none;
}

.blog-entry #comment-form {
	background-color: #F4F3E8;
	padding: 5px 28px 20px 28px;
	position: relative;
	margin-top: 30px;
}

.blog-entry #comment-form h3 {
	background: transparent url('/images/layout/submit-bubble.gif') no-repeat 0% 63%;
	font-size: 3.2em;
	font-weight: normal;
	padding-left: 40px;
	margin-top: 0;
	margin-bottom: 10px;
}

.blog-entry #comment-form .hiddenFields {
	display: none;
}

.blog-entry #comment-form input,
.blog-entry #comment-form textarea {
	width: 337px;
	display: block;
	border: 1px solid #b7b6a6;
	padding: 9px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.blog-entry #comment-form textarea {
	height: 115px;
	font-family: Helvetica, Arial, sans-serif;
}

.blog-entry #comment-form input.submit {
	background: url('/images/layout/submit.png') no-repeat center center;
	border: none;
	bottom: 71px;
	color: #fff;
	cursor: pointer;
	font-size: 1.6em;
	font-weight: bold;
	padding: 8px 0;
	position: absolute;
	right: 66px;
	width: 104px;
}

.blog-entry #comment-form div.respect {
	position: absolute;
	top: 62px;
	right: 25px;
	width: 171px;
}

.blog-entry #comment-form p strong {
	font-size: 1.3em;
	display: block;
	margin-bottom: 5px;
}

.blog-entry #content-section {
	background-image: none;
	float: right;
	width: 240px;
}

.blog-entry #content-section h2 {
	margin-top: 30px;
}

.blog-entry #content-section ul.related li {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #7f7f7f;
}

.blog-entry #content-section ul.related li.last {
	border-bottom: none;
}

.tagged #suggestions {
	border-top: none;
	padding-top: 0;
}
/* @end */

/* @end */

/* @group Footer */

#footer {
	background: #FFCC00 url('/images/layout/footer-bg.gif') repeat-x top left;
	height: 200px;
	overflow: hidden;
}

#footer-inner {
	width: 933px;
	margin: 0 auto;
	padding: 48px 0 0 37px;
}

#footer .footer-full {
	display: none;
}

#footer .full-site,
#footer .mobile-site {
	font-size: 1.8em;
}

#footer .full-site a,
#footer .mobile-site a {
	-webkit-border-radius: 5px;
	background: #000;
	clear: both;
	color: #fff;
	display: inline-block;
	padding: 4px 8px;
	font-weight: bold;
	text-decoration: none;
}

#footer .full-site {
	display: none;
}

/* @end */

/* @group Contact */

#contact #content-section img {
	padding: 0;
	margin-top: 5px;
	margin-bottom: 3em;
}

#content #content-section a img {
	border-width: 1px;
}

#contact #location {
	float: right;
	margin-bottom: 10px;
	width: 157px;
}

#contact #location h3 {
	margin: 0;
}

#contact #location p,
#contact #location h4 {
	margin: 0 0 5px;
}

#contact #location dl {
	margin: 5px 0;
}

#contact #location dt {
	clear: both;
	float: left;
	width: 26px;
}

#contact #location dd {
	float: right;
	width: 131px;
}

#contact #location h4 {
	font-size: 1.2em;
	margin: 0;
}

#contact #content-section .notch {
	clear: both;
}

#contact #content-section .extensions {
	float: left;
	width: 48%;
}

#contact form fieldset label {
	font-size: 1.2em;
}

/* @end */

/* @group Team */

body#team {
	background: #ffcc00;
}

#team #header {
	background: #fff url(/images/layout/group.jpg) no-repeat 0 0;
	padding-top: 200px;
	min-width: 970px;
}


#team #header-outer {
	width: 100%;
	margin-bottom: 0;
}

#team #header-inner {
	width: 970px;
	margin: 0 auto;
}

#team #content {
	background-color: #fff;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	width: 100%;
	padding: 20px 0;
}

#team #content-inner {
	width: 915px;
	margin: 0 auto;
	padding-left: 18px;
}

#team #team-members li {
	float: left;
	margin-right: 14px;
}

#team #team-quote {
	background: url(/images/layout/pullquote.gif) no-repeat 0 0;
	margin: 20px 15px 10px 0px;
	padding-left: 39px;
}

#team #team-quote blockquote {
	background: 0 none;
	border-left: 1px solid #000;
	padding-left: 10px;
}

#team #team-quote blockquote p {
	border-left: 0 none;
	font-weight: bold;
	font-size: 1.8em;
	padding: 0;
}

#team #team-quote blockquote p cite {
	font-weight: normal;
}

#team #content .info-block {
	width: 452px;
}

#team #content .info-block h1 {
	font-size: 2.6em;
}

#team #content .info-block ul {
	float: left;
	margin: 0 20px 0 0;
}

#team #content .left {
	float: left;
}

#team #content .right {
	float: right;
}

#team .info-block .info-panel {
	background: #eeeddc;
	display: none;
	float: left;
	margin: 10px 0;
	padding: 21px 23px;
	width: 406px;
}

#team .info-block .info-panel p {
	margin: 0;
	line-height: 1.7em;
}

/* @end */

/* @group Missing (404) Page */

.missing #content-main {
	width: 600px;
}

.search #content-main {
	width: 575px;
}

.search .story {
	margin: 0 0 3em;
}

.search .story h3 {
	margin-bottom: 3px;
}

.search .story p {
	margin-top: 3px;
}

#content-main .missing-blog-posts {
	float: left;
	width: 154px;
	margin-right: 20px;
}

#content-main .missing-blog-posts li {
	background: transparent;
	border-bottom: 1px dotted #c0c0b7;
	padding: 3px 0;
}

#content-main .missing-portfolio-items {
	float: left;
	width: 404px;
}

#content-main .missing-portfolio-items li {
	background: #000;
	float: left;
	width: 179px;
	padding: 6px;
	margin: 0 22px 22px 0;
}

#content-main .missing-portfolio-items li.no-margin {
	margin-right: 0;
}

#content-main .missing-portfolio-items li img {
	margin: 0;
	padding: 0;
}

#content-main .missing-portfolio-items li a:hover {
	text-decoration: none;
}

#content-main .missing-portfolio-items li a:hover span.title {
	text-decoration: underline;
}

#content-main .missing-portfolio-items .title {
	font-weight: bold;
}

/* @end */


/* @group Generic */

.generic h1 {
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.generic #content {
	background: transparent url('/images/layout/sidebar-right.png') repeat-y scroll 580px 0%;
}

.generic #content-main {
	width: 510px;
}

.generic #content-section {
	width: 340px;
	background: transparent;
	border-top: 10px solid #ffcc00;
}

.generic #content-section div.notch {
	margin-top: 20px;
	margin-bottom: 30px;
}

.generic #content-section div.notch h3 {
	margin: 0;
	padding-top: 3px;
}

.generic form input,
.generic form textarea {
	border: 1px solid #000;
	padding: 6px;
	float: right;
	display: inline;
	width: 300px;
	margin: 5px 53px 5px 0;
	font-size: 1.1em;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

.generic form label {
	float: left;
	clear: both;
	font-weight: bold;
	margin: 5px 0;
	line-height: 29px;
	text-align: right;
	width: 118px;
	padding-right: 12px;
}

.generic form label.required {
	background: transparent url(/images/layout/required.png) no-repeat 100% 20%;
}

.generic form p.submit {
	clear: both;
	overflow: auto;
	width: 316px;
	float: right;
	margin-right: 50px;
	color: #666;
	line-height: 28px;
}

.generic form p.submit input {
	border: 0 none;
	background: transparent url(/images/layout/submit.png) no-repeat 0 0;
	height: 34px;
	margin: 0;
	padding: 0;
	width: 105px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

/* @end */
