/* @override http://newcity/css/handheld.css */

body,
body#home {
	background: #ffcf00;
	overflow-x: none;
}

/* @group Header */

#blog-title {
	position: static;
}

#blog-title a {
	margin: 10px auto 5px;
}

#header-outer,
#home #header-outer {
	height: auto;
	width: 100%;
	padding: 1px 0 0;
}

#header {
	background: #000;
	
}

#header-outer {
	background: #000;
	margin: 0;
}

/* @end */

/* @group Menu */

#menu {
	padding: 0 30px 0;
	position: static;
	width: 247px;
	margin: 0 auto;
}

#menu li {
}

#menu li.about,
#menu li.partners,
#menu li.contact,
#menu li.feed {
	display: none;
}

#menu a:link,
#menu a:visited,
#menu a:active {
	font-size: 1.0em;
	height: 16px;
	padding: 0 18px 10px;
	background-image: none;
}

.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
{
	background-image: url(/images/layout/nav-active.png);
	-webkit-background-origin: 0 0;
}

/* @end */

#content,
#home #content {
	background: #fff;
	width: 100%;
}

/* @group Home */

#home #content {
	padding-top: 124px;
	position: relative;
}

#home #content-main {
	display: none;
}

/* @group Carousel */

#carousel .arrow,
#carousel ul#nav {
	display: none;
}

#carousel {
	background: #fff;
	border-top: 12px solid #ffcf00;
	height: 300px;
	margin: 0;
}

#carousel #carousel-items li {
	width: 320px;
	height: auto;
}

#carousel #carousel-items li img {
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	height: 162px;
	position: absolute;
	top: 0;
	width: 320px;
	max-width: none;
}

#carousel #carousel-items li .desc {
	margin: 8px 12px;
	padding: 0;
	position: relative;
	top: 162px;
	width: auto;
}

#carousel #carousel-items li .desc p {
	font-size: 1.4em;
}

#carousel .desc p {
	line-height: 1.3em;
}

#carousel .desc p strong {
	color: #ffcf00;
}

@media (max-width: 320px) {	
	#carousel {
		height: 300px;
	}

	#carousel #carousel-items li {
		width: 320px;
	}
	
	#carousel #carousel-items li img {
		height: 162px;
		width: 320px;
	}
	
	#carousel #carousel-items li .desc {
		top:  162px;
	}
}

@media (min-width: 321px) {
	#carousel {
		height: 400px;
	}
	
	#carousel #carousel-items li {
		width: 480px;
	}
	
	#carousel #carousel-items li img {
		width: 480px;
		height: 243px;
	}
	
	#carousel #carousel-items li .desc {
		top: 243px;	
	}
}

/* @end */

/* @group Content Section */

#home #content-section {
	background: transparent none;
}

#content-section,
#home #content-section {
	border-top: 0;
	float: none;
	width: 320px;
	padding: 0;
}

#content-section ul,
#content-section h2,
#content-section div {
	display: none;
}

#content-section #tagline {
	color: #000;
	display: block;
	position: absolute;
	top: 0;
	margin: 0;
	font-size: 2.2em;
	margin: 8px 12px 12px;
	padding: 0 0 10px;
}

/* @end */

/* @group Content Main */

#content-main-outer,
#home #content-main-outer {
	background: none;
}

#content-main,
#home #content-main {
	float: none;
	width: 100%;
}

/* @end */

/* @group Footer */

#footer {
	height: auto;
}

#footer .footer-full,
#footer .full-site,
#footer .mobile-site {
	display: block;
}

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

#footer-inner {
	padding: 25px 12px;
	width: auto;
}

#footer .flickr,
#footer .twitter {
	display: none;
}

#footer .col {
	float: none;
	width: auto;
}

#footer .col p {
	font-size: 1.2em;
	line-height: 1.2em;
}

#footer .col h2 {
	font-size: 2.6em;
}

#footer .col p a {
	color: #000;
	text-decoration: underline;
}

#footer h2 span a {
	color: #fff;
}

/* @end */

/* @end */

/* @group Team */

#team #header {
	background: transparent none;
	margin: 0;
	padding: 0;
	min-width: 0;
}

#team #header-inner {
	width: 100%;
}

#team #content {
	width: auto;
	padding: 8px 12px;
}

#team.team-individual #content {
	height: auto !important;
	min-height: 0 !important;
	-webkit-background-size: 100% auto;
	width: auto;
	padding-bottom: 23em;
}

@media (max-width: 320px) {
	#team.team-individual #content {
		padding-bottom: 23em;
	}
}

@media (min-width: 321px) {
	#team.team-individual #content {
		padding-bottom: 34em;
	}	
}

#team #content-inner {
	background: #fff;
	padding: 0;
	width: auto;
}

#team #team-members {
	margin: 0;
}

#team #team-members li {
	float: left;
	margin: 2px 0 2px 6px;
	width: 132px;
}

#team #team-members li:nth-child(odd) {
	margin-left: 0;
	margin-right: 6px;
	text-align: right;
}

@media (max-width: 320px) {
	#team #team-members li {
		width: 142px;
	}
}

@media (min-width: 321px) {
	#team #team-members li {
		width: 222px;
	}
}

#team #team-quote blockquote p {
	font-size: 1.5em;
	line-height: 1.4em;
}

#team #content .info-block {
	float: none;
	width: auto;
}

#team #content .info-block p {
	margin: 0.5em 0;
}

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

#team .info-block .info-panel {
	padding: 0px 10px;
	width: auto;
}

.team-individual #team-members {
	display: none;
}

/* @end */

/* @group Work */

.portfolio #content {
	padding: 8px 12px;
	margin: 0;
	width: auto;
}

.portfolio h1 {
	font-size: 3.7em;
	float: none;
	margin: 0 0 5px;
}

.portfolio #content #content-blurb {
	display: block;
	float: none;
	width: auto;
	margin: 0;
}

.portfolio #content #content-blurb p {
	margin: 5px 0;
}

.portfolio .content-outer {
	background: none;
	margin-top: 0;
}

.portfolio #content-main {
	width: auto;
}

.portfolio ul#portfolio {
	margin-left: -10px;
}

.portfolio ul#portfolio li {
	display: inline-block;
	float: left;
	width: 131px;
	height: 134px;
	margin: 0 0 10px 10px;
	padding: 6px;
}

.portfolio ul#portfolio li a.image:link,
.portfolio ul#portfolio li a.image:visited {
	-webkit-background-size: 131px auto;
	background-repeat: no-repeat;
	width: 131px;
	height: 83px;
}

.portfolio ul#portfolio li a.image:active,
.portfolio ul#portfolio li a.image:hover {
	border: 2px solid #FFCC00;
	width: auto;
	width: 127px;
	height: 79px;
}

.portfolio ul#portfolio li p.number {
	font-size: 2em;
	padding-right: 7px;
	margin: 5px 0 0 3px;
	float: left;
	line-height: 1em;
	height: 43px;
	background: transparent none;
	border-right: 1px dotted #fff;
}

.portfolio ul#portfolio li p.description {
	font-size: 1.0em;
	line-height: 1.3em;
	left: 5px;
	top: 0px;
	bottom: auto;
	margin: 0 0 0 2px;
}

.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 {
	line-height: 1.2em;
}

.portfolio ul#portfolio li div {
	top: 6px;
	width: 70%;
}

.portfolio #content-section {
	display: none;
}

/* @end */

/* @group Portfolio Detail */

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

.portfolio-detail #content-outer {
	background: transparent none;
	margin-top: 0.5em;
	padding: 0;
}

.portfolio-detail #content-main {
	float: none;
	width: auto;
	padding: 8px 12px;
}

.portfolio-detail span.slashes, 
.portfolio-detail a#back,
.portfolio-detail .related-articles,
.portfolio-detail #detail-nav {
	display: none;
}

.portfolio-detail #detail-header #screenshot {
	background: #000;
	position: static;
	height: 141px;
	margin: 8px 0;
}

.portfolio-detail #detail-header #screenshot a {
	-webkit-background-size: 100% auto;
	background-repeat: no-repeat;
	display: block;
	float: none;
	margin: 0 auto;
	height: 141px;
	width: 320px;
}

@media (max-width: 320px) {
	.portfolio-detail #detail-header #screenshot {
		height: 141px;
	}
	
	.portfolio-detail #detail-header #screenshot a {
		height: 141px;
		width: 320px;
	}
}

@media (min-width: 321px) {
	.portfolio-detail #detail-header #screenshot {
		height: 212px;
	}
	
	.portfolio-detail #detail-header #screenshot a {
		width: 480px;
		height: 212px;
	}
}

.portfolio-detail #detail-header {
	background: transparent;
	height: auto;
	margin: 0;
}

.portfolio-detail #detail-header .desc {
	position: static;
	padding: 8px 12px 0;
	height: auto;
	color: #000;
	width: auto;
}

.portfolio-detail h1 {
	color: #000;
	font-size: 2.4em;
	margin: 0 0 0.3em;
}

.portfolio-detail #detail-header .desc p {
	display: none;
}

.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 {
	display: block;
	margin: 0.5em 0;
	position: static;
	padding-bottom: 0;
	text-align: right;
}

.portfolio-detail #detail-header a#launch:before {
	content: "//";
}

.portfolio-detail #content-section {
	background: #f4f4e7;
	border-top: 8px solid #ffd200;
	border-left: 1px solid #c0c1b6;
	width: auto;
	margin: 8px 12px;
	padding: 0 0 10px;
}



.portfolio-detail #content-section h2 {
	width: auto;
	margin: 5px 0 0 -1px;
}

.portfolio-detail #content-section ul {
	margin: 0 0 0 28px;
}

.portfolio-detail #content-section .portfolio-what-we-did,
.portfolio-detail #content-section .portfolio-what-we-did h2,
.portfolio-detail #content-section .portfolio-what-we-did div,
.portfolio-detail #content-section .portfolio-what-we-did ul {
	display: block;
}

.portfolio-detail #content-section .pullquote {
	display: block;
	margin: 30px 12px 12px;
}

.portfolio-detail #content-section .pullquote p {
	margin: 5px 0;
}

/* @end */

/* @group Blog */

.blog-entry #content,
.blog-main #content {
	padding: 0;
	padding: 8px 12px;
	width: auto;
}

.blog-main h1 {
	font-size: 3.4em;
}

.blog-main #content #content-blurb {
	margin: 0;
	width: auto;
}

.blog-main #content #content-blurb p {
	margin: 0;
}

.blog-main .content-outer {
	background: transparent;
	margin-top: 1em;
}

.blog-main #content-main {
	width: auto;
}

.blog-main .story h3 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 5px;
}

.blog-main .story p {
	margin: 5px 0;
}

.blog-main #content-section {
	display: none;
}

/* @end */

/* @group Blog Entry */

.blog-entry #content-header-right {
	display: none;
}

.blog-entry #content-header {
	background: transparent;
	padding-bottom: 10px;
}

.blog-entry #content-header-left {
	float: none;
	position: static;
	width: auto;
}

.blog-entry #content-header-left strong {
	font-size: 1.1em;
	display: block;
	margin: 5px 0;
}

.blog-entry #content-header-left h1 {
	font-size: 2.4em;
	font-weight: bold;
	margin: 5px 0 5px;
}

.blog-entry #content-main p {
}

.blog-entry #content-main {
	float: none;
	margin-top: -20px;
	width: auto;
}

.blog-entry #comment-form {
	padding: 10px;
}

.blog-entry #comment-form div.respect {
	width: auto;
	position: static;
}

.blog-entry #comment-form input,
.blog-entry #comment-form textarea {
	width: 98%;
	padding: 1%;
}

.blog-entry #comment-form p {
	position: static;
	width: auto;
}

.blog-entry #comment-form input.submit {
	bottom: 71px;
	position: static;
	right: 66px;
	width: 104px;
}

.blog-entry #comment-form h3 {
	-webkit-background-size: 20px 22px;
	background-position: 0 5px;
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 26px;
	margin-top: 0;
	margin-bottom: 10px;
}

.blog-entry #content-section {
	display: none;
}

.blog-entry #content-header-left a#comment-bubble {
	-webkit-background-size: 100% auto;
	width: 12px;
	height: 17px;
}

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

/* @end */

/* @group Generic */

p.pagination {
	font-size: 1.8em;
}

.portfolio p.showing {
	margin-top: 0;
	margin-left: 0;
	font-size: 1.8em;
}

img.image-left,
.image-left img,
img.image-right,
.image-right img {
	width: 120px;
}

.image-left,
.image-right {
	clear: both;
	width: 120px;
}

img {
	max-width: 296px;
}

/* @end */

/* @group Blog Landing */

.blog-landing h1 {
	font-size: 2.4em;
}

.blog-landing #suggestions h3 {
	font-size: 2.0em;
	margin-bottom: -10px;
}

.blog-landing #content {
	padding: 8px 12px;
	width: auto;
}

.blog-landing #content-main,
.blog-landing #suggestions {
	width: auto;
	float: none;
}

.blog-landing #suggestions .story,
.blog-landing #suggestions .left,
.blog-landing #suggestions .right {
	float: none;
	width: auto;
	border-bottom: 1px solid #7f7f7f;
	margin-bottom: 15px;
}

.blog-landing #suggestions hr {
	display: none;
} 

.blog-landing #content-section {
	display: none;
}

/* @end */


