/*
Title:     screen.css - boyink.com screen styles
Author:    Andy Ford - andy@aloestudios.com
*/



/* @group GLOBALS
============================= */

@font-face {
	font-family: 'MetaPlusMedium-Roman';
	src: url('type/METAPLMR.eot');
	src: local('MetaPlusMedium- Roman'),
		local('MetaPlusMedium-Roman'),
		url('type/METAPLMR.ttf') format('truetype'),
		url('type/METAPLMR.svg#MetaPlusMedium-Roman') format('svg');
}


/* @group Globals - Text Resets
============================= */

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 {
	font-size: 62.5%;
	line-height: 1;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	color: #2b2f2a;
	background: #2b2f2a;
	}

p, ul, ol, dl, table, blockquote {
	margin: 0 0 1.5em;
	line-height: 1.5;
	}

p, li, dt, dd, table { font-size: 1.2em; }

li *, dt *, dd *, td *, th * { font-size: 1em; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote, q { quotes: none; }
blockquote div cite { font-style: italic; }

strong { font-weight: 700; }
em { font-style: italic; }

ins { text-decoration: none; font-style: italic; color: green; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

sub { font-size: .75em; line-height: 1px; position: relative; bottom: -0.5em; }
sup { font-size: .75em; line-height: 1px; position: relative; top: -0.5em; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 1em;
	height: 0;
	}

a:link,
a:visited {
	text-decoration: none;
	color: #475a75;
	}
a:hover {
	text-decoration: underline;
	}
a:focus {}
a:active {
	color: #000;
	}

/* @end Globals - Text Resets
--------------------- */


/* @group Globals - Headings (H1-H6)
============================= */

h1 {
	position: absolute;
	top: 0;
	left: 0;
	}
h1 a {
	display: block;
	width: 314px;
	height: 66px;
	text-indent: -9999px;
	background: url(http://boyink.com/images/interface/id.png);
	}

h2, h3, h4, h5, h6 {
	line-height: 1;
	color: #2b2f2a;
	}

h2 {
	margin: 0 0 1.084em;
	font-family: MetaPlusMedium-Roman, Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 2.4em;
	line-height: 1.333;
	font-weight: normal;
	letter-spacing: -0.02em;
	}

h2.illustrated {
	margin: 0;
	padding: 0 0 29px;
	background: url(http://boyink.com/images/interface/bg-heading-pogo.png) no-repeat 100% 100%;
	}

body.blog h2 {
	padding-bottom: 1.125em;
	background: transparent;
	}

h2 a:link,
h2 a:visited {
	color: #2b2f2a;
	}

.deck {
	position: relative;
	margin: 0 0 2.6em;
	padding: 3px 0 2em;
	border-bottom: 1px solid #dfdfdf;
	}

.deck h2 {
	margin: 0 0 .125em 212px;
	}

.deck p {
	margin: 0 0 0 212px;
	font-size: 1.4em;
	line-height: 1.429;
	font-weight: bold;
	color: #d38600;
	}

.deck img {
	display: block;
	float: left;
	margin: 3px 0 0;
	padding: 3px;
	border: 1px solid #D5D5D5;
	background: #fff;
	}


div.hero {
	margin: 0 0 .4em;
	}

div.hero img {
	display: block;
	margin: -38px -24px 20px -10px;
	border-bottom: 5px solid #9ecacc;
	}

div.hero h2 {
	margin: 0;
	}


h3 {
	margin: 0 0 2px;
	font-size: 1.4em;
	color: #e37b00;
	}

h4 {
	font-size: 1.3em;
	font-weight: 700;
	}

h5 {
	font-size: 1.2em;
	font-weight: 700;
	}

h6 {
	font-size: 1.2em;
	font-weight: 700;
	}

/* @end Globals - Headings (H1-H6)
--------------------- */


/* @group Globals - Lists (UL, OL)
============================= */

ol, ul { margin: 0 1.5em 1.8em 1.5em; }
ol { margin-left: 2.5em; }

/* change bullet style when nesting lists */
ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }
ol { list-style: decimal; }
ol ol, ol.alpha { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }

li { margin: 0 0 .5em; }

/* @end Globals - Lists (UL, OL)
--------------------- */


/* @group Globals - Definition Lists (DL)
============================= */

dl {}

dt {
	margin: 0 0 .25em;
	line-height: 1.25;
	font-weight: 700;
	}

dt a {
	text-decoration: none;
	}

dd {
	margin: 0 0 .25em;
	padding: 0;
	line-height: 1.25;
	}

/* @end Globals - Definition Lists (DL)
--------------------- */


/* @group Globals - Tables
============================= */

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

caption {
	text-align: left;
	font-weight: 700;
	}

th {
	font-weight: 700;
	}

th, td {
	padding: .5em;
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
	}

tfoot { font-style: italic; }

/* @end Globals - Tables
--------------------- */

/* @end GLOBALS
--------------------- */



/* @group HELPER CLASSES
============================= */

.hide { display: none !important; }

.left { float: left !important; }
.right { float: right !important; }

img.left { margin: 0 1em 1em 0  !important; }
img.right { margin: 0 0 1em 18px; }
img.center { display: block; margin: 1em auto; }
img.no-border {
	border:none !important;
	}

p.intro { font-size: 1.5em; }
p.center { text-align: center; }
p.fineprint { font-size: .9em; }


a.prompt,
li.next a,
li.prev a,
.buttons input {
	display: inline-block;
	height: 17px;
	padding: 1px 18px 0 9px !important;
	border: 1px solid #dfdfdf;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #475a75 !important;
	background: #fff url(http://boyink.com/images/interface/btn-prompt.png) no-repeat 100% 100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
li.prev a {
	padding: 1px 9px 0 18px !important;
	background-position: 0 100%;
	}
a.prompt:hover,
li.next a:hover,
li.prev a:hover,
.buttons input:hover {
	border-color: #bbb;
	color: #2e3a4c !important;
	-moz-box-shadow: 0 0 4px rgba(0,0,0, .11);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0, .11);
	box-shadow: 0 0 4px rgba(0,0,0, .11);
	}

.buttons input {
	padding-top: 0;
	height: 19px;
	overflow: hidden;
	/*line-height: 19px;*/
	}


/* @group Clearfix
============================= */
/* http://www.positioniseverything.net/easyclearing.html */

.group { display: inline-block; }
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .group { height: 1%; }
.group { display: block; }

/* @end Clearfix
--------------------- */

/* @end HELPER CLASSES
--------------------- */



/* @group FORMS
============================= */

form ol {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

form ol li {
	overflow: hidden;
	margin: 0 0 0.8em;
	}

label {
	float: left;
	width: 35%;
	margin-right: 2%;
	}

input,
select,
textarea {
	float: left;
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	}

input[type="text"],
textarea {
	width: 50%;
	margin: 0;
	}

button, .buttons input { cursor: pointer; }
input[type="submit"] { cursor: pointer; }

/* @end FORMS
--------------------- */



/* @group LAYOUT
============================= */

#page {
	background: #fff url(http://boyink.com/images/interface/bg-header.png) repeat-x 0 -64px;
	}

#main {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 6em;
	background: url(http://boyink.com/images/interface/bg-footer.png) no-repeat 0 100%;
	}

#content {
	float: left;
	width: 605px;
	padding: 38px 0 1em 11px;
	}
.home #content {
	padding-top: 35px;
	padding-left: 0;
	}

#sidebar {
	float: right;
	width: 295px;
	padding: 38px 12px 1em;
	background: url(http://boyink.com/images/interface/bg-sidebar.png) repeat-x;
	}
.home #sidebar {
	padding-top: 35px;
	}


/* @group Layout - Header
============================= */

#header {
	position: relative;
	z-index: 2;
	width: 960px;
	height: 64px;
	margin: 0 auto;
	background: #444843 url(http://boyink.com/images/interface/bg-header.png) repeat-x;
	}

/* @end Layout - Header
--------------------- */


/* @group Layout - Footer
============================= */

#footer {
	position: relative;
	clear: both;
	color: #686868;
	background: #2b2f2a;
	}

#footer .wrap {
	position: relative;
	width: 932px;
	margin: 0 auto;
	padding: 28px 0 28px 28px;
	}

#footer p {
	font-size: 1.1em;
	}

a.boyinked {
	position: absolute;
	top: -56px;
	right: 3px;
	display: block;
	width: 159px;
	height: 190px;
	text-decoration: none;
	text-align: right;
	}

body.home a.boyinked	{ background-image: url(http://boyink.com/images/interface/illustration-home.png); }
body.contact a.boyinked	{ background-image: url(http://boyink.com/images/interface/illustration-contact.png); }
body.fun a.boyinked		{ background-image: url(http://boyink.com/images/interface/illustration-fun.png); }
body.teach a.boyinked	{ background-image: url(http://boyink.com/images/interface/illustration-teach.png); }
body.work a.boyinked	{ background-image: url(http://boyink.com/images/interface/illustration-work.png); }
body.write a.boyinked	{ background-image: url(http://boyink.com/images/interface/illustration-write.png); }


a.boyinked span {
	display: block;
	float: right;
	position: absolute;
	top: -40px;
	left: -9999px;
	width: auto;
	height: 70px;
	padding: 0 0 0 14px;
	font-size: 16px;
	line-height: 52px;
	color: #3f423e;
	background: url(http://boyink.com/images/interface/illustration-bubble.png) no-repeat 0 0;
	}
a.boyinked:hover span {
	right: 59px;
	left: auto;
	}

a.boyinked span em {
	display: block;
	/*float: right;*/
	width: auto;
	height: 70px;
	padding: 0 14px 0 0;
	font-style: normal;
	white-space: nowrap;
	background: url(http://boyink.com/images/interface/illustration-bubble.png) no-repeat 100% 0;
	}

/* @end Layout - Footer
--------------------- */

/* @end LAYOUT
--------------------- */



/* @group NAV/UI
============================= */

/* @group Nav - Main
============================= */

#nav-main {
	/*float: right;*/
	position: absolute;
	top: 0;
	right: 0;
	margin: 5px 12px 0 0;
	list-style: none;
	}

#nav-main li {
	float: left;
	margin: 0;
	font-size: 1em;
	}

#nav-main a {
	display: inline-block;
	position: relative;
	top: 19px;
	height: 24px;
	margin: 0 8px 0;
	padding: 0 8px;
	font-size: 1.2em;
	line-height: 2;
	text-decoration: none;
	color: #fff;
	}

#nav-main a:hover,
#nav-main .current a {
	background-color: #2b2f2a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

#nav-teach a,
#nav-work a,
#nav-write a {
	display: block;
	top: 0;
	height: 59px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-image: url(http://boyink.com/images/interface/nav-main.png);
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	}

#nav-teach a {
	width: 97px;
	background-position: 0 0;
	}
#nav-teach a:hover,
#nav-teach.current a { background-position: 0 100%; }

#nav-work a {
	width: 92px;
	background-position: -97px 0;
	}
#nav-work a:hover,
#nav-work.current a { background-position: -97px 100%; }

#nav-write a {
	width: 91px;
	background-position: -189px 0;
	}
#nav-write a:hover,
#nav-write.current a { background-position: -189px 100%; }

/* @end Nav - Main
--------------------- */


/* @group Nav - Utility
============================= */

#nav-utility {
	overflow: hidden;
	margin: 0 0 3px;
	list-style: none;
	}

#nav-utility li {
	float: left;
	margin: 0 15px 0 0;
	}

#nav-utility a {
	font-weight: bold;
	text-decoration: none;
	color: #686868;
	}

#nav-utility .current a,
#nav-utility a:hover {
	color: #9ecacc;
	}

/* @end Nav - Utility
--------------------- */

/* @end NAV/UI
--------------------- */



/* @group MODULES
============================= */

/* @group Blog Post
============================= */

#blog-post {
	margin: -4.6em 0 0;
	}

#blog-post h2 {
	margin: 0 0 .143em;
	padding: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #d38600;
	}

#blog-post img {
	display: block;
	margin: 0 0 13px -4px;
	padding: 3px;
	border: 1px solid #d9d9d9;
	}

#blog-post .toggle {
	height: 31px;
	margin: 0 0 1.9em;
	padding: 0 9px 0 0;
	border-bottom: 1px solid #d9d9d9;
	list-style: none;
	text-align: right;
	}

#blog-post .toggle li {
	float: right;
	position: relative;
	top: 1px;
	margin: 0 1px 0 0;
	border: 1px solid #d9d9d9;
	background: #fff;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}

#blog-post .toggle li.ui-tabs-selected {
	border-bottom-color: #fff;
	}

#blog-post .toggle li a {
	display: block;
	height: 28px;
	padding: 0 8px;
	border: solid #fff;
	border-width: 1px 1px 0;
	line-height: 28px;
	color: #475a75;
	background: url(http://boyink.com/images/interface/bg-nav-toggle.png);
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

#blog-post .toggle li.ui-tabs-selected a {
	font-weight: bold;
	color: #2b2f2a;
	background: #fff;
	}


#blog-post .post-meta {
	margin: 0 0 .5em;
	}

#blog-post .post-meta p {
	margin: 0;
	font-size: 1.1em;
	color: #878787;
	}

#blog-post .post-meta a {
	color: #475a75;
	}


#article blockquote {
	margin: 0 -8px .8em -5px;
	padding: 8px 17px 10px;
	background: #f0f0f0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#article blockquote p {
	margin: 0;
	font-size: 1.4em;
	line-height: 18px;
	font-style: italic;
	color: #9d9d9d;
	}

#article blockquote cite a {
	color: #475a75;
	}

#article p + ul,
#article p + ol {
	margin-top: -1.8em;
	}

#article ul {
	margin-left: 2.4em;
	margin-top: 1px !important;
	}

#article li {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.637;
	color: #2B2F2A;
	}

#article p.section-toggle {
	margin-top: 22px;
	padding: 14px 0 0;
	border-top: 1px solid #d8d8d8;
	font-size: 1.1em;
	color: #878787;
	}

#article h3 {
	font-weight: normal !important;
	}

.ui-tabs-hide { display: none; }

.comment-listing {
	margin: 0;
	padding: 3.3em 0 0;
	list-style: none;
	}

.comment-listing .comment {
	margin: 0 0 3.6em;
	font-size: 1em;
	}

.comment-listing .article-author {
	margin: 0 -8px 40px -5px;
	padding: 8px 17px 10px;
	background: #ECF5F5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.comment-listing .comment .meta {
	color: #878787;
	}

.comment-listing .comment .meta p {
	margin: 0;
	font-size: 1.1em;
	}

.comment-listing .comment .meta .author {
	font-size: 1.091em;
	font-weight: bold;
	}

.comment-listing .comment .meta .author em {
	font-weight: normal;
	color: #000;
	}

.comment-listing .comment .meta .date {}

.comment-listing .comment blockquote {}

.comment-listing .comment blockquote p {
	margin: 0 0 14px;
	font-size: 1.2em;
	}

.comment-listing .comment blockquote blockquote {}


/* @end Blog Post
--------------------- */


/* @group 3 Column List
============================= */

ul.cols-3 {
	position: relative;
	margin: 0 -25px 2em 0;
	list-style: none;
	}
ul.cols-3:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

ul.cols-3 li {
	float: left;
	width: 182px;
	overflow: hidden;
	margin: 0 25px 0 0;
	font-size: 1.1em;
	line-height: 1.637;
	color: #878787;
	}

ul.cols-3 li ul {
	margin: 0;
	list-style: none;
	}

ul.cols-3 li li {
	float: none;
	width: auto;
	margin: 0;
	font-size: 1em;
	background: transparent;	
	}


ul.cols-3 dl {
	margin: 0;
	font-size: .909em;
	color: #2b2f2a;
	}

ul.cols-3 dt {
	margin: 0 0 .084em;
	padding: 0 5px 0 7px;
	font-size: 1.2em;
	line-height: 1.25;
	color: #373b37;
	}
ul.cols-3 dt img {
	display: block;
	margin: 0 -5px 12px -7px;
	padding: 3px;
	border: 1px solid #cdcdcd;
	background: #fff;
	}

ul.cols-3 dd {
	margin: 0;
	padding: 0 5px 1px 7px;
	font-size: 1em;
	}
ul.cols-3 dd p {
	font-size: 1.2em;
	}

ul.cols-3 dd p .prompt {
	margin: 5px 0 0;
	}


ul.portfolio {
	margin-bottom: 2.4em;
	padding: 0 0 1.4em;
	border-bottom: 1px solid #ccc;
	}


ul.offerings {
	margin-bottom: 1.8em;
	padding-top: 3px;
	border-bottom: 1px solid #e5e5e5;
	}

ul.offerings dl {
	margin: 0;
	padding: 0 0 2px;
	}

ul.offerings dt {
	padding: 0;
	color: #d38600;
	}

ul.offerings dd {
	padding: 0 0 1px;
	font-size: 1em;
	}

ul.offerings dd img {
	float: left;
	margin: 4px 12px 0 0;
	}


ul.hobbies {
	margin-top: 2.5em;
	margin-left: -11px;
	padding: 20px 0 0;
	background: url(http://boyink.com/images/interface/rule-hobbies.gif) no-repeat 11px 0;
	}

ul.hobbies li {
	margin-right: 4px;
	padding: 11px;
	}

ul.hobbies li:hover {
	background: #ecf5f5;
	-moz-border-radius: 8px;	
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

ul.hobbies li ul {
	margin: 0 0 8px;
	padding: 0 0 7px;
	border-bottom: 1px solid #c0cece;
	}

ul.hobbies li li {
	margin-right: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.637;
	}

ul.hobbies li li a {
	color: #475a75;
	}

ul.hobbies dt {
	margin-bottom: 2px;
	padding-left: 2px;
	}
ul.hobbies dt img {
	margin-bottom: 8px;
	margin-left: -2px;
	}

ul.hobbies dd {
	padding-left: 2px;
	color: #878787;
	}

ul.hobbies dd p {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.637;
	}

/* @end 3 Column List
--------------------- */


/* @group Feature
============================= */

.feature {
	float: right;
	width: 275px;
	margin: 0 -12px 0 0;
	padding: 14px 0 0;
	background: url(http://boyink.com/images/interface/rule-feature.png) no-repeat 50% 100%;
	}

.feature dl {
	margin: 0;
	}

.feature dt {
	font-size: 1.8em;
	color: #e78d22;
	}
.feature dt a {
	color: #e78d22;
	}

.feature dd {
	margin: 0;
	padding: 0 0 1px;
	}

.feature dd p {
	margin: 0 0 1em;
	}

.feature a.prompt {
	margin: 16px 0 0 -4px;
	}

/* @end Feature
--------------------- */


/* @group Elsewhere
============================= */

.elsewhere {
	position: relative;
	padding: 1.6em 0 0 22px;
	}

.elsewhere dl {
	position: relative;
	margin: 0 -30px 0 0;
	}
.elsewhere dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.elsewhere dt {
	margin: 0 0 15px;
	font-size: 1.1em;
	font-weight: normal;
	color: #848484;
	}

.elsewhere dd {
	float: left;
	margin: 0 88px 0 19px;
	}


.home .elsewhere {
	clear: both;
	}

/* @end Elsewhere
--------------------- */


/* @group Form - Default
============================= */

div.form form {
	float: left;
	width: 393px;
	}

div.form h3 {
	margin: 0 0 1px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #2b2f2a;
	}

div.form form ol {
	margin: 0;
	padding: 7px 0 6px;
	}

div.form form ol li {
	margin: 0 0 5px;
	font-size: 1em;
	}

div.form label {
	width: 72px;
	margin: 0 8px 0 0;
	font-size: 1.1em;
	line-height: 1.834;
	}

div.form input[type="text"],
div.form textarea {
	width: 305px;
	padding: 5px 3px 4px;
	font-size: 1.2em;
	border: 1px solid #d6d6d6;
	color: #878787;
	background: #fff url(http://boyink.com/images/interface/bg-input-text.png) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
div.form textarea {
	height: 153px;
	background-position: 0 -61px;
	}
div.form input[type="text"]:focus,
div.form textarea:focus {
	color: #000;
	}


div.form .check {}

div.form .check label {
	width: auto;
	margin-left: 80px;
	line-height: 22px;
	}

div.form .check label input {
	float: left;
	margin-right: 5px;
	margin-left: 0;
	}

div.form .check label span {}


div.form .security {
	padding: 11px 0 0 80px;
	}

div.form .security label {
	display: block;
	float: none;
	width: auto;
	margin: 0 0 2px 2px;
	font-size: 1.1em;
	}
div.form .security label.img {
	float: right;
	margin: 0;
	}
div.form .security label.img img {
	display: block;
	border: 1px solid #916566;
	}

div.form .security input {
	width: 156px;
	padding: 8px 3px 7px;
	border-color: #916566;
	}


div.form .buttons {
	padding: 12px 0;
	border-top: 1px solid #dfdfdf;
	text-align: right;
	}
div.form .buttons input {
	float: none;
	}

/* @end Form - Default
--------------------- */


/* @group Form - Contact
============================= */

#contact-info {}

#contact-info .details {
	float: right;
	width: 155px;
	}

#contact-info dl {
	margin: 0 0 17px;
	}

#contact-info dt {
	margin: 0 0 1px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #2b2f2a;
	}

#contact-info dd {
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	color: #878787;
	}

/* @end Form - Contact
--------------------- */


/* @group Highlight
============================= */

.highlight {
	padding: 11px 14px 14px;
	background: #daebeb url(http://boyink.com/images/interface/bg-highlight.png) repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
	}

.highlight dl {
	margin: 0;
	}

.highlight dt {
	margin: 0 0 9px;
	padding: 0 0 0 28px;
	font-family: MetaPlusMedium-Roman, Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.02em;
	text-shadow: 0 1px 0 #fff;
	color: #373a36;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

.highlight dd {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.5;
	color: #2b2f2a;
	}

.highlight dd a.more {
	padding-right: 12px;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	color: #475a75;
	background: url(http://boyink.com/images/interface/ico-arrow-more.gif) no-repeat 100% 50%;
	}


#author-info dt { background-image: url(http://boyink.com/images/interface/ico-author-pencil.png); }
#teacher-info dt	{ background-image: url(http://boyink.com/images/interface/ico-author-laptop.png); }
#strategist-info dt { background-image: url(http://boyink.com/images/interface/ico-author-chart.png); }
#developer-info dt { background-image: url(http://boyink.com/images/interface/ico-author-ee.png); }
#partner-info dt { background-image: url(http://boyink.com/images/interface/ico-author-elabs.png); }

/* @end Highlight
--------------------- */


/* @group Index
============================= */

.index {
	margin: 0 0 1.8em;
	border: 1px solid #dfdfdf;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	}

.index dl {
	margin: 1px;
	padding: 13px 0 0;
	background: url(http://boyink.com/images/interface/bg-index.png) repeat-x;
	}

.index dt {
	position: relative;
	margin: 0 13px 1em;
	padding: 0 50px .667em 0;
	border-bottom: 1px solid #e5e5e5;
	color: #3a3d39;
	}

.index dt em {
	position: absolute;
	right: 0;
	margin: -1px 1px 0;
	font-size: .917em;
	font-style: normal;
	}

.index dt em a {}

.index dd {
	margin: 0;
	padding: 0 13px 1.091em;
	font-size: 1.1em;
	color: #2b2f2a;
	}

.index dd.footer {
	padding: 3px 2px 2px;
	text-align: right;
	background: #e6e7e6 url(http://boyink.com/images/interface/bg-index-footer.png) repeat-x;
	}

.index dd p {
	margin: 0;
	font-size: 1em;
	line-height: 18px;
	}

.index dd p.meta {
	font-size: .91em;
	color: #aaacaa;
	}
.index dd p.meta a {
	color: #aaacaa;
	}

.index dd ul {
	margin: -0.1em 0 0;
	list-style: none;
	font-size: 1em;
	}
.index dd li {
	margin: 0;
	font-size: 1em;
	line-height: 18px;
	}
.index dd li a {
	font-weight: bold;
	}
.index dd li .active {
	text-decoration: underline;
	}

.index .articles {
	margin: -1.091em 0 -0.728em;
	}

.index .articles li {
	padding: 11px 0 4px;
	border-top: 1px solid #e5e5e5;
	}
.index .articles li:first-child {
	border-top: 0;
	}

.index .articles li a:hover {
	text-decoration: none;
	}

.index .articles li a {
	display: block;
	}

.index .articles li a strong {
	display: block;
	}
.index .articles li a:hover strong {
	text-decoration: underline;
	}
.index .articles  li a em {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	line-height: 2;
	color: #aaacaa;
	}
.index .articles  li a:hover em {
	text-decoration: none;
	color: #777;
	}


#latest-tweet dt,
#latest-post dt {
	margin-bottom: 2px;
	padding-bottom: 0;
	border-bottom: 0;
	}

#latest-tweet dt {
	padding-left: 16px;
	background: url(http://boyink.com/images/interface/ico-twitter-bird.png) no-repeat;
	}

/* @end Index
--------------------- */


/* @group Listing
============================= */

.listing {}

.listing ol.articles {
	margin: 0;
	list-style: none;
	}

.listing ol.articles li {
	margin: 0;
	padding-top: 13px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 1em;
	}
.listing ol.articles li:first-child {
	padding-top: 0;
	}

.listing ol.articles dl {
	padding: 3px 0 4px;
	}

.listing ol.articles dt {
	margin: 0 0 2px;
	font-family: MetaPlusMedium-Roman, Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.4em;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -0.02em;
	color: #d38600;
	}

.listing ol.articles dt a {
	color: #d38600;
	}

.listing ol.articles dd {
	margin: 0;
	font-size: 1em;
	}

.listing ol.articles dd.meta {
	font-size: 1.1em;
	line-height: 16px;
	color: #878787;
	margin-bottom: 5px;;
	}

.listing ol.articles dd.figure {
	clear: both;
	margin: 2px 0 7px;
	}

.listing ol.articles dd.figure img {
	display: block;
	padding: 3px;
	border: 1px solid #d5d5d5;
	background: #fff;
	}

.listing ol.articles dd.excerpt {
	clear: both;
	color: #2b2f2a;
	}

.listing ol.articles dd.excerpt p {
	margin: 0 0 14px;
	font-size: 1.2em;
	}

.listing ol.articles dd.excerpt img {
	display: block;
	margin: 0 0 13px -4px;
	padding: 3px;
	border: 1px solid #d9d9d9;
	}

.listing ol.articles dd.excerpt blockquote {
	margin: 0 -8px .8em -5px;
	padding: 8px 17px 10px;
	background: #f0f0f0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.listing ol.articles dd.excerpt blockquote p {
	margin: 0;
	font-size: 1.4em;
	line-height: 18px;
	font-style: italic;
	color: #9d9d9d;
	}

.listing ol.articles dd.excerpt blockquote cite a {
	color: #475a75;
	}

.listing ol.articles dd.excerpt ul {
	margin: 10px 0px 20px 15px;
	}

.listing ol.articles dd.excerpt li {
	margin: 0px 0px -10px 10px;
	padding: none;
	font-size: 1.2em;
	line-height: 1.5;
	color: #2B2F2A;	
	border: none;
	}

.listing ol.nav {
	margin: 21px 0 0;
	list-style: none;
	}

.listing ol.nav li {
	float: left;
	margin: 0 4px 0 0;
	font-size: 1.1em;
	}

.listing ol.nav li.next,
.listing ol.nav li.prev {
	margin-top: -3px;
	}

.listing ol.nav li.prev {}

.listing ol.nav a {
	padding: 1px 3px;
	text-decoration: none;
	color: #2b2f2a;
	}

.listing ol.nav .current a {
	text-decoration: underline;
	color: #475a75;
	}

/* @end Listing
--------------------- */

/* @group Archives
============================= */


.listing ol.archives {
	margin: 0px 0px 0px 0px;
	list-style: none;
	}

.listing ol.archives li {
	margin: 0px 0px 15px 2px;
	font-family: MetaPlusMedium-Roman, Helvetica, 'Helvetica Neue', Arial, sans-serif;
	font-size: 1.2em;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -0.02em;
	color: #d38600;
	}

.listing ol.archives li:first-child {
	padding-top: 0;
	}

.listing ol.archives dl {
	padding: 3px 0 4px;
	}

.listing ol.archives li a {
	color: #d38600;
	}

.listing ol.archives .meta{
	font-size: .75em;
	font-weight: normal;
	line-height: 20px;
	color: #878787;
	margin: 3px 0px 5px 0px;
	}

/* @end Archives
--------------------- */

/* @group Profile
============================= */

#profile {
	position: relative;
	height: 352px;
	overflow: hidden;
	border-bottom: 4px solid #9ecacc;
	}

#profile ins {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 491px;
	height: 352px;
	background: url(http://boyink.com/images/interface/bg-slideshow.png);
	}

#profile ol {
	position: absolute;
	top: 43px;
	left: 480px;
	z-index: 4;
	width: 224px;
	margin: 0;
	list-style: none;
	}

#profile ol li {
	position: relative;
	width: 224px;
	margin: 0;
	}

#profile ol li.who { top: -11px; }


#profile ol li a {
	position: relative;
	display: block;
	height: 44px;
	line-height: 44px;
	text-indent: -9999px;
	background-image: url(http://boyink.com/images/interface/nav-profile.png);
	}

#profile ol li.who a		{ background-position: 0 0; height: 38px; line-height: 38px; top: 1px; }
#profile ol li.author a		{ background-position: 0 -66px; }
#profile ol li.teacher a	{ background-position: 0 -126px; }
#profile ol li.strategist a	{ background-position: 0 -186px; }
#profile ol li.developer a	{ background-position: 0 -246px; }
#profile ol li.partner a	{ background-position: 0 -306px; }

#profile ol li a.activeSlide {
	margin: -3px 0 -7px 0;
	padding: 3px 0 7px;
	}

#profile ol li.who a.activeSlide {
	top: 12px;
	margin: -8px 0 -7px 0;
	padding: 8px 0 7px;
	}

#profile ol li.who a.activeSlide		{ background-position: -224px -3px !important; }
#profile ol li.author a.activeSlide		{ background-position: -224px -63px !important; }
#profile ol li.teacher a.activeSlide	{ background-position: -224px -123px !important; }
#profile ol li.strategist a.activeSlide	{ background-position: -224px -183px !important; }
#profile ol li.developer a.activeSlide	{ background-position: -224px -243px !important; }
#profile ol li.partner a.activeSlide	{ background-position: -224px -303px !important; }

/* hover states */
/*
#profile ol li.author a:hover		{ background-position: -448px -66px; }
#profile ol li.teacher a:hover		{ background-position: -448px -126px; }
#profile ol li.strategist a:hover	{ background-position: -448px -186px; }
#profile ol li.developer a:hover	{ background-position: -448px -246px; }
#profile ol li.partner a:hover		{ background-position: -448px -306px; }
*/

#profile ul.slides {
	float: right;
	position: relative;
	z-index: 3;
	width: 239px;
	margin: 39px 33px 0 0;
	list-style: none;
	}

#profile ul li {
	width: 182px;
	padding: 33px 27px 16px 30px;
	font-size: 1em;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0, .15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, .15);
	box-shadow: 0 0 10px rgba(0,0,0, .15);
	}

#profile h2 {
	display: none;
	}

#profile div {
	min-height: 218px;
	padding: 0 0 1px;
	}

#profile div img {
	display: block;
	margin: 0 0 14px -3px;
	padding: 3px;
	border: 1px solid #cdcdcd;
	background: #fff;
	}

#profile div h3 {
	margin: 0 0 3px;
	font-size: 1.2em;
	color: #2b2f2a;
	}

#profile div p {
	font-size: 1.2em;
	}

#profile div a {
	font-weight: bold;
	}

#profile div ul {
	margin: -10px 0 0 15px;
	list-style: disc;
	}

#profile div li {
	width: auto;
	padding: 0;
	font-size: 1.1em;
	color: #2B2F2A;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}

#profile img.portrait {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	}

/* @end Profile
--------------------- */


/* @group Social Web
============================= */

.social-web {
	overflow: hidden;
	margin: 0;
	list-style: none;
	}

.social-web li {
	float: left;
	margin: 0 30px 0 0;
	font-family: georgia, serif;
	font-style: italic;
	color: #2b2f2a;
	}

.social-web a {
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #2b2f2a;
	background-position: 0 50%;
	background-repeat: no-repeat;
	}
.social-web a:hover {
	text-decoration: underline;
	}

.social-web .twitter a {
	background-image: url(http://boyink.com/images/interface/ico-twitter-t.png);
	}

.social-web .flickr a {
	background-image: url(http://boyink.com/images/interface/ico-flickr.gif);
	}

.social-web .linkedin a {
	background-image: url(http://boyink.com/images/interface/linkedin_17.png);
	}

/* @end Social Web
--------------------- */


/* @group Testimonial
============================= */

.testimonial {
	margin: 0 0 1.8em;
	padding: 17px 16px 13px;
	border: 2px solid #daebeb;
	background: #daebeb url(http://boyink.com/images/interface/bg-testimonial.png) repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

.testimonial blockquote {
	margin: 0;
	}

.testimonial blockquote p {
	margin: 0;
	font-size: 1.4em;
	line-height: 1.572;
	font-weight: bold;
	color: #475a75;
	}

.testimonial blockquote p cite {
	font-size: .858em;
	font-weight: normal;
	font-style: normal;
	color: #737777;
	}


.home .testimonial {
	float: left;
	width: 272px;
	}

/* @end Testimonial
--------------------- */

/* @end MODULES
--------------------- */



#flickr_flash {
	margin: 40px 0px 40px 3px;
	padding: 3px;
	border: 1px solid #d9d9d9;
	}


.listing ol.articles dd.excerpt img.fourohfour {
	border: none;
	float: right;
	background-color: none;
	padding: 0px;
	}

/* EOF */
