/*
-----------------------------------------------
Styles
----------------------------------------------- */

/* Reset
----------------------------------------------- */

/* general reset */
html {
	color:#999;
	background:url(../images/page/bg.png) 0 0 #000;
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{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;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
strong {font-weight: bold;}
i,em {font-style: italic;}

/* apply a natural box layout model to all elements */
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

/* stops ie 7 badly scaling images */
img { -ms-interpolation-mode: bicubic; }

/* selection highlight */
::selection { 
	background: #ccc; 
	color: #333; 
	text-shadow: none;
}
::-moz-selection { 
	background: #ccc; 
	color: #333; 
	text-shadow: none;
}

body {
	text-align: center;
	color: #afafaf;
	font: 87.5% Helvetica,"Helvetica Neue",Arial,sans-serif;
}
p {
	margin: 1em 0 0 0;
	line-height: 160%;
}
p.standfirst {
	color: #fff;
}
h1 {
	font-size: 2.714em;
	font-weight: bold;
	letter-spacing: -0.06em;
	color: #fff;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.06em;
	color: #ccc;
	margin-top: 0.5em;
}
h3, h4 {
	font-size: 1.286em;
	font-weight: bold;
	letter-spacing: -0.06em;
	color: #ccc;
	margin-top: 0.8em;
}

/* Links
----------------------------------------------- */

a {
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}


a { color: #11C1F1; text-decoration: none; }
a:link { color: #11C1F1; text-decoration: none;}
a:visited { color: #11C1F1; }
a:hover { color: #fff;}
a:active { color: #11C1F1; text-decoration: none;}

p.socialsquares a svg path, 
p.socialsquares a svg circle, 
p.socialsquares a svg polygon {
	fill: #11C1F1;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}
p.socialsquares a {
	margin: 0 10px 10px 0;
}
p.socialsquares a:hover svg path, 
p.socialsquares a:hover svg circle, 
p.socialsquares a:hover svg polygon {
	fill: #fff;
}

.unit ul {
	padding-top: 10px;
}
.unit ul li {
	line-height: 130%;
	margin-bottom: 10px;
}
#categories .columns .cat-item a {
	padding-bottom: 10px;
}

/* Forms
----------------------------------------------- */


form#mc-embedded-subscribe-form {
	width: 100%;
	float: left;
	clear: both;
	margin: 1em 0;
}

.mc-field-group {
	width: 100%;
	float: left;
	clear: both;
}
.mc-field-group label {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 5px;
}
.mc-field-group input {
	width: 100%;
	float: left;
	clear: both;
	background: #2c2727;
	border: 1px solid #fff;
	padding: 10px;
	outline: none;
	color: #fff;
	margin: 0 0 20px 0;
}

form button {
	border: none;
	background: #11C1F1;
	padding: 10px;
	border: 1px solid #11C1F1;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 20px 0;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}
form button:hover {
	background: #fff;
	color: #000;
}







/* Layout
----------------------------------------------- */

#wrapper {
	width: 95%;
	max-width: 1100px;
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 100%;
	float: left;
	padding: 0 10px;
}
a#logo {
	width: 258px;
	height: 43px;
	display: block;
	float: left;
	background: url(../images/page/duncan_cowles.png) 0 0 no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	outline: none;
	margin: 40px 0 20px 0;
}

#nav {
	width: auto;
	float: right;
	margin: 65px 0 0 0;
}
#nav li {
	font-size: 0.857em;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}
#nav li a {
	padding: 10px;
}
#nav li.current-menu-item a, #nav li.current-post-ancestor a {
	color: #fff;
}

#focus {
	width: 100%;
	float: left;
	padding: 10px;
	background: #000;
}
#focus img {
	width: 100%;
	height: auto;
}

#main {
	width: 100%;
	float: left;
}

.video-container, 
#focus .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed, 
#focus .video-container iframe,
#focus .video-container object,
#focus .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#primary {
	width: 65%;
	float: left;
	background: #000;
	padding: 20px;
}
#primary iframe,
#primary img, 
#primary object,
#primary embed {
	max-width: 100%;
}
#primary img {
	height: auto;
}
#primary img.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
#primary img.alignright  {
	float: right;
	margin: 0 0 10px 20px;
}
#secondary {
	width: 35%;
	float: left;
	padding: 10px;
}
#secondary .unit {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	background: #1b1818;
	padding: 10px;
}
#secondary .unit.first {
	background: #2c2727;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	margin: 40px 0 0 0;
	padding: 20px 20px 40px 20px;
	border-top: 1px solid #333;	
}
#footer p {
	margin:0;
}


/* Listings */

#main_listing {
	width: 100%;
	float: left;
	background: #000;
	padding: 20px;
}
#main_listing a {
	display: block;
	width: 100%;
	float: left;
}
#main_listing p {
	color: #999;
}
#main_listing img {
	float: right;
	width: 50%;
	height: auto;
	margin: 0 0 20px 20px;
}
#main_listing a h2 {
	color: #11c1f1;
	margin:0;
	font-size: 2.714em;
}
#main_listing a:hover h2 {
	color: #fff;
}
.listing {
	width: 100%;
	float: left;
	background: #000;
	padding: 0 0 20px 0;
}
.listing h2 {
	margin-left: 20px;
	margin-top: 20px;
}
.listing ul li h2 {
	margin:0;
	font-size: 1em;
}
.listing ul {
	width: 100%;
	float: left;
	padding: 0 10px;
	margin:0;
}
.listing ul li {
	width: 25%;
	float: left;
	padding: 10px;
}
.listing ul li.post-5,
.listing ul li.post-9,
.listing ul li.post-13,
.listing ul li.post-17,
.listing ul li.post-21,
.listing ul li.post-25,
.listing ul li.post-29 {
	clear: left;
}
.listing ul li a {
	display: block;
	width: 100%;
	float: left;
}
.listing ul li a h2 {
	color: #11c1f1;
}
.listing ul li a:hover h2 {
	color: #fff;
}
.listing ul li img {
	width: 100%;
	margin-bottom: 10px;
	height: auto;
}
p.date, #main_listing p.date {
	color: #333;
	margin:0;
}
#categories {
	width: 100%;
	float: left;
	padding: 20px;
	background: #060606;
	margin-top: 10px;
}
#categories .columns {
	margin-top: 20px;
	width: 33.3%;
	float: left;
	padding-right: 10px;
}
#categories .columns a {
	display: block;
	float: left;
	width: 100%;
}
.pagination {
	width: 100%;
	float: left;
	clear: both;
}
.pagination ol {
	padding: 10px;
	background: #000;
	margin-top: 10px;
	width: 100%;
	display: block;
	float: left;
	list-style: none;
}
.pagination ol li {
	float: left;
	padding: 5px;
}
.pagination ul li a {
	
}























