/* ---------------------------------------------------------- */
/*   THEME BY THERMAL EXPOSURE (www.thermalexposure.com)      */
/*   CREATED FOR COLE SMITHEY                                 */
/* ---------------------------------------------------------- */

/* ---------------------------------------------------------- */
/*   THEME STYLING BEGINS HERE                                */
/* ---------------------------------------------------------- */

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}







/* Text elements */
body, input, textarea {
	color: #3f3f3f;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
p {
	margin-bottom: 1.325em;
}
.small {
	font-size: 10px;
}
ul, ol {
	margin: 10px 0px 0em 2.5em;
	color: #000;
	line-height: 1.325;
	font-weight: 700;
	list-style-type: square;
}
ul {
	list-style: square;
}
#content li {
	margin-bottom: 1.5em;
	font-size: 80%;
	font-weight: 500;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: 700;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}




/* Forms */
form p {
	font-size: 12px;
	color: #666;
}
input {
	color: #4a4138;
	font-style: italic;
	background: #D7D0C9;
	border: 1px solid #4a4138;
	-moz-border-radius: 4px;
	border-radius: 4px;
    font-size: 14px;
    font-family: "brandon-grotesque",sans-serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .05em;
    padding: 0px 6px 0px 6px;
    margin: 0px 0px;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
}
input:focus, input:hover {
	color: #392C21;
	font-style: normal;
	background: #FAF3ED;
	-webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
}
input[type="submit"] {
	color: #faf3ed;
	background: #4a4138;
	font-style: normal;
	-webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
}
input[type="submit"]:hover {
	color: #4a4138;
	background: #eee6df;
	font-style: normal;
	-webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
}
input[type="text"], input[type="email"], input[type="password"] {
	color: #4a4138;
	background: #D7D0C9;
	height: 28px;
    min-height: 28px;
    border: 1px solid #4a4138;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
}
input[type="text"]:focus, input[type="text"]:hover,
input[type="email"]:focus, input[type="email"]:hover {
	color: #392C21;
	font-style: normal;
	background: #FAF3ED;
	-webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
}
textarea {
	padding-left: 3px;
	width: 100%;
	background: #D7D0C9;
	border: 1px solid #4a4138;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #4a4138;
    font-size: 14px;
    font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .05em;
    padding: 0px 6px 0px 6px;
    margin: 0px 0px;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
}
textarea:focus, textarea:hover {
	color: #392C21;
	font-style: normal;
	background: #FAF3ED;
	-webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    -ms-transition: background 1s ease-in-out;
    -o-transition: background 1s ease-in-out;
}
.comment-form .grayText {
    color: #392C21;
}










/* =Structure
----------------------------------------------- */
* {
	margin: 0;
}
html, body {
	height: 100%;
}

/* basic page element styling */

body {
	background-color: #ffffff;
}
.home {
	background-color: #494034;
}
@media screen and (min-width: 940px) {
	body {
		background-color: #494034;
	}
}

h1, h2, h3, h4, h5, h6 {
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
	font-weight: 400;
}

a {
	color: #900;
}

a:hover {
	color: #600;
}


/* page layout basics */

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -700px;
}
.footer, .push {
	height: 700px; /* must match container margin bottom */
}
@media screen and (min-width: 580px) {
	#container {
		margin: 0 auto -550px;
	}
	.footer, .push {
		height: 550px; /* must match container margin bottom */
	}
}
@media screen and (min-width: 730px) {
	#container {
		margin: 0 auto -420px;
	}
	.footer, .push {
		height: 420px; /* must match container margin bottom */
	}
}
#colophon {
	clear: both;
	background: #D7D0C9;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(/designdev/images/header-bg-mobile.jpg?234);
	background-size: 100% 100%;
	position: relative;
	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	box-shadow: 0px 0 5px #000000;
	padding-top: 10px;
}
@media screen and (min-width: 620px) {
	#colophon {
		background-image: url(/designdev/images/footer-bg.png);
	}
}
#copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(238, 230, 223, 0.8);
	text-align: center;
	min-height: 50px;
	line-height: 1.025em;
}
#copyright p {
	color: #392C21;
    font-size: 14px;
    font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 5px 0 5px 10px;
}
#copyright p strong {
	font-weight: 700;
}
#copyright a {
	color: #392C21;
}
#footer-content {
	/* display: inline; */
	padding: 10px;
	margin: 10px auto 10px auto;
	background-color: rgba(0, 0, 0, 0.5);
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: calc(100% - 20px);
	max-width: 960px;
	clear: both;
}
#footer-content p {
	color: #88C9F9;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 1em;
	text-shadow: 0.2em 0.2em 0.12em #000;
}
#footer-content a {
	color: #88C9F9;
	text-decoration: none;
}
#footer-extras {
	margin: 10px auto 10px auto;
	width: calc(100% - 20px);
	max-width: 960px;
	clear: both;
}


#snmbanner,
#thermalexposure {
	margin: 10px auto;
	text-align: center;
	width: 100%;
}
#kudos,
#footer-social-icons {
	text-align: center;
	width: 100%;
}
@media screen and (min-width: 600px) {
	#snmbanner {
		float: left;
		text-align: left;
		width: 50%;
	}
	#thermalexposure {
		float: right;
		text-align: right;
		width: 50%;
	}
	#kudos {
		clear: both;
		float: left;
		text-align: left;
		width: 50%;
	}
	#footer-social-icons {
		float: right;
		text-align: right;
		width: 50%;
	}
}
#kudos p,
#footer-social-icons p,
#snmbanner p,
#thermalexposure p {
	margin-bottom: 0;
}

#alpha {
	float: none;
	margin: 0 0 0 20px;
}
@media screen and (min-width: 620px) {
	#alpha {
		float: left;
	}
}

#alpha-inner {
	text-align: left;
	padding: 0 0 25px;
	margin: 0 10px;
}
@media screen and (min-width: 620px) {
	#alpha-inner {
		margin: 0 0;
	}
}

#beta {
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #eee6df;
	float: none;
}
@media screen and (min-width: 620px) {
	#beta {
		float: right;
	}
}

#beta-inner {
	padding: 0 0 25px;
	margin: 0 10px;
	text-align: center;
}
@media screen and (min-width: 620px) {
	#beta-inner {
		margin: 0 0;
	}
}

#gamma {
	float: left;
	margin: 0 0 0 20px;
}

#gamma-inner {
	padding: 0 0 25px;
}


/* container styling */

#container-inner {
	text-align: center;
}


/* banner styling */

#banner {
	width: 100%;
	height: 380px;
	margin: 0 auto;
	background: #eee6df;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: height;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: height;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: height;
	-o-transition-timing-function: ease;
	-moz-box-shadow: 0 0 5px #000000;
	-webkit-box-shadow: 0 0 5px #000000;
	box-shadow: 0px 0 5px #000000;
}
@media screen and (min-width: 405px) {
	#banner {
		background: #4a4138;
		height: 320px;
		background-repeat: no-repeat;
		background-position: top center;
		background-image: url(/designdev/images/header-bg-mobile.jpg?234);
		background-size: 100% 100%;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: height;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: height;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: height;
		-o-transition-timing-function: ease;
	}
}
@media screen and (min-width: 940px) {
	#banner {
		background-image: url(/designdev/images/header-bg.png);
		height: 157px;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: height;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: height;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: height;
		-o-transition-timing-function: ease;
	}
}

#banner a {
	/* color: #000; */
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
}

#banner-inner {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	position: static;
}

#facebook-top {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	display: none;
}
@media screen and (min-width: 405px) {
	#facebook-top {
		display: inline;
	}
}

#logo {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	top: 0px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: top;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: top;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: top;
	-o-transition-timing-function: ease;
}
@media screen and (min-width: 405px) {
	#logo {
		top: 90px;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: top;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: top;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: top;
		-o-transition-timing-function: ease;
	}
}
@media screen and (min-width: 500px) {
	#logo {
		top: 100px;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: top;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: top;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: top;
		-o-transition-timing-function: ease;
	}
}
@media screen and (min-width: 940px) {
	#logo {
		top: 0px;
		-webkit-transition-duration: 400ms;
		-webkit-transition-property: top;
		-webkit-transition-timing-function: ease;
		-moz-transition-duration: 400ms;
		-moz-transition-property: top;
		-moz-transition-timing-function: ease;
		-o-transition-duration: 400ms;
		-o-transition-property: top;
		-o-transition-timing-function: ease;
	}
}

#logo img {
	max-width: 100%;
	-webkit-filter: drop-shadow(1px 1px 1px #eee6df);
	filter: drop-shadow(1px 1px 1px #eee6df);
}
@media screen and (min-width: 500px) {
	#logo img {
		-webkit-filter: drop-shadow(0px 0px 0px #eee6df);
		filter: drop-shadow(0px 0px 0px #eee6df);
	}
}

#quick-access {
	margin: 0 auto;
	padding 10px 0;
}
@media screen and (min-width: 405px) {
	#quick-access {
		position: absolute;
		z-index: 2;
		float: right;
		clear: none;
		right: 10px;
		top: 10px;
		padding 0 0;
	}
}

.social-icons a {
	margin-left: 2px;	
}

.social-icons img {
	background-color: #fff;
}

.social-icons a img {
	opacity: 0.7;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.social-icons a:focus img,
.social-icons a:active img,
.social-icons a:hover img {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#search {
	text-align: left;
}

#search .module-header {
	display: none;
	visibility: hidden;
}
#search input[type="submit"] {
	display: none;
}
#search input[type="search"] {
    background: url("/designdev/images/search.png") no-repeat scroll 5px 5px #EEE6DF;
    width: 98%;
    height: 28px;
    min-height: 28px;
    color: #392C21;
    font-size: 14px;
    font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .05em;
    padding: 0px 6px 0px 28px;
    margin: 0px 5px;
    border: 1px solid #333333;
    -webkit-transition: background-color 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out;
    -ms-transition: background-color 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out;
}

#search input[type="search"]:focus {
	background-color: #FAF3ED;
}

#banner-header {
	color: #000;
	margin: 0;
	padding: 25px 20px 5px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1;
}

#banner-description {
	color: #333;
	margin: 0;
	padding: 5px 20px 35px;
	font-size: 18px;
	line-height: 1.125;
	font-style: italic;
}


/* navigation bar styling */

#nav {
	background-color: rgba(76, 69, 61, 0.8);
	bottom: 0;
	position: absolute;
	width: 100%;
}

#nav a {
	color: #F6EFE4;
	text-shadow: 0.2em 0.2em 0.12em #000;
}

#nav a:hover {
	color: #88C9F9;
	text-shadow: none;
	text-decoration: none;
}

.nav-list {
	list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.nav-list a{
    display:inline-block;
}

.nav-list-item {
	text-transform: uppercase;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .05em;
	float: none;
	display:inline;
}
.nav-list-item:last-child a {
	font-style: italic;
	color: #ffffff !important;
}
.nav-list-item:last-child a:hover {
	color: #88C9F9 !important;
}

.nav-list-item a {
	font-size: 18px;
	padding: 5px 15px;
}
@media screen and (min-width: 940px) {
	.nav-list-item a {
		font-size: 13px;
		padding: 12px 15px;
	}
}


/* pagebody styling */

#pagebody {
	background-color: #ffffff;
	padding: 0;
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	display: inline-block;
	-moz-box-shadow: 0 3px 5px #eee6df;
	-webkit-box-shadow: 0 3px 5px #eee6df;
	box-shadow: 0px 3px 5px #eee6df;
}

#pagebody-inner {
	background-repeat: repeat-y;
	background-position: top center;
	border-right: 1px solid #4A4138;
	border-left: 1px solid #4A4138;
	background-color: #ffffff;
}


/* entry listing and entry styling */

.content-header {
	margin: 5px 0 20px;
	font-size: 28px;
	color: #900;
}

.content-nav {
	margin: 5px 0 20px;
	text-align: justify;
	font-size: 13px;
	font-weight: 200;
}

.content-nav a {
	color: #2d2620;
	text-decoration: none;
}

.content-nav a:hover {
	color: #4a4138;
	text-decoration: underline;
}

.date-header {
	color: #666;
	margin: 5px 0;
	font-size: 10px;
}

.entry-header {
	color: #000;
	margin: 5px 0 5px;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
}

.entry-header a {
	color: #000;
	text-decoration: none;
}

.entry-header a:hover {
	text-decoration: underline;
}

.entry-content {
	margin: 5px 0px;
}
.entry-content ul {
	list-style: outside none square;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
}
.entry-body p,
.entry-body p span {
	color: #3f3f3f !important;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 300 !important;
	line-height: 1.625 !important;
	margin-bottom: 1.325em !important;
}
.entry-body h1 {
	font-size: 27px;
}
.entry-body h2 {
	font-size: 20px;
}
.entry-body h3 {
	font-size: 18px;
}
.entry-body p strong span {
	font-weight: 600 !important;
}
.entry-body table {
	width: 100% !important;
	max-width: 260px !important;
}
@media screen and (min-width: 450px) {
	.entry-body table {
		width: 100% !important;
		max-width: 560px !important;
	}
}
.entry-body div { /* Smart New Media Video Containers*/
	width: 100% !important;
	max-width: 290px !important;
}
.entry-body iframe {
	width: 100% !important;
	max-width: 290px !important;
	height: 163px;
}
.entry-body div {
	padding-left: 0 !important;
}
.entry-body div iframe {
	width: 100% !important;
	max-width: 290px !important;
	height: 163px;
}
.entry-body table iframe {
	width: 100% !important;
	max-width: 290px !important;
	height: 163px;
}
.entry-body img {
	max-width: 290px !important;
}
@media screen and (min-width: 450px) {
	.entry-body div { /* Smart New Media Video Containers*/
		max-width: 560px !important;
	}
	.entry-body iframe {
		max-width: 560px !important;
		height: 315px;
	}
	.entry-body div iframe {
		max-width: 560px !important;
		height: 315px;
	}
	.entry-body table iframe {
		max-width: 560px !important;
		height: 315px;
	}
	.entry-body img {
		max-width: 560px !important;
	}
}
#player_logo h3,
#player_logo h4 {
	font-family: "brandon-grotesque",sans-serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
}
#player_logo h4 {
	margin-top: 0 !important;
}
#player_logo a {
	color: #88C9F9 !important;
	text-decoration: none !important;
}


.entry-more-link {
	font-size: 11px;
	font-weight: bold;
}

.entry-footer {
	border-top-color: #e5e5e5;
	color: #666;
	font-size: 11px;
	margin: 10px 0px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	font-weight: normal;
}

.entry-footer a {
	color: #666;
}

.entry-footer a:hover {
	color: #333;
}

#comment-author,
#comment-email,
#comment-url,
#comment-text {
	width: 100%;
}


.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;

	margin: 0;
	padding: 5px 0;
	font-family: "brandon-grotesque",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	color: #2d2620;
}

.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	margin: 5px 0;
}

.trackbacks-info,
.trackback-footer,
.comments-info,
.comment-footer,
.comments-open-footer,
.archive-content {
	margin: 5px 0 20px;
}


.trackback-footer,
.comment-footer {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	border-top-color: #e5e5e5;
	color: #666;
	font-size: 11px;
}

.comment-footer a {
	color: #666;
}

.comment-footer a:hover {
	color: #333;
}


/* sidebar module styling */
.sidebar-header {
	font-size: 15px;
}

.module-header {
	color: #4a4138;
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	padding: 5px 0;
	font-size: 20px;
	font-weight: 400;
}

.module-header a {
	color: #4a4138;
	text-decoration: none;
}
.module-header a:hover {
	color: #4a4138;
	text-decoration: underline;
}

.module-content {
	margin: 5px 0 20px;
	font-size: 11px;
}

.module-content a {
	color: #900;
}

.module-content a:hover {
	color: #600;
}


.module-calendar {
	font-size: 11px;
}


.module-powered {
	margin: 0;
	padding: 0;
}

.module-powered .module-content {
	margin: 15px 0;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top left;	border-color: #e5e5e5;
	color: #333;
	background-color: #f3f3f3;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/gradient-bg.png);
}

.module-powered .module-content a {
	color: #333;
}

.module-photo {
	border: 0;
	background: none;
}

.module-photo .module-content {
	margin: 10px;
}

.module-photo img {
	border: 0;
}


.module-featured-photo {
	width: 415px;
}

.module-featured-photo .module-content {
	margin: 15px 0 5px;
}

.module-featured-photo img {
	width: 415px;
}


.module-recent-photos {
	border: 0;
	margin-left: 2px;
}

.module-recent-photos .module-header {
	background-image: none;
}

.module-recent-photos .module-list {
	margin: 0;
}

.module-recent-photos .module-list-item {
	width: 64px; /* mac ie fix */
	margin: 0 5px 6px 0;
	padding: 0;
	background-image: none;
}

.module-recent-photos .module-list-item a {
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	border-color: #ccc;
	background-color: #eee;
}

.module-recent-photos .module-list-item a:hover {
	border-color: #000;
}

.archive-list-item {
	margin-bottom: 5px;
}

.typelist-thumbnailed {
	margin: 0 0 20px;
}

.typelist-thumbnailed .module-list-item {
	margin: 1px 0;
	border-width: 1px;
	border-style: solid;
	padding: 0;
	background-repeat: repeat-x;
	background-position: top left;
	border-color: #e5e5e5;
	background-color: #f3f3f3;
	background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/gradient-bg.png);
	font-size: 11px;
}

.typelist-thumbnail {
	background: #f3f3f3;
}


/* one-column tweaks */

.layout-one-column #container { width: 782px; }
.layout-one-column #banner { width: 780px; }
.layout-one-column #alpha { width: 740px; }
.layout-one-column #banner { background-position: right bottom; }


/* two-column-left tweaks */

.layout-two-column-left #pagebody-inner { background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-tw.png); }
.layout-two-column-left #alpha { width: 300px; }
.layout-two-column-left #beta { width: 560px; }


/* two-column-right tweaks */

.layout-two-column-right #alpha { 
	width: 60%;
	max-width: 560px;
}

.layout-two-column-right #beta { 
	width: 30%;
	max-width: 300px; 
}


/* three-column tweaks */

.layout-three-column #pagebody-inner { background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-twt.png); }
.layout-three-column #alpha { width: 120px; }
.layout-three-column #beta { width: 400px; }
.layout-three-column #gamma { width: 300px; }


/* three-column-right tweaks */

.layout-three-column-right #pagebody-inner { background-image: url(/.shared-typepad/themes/walt/theme-asterisk_white_wide/body-bg-wtt.png); }
.layout-three-column-right #alpha { width: 400px; }
.layout-three-column-right #beta { width: 120px; }
.layout-three-column-right #gamma { width: 300px; }



/* ---------------------------------------------------------- */
/*   SIDEBAR STYLING                                          */
/* ---------------------------------------------------------- */
#beta-inner h1 {
	font-size: 22px;
	padding: 5px 0px;
}
.sidebar-image {
	height: auto;
	max-width: 100%;
	margin: 20px 0 20px 0;
}
.sidebar-image-smaller {
	height: auto;
	max-width: 50%;
	margin: 20px auto 20px auto;
}


/* ---------------------------------------------------------- */
/*   VIDEO STYLING                                            */
/* ---------------------------------------------------------- */

/* fluidvids */
.fluidvids {
    width: 100%;
    max-width: 100%;
    position: relative;
    background: none repeat scroll 0% 0% #000000;
    margin: 0 0 0 0;
}
#beta-inner .fluidvids {
    margin: 0 0 20px 0;
}
#vimeo-main-inner iframe,
#vimeo-custom-inner iframe,
#vimeo-movie-week-inner iframe,
#vimeo-classic-inner iframe,
#vimeo-throwback-inner iframe,
.fluidvids-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.video-section {
	clear: both;
}

.video-section-header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	text-align: center;
	background-color: #d7d0c9;
}
.video-section-header a {
	text-decoration: none;
}
.video-section-header h1 {
	margin-left: 20px;
	color: #3F382D;
	line-height: 31px;
	font-weight: 400;
	text-transform: uppercase;
}
.video-section-header h1 strong {
	font-weight: 700;
	color: #3F382D;
}
.vimeoBadge { 
	margin: 0 auto; 
	padding: 20px; 
	font: normal 11px verdana,sans-serif; 
	text-align: center;
	max-width: 960px;
}
.vimeoBadge img { 
	border: 0; 
	width: 280px;
}
.vimeoBadge img:hover { 
	-moz-box-shadow: 0 0 5px #eee6df;
	-webkit-box-shadow: 0 0 5px #eee6df;
	box-shadow: 0px 0px 5px #eee6df;
}
.vimeoBadge a, .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active { color: #a49a91; text-decoration: none; cursor: pointer; }
.vimeoBadge a:hover { color:#88C9F9; }
.vimeoBadge #vimeo_badge_logo { margin-top:10px; width: 57px; height: 16px; }
.vimeoBadge .credit { font: normal 11px verdana,sans-serif; }
/* .vimeoBadge .clip { padding:0; float:left; margin:0 10px 10px 0; line-height:0; } */
.vimeoBadge .clip { padding:0; margin:0 10px 10px 0; line-height:0; display:inline-block; }
.vimeoBadge.vertical .clip { float: none; }
.vimeoBadge .caption { 
	margin-top: 3px;
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 300 !important;
	line-height: 1.325 !important;

	/*font: normal 11px verdana,sans-serif;*/
	overflow:hidden; 
	width: auto; 
	height: 30px; 
	text-align: center;
	text-transform: uppercase;
}
.vimeoBadge .clear { display: block; clear: both; visibility: hidden; }
.vimeoBadge .s160 { width: 160px; } .vimeoBadge .s80 { width: 80px; } .vimeoBadge .s100 { width: 100px; } 
.vimeoBadge .s200 { 
	width: 280px; 
	vertical-align: top;
}
.statcounter {
	visibility: hidden;
	display: none;
}

/* Google Custom Search */
.gsc-results-wrapper-overlay {
	background: #EEE6DF none repeat scroll 0% 0% !important;
}
.gsc-control-cse .gsc-table-result {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* ph=1 */
