/* RESET (ERIC MEYER) ---------------------------------------------------------------------------- */

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, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
/* 	line-height: 1.5; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* FOUNDATION ---------------------------------------------------------------------------- */

html {
	overflow-y: scroll;
	font-family: 'Gotham SSm A', 'Gotham SSm B'; font-weight: 200; font-style: normal;
	font-size: 14px;
	line-height: 1.5;
}
html * {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	text-align: center;
}

#page, header, footer {
	margin: 0 auto;
	width: 100%;
}
section {
	padding: 24px;
}
.subsection {
/* 	padding-top: 36px; */
	padding-bottom: 24px;
}

#page {
	text-align: left;
	padding: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: white;
/* 	box-shadow: 0px 0px 5px #aaa; */
/* 	-webkit-box-shadow: 0px 0px 5px #aaa; */
	position: relative;
}




section.alt {
/* 	background: #F4F4F1; */
/* 	border-top: 1px solid #E0DFDC; */
/* 	border-bottom: 1px solid #E0DFDC; */
}


section.full-bleed {
	padding: 0;
}


footer {
	background: #222;
	padding: 48px 0 60px;
	border-bottom: 1px solid #000;
	border-top: 3px solid #000;
}







/* BASE ---------------------------------------------------------------------------- */


h1 {
	font-size: 28px;
	color: #ccc;
	
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal;	
/* 	font-family: 'Sentinel SSm A', 'Sentinel SSm B'; font-weight: 400; font-style: normal; */

	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: -4px;
/* 	text-transform: uppercase; */
}

#index-page h1 {
	line-height: 1.5;
	color: #666;
	text-transform: none;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal;	
}

#index-page .splash {
	margin-bottom: 42px;
	padding-right: 136px;
}

#index-page .splash a {

	transition: text-decoration 0.5s ease-in-out;
   	-moz-transition: text-decoration 0.5s ease-in-out;
   	-webkit-transition: text-decoration 0.5s ease-in-out;
}

section.splash {
	margin-top: 64px;
	margin-bottom: 64px;
}

#index-page .splash a:hover {
	text-decoration: none;
}

.h1b {
	display: block;
	color: #888;
}

.h1-sub {

	padding-right: 175px;
	margin-bottom: 14px;
	margin-top: 0.5em;
	color: #333;

}



h2 {
	font-size: 28px;
	color: #777;
	overflow: visible;
	text-shadow: 0px 1px 0px white;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 100; font-style: normal;	
/* 	font-family: 'Sentinel SSm A', 'Sentinel SSm B'; font-weight: 400; font-style: normal; */
/* 	text-transform: uppercase; */
}

h2.visualizations,
h2.quote,
h2.book,
h2.process,
h2.case-study,
h2.js-projects,
h2.markup-projects,
h2.marketing,
h2.pro-bono,
h2.video,
h2.construction,
h2.more,
h2.ios,
h2.php,
h2.contact,
h2.software,
h2.wireframes {
	min-height: 37px;
/* 	padding-left: 55px; */
}
/*

h2.visualizations {
	background: url(images/icon-bars.png) no-repeat 0 1px;
}

h2.quote {
	background: url(images/icon-quote.png) no-repeat 0 1px;
}

h2.book {
	background: url(images/icon-book.png) no-repeat 0 1px;
}
h2.process {
	background: url(images/icon-dots.png) no-repeat 0 1px;
}
h2.case-study {
	background: url(images/icon-microscope.png) no-repeat 0 1px;
}
h2.js-projects {
	background: url(images/icon-braces.png) no-repeat 0 1px;
}
h2.markup-projects {
	background: url(images/icon-carets.png) no-repeat 0 1px;
}
h2.marketing {
	background: url(images/icon-star.png) no-repeat 0 1px;
}
h2.more {
	background: url(images/icon-plus.png) no-repeat 0 1px;
}

h2.pro-bono {
	background: url(images/icon-infiniti.png) no-repeat 0 1px;
}
h2.video {
	background: url(images/icon-video.png) no-repeat 0 1px;
}
h2.construction {
	background: url(images/icon-construction.png) no-repeat 0 1px;
}
h2.ios {
	background: url(images/icon-ios.png) no-repeat 0 1px;
}
h2.php {
	background: url(images/icon-php.png) no-repeat 0 1px;
}
h2.contact {
	background: url(images/icon-rolodex.png) no-repeat 0 1px;
}
h2.software {
	background: url(images/icon-box.png) no-repeat 0 1px;
}
h2.wireframes {
	background: url(images/icon-wireframes.png) no-repeat 0 1px;
}
*/


section.full-bleed h2 {

}



h3 {
/* 	font-size: 28px; */
	margin-bottom: 8px;
	color: #666;
	font-family: 'Gotham A', 'Gotham B'; font-weight: 500; font-style: normal;	
}
h4 {
/* 	font-size: 20px; */
	padding-bottom: 24px;
	color: #666;
/* 	line-height: 1.1em; */
}
h2.book {
	text-shadow: none;
}

.note {
	padding-bottom: 12px;
	color: #aaa;
/* 	font-size: 0.7em; */
}
#grove {
	margin-bottom: 6px;
}


p {
/* 	font-size: 16px; */
	padding-right: 24px;
/* 	line-height: 20px; */
	margin-bottom: 24px;
}

.rolodex {
/* 	font-size: 18px; */
	padding-bottom: 48px;
}

img, iframe {
	margin-bottom: 24px;
/* 	margin-top: 24px; */
}

img {
	display: block;
}

img, iframe {
	max-width: 100%
} 

iframe#video-kettlestitch {
	width: 694px;
	height: 382px
}

iframe#video-milton {
	width: 694px;
	height: 382px
}





a {
	color: #08c;
	text-decoration: none;
	
}

a.selected {
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

a.button {
	color: white;
	background: #ccc;
	padding: 10px 16px 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
a.button:hover {
	background: #aaa;
}


p a {
	text-decoration: underline;
}

ol li {
	margin-top: 12px;
/* 	font-size: 14px; */
/* 	line-height: 1.5; */
}





/* NAVIGATION ---------------------------------------------------------------------------- */

nav {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0.1em;
}

header {
	text-align: left;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



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


nav.primary ul li {
	display: inline;
	height: 42px;	
/* 	font-size: 15px; */
	background: url(images/vert-separator.gif) no-repeat;
}
nav.logo {
	padding: 12px 24px;
	text-transform: uppercase;
}
nav.logo a:hover {
	text-decoration: none;
}


nav.primary a,
nav.logo a {
	padding: 3px 36px 6px 12px;
	margin-right: 4px;
	color: #444;
/* 	font-size: 14px; */
}



body#index-page nav ul li#index a, 
body#contact-page nav ul li#contact a, 
body#about-page nav ul li#about a, 
body#ux-page nav ul li#user-experience a, 
body#code-page nav ul li#code a, 
body#visual-design-page nav ul li#visual-design a 
{
/* 	cursor: default; */
	color: #ccc;
}
nav ul li#contact a:hover, 
nav ul li#about a:hover, 
nav ul li#user-experience a:hover, 
nav ul li#code a:hover, 
nav ul li#visual-design a:hover 
{
	text-decoration: none;
}
 
/*
nav a {
	background: #540101;
}
*/

body#overview nav #overview a,
body#documentation nav #documentation a,
body#downloads nav #downloads a,
body#roadmap nav #roadmap a,
body#gallery nav #gallery a,
body#contact nav #contact a {
/* 	background: #625B59; */
}


/*Text for instructions*/
.instructional {
/* 	font-size: 14px; */
	width: 640px;
}





/* RECOMMENDATIONS ---------------------------------------------------------------------------- */

.recommendation {
	margin-top: 36px;
}

.quoted {
	border-left: 1px dotted #ccc;
	padding: 0 72px 0 24px ;
	margin: 24px 0 48px;
}

.quoted p {
/* 	font-size: 1.1em; */
/* 	line-height: 1.5; */
}


.role {
/* 	font-style: italic; */
	color: #ccc;
}




/* DETAILS TABLE ---------------------------------------------------------------------------- */

.table,
.table-footer {
/* 	font-size: 14px; */
}

.table a,
.table-footer a,
.table-footer {
	color: #000;
}

.table .row {
	border-top: 1px solid #ccc;
}

.row div {
	display: inline-block;
	border-left: 1px solid #ccc;
	padding: 8px;
	margin: 0;
	letter-spacing: 0; /* Make sure the borders left and right are flush */
}
.table .row:last-child {
	border-bottom: 3px double #ccc;
}

.table .row:first-child {
	border-top: 2px solid #ccc;
}


div.table-footer .row {
	border-top: none;
}

.row div:first-child {
	border-left: none;
	padding-left: 0;
}



.table-footer .row div {
	padding-left: 46px;
}

.table-footer .row div:first-child {
	padding-left: 34px;
}

.table-footer .row .phone {
	background: url(images/bullet-phone.png) no-repeat 13px 11px;
	padding: 12px 12px 14px 46px;
}
.table-footer .row .resume {
	background: url(images/bullet-resume.png) no-repeat 0px 11px;
	padding: 12px 12px 14px 46px;
}

.table-footer .row .mail {
	background: url(images/bullet-mail.png) no-repeat 13px 11px;
	padding: 12px 12px 14px 46px;
}
.table-footer .row .twitter {
	background: url(images/bullet-twitter.png) no-repeat 13px 11px;
	padding: 12px 12px 14px 46px;
}
.table-footer .row .linked-in {
	background: url(images/bullet-linked-in.png) no-repeat 13px 11px;
	padding: 12px 12px 14px 46px;
}



.table .title {
/* 	font-style: italic; */
}


/* SPECIALTY ITEMS ---------------------------------------------------------------------------- */


.bookshelf {
	background: #333;
	border-bottom: 8px solid #333;
	margin-bottom: 36px;
}

.bookshelf section {
	background: #333;
	width: 100%;
}

.bookshelf section h2 {
	color: white;
}

#secure-sign-in {
	margin-top: 34px;
}

.password-request, .password-request a {
	color: #aaa;
}

.fine-print {

	color: #aaa;
}

/* LOGO & COPYRIGHT ---------------------------------------------------------------------------- */

#logo img {
	margin: 0;
	padding: 0;
	border: 0;
}


div.copyright {
	background-color: #eee;
	margin: 0;
	width: auto;
}

.copyright {
	padding: 12px;
}


.copyright p {
	font-size: 12px;
	color: #ccc;
	margin: 6px;
	padding: 0 6px;
	text-align: left;
}




/* RIBBON ---------------------------------------------------------------------------- */


.ribbon-emphasis h2 {
	background: #990000 ;
	height: 36px;
/* 	font-size: 18px; */
	font-style: normal;
	text-shadow: 0px -1px 0px black;
	text-transform: capitalize;
}

.ribbon,
.ribbon-emphasis {
/* 	margin: 0 -36px 24px; */
	position: relative;

}



section.full-bleed .ribbon,
section.full-bleed .ribbon-emphasis {
/* 	margin: 0 -36px; */
}

.ribbon h2,
.ribbon-emphasis h2 {
	margin-bottom: 0;
}

.ribbon .ribbon-wrap-start {
	position: absolute;
	background: url(images/ribbon-wrap-start.png) no-repeat;
	height: 48px;
	width: 12px;
	left: -12px;
	top: -12px;
}

.ribbon-emphasis .ribbon-start {
	position: absolute;
	background: url(images/ribbon-start-emphasis.png) no-repeat;
	height: 36px;
	width: 24px;
	left: -24px;
}



.ribbon-emphasis .ribbon-wrap-start {
	position: absolute;
	background: url(images/ribbon-wrap-start-emphasis.png) no-repeat;
	height: 48px;
	width: 12px;
	left: -12px;
	top: -12px;
}

.ribbon-emphasis .ribbon-end {
	position: absolute;
	background: url(images/ribbon-end-emphasis.png) no-repeat;
	height: 36px;
	width: 24px;
	right: 48px;
}

.ribbon-emphasis.next-step h2 {
	margin-right: 72px;
	text-align: right;
	color: white;
	padding: 8px 4px 4px 4px;
	
}

.ribbon.next-step a,
.ribbon-emphasis.next-step a {
	color: white;
	text-shadow: 0px -1px 1px #222;

}





/* QUOTES ---------------------------------------------------------------------------- */

.famous-quote {
	color: #ddd;
	margin: 0px auto;
	width: 75%;
	padding: 24px;
/* 	font-size: 30px; */
	text-shadow: 0px -1px 0px black;

}



.famous-quote .quote {
	display: block;
	margin: 24px 0 16px;
	padding: 0 48px;
}

.famous-quote .attribution {
	text-align: right;
	padding-right: 48px;
	margin-bottom: 24px;
	display: block;
}

.quote-start {
	top: 0;
	left: 0; 
	background: url(images/quotes-start.png) left no-repeat;
	width: 100%;
	height: 33px;
}

.quote-end {
	background: url(images/quotes-end.png) right no-repeat;
	width: 100%;
	height: 33px;
	bottom: 0;
	right: 24px;
}


/* BULLETED OUTLINE ---------------------------------------------------------------------------- */


ul.outline {
/* 	font-size: 16px; */
/* 	line-height: 1.25; */
	list-style-position: outside;
}

ul.outline li {
	margin: 12px 0;
/* 	font-weight: bold; */
}

ul.outline ul {
/* 	font-size: 14px; */
	list-style: disc;
	margin: 1em 0 2em 1.2em;
}

ul.outline ul li {
	margin: 12px 0;
	font-weight: normal;
}

ul.outline ul ul {
	list-style: circle;
	margin: 0em 0 1.5em 1.2em;
}



/* ODDS & ENDS ---------------------------------------------------------------------------- */
.description {
/* 	line-height: 1.5; */
	margin-top: -0.3em;
}


ul.bullets {
/* 	font-size: 16px; */
	list-style: disc;
	list-style-position: outside;
	margin-left: 1em;
/* 	line-height: 1.25; */
}

ul.bullets li {
	padding-bottom: 12px;
}


.parenthetical {
	color: #888;
	font-weight: normal;
}

img, iframe {
/* 	box-shadow: 1px 1px 8px #eee; */
/* 	-webkit-box-shadow: 1px 1px 8px #eee; */
	border: 1px solid #ddd;
}

img.no-border {
	border: none;
}

.unframed,
img.full-bleed {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	margin: 0;
}


.separator {
	height: 36px;
	background: url(images/horiz-separator.gif) repeat-x bottom;
}





a.button-primary {
/* 	font-size: 1.2em; */
	color: white;
	text-shadow: 0px -1px 0px #000;
/* 	margin: 6px; */
	padding: 10px 20px 12px 24px;

	border-radius: 36px;
	-moz-border-radius: 36px;
	-webkit-border-radius: 36px;

/* 	box-shadow: 0px 1px 0px #fff; */
/* 	-webkit-box-shadow: 0px 1px 0px #fff; */
/* 	-moz-box-shadow: 0px 1px 0px #fff; */

	background: #666;
/* 	border: 3px solid #eee; */

	-webkit-transition: background 0.3s linear;
}
a:hover.button-primary {
	text-decoration: none;
	background: #6EA537;
}


div.button-secondary {
	margin: 1em 0;
}

div.button-secondary a {
	text-decoration: none;
/* 	font-size: 0.9em; */
	color: white;
	text-shadow: 0px -1px 0px #000;

	padding: 6px 12px 7px;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

/* 	box-shadow: 0px 1px 0px #fff; */
/* 	-webkit-box-shadow: 0px 1px 0px #fff; */
/* 	-moz-box-shadow: 0px 1px 0px #fff; */

	background: #6EA537;

	-webkit-transition: background 0.3s linear;
}
div.button-secondary a:hover {
	text-decoration: none;
	background: #7DBB3F;
}




section.call-to-action {
	
	text-align: right;
	padding-top: 0;
	margin-top: 0px;
	margin-bottom: 96px;
}





/* HACKS ---------------------------------------------------------------------------- */

section:after,
.donotcollapse:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* MEDIA QUERIES ---------------------------------------------------------------------------- */


/*Desktops and Landscape Tablets*/
@media screen and (min-width: 1000px) {

	#page, header, footer {
		margin: 0 auto;
		max-width: 1000px;
	}
	section {
		padding-left: 280px; /*292px;*/
	}
	nav.logo {
		position: absolute;
	}
	nav.primary {
		margin: 0 0 0 244px;
		padding: 12px 36px;
	}
	.subsection {
		position: relative;
		margin-bottom: 36px;
		padding-top: 24px;
	}
	
	.description {
		position: absolute;
/* 		top: 18px; */
		left: -252px;
		width: 224px;
/* 		line-height: 1.5; */
		color: #444;
		text-align: left;
/* 		border-top: 3px solid #D8D7D4; */
		padding: 0 0 12px 0;
	}
	
	.description p {
/* 		font-size: 15px; */
		margin: 14px 0;
		padding: 0 18px 0 0;
/* 		line-height: 1.5em; */
	}
	

}/*/mediaquery*/

/*Everything but Desktops and Landscape Tablets*/
@media screen and (max-width: 999px) {
	nav.primary {
		padding: 0px 36px;
	}
	h3 {
/* 		border-top: 3px solid #D8D7D4; */
		margin-top: 24px;
	}
	section {
		padding: 36px;
	}
	img, iframe {
		margin-top: 24px;
	}
	
	.rolodex .subsection {
		padding-top: 36px;
	}
	.copyright {
		text-align: left;
		margin-left: 24px;
	}
	section.call-to-action {
		
		margin-bottom: 48px;
	}


}/*/mediaquery*/

/*Tablets in either orientation and Desktops*/
@media screen and (min-width: 768px) {
	#about-page #top-section {
/* 		background: url(images/page-jk.png) top right no-repeat;	 */
	}
	#ux-page #top-section {
/* 		background: url(images/page-ux.png) top right no-repeat;	 */
	}
	#code-page #top-section {
/* 		background: url(images/page-code.png) top right no-repeat;	 */
	}
	#visual-design-page #top-section {
/* 		background: url(images/page-visual.png) top right no-repeat;	 */
	}
}/*/mediaquery*/

/*Larger than Landscape iPhone, up to Portrait iPad*/
@media screen and (min-width:521px) and (max-width: 768px){
}/*/mediaquery*/

/*Anything above portraid iPad*/
@media screen and (min-width: 769px) {
	.ribbon .ribbon-wrap-end {
		position: absolute;
		background: url(images/ribbon-wrap-end.png) no-repeat;
		height: 48px;
		width: 12px;
		right: -12px;
	}
	
	.ribbon-emphasis .ribbon-wrap-end {
		position: absolute;
		background: url(images/ribbon-wrap-end-emphasis.png) no-repeat;
		height: 48px;
		width: 12px;
		right: -12px;
	}

}/*/mediaquery*/

/*phones*/
@media screen and (max-width: 767px) {
	#index-page h1 {
/* 		font-size: 24px; */
	}
	.h1-sub {
		padding-right: 0;
	}
	.quoted {
		padding: 0 0 0 24px ;
		margin: 24px 0;
	}

	section {
		padding: 24px 18px;
	}
	nav.primary a,
	nav.logo a {
		padding: 3px 3px 6px 12px;
/* 		font-size: 14px; */
	}
	nav.logo a {
		/* Overwrite just the left */
		padding-left: 6px;
	}
	nav.logo {
		padding: 12px 12px;
	}
	nav.primary {
		padding: 0px 18px;
	}
	.copyright {
		text-align: left;
		margin-left: 10px;
	}
	
}/*/mediaquery*/

/*Up to landscape iPhone*/
@media screen and (max-width: 520px) {

	html {
		-webkit-text-size-adjust: none; /*hmmmm, only for mobile to keep random text resize guessing from happening?*/

	}
	#index-page h1 {
		font-size: 16px;
	}
	
	section.splash {
		margin-top: 56px;
	}

	#index-page .splash {
		padding-right: 16px;
	}

	section.famous-quote {
		width: 100%;
		padding: 0;
	}
	.quote-start {
		background: url(images/quotes-start.png) center no-repeat;
	}
	.quote-end {
		background: url(images/quotes-end.png) center no-repeat;
	}
	.famous-quote .attribution {
		padding-right: 72px;
	}
	.famous-quote {
		width: 100%;
		padding: 24px;
	}

}/*/mediaquery*/

/*Portrait iPhone and smaller*/
@media screen and (max-width: 320px) {
	nav.primary ul li a {
/* 		font-size: 12px; */
	}
	nav.primary ul li:first-child {
		background: none;
	}
	nav.primary ul li:first-child a {
		padding-left: 0;
	}
	
	.table-footer .row div:first-child {
		padding-left: 32px;
	}
	.table-footer .row div {
		display: block;
		border-left: none;
		margin: 0;
		padding-left: 32px;
		border-bottom: 1px dotted #ccc;
	}


	.table-footer .row div {
		padding-left: 34px;
	}
	
	.table-footer .row div:first-child {
		padding-left: 34px;
	}
	

	.table-footer .row .resume {
		background: url(images/bullet-resume.png) no-repeat 0px 8px;
		padding-top: 10px;
		padding-left: 34px;
		padding-bottom: 12px;
	}

	.table-footer .row .phone {
		background: url(images/bullet-phone.png) no-repeat 0px 8px;
		padding-top: 10px;
		padding-left: 34px;
		padding-bottom: 12px;
	}

	.table-footer .row .twitter {
		background: url(images/bullet-twitter.png) no-repeat 0px 8px;
		padding-top: 10px;
		padding-left: 34px;
		padding-bottom: 12px;
	}

}/*/mediaquery*/



/* CONDITIONAL (WORKS IN CONJUNCTION WITH css_browser_selector.js ---------------------------------------------------------------------------- */



.ie #page, .ie header, .ie footer, .ie {
	margin: 0 auto;
	width: 1000px;
}

.ie nav.primary {
	margin: 0 0 0 36px;
/* 	padding: 12px 36px; */
}

.ie section {
	padding-left: 280px;
}

.ie footer section {
	padding-left: 36px;
}

.ie nav.logo {
	position: absolute;
}
.ie nav.primary {
	margin: 0 0 0 244px;
	padding: 12px 36px;
}
.ie .subsection {
	position: relative;
	/* margin-top: 24px; */
}

.ie .description {
	position: absolute;
	top: 18px;
	left: -252px;
	width: 224px;
/* 	line-height: 1.5; */
	color: #444;
	text-align: left;
	border-top: 3px solid #D8D7D4;
	padding: 12px 0;
}


.ie .description p {
/* 	font-size: 13px; */
	margin: 12px 0;
	padding: 0;
}
.ie #about-page #top-section {
/* 	background: url(images/page-jk.png) top right no-repeat;	 */
}
.ie #ux-page #top-section {
/* 	background: url(images/page-ux.png) top right no-repeat;	 */
}
.ie #code-page #top-section {
/* 	background: url(images/page-code.png) top right no-repeat;	 */
}
.ie #visual-design-page #top-section {
/* 	background: url(images/page-visual.png) top right no-repeat;	 */
}


/* conditional browser selector cheat sheet
.ie
.ie7
.gecko
.win.gecko
.linux.gecko
.opera
.konqueror
.webkit

*/
