/* ---------------------------------------------------------
//
//  RESET
//
// -------------------------------------------------------*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	border-width: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
b,
i {
	font-style:normal;
	font-weight:normal;
}
ol,
ul {
	list-style:none;
}
caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
}

/* ---------------------------------------------------------
//
//  BASICS
//
// -------------------------------------------------------*/

@font-face {
    font-family: 'arvoregular';
    src: url('fonts/arvo-regular-webfont.eot');
    src: url('fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arvo-regular-webfont.woff2') format('woff2'),
         url('fonts/arvo-regular-webfont.woff') format('woff'),
         url('fonts/arvo-regular-webfont.ttf') format('truetype'),
         url('fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Fonts */

html, div, input, textarea {
	font-family: helvetica, arial, sans-serif, Georgia, Times, Serif;
	font-size: 1.0em;
	line-height: 1.5;
	word-spacing: 1px;
}
p {
	margin: 0 0 .8em 0;
}
em {
	font-style: italic;
}
h1 {
	font-size: 3em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 .4em 0;
	padding: 0 0 .2em 0;
	border-bottom: 3px solid #e6e6e6;
}
h2 {
	font-size: 1.5em;
	font-size: 1.5em;
	line-height: 2.5;
	margin: 0 0 .8em 0;
	border-bottom: 3px solid #e6e6e6;
	
	font-size: 1.4em;
	margin: 0 0 20px 0;
	border-width: 3px;
	color: #FC2B3B;
}
h3 {
	font-size: 1em;
	line-height: 2em;
	margin: 20px 0 5px 0;
	color: #FC2B3B;
}
h4 {
	margin: 0 0 10px 0;
}

/* Links */

a:link, a:visited, .blue {
	color: #0B6EFF;
}
a:link, 
a:visited {
	text-decoration: none;
	border-bottom: 1px solid #c5d3e7;
}
a:hover {
	color: #094791;
	/*text-decoration: underline;*/
	border-bottom: 1px solid #094791;
}
a:active {
	color: #FC2B3B;
}
a:hover img {
	vertical-align: bottom;
	border-width: 0;
}

/* Black */

.black a:link,
.black a:visited {
	color: #000;
	border-bottom: 1px solid #ccc;
}
.black a:link.image,
.black a:link.video {
	border-width: 0;
}
.black a:hover {
	color: #333;
	border-color: #333;
}
.black a:active {
	color: #ccc;
	border-color: #ccc;
}

/* Red */

.red {
	color: #FC2B3B;
}

/* Gray */

.gray {
	color: #999;
}
.gray a:link,
.gray a:visited {
	color: #999;
	border-bottom: 1px solid #ccc;
}
.gray a:hover {
	color: #555;
	border-color: #555;
}
.gray a:active {
	color: #111;
	border-color: #111;
}

/* Inputs */

.input-container {
	border: 2px solid #e7e7e7;
	background-color: #c7c7c7;
	padding: 1px;
	overflow: hidden;
}
.input-content {
	background-color: #fff;
	border: 2px solid #fff;
	padding: 4px 6px;
	overflow: hidden;
}
input.input,
textarea.input {
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	height: 22px;
	padding: 0;
	width: 100%;
	outline: none;
	background-color: transparent;
	border: 0;
	border-collapse:collapse;
	border-spacing:0;
}
.shaded {
	background-color: #f1f1f1;
}

/* Button */

.button {
	display: inline-block;
}
.button a:link,
.button a:visited {
	background-color: #0B6EFF;
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none!important;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 12px;
	font-size: 1em;
	border-width: 0;
}
.button a:hover {
	background-color: #094791;
	border-width: 0;
}

/* ---------------------------------------------------------
//
//  FRAME
//
// -------------------------------------------------------*/

.frame div {
	position: fixed;
	z-index: 999;
	background: #000;
	display: none;
}
.frame .north {
	width: 100%;
	height: 10px;
	top: 0;
}
.frame .south {
	width: 100%;
	height: 10px;
	bottom: 0;
}
.frame .east {
	width: 10px;
	height: 100%;
	right: 0;
}
.frame .west {
	width: 10px;
	height: 100%;
	left: 0;
}

/* ---------------------------------------------------------
//
//  HEADER
//
// -------------------------------------------------------*/

.header {
	overflow: hidden;
	padding: 30px;
	border-top: 3px solid #FC2B3B;
	border-bottom: 3px solid #E6E6E6;	
}
.header .logo {
	float: left;
	margin: 0 25px 0 0;
}
.header .logo a:link,
.header .logo a:visited {
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
	background-image: url(misc/27.png);
	background-position: 0 0;
	background-size: cover;
	border-width: 0;
}
.header .logo a:hover {
	background-position: 0 -70px;
	border-width: 0;
}
.header ul.nav {
	float: left;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.header ul.nav li {
	float: left;
	margin: 0 20px 0 0;
	font-size: 1.3em;
}
body#work .header ul.nav li.work a:link,
body#work .header ul.nav li.work a:visited,
body#talks .header ul.nav li.talks a:link,
body#talks .header ul.nav li.talks a:visited,
body#info .header ul.nav li.info a:link,
body#info .header ul.nav li.info a:visited,
body#news .header ul.nav li.news a:link,
body#news .header ul.nav li.news a:visited,
body#photos .header ul.nav li.photos a:link,
body#photos .header ul.nav li.photos a:visited,
body#sketchbooks .header ul.nav li.sketchbooks a:link,
body#sketchbooks .header ul.nav li.sketchbooks a:visited,
body#twentyseven .header ul.nav li.twentyseven a:link,
body#twentyseven .header ul.nav li.twentyseven a:visited {
	color: #000;
	border-bottom: 2px solid #000;
}
body#info .header ul.nav li.info a:hover {
	text-decoration: none;
}
.header ul.contacts {
	float: right;
	margin: 28px 0 0 0;
}
.header ul.contacts li {
	float: left;
	margin: 0 0 0 20px;
	line-height: 1.3;
}

/* Narrow */

@media screen and (max-width: 800px) {
	
	.header {
		padding: 20px 0px 20px 20px;
	}
	.header .logo,
	.header ul.nav,
	.header ul.contacts {
		float: left;
		/*width: 90px;*/
	}
	.header .logo {
		margin: 0 15px 0 0;
	}
	.header .logo a:link,
	.header .logo a:visited {
		background-image: url(misc/27-hires.png);
	}
	/*.header ul.nav {
		margin: 0 0px 0 0;
	}*/
	.header ul.nav {
		margin: 20px -20px 0 0;
	}
	.header ul.nav li {
		float: left;
		margin: 0 15px 0 0;
		font-size: 1.1em;
		border-right: 1px solid #E6E6E6;
		border-right-width: 0;
	}
	.header ul.contacts {
		float: left;
		margin: 5px 0 0 0;
	}
	.header ul.contacts li {
		float: none;
		font-size: .9em;
		margin: 0 0 5px 0;
	}
	
}

/* ---------------------------------------------------------
//
//  NEWS
//
// -------------------------------------------------------*/

#news ul.menu {
	padding: 30px 30px 10px 30px;
	border-bottom: 3px solid #e6e6e6;
	overflow: hidden;
	display: none;
}
#news ul.menu li {
	float: left;
	margin: 0 20px 20px 0;
}
#news h2 {
	margin: 0 0 -10px 0;
}
#news .main {
	padding-bottom: 30px;
}
#news .main ul {
}
#news .main ul li {
	margin: 0 0 10px 0;
}
#news .main ul li .title {
	line-height: 1.4em;
	margin: 0 0 0 0;
}
#news .main ul li .subtitle {
	font-size: .9em;
	display: block;
}

/* Narrow */

@media screen and (max-width: 800px) {
	
	#news ul.menu {
		padding: 0px 20px 10px 20px;
		margin: 0 0 20px 0;
		display: block;
	}
	#news ul.menu li {
		margin: 0 20px 10px 0;
	}
	
}

/* ---------------------------------------------------------
//
//  NEWSLETTER
//
// -------------------------------------------------------*/

.newsletter {
	overflow: hidden;
	padding: 30px 24px 30px 30px;
	background: #f1f1f1;
	border-bottom: 3px solid #e6e6e6;
}
.newsletter .label {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 50%;
	float: left;
}
.newsletter .label p {
	margin: 0 30px 0 0;
}
.newsletter form {
	width: 50%;
	float: left;
	margin: -8px 0;
}
.newsletter form .button {
	float: right;
	margin: 0 0 0 -4px;
}

/* Narrow */

@media screen and (max-width: 800px) {
	
	.newsletter {
		padding: 20px;
		margin: 0 0 20px 0;
	}
	.newsletter .label {
		float: none;
		width: auto;
		margin: 0 0 10px 0;
	}
	.newsletter form {
		width: auto;
		float: none;
		margin: 0;
	}
}

/* ---------------------------------------------------------
//
//  LIQUID (for work, talks)
//
// -------------------------------------------------------*/

ul.liquid {
	overflow: hidden;
	padding: 30px 15px 0 15px;
	border-bottom: 3px solid #e6e6e6;
}
ul.liquid li {
	float: left;
}
ul.liquid.liquid-5 li {
	width: 20%;
}
ul.liquid.liquid-4 li {
	width: 25%;
}
ul.liquid.liquid-3 li {
	width: 33%;
}
ul.liquid.liquid-2 li {
	width: 50%;
}

/* Items */

ul.liquid li .item {
	display: block;
	margin: 0 15px;
}
ul.liquid li .image {
	display: block;
	margin: 0 0 10px 0;
}
ul.liquid li .image img {
	width: 100%;
	min-height: 120px;
}
ul.liquid li a:hover.image {
	border-width: 0;
}
ul.liquid li a:hover.image img {
	opacity: .9;
}
ul.liquid .item .titles {
	height: 1.5em;
	overflow: hidden;
	height: 6em;
	height: 5.5em;
}
ul.liquid .item .title {
	margin: 0 0 .2em 0;
	/*font-weight: bold;*/
}
ul.liquid .item .title a:link,
ul.liquid .item .title a:visited {
	/*font-weight: bold;*/
	/*font-size: 1.1em;
	line-height: 1.2;*/
}
/*ul.liquid .item .title .gray {
	color: #FC2B3B;
}*/
ul.liquid .item .gray {
	font-size: .95em;
	font-size: .9em;
}
/*ul.liquid .item .caption {
	min-height: 70px;
}*/

/* Narrow */

@media screen and (max-width: 700px) {
	
	ul.liquid {
		margin: 0;
		padding: 0px 20px 0 20px;
		margin: 0;
	}
	ul.liquid li {
		float: none !important;
		width: auto !important;
	}
	ul.liquid li .item {
		margin: 0 0 30px 0;
	}
	ul.liquid .item .titles {
		height: auto;
	}
}

/* ---------------------------------------------------------
//
//  MAIN
//
// -------------------------------------------------------*/

.main {
	overflow: hidden;
	padding: 30px 30px 15px 30px;
	border-bottom: 3px solid #E6E6E6;
}
.main .col {
	float: left;
}
.main.cols-3 .col {
	width: 33%;
}
.main.cols-3 .col-2 {
	width: 34%;
}
.main.cols-3.big1 .col.col-1 {
	width: 40%;
}
.main.cols-2 .col.col-1,
.main.cols-2 .col.col-2 {
	width: 50%;
}
.main.cols-4 .col {
	width: 25%;
}
.main.cols-3.big1 .col.col-2,
.main.cols-3.big1 .col.col-3 {
	width: 30%;
}
.main .col .col-content {
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #E6E6E6;
	padding: 0 30px;
}
.main .col-1 .col-content {
	border-left-width: 0;
	padding-left: 0;
}
.main .col-2 .col-content,
.main .col-3 .col-content {
	margin-left: -1px;
}
.main.cols-4 .col-4 .col-content,
.main.cols-3 .col-3 .col-content,
.main.cols-2 .col-2 .col-content {
	margin-left: -1px;
	padding-right: 0;
	border-right-width: 0;
}

/* Narrow */

@media screen and (max-width: 800px) {
	
	.main {
		padding: 0 20px 20px 20px;
		margin: -3px 0 0 0;
	}
	.main .col {
		float: none;
		width: auto !important;
	}
	.main .col-1 .photo {
		margin: 0 -20px 20px -20px;
	}
	.main .col .col-content {
		padding: 0 !important;
		border-width: 0 !important;
	}
}

/* ---------------------------------------------------------
//
//  FOOTER
//
// -------------------------------------------------------*/

.footer {
	overflow: hidden;
	font-size: .8em;
	color: #999999;
	padding: 30px;
}
.footer .caption {
	float: right;
	font-size: .9em;
	color: #999999;
}

/* Narrow */

@media screen and (max-width: 750px) {
	.footer {
		padding: 25px;
	}
}

/* ---------------------------------------------------------
//
//  HOME
//
// -------------------------------------------------------*/

#home .statement {
	background: #0B6EFF;
	color: #fff;
	font-size: 1.6em;
	line-height: 1.45;
	padding: 40px 50px;
	margin: -3px 0 0 0;
	border-top: 10px solid #0C5BBA;
	border-bottom: 10px solid #0C5BBA;
	
	background-image: url(misc/cobalt.jpg);
	background-size: cover;
	border-width: 0;
	
	font-size: 1.8em;
}
#home .statement a:link,
#home .statement a:visited {
	color: #fff;
	/*text-decoration: underline;*/
	border-bottom: 1px solid #619df5;
}
#home .statement a:hover {
	text-decoration: none;
	color: #C5DFFF;
	border-color: #C5DFFF;
	color: #ffefab;
	border-color: #ffefab;
}
#home .statement p {
	max-width: 800px;
	margin: 0;
}
#home .statement .cobalt {
	border-top: 1px solid #619df5;
	color: #b6d0f7;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	font-size: .5em;
	opacity: .66;
	
	border-width: 0;
	padding: 20px 0 0 0;
	margin: 0;
	color: #fff;
}
#home .extras {
	padding: 30px;
	overflow: hidden;
	border-bottom: 3px solid #E6E6E6;
}
#home .extras ul.news {
	overflow: hidden;
}
#home .extras ul.news li {
	float: left;
	line-height: 2.2;
	margin: 0 20px 0 0;
	color: #999999;
}
#home .extras ul.news li.label {
	background: #FFEFAB;
	color: #FC2B3B;
	display: block;
	padding: 0 10px;
}

/* Narrow */

@media screen and (max-width: 800px) {
	#home .statement {
		padding: 30px 40px;
		font-size: 1.5em;
	}
}

@media screen and (max-width: 600px) {
	#home .statement {
		padding: 30px 35px;
		font-size: 1.3em;
	}
	#home .extras {
		padding: 25px 25px 10px 25px;
	}
	#home .extras ul.news li {
		float: none;
		margin: 0 0 15px 0;
		line-height: 1;
	}
	#home .extras ul.news li.label {
		display: inline-block;
		font-size: .9em;
		line-height: 2.2;
	}
	#home .statement .cobalt {
		font-size: .6em;
	}
	
}

/* ---------------------------------------------------------
//
//  INFO
//
// -------------------------------------------------------*/

#info .main {
	max-width: 1100px;
}
#info .jonathan .photo {
	margin: 0 0 20px 0;
}
#info .jonathan .photo img {
	width: 100%;
	min-height: 100px;
	background-color: #e6e6e6;
}
#info .jonathan .photo a:hover {
	border-width: 0;
}
#info .jonathan .photo a:hover img {
	opacity: .9;
}
#info .col-1 .photo-caption {
	margin: -5px 0 20px 0;
	font-size: .8em;
}
#info .input-container {
	margin: 0 0 15px 0;
}
#info ul.interviews {
	list-style: disc;
	margin: 0 0 0 20px;
	list-style: none;
	margin: 0;
}
#info ul.interviews li {
	margin: 0 0 5px 0;
	margin: 0 0 15px 0;
}
#info ul.interviews li a:link,
#info ul.interviews li a:visited {
	
}
#info ul.interviews .gray {
	font-size: .9em;
	display: block;
}
#info ul.faq li {
	margin: 0 0 1.2em 0;
}
#info ul.faq .question {
	display: block;
	line-height: 1.4;
	margin: 0 0 5px 0;
}
#info ul.faq .answer {
	font-size: .9em;
}
#info ul.introduction li {
	margin: 0 0 20px 0;
}
#info ul.introduction img {
	width: 100%;
}
#info ul.introduction .video {
	margin: 0 0 10px 0;
	display: block;
}
#info ul.introduction .title {
	margin: 0 0 .2em 0;
}
/*#info ul.introduction .title a {
	font-weight: bold;
}*/
#info ul.introduction .gray {
	font-size: .9em;
}
#info ul.introduction a:hover.video {
	border-width: 0;
	opacity: .9;
}

/* Narrow */

@media screen and (max-width: 800px) {
	#info .jonathan .photo {
		margin: 0 -20px 20px -20px;
	}
}

/* ---------------------------------------------------------
//
//  PHOTOS
//
// -------------------------------------------------------*/

#photos .main ul {
	overflow: hidden;
}
#photos .main ul li {
	float: left;
	margin: 0 30px 30px 0;
	width: 400px;
	float: none;
	width: auto;
	overflow: hidden;
}
#photos .main ul li img {
	display: block;
	float: left;
	margin-right: 10px;
}
#photos .main ul li .gray {
	font-size: .9em;
}

/* ---------------------------------------------------------
//
//  PROJECT
//
// -------------------------------------------------------*/

#project .main {
	padding-bottom: 30px;
	max-width: 1100px;
}
#project.essay .main ul.bullets {
	list-style: disc;
	margin: 0 0 20px 40px;
}
#project .col-1 .photo {
	margin: 0 0 20px 0;
}
#project .col-1 .photo img {
	width: 100%;
	/*min-height: 200px;*/
	background-color: #efefef;
}
#project .col-1 .photo a:hover {
	border-width: 0;
}
#project .col-1 .photo a:hover img {
	opacity: .9;
}
#project .col-1 .photo-caption {
	margin: -15px 0 20px 0;
	font-size: .8em;
}
#project ul.links {
	overflow: hidden;
	border-bottom: 3px solid #e6e6e6;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
#project.essay ul.links {
	border-top: 3px solid #e6e6e6;
	padding: 20px 0;
	margin: 20px 0 0 0;
	border-bottom-width: 0;
}
#project ul.links li {
	float: left;
	margin: 0 20px 0 0;
	line-height: 2.2;
	line-height: 40px;
}
#project ul.links .yellow {
	display: block;
	background-color: #FFEFAB;
	border-width: 0;
	padding: 0 10px;
}
#project ul.links a:hover.yellow {
	border-width: 0;
	background-color: #fadd63;
}
#project .col-1 ul.links {
		display: none;
	}
#project .other-title {
	display: none;
}
#project ol {
	list-style: decimal;
	margin: 0 0 0 30px;
}
#project ul.images {
	overflow: hidden;
	margin: 0 -5px;
}
#project ul.images li {
	float: left;
	width: 50%;
}
#project ul.images.cols-3 li {
	width: 33%;
}
#project ul.images.cols-1 li {
	width: 100%;
}
#project ul.images li a:link,
#project ul.images li a:visited {
	margin: 0 5px 10px 5px;
	display: block;
	border-width: 0;
}
#project ul.images li a:hover {
	border-width: 0;
}
#project ul.images li img {
	width: 100%;
	/*min-height: 100px;*/
	background-color: #efefef;
}
#project ul.images li a:hover img {
	opacity: .9;
}
#project .accolades {
	margin: 20px 0 0 0;
}
#project .accolades ul {
	list-style: disc;
	margin: 0 0 0 20px;
}
#project .accolades ul li {
	margin: 0 0 10px 0;
}
#project .accolades ul li .subtitle {
	font-size: .9em;
}

/* Narrow */

@media screen and (max-width: 800px) {
	#project .col-1 .photo {
		margin: 0 -20px 20px -20px;
	}
	#project .col-2 ul.links {
		display: none;
	}
	#project .col-1 ul.links,
	#project.essay .col-2 ul.links {
		display: block;
	}
	#project ul.links {
		border-top: 3px solid #e6e6e6;
		margin-top: 20px;
		padding: 20px 0 0px 0;
	}
	#project ul.links li {
		float: none;
		display: block;
		clear: both;
		margin: 0 0 20px 0;
		line-height: 1.5;
	}
	#project ul.links li .yellow {
		line-height: 2.2;
		display: inline-block;
	}
	#project .other-title {
		display: block;
	}
	#project .main-title {
		display: none;
	}
	#project .accolades {
		margin-bottom: 30px;
	}
}

/* ---------------------------------------------------------
//
//  SKETCHBOOKS
//
// -------------------------------------------------------*/

#sketchbooks ul.images {
	padding: 30px 30px 0 30px;
	overflow: hidden;
	border-bottom: 3px solid #e6e6e6;
}
#sketchbooks ul.images li {
	float: left;
	margin: 0 30px 30px 0;
}
#sketchbooks ul.images li a:link,
#sketchbooks ul.images li a:visited {
	display: block;
	border-width: 0;
}
#sketchbooks ul.images li a:hover {
	border-width: 0;
}
#sketchbooks ul.images li a:hover img {
	opacity: .9;
}
#sketchbooks ul.images li img {
	margin: 0 0 5px 0;
}

/* Narrow */

@media screen and (max-width: 800px) {
	
	#sketchbooks ul.images {
		padding: 20px 20px 0 20px;
	}
	#sketchbooks ul.images li {
		float: none;
		margin: 0 0 20px 0;
	}
	#sketchbooks ul.images li img {
		width: 100%;
	}
}

/* ---------------------------------------------------------
//
//  TALKS
//
// -------------------------------------------------------*/

#talks .intro {
	background: #f1f1f1;
	border-bottom: 3px solid #e6e6e6;
	padding: 30px;
}
#talks .main {
	padding-bottom: 30px;
}
#talks ul.videos {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: -40px;
}
#talks ul.liquid .item .titles {
	height: 8em;
	height: 7em;
}
#talks ul.talks .gray {
	font-size: .9em;
}

/*#talks ul.talks {
	list-style: disc;
	margin: 0 0 0 20px;
}*/
#talks ul.liquid-4 .item-9,
#talks ul.liquid-2 .item-9,
#talks ul.liquid-4 .item-10,
#talks ul.liquid-3 .item-10,
#talks ul.liquid-2 .item-10 {
	display: none;
}

/* Narrow */

@media screen and (max-width: 700px) {
	
	#talks .intro {
		padding: 20px;
		margin: 0 0 20px 0;
	}
	#talks ul.videos {
		margin-bottom: -10px;
	}
	#talks ul.liquid .item .titles {
		height: auto;
	}
}

/* ---------------------------------------------------------
//
//  SUBSCRIBE
//
// -------------------------------------------------------*/

#subscribe form {
	max-width: 500px;
	padding: 0 0 20px 0;
}
#subscribe form .input-container {
	margin: 0 0 10px 0;
}

/* Narrow */

@media screen and (max-width: 800px) {
	#subscribe .main {
		padding-top: 20px;
	}
}

/* ---------------------------------------------------------
//
//  TODAY
//
// -------------------------------------------------------*/

#today .main {
	padding: 30px;
}
#today .intro {
	padding: 30px;
	border-bottom: 3px solid #e6e6e6;
}
#today .intro .pagination {
	float: right;
}
#today ul.photos {
	overflow: hidden;
}
#today ul.photos li {
	float: left;
	margin: 0 2px 2px 0;
}
#today ul.photos li a:link img,
#today ul.photos  li a:visited img {
	display: block;
	padding: 3px;
	border: 2px solid #e6e6e6;
}
#today ul.photos li a:hover img {
	border-color: #094791;
}
#today ul.photos li .date .top,
#today ul.photos li .date .bottom {
	font-family: Arial, Verdana, San-Serif;
	position: absolute;
	font-size: 12px;
}
#today ul.photos li .date {
	position: relative;
	font-weight: bold;
}
#today ul.photos li .date .top {
	color: #fff;	
	top: -26px;
	left: 11px;
}
#today ul.photos li .date .bottom {
	color: #000;
	position: absolute;
	top: -25px;
	left: 10px;
}
#today .photo-h {
	margin: 0 0 20px 0;
}
#today .photo-v {
	float: left;
	margin: 0 20px 0 0;
}
#today .caption {
	margin: 0 0 30px 0;
}

/* Narrow */

@media screen and (max-width: 700px) {
	
	#today .intro {
		padding: 20px;
		margin: 0 0 20px 0;
	}
	#today .intro .pagination {
		float: none;
		margin: 0 0 10px 0;
	}
	#today ul.photos li {
		float: none;
		margin: 0 0 10px 0;
	}
	#today ul.photos li img {
		width: 100%;
		height: auto;
	}
	#today ul.photos li a:link img,
	#today ul.photos  li a:visited img {
		border-width: 0;
		padding: 0;
	}
	#today .photo-h img {
		width: 100%;
	}

}

/* ---------------------------------------------------------
//
//  27
//
// -------------------------------------------------------*/

#twentyseven .intro {
	padding: 30px;
	border-bottom: 3px solid #e6e6e6;
	margin: 0;
}
#twentyseven .columns {
	overflow: hidden;
	padding: 30px 0 0 0;
	border-bottom: 3px solid #efefef;
	margin-top: -31px;
	display: none;
}
#twentyseven .columns .column {
	float: left;
}
#twentyseven .columns.cols-5 .column {
	width: 20%;
}
#twentyseven .columns.cols-4 .column {
	width: 25%;
}
#twentyseven .columns.cols-3 .column {
	width: 33%;
}
#twentyseven .columns.cols-2 .column {
	width: 50%;
}
#twentyseven .columns .column .col-content {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0 0 0 -1px;
	padding: 0 30px;
}
#twentyseven .columns .column.col-1 .col-content {
	border-left-width: 0;
}
#twentyseven .columns.cols-2 .column.col-2 .col-content,
#twentyseven .columns.cols-3 .column.col-3 .col-content,
#twentyseven .columns.cols-4 .column.col-4 .col-content,
#twentyseven .columns.cols-5 .column.col-5 .col-content {
	border-right-width: 0;
}
#twentyseven .item {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	overflow: hidden;
	border-top: 1px solid #efefef;
	padding: 30px 0 0 0;
}
#twentyseven .item .image {
	background-color: #000;
	border-bottom: 1px solid #efefef;
	margin: 0 0 15px 0;
}
#twentyseven .item img {
	width: 100%;
	height: auto;
	opacity: .95;
}
#twentyseven .item .caption {
	font-size: .95em;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}
#twentyseven .item .source {
	font-size: .8em;
	line-height: 1.2em;
}

/* Narrow */

@media screen and (max-width: 600px) {
	
	#twentyseven .columns {
		margin-top: -10px;
	}
	#twentyseven .columns .column {
		float: none !important;
		width: auto !important;
	}
	#twentyseven .columns .column .col-content {
		border-width: 0px !important;
		margin: 0;
		padding: 0 20px;
	}
	#twentyseven .item {
		margin: 0 0 30px 0;
		padding: 0;
		border-width: 0;
	}
}
