/*
Theme Name: Zocalo
Theme URI: http://zocalopublicsquare.org
Author: SCVCreative
Author URI: http://scvcreative.com
Description: A custom theme created for the Zocalo website
Version: 1.0
*/

/* =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, 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;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfix {
	clear: both;
}

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

/* Font Embeds ----------------------------------------- */
@font-face {
	font-family: 'FunctionProDemi';
	src: url('fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.eot');
	src: local('☺'), url('fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.woff') format('woff'), url('fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.ttf') format('truetype'), url('fonts/functionpro_demi_macroman/FunctionPro-Demi-webfont.svg#webfontalFyZ4NE') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FunctionCapsBook';
	src: url('FunctionCaps-Book-webfont.eot');
	src: local('☺'), url('fonts/functioncaps_book_macroman/FunctionCaps-Book-webfont.woff') format('woff'), url('fonts/functioncaps_book_macroman/FunctionCaps-Book-webfont.ttf') format('truetype'), url('FunctionCaps-Book-webfont.svg#webfontuHPlF47t') format('svg');
	font-weight: normal;
	font-style: normal;
}

#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

/* Main styles ----------------------------------------------- */

body, input, textarea {
	color: #2c2c2c;
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	background: #fff url(images/page_top_bg.jpg) repeat-x;
}
a {
	color: #5291ac;
	text-decoration: none;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
p {
	margin: 8px 0px;
}

/* Common Page Structure ----------------------------------------------- */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.marginbox {
	margin: 20px 20px 0px 20px;
}
#page {
	margin: 0px auto;
	width: 982px;
}
/* Header */
header#branding {
	background: url(images/l_zocalo_head.png) no-repeat;
	margin: 0px 11px;
}
header .overnav .leftarea {
	height: 92px;
	width: 607px;
	float: left;
}
header .overnav .slogan {
	color: #ffe236;
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 165px;
	height: 62px;
	padding: 30px 15px 0px 15px;
	float: left;
}
header .overnav .logo {
	height: 92px;
	width: 158px;
	background-color: #404355;
	background-color: rgba(253,253,253,0.05);
	float: left;
}
header .overnav .logo img {
	display: block;
	margin: 25px auto 0px auto;
}

.pipesep {
	font-family: Times;
	font-size: 11px;
	padding: 0px 6px;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* Navigation */
nav#access {
	background-color: #ffe236;
	clear: both;
	display: block;
	float: left;
	height: 45px;
	width: 100%;
}
#access ul {
	font-size: 19px;
	list-style: none;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access .menu {
	margin-left: 7px;
}
#access .menu > li > a {
	padding: 12px 7px 0px 7px;
	height: 33px;
}
.home #access a {
	color: #383b4d;
}
#access a {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #baa93f;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
#access .current-menu-parent a, #access .current-post-ancestor a {
	color: #383b4d;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.333em;
	left: 0;
	width: 184px;
	z-index: 99999;
	border-left: 1px solid #fddf33;
	border-top: 2px solid #e0c698;
	border-bottom: 2px solid #e0c698;
	border-right: 1px solid #e0c698;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-color: #f9f9f9;
	background-color: rgba(254,249,228,0.95);
	border-bottom: 1px solid #ddd9c9;
	color: #595b6b;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	padding: 8px 8px;
	width: 168px;
}
#access ul li:hover > ul {
	display: block;
}
#access ul ul a:hover {
	background: #595b68;
	color: #f9f9f9;
}

nav#access .search {
	margin: 8px 7px 0px 0px;
	width: 151px;
	height: 29px;
	background: url(images/search_box_bg.png) no-repeat;
	float: right;
}
nav#access .search input[type=text] {
	width: 117px;
	font-size: 15px;
	color: #383b4d;
	background-color: transparent;
	border: 0px;
	padding: 0px 0px 0px 4px;
}
nav#access .search button {
	border: 0px;
	background: transparent;
	padding: 0px;
}
nav#access .search img {
	vertical-align: -8px;
}

/* footer */
.toplink {
	border-bottom: 1px solid #ebebeb;
	margin: 0px 4px;
}
.toplink a {
	background: #fff;
	color: #434343;
	font-size: 10px;
	font-weight: bold;
	float: left;
	display: block;
	margin-bottom: -1px;
	padding: 8px 14px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.toplink a img {
	margin-right: 3px;
}

#sitefooter {
	background: #fff url(images/page_bottom_bg.jpg) repeat-x left bottom;
}
#sitefooter .outfoot {
	background: url(images/main_bg.png) repeat-y;
	padding: 0px 11px;
	margin: 0px auto;
	width: 960px;
}
#sitefooter .footercontent {
	background: #fff;
	padding: 0px 12px 55px 0px;
}
#sitefooter .menu {
	padding-top: 30px;
}
#sitefooter small {
	font-size: 9px;
	color: #b0b0b0;
	margin-left: 6px;
}
#sitefooter ul.menu>li {
	width: 105px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: left;
}
#sitefooter ul li a {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #009db9;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
#sitefooter ul ul li {
	margin: 3px 0px;
}
#sitefooter ul ul li a {
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #404040;
	text-transform: none;
}
#sitefooter .menu-main-menu-container ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Sliding Footer */
#sliding-footer {
	z-index: 99;
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: #fff;
	background: url(images/slidefooter_bg.png) repeat;
	border-top: 2px solid #0085c4;
}
#sliding-footer .inside {
	background: url("images/main_bg_slidefoot.png") repeat-y;
	margin: 0 auto;
	width: 960px;
	padding: 0 11px 0px 11px;
	height: 46px; 
}
#sliding-footer label {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 6px 0px 6px;
	float: left;
}
#sliding-footer .sharelink {
	margin-left: 10px;
	width: 225px;
	float: left;
}
#sliding-footer .a2a_dd {
	float: left;
}
#sliding-footer .likelinks {
	width: 300px;
	margin-left: 100px;
	float: left;
}
#sliding-footer .subscribe {
	float: left;
}
#sliding-footer .inputbox {
	background-color: #fff;
	border-top: 1px solid #9e9f98;
	border-left: 1px solid #9e9f98;
	border-bottom: 1px solid #fdd694;
	border-right: 1px solid #fdd694;
	float: left;
}
#sliding-footer .subscribe input {
	background-color: #fff;
	border: 0px;
	height: 25px;
}
.subscribe input:-moz-placeholder {
	color: #555;
}
.subscribe input::-webkit-input-placeholder {
	color: #555;
}
#sliding-footer .subscribe #joinsubmit {
	background-color: #fff;
	border: 0px;
	border-left: 1px solid #fdd694;
	height: 25px;
	margin: 0px
}
#sliding-footer .followlink {
	margin-left: 4px;
	float: left;
}
#sliding-footer .followus_box {
	display: none;
	position: fixed;
	bottom: 39px;
	width: 30px;
	margin-left: 250px;
	z-index: 10;
}
#sliding-footer .followus_box img {
	display: block;
}

#outmain {
	background: url(images/main_bg.png) repeat-y;
	padding: 0px 11px;
}
#main {
	background: #fff url(images/sidebar_bg.png) repeat-y 636px 0px;
}
#primary {
	width: 636px;
	padding-bottom: 30px;
	float: left;
}
#secondary {
	width: 324px;
	float: left;
}
.catlabel {
	font-family: FunctionCapsBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #38394c;
	background: url(images/category_bg.png) repeat;
	height: 35px;
	padding: 10px 26px 0px 26px;
	margin-bottom: 20px;
}

/* Share Links */
.sharelinks {
	width: 130px;
	float: left;
}
.sharelabel {
	background-color: #cae9f7;
	color: #434343;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 10px 0px 10px;
	height: 19px;
	float: left;
}
.sharelinks .addthis_default_style .at300b, .sharelinks .addthis_default_style .at300bo, .sharelinks .addthis_default_style .at300m {
	padding: 0px;
}
.sharelinks .at300b:hover {
	opacity: 1;
}
#a2apage_PTZ { display:none !important; }
.a2a_menu, .a2a_menu_inside, .a2a_menu a, .a2a_tabs div, .a2a_menu_find_container, .a2a_menu_powered_by { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
#a2apage_dropdown {
	position: fixed !important;
	bottom: 20px;
	top: auto !important;
}

/** Related posts styles **/
#secondary .relatedlabel {
	font-family: FunctionCapsBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #38394c;
	background: url(images/related_bg.png) no-repeat;
	height: 38px;
	padding: 10px 26px 0px 46px;
	margin-bottom: 20px;
}
#secondary .allrelated a {
	text-decoration: none;
	color: #434343;
}
#secondary .allrelated .related {
	margin: 0px 0px 20px 46px;
	padding-right: 20px;
}
#secondary .allrelated .related .catlabel {
	color: #5291ac;
	font-size: 14px;
	font-weight: bold;
	background: none;
	height: auto;
	padding: 0px;
	margin-bottom: 0px;
}
#secondary .allrelated .related h1 {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-size: 19px;
	margin-bottom: 6px;
	font-weight: normal;
}
#secondary .allrelated .related h2 {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 15px;
}
#secondary .allrelated .attachment-post-thumbnail {
	display: block;
	float: none;
	margin: 8px 0px 0px 0px;
}
#secondary .allrelated .related .byline {
	margin: 8px 0px 6px 0px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#secondary .allrelated .related .byline time {
	font-weight: normal;
}
#secondary .allrelated p {
	font-size: 12px;
	margin-right: 24px;
}
#secondary .allrelated .related .readmore {
	position: relative;
	top: -15px;
}

/* home page styles */
#skyboxes {
	margin-left: 20px;
	border-bottom: 1px solid #ebebeb;
}
#skyboxes .skybox {
	background: url(images/skybox_border_bg.png) repeat-y;
	width: 295px;
	padding: 15px 0px 15px 12px;
	margin-left: 10px;
	float: left;
}
#skyboxes .skybox:first-child {
	padding-left: 0px;
	margin-left: 0px;
	background: none;
}
#skyboxes .skybox .wp-post-image {
	float: left;
}
#skyboxes .skybox .content {
	width: 182px;
	margin-left: 10px;
	float: left;
}
#skyboxes .skybox .entry-title {
	height: 60px;
	overflow: hidden;
	color: #2c2c2c;
	font-size: 17px;
	line-height: 18px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
}
#skyboxes .skybox .category {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #5291ac;
	text-transform: uppercase;
}
.home #secondary .readmore .arrow-link {
	background-color: #f2f2f2;
}
.home .category {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #f7971c;
	text-transform: uppercase;
}
.home #main {
	background-image: none;
}
.home #aroundprimary {
	background: #fff url(images/sidebar_home_bg.png) repeat-y 642px 0px;
}
.home #primary #content {
	margin-left: 20px;
}
.home .lead-story {
	margin-bottom: 20px;
	padding-right: 20px;
}
.home .lead-story .category {
	color: #52aabf;
	font-family: FunctionCapsBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 8px;
}
.home .lead-story h1 {
	font-size: 67px;
	line-height: 66px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	color: #2c2c2c;
	margin: 0px 20px 10px 0px;
}
.home .lead-story h2 {
	font-size: 20px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	color: #2c2c2c;
	margin-bottom: 10px;
}
.home #primary .lead-story .byline {
	margin-bottom: 20px;
}
.home .lead-story > p {
	font-size: 14px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	line-height: 20px;
}
.home .lead-story .readmore {
	margin-bottom: 20px;
}
.home .lead-story .readmore p {
	color: #434343;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 8px;
	float: right;
}
.home .lead-story.layout-1 .byline .sharelinks {
	float: right;
}
.home .lead-story.layout-1 .byline p {
	margin-top: 7px;
	width: 400px;
	float: left;
}
.home .lead-story.layout-2 h1 {
	margin-bottom: 14px;
}
.home .lead-story.layout-2 .leftside {
	width: 214px;
	margin-right: 12px;
	float: left;
}
.home #primary .lead-story.layout-2 .leftside .byline {
	border-bottom: 0px;
	font-size: 11px;
	margin-bottom: 4px;
}
.home .lead-story.layout-2 .rightside {
	width: 370px;
	overflow: hidden;
	float: left;
}
.home .lead-story.layout-2 .readmore {
	margin-top: 10px;
}
.home .lead-story.layout-3 .entry-title {
	margin-bottom: 10px;
}
.home .lead-story.layout-3 .leftside {
	width: 310px;
	overflow: hidden;
	margin-right: 15px;
	float: left;
}
.home .lead-story.layout-3 .rightside {
	width: 270px;
	float: left;
}
.home #primary .lead-story.layout-3 .rightside .byline {
	border-bottom: 0px;
	font-size: 11px;
	margin-bottom: 4px;
}
.home .lead-story.layout-3 .readmore {
	margin-top: 6px;
}
.home .lead-story.layout-4 .media {
	margin: 14px 0px;
}
.home .lead-story.layout-4 .readmore {
	margin-top: 20px;
}
.home .full-lead {
	background-color: #fff;
	margin-left: 20px;
}
.home .lead-story.layout-5 h1 {
	margin-bottom: 15px;
}
.home .lead-story.layout-5 h2 {
	margin: 20px 0px 15px 0px;
}
.home .lead-story.layout-5 .byline {
	border-bottom: 0px;
	font-size: 11px;
	margin-bottom: 4px;
}
	
.home .featured {
	width: 290px;
	min-height: 400px;
	padding-right: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	float: left;
}
.home #content .featured:nth-child(even) {
	border-right: 1px solid #ececec;
}
.home .featured h2.entry-title {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	font-size: 21px;
	color: #2c2c2c;
	margin-bottom: 6px;
	min-height: 50px;
}
.home .featured .photo {
	margin-bottom: 11px;
}
.home .featured .byline {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
}
.home .featured p {
	font-size: 12px;
	line-height: 15px;
	width: 260px;
	margin: 0px;
}
.home .featured .readmore {
	position: relative;
	top: -10px;
}
.home #secondary {
	width: 310px;
	margin-left: 6px;
}
.home #secondary h1 {
	background: url(images/sidebar_header_bg.png) repeat-y;
	color: #38394c;
	font-size: 19px;
	font-family: FunctionCapsBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 15px 0px 15px 35px;
}
.home #secondary article {
	margin: 25px 0px 0px 35px;
}
.home #secondary article.sidebar-top-article {
	margin: 0px;
	padding: 25px 0px 20px 35px;
	background: #fff url(images/skybox_border_bg.png) repeat-y;
}
.home #secondary article.home-sidebar .entry-title {
	color: #2c2c2c;
	margin-right: 25px;
}
.home #secondary article.home-sidebar .entry-sub-title {
	color: #7f7f7f;
	margin-right: 25px;
}
.home #secondary article.home-sidebar .byline {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 25px;
	margin-bottom: 5px;
}
.home #secondary article.home-sidebar p {
	font-size: 12px;
	margin-right: 32px;
}
.home #secondary .home-sidebar .readmore .arrow-link {
	background-color: #fff;
}
.home #secondary article.sidebar-bottom-article {
	margin: 35px 12px 0px 15px;
	padding: 18px;
	background: #fff;
	border: 1px solid #ebebeb;
}
.home #secondary article.home-sidebar .category {
	margin-top: 12px;
}
.home #secondary article.home-sidebar .entry-title {
	margin-top: 8px;
	margin-bottom: 8px;
}
.home #secondary article a {
	color: #2c2c2c;
}
.home #secondary article time {
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.home #secondary article h2.entry-title {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	font-size: 18px;
	margin-top: 12px;
}
.home #secondary article h3.entry-sub-title {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	font-size: 18px;
	color: #818181;
	margin-bottom: 8px;
}
.home #secondary article .attachment-post-thumbnail {
	width: 85px;
	min-height: 20px;
	margin-right: 6px;
	float: left;
}
.home #secondary article .excerpt {
	font-size: 12px;
	line-height: 15px;
	width: 150px;
	float: left;
}
.home #secondary article .excerpt p {
	margin-top: 0px;
}
.home #secondary article .readmore {
	margin-right: 10px;
	position: relative;
	top: -8px;
}
.home #secondary .seeupcoming {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	margin-left: 35px;
	color: #5291ac;
}

.home #secondary .widget_twitter {
	margin: 25px 20px 0px 35px;
}
.home #secondary .widget_twitter h3 {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #858c4c;
	margin-bottom: 6px;
}
.home #secondary .widget_twitter li {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin: 0px 0px 17px 0px;
}
.home #secondary .widget_twitter .entry-content {
	margin: 0px;
	display: block;
}
.home #secondary .widget_twitter a {
	color: #040404;
}
.home #secondary .widget_twitter .time-meta {
	margin-top: 10px;
	padding-top: 6px;
	border-top: 1px dotted #c1c1c1;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
}
.home #secondary .widget_twitter .from-meta {
	display: none;
}
.home #secondary .affiliate {
	background: #fff url(images/skybox_border_bg.png) repeat-y;
	margin-top: 40px;
	padding: 25px 0 20px 35px;
}
.home #secondary .affiliate h3 {
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}
.home #secondary .affiliate h2 a {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-size: 22px;
	color: #f7971c;
}
.home .homebottom .about {
	background-color: #f4f1ea;
	padding: 25px 12px 10px 12px;
	margin-left: 3px;
	width: 610px;
	float: left;
}
.home .homebottom .about .category {
	margin-bottom: 10px;
}
.home .homebottom .about .leftside {
	width: 300px;
	float: left;
}
.home .homebottom .about .rightside {
	width: 300px;
	float: left;
}
.home .homebottom .about .rightside p {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	line-height: 19px;
	margin-bottom: 20px;
}
.home .homebottom .about .readmore {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #5291ac;
}
.home .homebottom .about .readmore div {
	margin-top: -4px;
}

.home .homebottom .about .readmore .arrow-link {
	background-color: #f4f1ea;
}
.home .theshot {
	width: 602px;
	margin-bottom: 30px;
}
.home .theshot .meta {
	margin-top: 8px;
}
.home .theshot .category {
	font-size: 24px;
	float: left;
}
.home .theshot .controls {
	float: right;
}
.home .theshot .caption {
	font-size: 12px;
}
.home .type-videos {
	margin-bottom: 40px;
}
.home .type-videos .caption {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}

.home .homebottom .funderbox {
	margin: 17px 0px 0px 40px;
	width: 260px;
	float: left;
}
.funderbox .category {
	margin-bottom: 20px;
	float: left;
}
.funderbox .paging {
	float: right;
}
.funderbox .slides_container {
	width: 250px;
	height: 230px;
}
.funderbox .slides_container .funder {
	width: 250px;
	height: 230px;
	display: block;
}
.funderbox .funder .photo {
	width: 250px;
	height: 170px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	display: table-cell;
	vertical-align: middle;
}
.funderbox .funder .photo img {
	display: block;
	margin: auto;
}
.funderbox .funder .name {
	margin-top: 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5291ac;
}

/* common post styles */
#nav-below .nav-previous, #nav-below .nav-next {
	margin-top: 18px;
	width: 55px;
	float: right;
}
#nav-below .nav-previous a, #nav-below .nav-next a {
	color: #434343;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
#nav-below .nav-previous a img, #nav-below .nav-next a img {
	margin: 0px 4px;
}
.readmore {
	border-bottom: 1px dotted #c1c1c1;
}
.readmore .arrow-link {
	background: #fff url("images/line_right_more.png") repeat-y;
	width: 20px;
	height: 30px;
	margin-bottom: -1px;
	margin-left: 15px;
	float: right;
}
.readmore .arrow-link img {
	display: block;
	margin: 11px 0px 0px 7px;
}

.entry-header .entry-title {
	font-size: 46px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	margin: 0px 0px 7px 20px;
	color: #2c2c2c;
}
.entry-header .entry-sub-title {
	font-size: 20px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	color: #2c2c2c;
	margin: 0px 0px 20px 20px;
}
.entry-content {
	margin: 20px 20px 0px 20px;
}
.entry-content > p, .contentblock > p, .content > p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
}
.entry-content h3 {
	font-size: 22px;
	color: #3f85a9;
}
.entry-content img {
	max-width: 600px;
}
.wp-caption{
	position: relative;
}
p.wp-caption-text {
	position: absolute;
	left: 0%;
	right: 0%;
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
	background: rgba(0,0,0);
	background: rgba(0,0,0, 0.8);
	color: #fff;
	font-style: bold;
	font-size: 11px;
	bottom: 0%;
}
.entry-content .story-nav {
	background: url(images/paging_bg.png) repeat-x;
	height: 29px;
	margin-top: 40px;
}
.entry-content .story-nav .paging-links {
	float: left;
}
.entry-content .story-nav .paging-links span {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 70px;
	margin: 7px 0px 0px 18px;
	float: left;
}
.entry-content .story-nav .page-link {
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	margin: 2px 1px 0px 0px;
	height: 22px;
	width: 27px;
	background-color: #fff;
	text-align: center;
	float: left;
}
.entry-content .story-nav a .page-link {
	color: #86969d;
	background-color: #e5f4fb;
}
.entry-content .story-nav #nav-single {
	float: right;
}
.entry-content .story-nav #nav-single a img {
	vertical-align: -3px;
	margin-right: 4px;
}
.entry-content .story-nav #nav-single span {
	float: left;
}
.entry-content .story-nav #nav-single a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #434343;
	background-color: #e5f4fb;
	height: 21px;
	width: 63px;
	padding: 5px 0px 0px 7px;
	margin: 2px 2px 0px 0px;
	display: block;
}
.entry-content .sidebar_left {
	width: 133px;
	float: left;
}
.entry-content .sidebar_left .photo {
	margin-bottom: 167px;
}
.entry-content .sidebar_left .text {
	color: #5291ac;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
}
.entry-content .content {
	width: 435px;
	margin-left: 25px;
	float: left;
}
.single .entry-meta {
	background-color: #f5fafc;
}
.metabox {
	padding: 15px 20px;
}
.metabox.photo, .metabox.tags, .metabox.editor {
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
}
.metabox.photo, .metabox.editor {
	border-bottom: 1px dotted #c1c1c1;
}
.entry-meta .metabox:last-child {
	border-bottom: 0px;
}
#disqus_thread {
	margin: 25px 20px 10px 20px;
}

/* Single post styles */
.single .attachment-large {
	margin-bottom: 20px;
}
.single .entry-content .byline, .home .lead-story .byline {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #c1c1c1;
	margin: 10px 6px 10px 0px;
}
.single .entry-content .byline p {
	margin-top: 7px;
	width: 400px;
	float: left;
}
.single .entry-content .byline .sharelinks {
	float: right;
}

/* category list page */
.category .thumb {
	margin-left: 20px;
	margin-bottom: 20px;
}
.category .entry-summary {
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 8px;
}
.category .entry-meta {
	margin-left: 20px;
}
.entry-meta .byline {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #c1c1c1;
	margin: 10px 6px 10px 0px;
}
.category .entry-meta .byline p {
	margin-top: 8px;
	float: left;
}
.category .entry-meta .byline .readmore {
	border-bottom: 0px;
	color: #2c2c2c;
	font-weight: bold;
	float: right;
}

/* Additional post list styles */
.more-label {
	margin: 45px 4px 0px 4px;
}
article.category-item {
	margin-left: 4px;
}
article.category-item .contentside {
	display: block;
	padding: 20px 0px;
	width: 611px;
	border-bottom: 1px dotted #c1c1c1;
	background: url(images/line_right_more.png) repeat-y top right;
	float: left;
}
.category-item .arrow-link {
	background: #fff url(images/arrow_right_gold.png) no-repeat center center;
	width: 20px;
	height: 150px;
	float: right;
}
article.category-item:nth-child(odd) .contentside {
	background-color: #eaf7ea;
}
article.category-item a {
	text-decoration: none;
	color: #434343;
}
article.category-item div.attachment-post-thumbnail {
	margin-left: 15px;
	width: 180px;
	min-height: 100px;
	float: left;
}
article.category-item .article-summary {
	width: 390px;
	font-size: 12px;
	line-height: 16px;
	float: left;
}
article.category-item .article-summary p {
	margin: 0px;
}
article.category-item .article-summary header h1 {
	margin: 0px 0px 5px 0px;
	font-size: 17px;
	font-weight: bold;
}
article.category-item .article-summary header h2 {
	margin: 0px;
	font-size: 15px;
}
article.category-item .article-summary header .byline {
	margin: 5px 0px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Page not Found */
.error404 .entry-content {
	padding-top: 20px;
	font-size: 19px;
	min-height: 300px;
}
.searchbox {
	width: 360px;
	height: 27px;
	background-color: #ffffe8;
	border: 1px solid #d3d4c5;
	border-bottom-color: #f4f1b7;
	border-right-color: #fbf66a;
	float: left;
}
.searchbox input[type=text] {
	width: 330px;
	margin-left: 5px;
	font-size: 15px;
	color: #434343;
	background-color: transparent;
	border: 0px;
}
.searchbox button {
	border: 0;
	background: transparent;
	padding: 0px;
}
.searchbox input[type=image] {
	vertical-align: -8px;
}
.search .searchheader {
	margin: 0px 0px 15px 12px;
}
.search #nav-below {
	margin: 10px 0px 0px 12px;
}
.search article.category-item div.attachment-post-thumbnail {
	width: 100px;
}
.search .article-summary {
	width: 485px;
}
.search .byline a {
	color: #5291ac;
}
.search article.category-item {
	border-bottom: 1px dotted #c1c1c1;
}
.search article.category-item .contentside {
	padding: 12px 0px;
	border-bottom: 0px;
}
.search .category-item .arrow-link {
	height: 124px;
}

/* Event Page */
.post-type-archive-event #main {
	background: #fff;
}
.post-type-archive-event #primary {
	width: 100%;
}
.post-type-archive-event .first-post header {
	background-color: #fff;
	padding-bottom: 20px;
}
.post-type-archive-event .eventlist {
	background: url(images/sidebar_event_bg.png) repeat-y top right;
}
.post-type-archive-event .first-post .sidebar {
	width: 275px;
	padding: 30px 24px 10px 25px;
	float: right;
}
.post-type-archive-event .first-post .sidebar .reservationbtn {
	background: #383b4d url(images/btn_reservation_bg.png) repeat-x;
	border-top: 1px solid #7f818d;
	border-right: 1px solid #191919;
	border-bottom: 1px solid #191919;
	border-left: 1px solid #7f818d;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	color: #ffe337;
	font-size: 20px;
	padding: 5px 10px 0px 10px;
	height: 31px;
}
.post-type-archive-event .first-post .sidebar .reservationbtn img {
	vertical-align: 3px;
}
.post-type-archive-event .first-post .sidebar .reserve_info {
	margin: 15px 0px 50px 0px;
}
.post-type-archive-event .first-post .sidebar .sponsor {
	border-top: 1px dotted #c1c1c1;
	padding-top: 10px;
	margin-top: 30px;
	text-align: center;
}
.post-type-archive-event .first-post .sidebar .sponsor strong {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.post-type-archive-event .first-post .sidebar .sponsor img {
	/*border: 1px solid #ebebeb;*/
}
.post-type-archive-event .first-post header time {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
}
.post-type-archive-event .first-post header .location {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #858c4c;
	font-size: 30px;
	text-transform: uppercase;
	margin-left: 20px;
}
.post-type-archive-event .first-post header h3 {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	font-size: 24px;
	margin-left: 20px;
}
.post-type-archive-event .first-post .entry-content .locationside {
	font-size: 12px;
	width: 200px;
	float: left;
}
.post-type-archive-event .vert.first-post .locationside .wp-post-image {
	margin-bottom: 30px;
}
.post-type-archive-event .first-post .entry-content .locationside strong {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.post-type-archive-event .first-post .entry-content .locationside .address {
	line-height: 20px;
}
.post-type-archive-event .first-post .entry-content .locationside .info {
	line-height: 20px;
	margin-top: 10px;
}
.post-type-archive-event .first-post .entry-content .locationside .links {
	line-height: 20px;
	margin-top: 20px;
}
.post-type-archive-event .first-post.horz .entry-content .locationside .links {
	margin-top: 10px;
}
.post-type-archive-event .first-post .entry-content .locationside a {
	font-weight: bold;
}
.post-type-archive-event .first-post .entry-content .contentside {
	width: 355px;
	border-left: 1px dotted #c1c1c1;
	margin-left: 15px;
	padding-left: 15px;
	float: left;
}
.post-type-archive-event .first-post .locationside #map_canvas {
	margin: 10px 0px;
	width: 196px;
	height: 135px;
}
.post-type-archive-event .first-post .contentside #map_canvas {
	margin-top: 50px;
	width: 360px;
	height: 250px;
}
.post-type-archive-event .attachment-large {
	margin: 0px 0px 20px 20px;
}
.post-type-archive-event .entry-content, .post-type-archive-event .entry-meta, .post-type-archive-event .entry-footer {
	width: 590px;
}
.post-type-archive-event .entry-meta {
	margin-left: 20px;
}
.post-type-archive-event .more-label {
	width: 575px;
}
.post-type-archive-event .entry-content .presented {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	font-size: 17px;
	color: #868c4c;
	margin-bottom: 10px;
}
.post-type-archive-event .entry-content .moderated {
	padding-bottom: 25px;
	border-bottom: 1px dotted #c1c1c1;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	font-size: 17px;
	margin-bottom: 30px;
}
.post-type-archive-event .vert .entry-content .moderated {
	margin-bottom: 10px;
}
.post-type-archive-event .vert .contentside p {
	margin-top: 0px;
}

.post-type-archive-event article.first-post {
	width: 100%;
}
.post-type-archive-event article {
	width: 627px;
}
.post-type-archive-event article .article-summary time {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.post-type-archive-event article.category-item .contentside {
	background-color: #fff;
	width: 605px;
	height: 163px;
}
.post-type-archive-event article.category-item .arrow-link {
	height: 203px;
}

.post-type-archive-event article.category-item:nth-child(2n+2) .contentside {
	background-color: #eaf7ea;
}
.post-type-archive-event .eventlist nav {
	width: 636px;
}

/* Up For Discussion Styles */
.upfordiscussion .leftside {
	width: 271px;
	float: left;
}
.upfordiscussion .attachment-discussion-main {
	margin-bottom: 30px;
}
.upfordiscussion .leftside .discussion-links {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.upfordiscussion .leftside .discussion-links .photo {
	width: 58px;
	height: 50px;
	overflow: hidden;
	float: left;
}
.upfordiscussion .leftside .discussion-links .photo img {
	margin-top: -5px;
}
.upfordiscussion .leftside .discussion-links h1 {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #878d4d;
	width: 200px;
	float: left;
}
.upfordiscussion .leftside .discussion-links h2 {
	color: #040404;
	width: 200px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}
.upfordiscussion .rightside {
	width: 290px;
	border-left: 1px dotted #5796b1;
	margin-left: 16px;
	padding-left: 16px;
	padding-bottom: 10px;
	float: left;
}
.upfordiscussion .rightside p {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 20px;
}
.upfordiscussion .rightside p:first-child {
	margin-top: 0px;
}
.upfordiscussion .discussion {
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.upfordiscussion .discussion:last-child {
	border-bottom: 0px;
}
.upfordiscussion .discussion h1 {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #878d4d;
	font-size: 19px;
}
.upfordiscussion .discussion h2 {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	font-size: 32px;
	margin-bottom: 20px;
}
.upfordiscussion .discussion .photo {
	width: 140px;
	float: left;
}
.upfordiscussion .discussion .disc-cont {
	font-family: Georgia, serif;
	line-height: 19px;
	width: 420px;
	border-left: 1px dotted #f8981d;
	margin-top: 0px;
	margin-left: 14px;
	padding-left: 14px;
	float: left;
}
.upfordiscussion .discussion .bio {
	font-size: 14px;
	line-height: 22px;
	padding: 14px;
	margin-top: 20px;
	background-color: #f8f6f4;
}

/* Squaring Off Styles */
.squaringoff .rail {
	width: 140px;
	float: left;
}
.squaringoff .rail .photo {
	margin-bottom: 30px; 
}
.squaringoff .rail .photo p {
	font-size: 12px;
	margin-top: 8px;
}
.squaringoff .rail .quote {
	margin-top: 20px;
	color: #5291ac;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
}
.squaringoff .questions {
	width: 420px;
	border-left: 1px dotted #f8981d;
	margin-left: 14px;
	padding-left: 20px;
	float: left;
}
.squaringoff .questions .question, .squaringoff .questions .number {
	color: #3f85a9;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	font-size: 19px;
}
.squaringoff .questions .number {
	width: 20px;
	float: left;
}
.squaringoff .questions .besidenum {
	width: 400px;
	float: left;
}
.squaringoff .questions .question {
	margin-bottom: 15px;
}
.squaringoff .questions .answer {
	font-size: 15px;
	font-family: Georgia, serif;
	margin-bottom: 30px;
}

/* In the Green Room */
.thegreenroom .entry-content .contentbox {
	color: #3f85a9;
	font-size: 20px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	margin-bottom: 20px;
}
.thegreenroom .questionbox {
	border-bottom: 1px dotted #c1c1c1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.thegreenroom .questionbox .qprefix {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cc3500;
	font-size: 17px;
	width: 35px;
	float: left;
}
.thegreenroom .questionbox .question {
	font-family: Georgia, serif;
	font-size: 15px;
	font-weight: bold;
	width: 550px;
	margin-bottom: 6px;
	float: left;
}
.thegreenroom .questionbox .answer {
	font-family: Georgia, serif;
	font-size: 15px;
	width: 550px;
	float: left;
}
/* Drinks With */
.drinkswith .polaroid {
	background: url(images/polaroid_bg.png) repeat;
	padding: 20px;
	height: 325px;
	width: 265px;
	margin-right: 12px;
	float: left;
}
.drinkswith .receipt {
	background: #f5f5ee url(images/receipt_bottom.png) repeat-x bottom left;
	font-family: Courier, monospace;
	line-height: 20px;
	width: 215px;
	height: 345px;
	padding: 20px 30px 0px 30px;
	float: left;
}
.drinkswith .receipt h4 {
	color: #c50000;
}
.drinkswith .customtext {
	color: #3f85a9;
	font-size: 22px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	margin: 20px 0px;;
}
.drinkswith .entry-content .byline {
	margin-bottom: 25px;
}
.drinkswith .entry-content .overpullquote, .drinkswith .entry-content .underpullquote {
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 19px;
}
.pullquote {
	font-size: 20px;
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	color: #585858;
	border-top: 1px dotted #f8981d;
	border-bottom: 1px dotted #f8981d;
	margin: 25px 0px;
	padding: 15px 0px;
}

/* The Six Point Inspection */
.the-six-point-inspection #primary {
	width: 100%;
	float: none;
}
.the-six-point-inspection .sixpoint {
	background-color: #fff;
}
.the-six-point-inspection #disqus_thread {
	width: 596px;
}
.sixpoint .entry-header {
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.sixpoint .book {
	width: 280px;
	border-left: 1px dotted #5796b1;
	margin-left: 19px;
	padding-left: 19px;
	margin-bottom: 40px;
	float: left;
}
.sixpoint .book.first-child {
	padding-left: 0px;
	margin-left: 0px;
	border-left: 0px;
}
.sixpoint .book .photo {
	text-align: center;
	min-height: 280px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}
.sixpoint .book .header {
	min-height: 120px;
}
.sixpoint .book .divider {
	border-top: 1px solid #d6d6d6;
}
.sixpoint .book .divider img {
	display: block;
	margin: -1px auto 0px auto;
}
.sixpoint h1 {
	margin: 10px 0px 8px 0px;
	font-size: 17px;
	font-weight: bold;	
}
.sixpoint h2 {
	margin-bottom: 30px;
	font-size: 14px;	
}
.sixpoint .bookpoint {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sixpoint .bookpoint h3 {
	font-size: 14px;
	color: #858c4c;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 8px;
}
/* The Six Point Inspection Listing Page */
.category-the-six-point-inspection .first-post {
	margin-right: 20px;
}
.category-the-six-point-inspection .sixpoint .entry-header {
	margin-left: 20px;
	margin-bottom: 30px;
}
.category-the-six-point-inspection .sixpoint .entry-title {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.category-the-six-point-inspection .sixpoint .photo {
	text-align: center;
	width: 198px;
	min-height: 260px;
	border-left: 1px dotted #5796b1;
	float: left;
}
.category-the-six-point-inspection .sixpoint .photo.first-child {
	border-left: 0px;
}
.category-the-six-point-inspection .sixpoint h1 {
	margin-top: 20px;
}
.category-the-six-point-inspection .sixpoint h2 {
	margin-bottom: 10px;
}
.category-the-six-point-inspection .sixpoint .bookpoint h3 {
	margin-top: 0px;
}
.category-the-six-point-inspection .bookpoint p {
	font-size: 13px;
	line-height: 19px;
	font-family: Georgia, serif;
}
.category-the-six-point-inspection .category-item .attachment-post-thumbnail {
	width: 158px;
	height: 130px;
	margin-right: 22px;
	text-align: center;
	border: 1px solid #c1c1c1;
}
.category-the-six-point-inspection .category-item .entry-title {
	margin-bottom: 6px;
}
.category-the-six-point-inspection .category-item .bookpoint p {
	font-size: 12px;
}
.category-the-six-point-inspection .category-item .bookpoint h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 4px;
	float: left;
	display: inline;
}
/* About Pages */
.page-template-page-about-php #main {
	background: url(images/about_page_bg.png) repeat-y 4px top;
}
#primary.about-page {
	padding-bottom: 0px;
}
#primary.about-page.no-sidebar {
	width: 100%;
}
#primary.about-page.has-sidebar {
	width: 641px;
}
.page-template-page-about-php #secondary {
	width: 311px;
}
.page-template-page-about-php .toplink.no-sidebar {
	background: url(images/bg_white.png) repeat-y 200px top;
}
#primary.about-page.no-sidebar .entry-content {
	margin-left: 0px;
	margin-right: 0px;
	min-height: 200px;
}
.about-container {
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	border-left: 4px solid #fff;
}
.page-template-page-about-php .headerimg img {
	display: block;
}
.about-page .menu-about-container {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	width: 136px;
	margin: 20px 5px 10px 11px;
	float: left;
}
.about-page .menu-about-container li {
	margin-bottom: 10px;
}
.about-page .menu-about-container a {
	color: #979797;
}
.about-page .menu-about-container .current-menu-item a {
	color: #434343;
}
.about-page .page-content {
	width: 800px;
	float: left;
}
.about-page.no-sidebar .page-content {
	background-color: #fff;
}
.about-page.has-sidebar .page-content {
	width: 489px;
}
.about-page .entry-title {
	font-family: FunctionCapsBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	background: url(images/category_about_bg.png) repeat;
	height: 45px;
	padding: 20px 26px 0px 26px;
	margin: 0px 0px 20px 0px;
}
.about-page .entry-title, .about-page .entry-title a {
	color: #9ba168;
}
.about-page .entry-title a img {
	vertical-align: 4px;
	margin-left: 8px;
}
.about-page .entry-title.no-space {
	margin-bottom: 0px;
}
.about-container #paypal_form {
	display: none;
}

.page-template-page-about-php #secondary .sidebar-title {
	font-family: FunctionCapsBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #57b6dd;
	background: url(images/about_sidebar_bg.png) repeat;
	height: 45px;
	padding: 20px 26px 0px 26px;
}
.page-template-page-about-php #secondary .sidebar-spacer {
	background-color: #fff;
	margin: 0px 0px 30px 1px;
	height: 3px;
}
.page-template-page-about-php #secondary .involved_menu {
	margin-bottom: 30px;
}
.page-template-page-about-php #secondary .involved_menu li {
	background: url(images/about_sidebar_links_bg.png) repeat-x;
	margin: 0px 0px 3px 20px;
	border: 1px solid #ffffff;
	border-color: #ffffff #ebebeb #ebebeb #ffffff;
	padding-top: 6px;
	width: 245px;
	height: 21px;
}
.page-template-page-about-php #secondary .involved_menu li a {
	color: #2d2d2d;
	font-size: 15px;
	font-weight: bold;
	padding-left: 30px;
	background: url(images/arrow_right_gold.png) no-repeat 10px 5px;
}

.about-page .entry-content p {
	font-family: Georgia, serif;
	font-size: 15px;
}
.about-page .mission {
	border-top: 1px dotted #c1c1c1;
	border-bottom: 1px dotted #c1c1c1;
	margin: 17px 0px;
	padding: 15px 0px;
	font-family: FunctionCapsBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.about-page .mission .title {
	color: #f6961b;
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.about-page .mission .text {
	color: #9ba168;
	font-size: 29px;
	text-transform: uppercase;
}

.about-page .staffarea, .about-page .internarea, .about-page .contribarea {
	margin-left: 20px;
	margin-right: 20px;
}
.about-page .staffarea {
	background: url(images/gray_pixel.png) repeat-y 380px top;
	margin-top: -20px;
	padding-top: 20px;
}
.about-page .staff {
	width: 360px;
	border-bottom: 1px dotted #c1c1c1;
	min-height: 185px;
	margin-bottom: 20px;
	float: left;
}
.about-page .staff:nth-child(odd) {
	margin-right: 40px;
	clear: left;
}
.about-page .staff:nth-last-of-type(1), .about-page .staff:nth-last-of-type(2) {
	border-bottom: 0px;
}
.about-page .staff h3 {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ac0020;
	font-size: 17px;
	text-transform: uppercase;
}
.about-page .staff .title {
	min-height: 13px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 10px;
}
.about-page .staff .photo {
	width: 80px;
	float: left;
}
.about-page .staff .bio {
	font-size: 11px;
	width: 275px;
	float: left;
}
.about-page .intern {
	width: 130px;
	margin: 10px 6px 20px 0px;
	float: left;
}
.about-page .intern .name {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.about-page .contributor {
	width: 240px;
	padding: 20px 10px 20px 0px;
	float: left;
}
.about-page .seperator {
	border-bottom: 1px solid #ebebeb;
}
.about-page .contributor .name {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.about-page .contributor .title {
	text-transform: uppercase;
	font-size: 10px;
}

.about-page .contact-page {
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.about-page .contact-page .contact-form {
	padding: 30px 0px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #c1c1c1;
}
.about-page .contact-page .contact-form p {
	margin: 6px 0px;
}
.about-page .contact-page .contact-form textarea {
	width: 400px;
}
.about-page .contact-page form.sent .contact-form p, .about-page .contact-page form.sent #recaptcha_widget_div {
	display: none;
}
.page-template-page-about-php #secondary h2 {
	font-family: FunctionCapsBook, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #57b6dd;
	text-transform: uppercase;
	margin: 25px 20px 10px 20px;
}
.page-template-page-about-php #secondary p {
	line-height: 20px;
	margin: 0px 20px 10px 20px;
	width: 200px;
}
.page-template-page-about-php #secondary p a {
	font-weight: bold;
	color: #2c2c2c;
}
.page-template-page-about-php #secondary .sociallist {
	margin-top: 30px;
}
.page-template-page-about-php #secondary .sociallist li {
	margin-left: 20px;
	padding: 0px 0px 8px 24px;
}
.page-template-page-about-php #secondary .sociallist li a {
	color: #2c2c2c;
	font-size: 15px;
	font-weight: bold;
}
.page-template-page-about-php #secondary .sociallist li.facebook {
	background: url(images/icon_facebook.png) no-repeat 5px top;
}
.page-template-page-about-php #secondary .sociallist li.twitter {
	background: url(images/icon_twitter.png) no-repeat;
}
.page-template-page-about-php #secondary .sociallist li.youtube {
	background: url(images/icon_youtube.png) no-repeat 1px top;
}
.page-template-page-about-php #secondary .sociallist li.itunes {
	background: url(images/icon_itunes.png) no-repeat;
}
.page-template-page-about-php #secondary .sociallist li.flickr {
	background: url(images/icon_flicker.png) no-repeat 1px top;
}
.page-template-page-about-php #secondary .sociallist li.rss {
	background: url(images/icon_rss.png) no-repeat 1px top;
}
.page-template-page-about-php #secondary .sociallist li.linkedin {
	background: url(images/icon_linkedin.png) no-repeat 1px top;
}

/* Glimpse Styles */
#content .scrollgallery {
	margin-bottom: 14px;
}

#content .scrollgallery .imageareaContent .caption_container div {
	visibility: hidden;
}
#content .scrollgallery .imageareaContent .caption_container:hover div {
	visibility: visible;
}

#content .scrollgallery .imageareaContent .caption_container div {
	background-color: #000;
	background-color: rgba(0,0,0,0.80);
	color: #c1c1c1;
	font-weight: bold;
	font-size: 11px;
	padding: 14px 15px;
	left: 3px;
	right: 3px;
	bottom: 8px;
	top: auto;
	margin-top: 0px;
	white-space: no-wrap;
	overflow: hidden;
}
#content .scrollgallery .scrollGalleryHead {
	padding: 0px 8px 0px 0px;
}
#content .scrollgallery .scrollGalleryFoot {
	margin-top: -5px;
	padding: 0px 23px 0px 3px;
}
#content .scrollgallery .scrollGalleryFoot .thumbareaContent img {
	margin-right: 5px;
}
.glimpses .paging {
	float: right;
	width: 40px;
}
.glimpses .paging .prev {
	margin-right: 6px;
}
.glimpses .entry-title {
	font-size: 24px;
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.glimpses .entry-sub-title {
	font-family: 'Helvetica Light', 'Helvetica', Arial, sans-serif;
	font-weight: 100;
	font-size: 20px;
	color: #3f85a9;
	margin-bottom: 14px;
}
.glimpses .entry-meta {
	margin: 0px 20px 30px 20px;
}
.glimpses .entry-meta .byline .sharelinks {
	float: right;
}
.glimpses .entry-meta .byline p {
	margin-top: 7px;
	width: 400px;
	float: left;
}
.glimpses .entry-meta .byline p.author {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
 	width: 100%;
}
/* The Takeaway Styles */
.the-takeaway #primary {
 	width: 100%;
 	float: none;
}
.the-takeaway #primary .entry-header {
	background-color: #fff;
	padding-bottom: 10px;
}
.the-takeaway #primary .entry-content {
	margin-top: 0px;
}
.takeaway .leftwidth {
	width: 600px;
}
.takeaway .mainleft {
	float: left;
}
.takeaway .mainright {
	margin-left: 40px;
	width: 280px;
	float: left;
}
.takeaway .video {
	padding-bottom: 25px;
}
.takeaway .video .link #overlay {
	position: absolute;
	width: 280px;
	height: 158px;
	background: url('images/icon_play_video.png') no-repeat center center;
}
.takeaway .video .link img {
	display: block;
}
.takeaway h4 {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	background-color: #5291ac;
	padding: 9px;
	margin: 0px;
}
.takeaway .podcast {
	background: url(images/podcast_bg.png) repeat;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 5px;
}
.takeaway .podcast .player {
	float: left;
}
.takeaway .podcast .player-btn {
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	height: 24px;
	margin-left: 2px;
	padding-top: 5px;
	width: 30px;
	text-align: center;
	float: left;
}
.takeaway .podcast .embed {
	padding-top: 7px;
	height: 22px;
}
.takeaway .videoembed {
	overflow: hidden;
	margin-bottom: 50px;
	width: 280px;
	height: 158px;
}
.takeaway .videoembed iframe {
	width: 280px;
	height: 158px;
}
.takeaway .sidephotos {
	margin-bottom: 20px;
}
.takeaway .sidephotos .photobox {
	margin-bottom: 20px;
}
.takeaway .sidephotos .photobox p {
	font-size: 12px;
}
.takeaway .sidephotos .morephotos {
	color: #2c2c2c;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	width: 160px;
	background-color: #add5e7;
	background-image: linear-gradient(bottom, rgb(141,196,222) 21%, rgb(173,213,231) 61%, rgb(195,224,237) 81%);
	background-image: -o-linear-gradient(bottom, rgb(141,196,222) 21%, rgb(173,213,231) 61%, rgb(195,224,237) 81%);
	background-image: -moz-linear-gradient(bottom, rgb(141,196,222) 21%, rgb(173,213,231) 61%, rgb(195,224,237) 81%);
	background-image: -webkit-linear-gradient(bottom, rgb(141,196,222) 21%, rgb(173,213,231) 61%, rgb(195,224,237) 81%);
	background-image: -ms-linear-gradient(bottom, rgb(141,196,222) 21%, rgb(173,213,231) 61%, rgb(195,224,237) 81%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.21, rgb(141,196,222)),
		color-stop(0.61, rgb(173,213,231)),
		color-stop(0.81, rgb(195,224,237))
	);
}
.takeaway .sidephotos .morephotos img {
	margin: 0px 5px 0px 5px;
}
.the-takeaway #disqus_thread {
	width: 600px;
}
.takeaway footer {
	margin-left: 0px;
	margin-bottom: 30px;
}
.takeaway .bottomphotos {
	width: 610px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}
.takeaway .bottomphotos .photobox {
	width: 290px;
	height: 245px;
	overflow: hidden;
	margin: 0px 13px 13px 0px;
	float: left;
}
.takeaway .bottomphotos .photobox .head_title {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	min-height: 36px;
	padding: 9px;
	color: #fff;
	background: url(images/photo_header_bg.png) repeat;
	text-transform: uppercase;
}
.takeaway .sidebarlinks {
	margin-left: 40px;
	width: 280px;
	float: left;
}
.takeaway .sidebarlinks h3 {
	font-family: FunctionProDemi, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #868c4c;
	font-size: 15px;
	text-transform: uppercase;
}
.takeaway .sidebarlinks ul {
	margin-top: 20px;
}
.takeaway .sidebarlinks li {
	background: url(images/arrow_right_blue.png) no-repeat 0px 5px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* Video Archive */
.category-video-archive #main {
	background: #fff;
}
.category-video-archive #primary {
	width: 100%;
	float: none;
}
.category-video-archive .videoarea {
	margin: 20px;
}
.category-video-archive .videoarea .leftside {
	width: 640px;
	margin-right: 14px;
	float: left;
}
.category-video-archive .videoarea .entry-title {
	margin-left: 0px;
	font-size: 29px;
}
.category-video-archive .videoarea .entry-sub-title {
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}
.category-video-archive .videoarea .rightside {
	border-left: 1px dotted #c1c1c1;
	padding-left: 20px;
	width: 245px;
	float: left;
}
.category-video-archive .videoarea .rightside .readmore time {
	text-transform: uppercase;
	margin-top: 4px;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
.category-video-archive .videoarea .rightside .readmore .sharelinks {
	float: right;
}
.category-video-archive .videoarea .rightside .text {
	margin-top: 40px;
}
.category-video-archive .videofilters {
	margin: 20px 0px 0px 20px;
	height: 80px;
	margin-top: 
}
.category-video-archive .videofilters .filter {
	width: 130px;
	float: left;
}
.category-video-archive .videofilters .filter label {
	text-transform: uppercase;
	font-size: 10px;
}
.category-video-archive .videofilters .filter select {
	margin-top: 5px;
	font-size: 12px;
}
.category-video-archive .videolist {
	margin-left: 20px;
}
.category-video-archive .videolist .video-item {
	margin-right: 15px;
	width: 295px;
	height: 275px;
	float: left;
}
.category-video-archive .videolist .video-item .logo {
	width: 295px;
	height: 107px;
	padding-top: 60px;
	background-color: #414456;
}
.category-video-archive .videolist .video-item .logo img {
	display: block;
	margin: 0px auto;
}
.category-video-archive .videolist .video-item h1 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.category-video-archive .video-links {
	margin-top: 6px;
	font-size: 11px;
	text-transform: uppercase;
}
.category-video-archive .readmoreline .readmore {
	border-bottom: 0px;
	color: #2c2c2c;
	font-weight: bold;
	float: right;
}
.category-video-archive .readmoreline p {
	float: left;
	margin-top: 8px;
}

.category-video-archive .readmoreline {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dotted #c1c1c1;
	margin: 10px 6px 10px 0px;
}

.about-center {
	margin: 20px 0px 0px 20px;
}
.about-center h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}
.majorfund {
	margin-top: 22px;
	text-align: center;
}
.majorfund img {
	margin: 14px;
}
.alsofund {
	margin-top: 20px;
	text-align: center;
}

#gcs-widget .gsc-control-cse.gsc-control-cse-en {
	width: 97%;
}


/* Metro styles ----------------------------------------------- */

body.metro {
	background: #f2eee3 url(images/metro/metro-map-background-1265x688.jpg);
	background-position: top center; 
	background-size: 1265px 688px;
	background-repeat: repeat;
}

body.metro #top {
	background: #fff url(images/page_top_bg.jpg) repeat-x;
	height: 137px;
}
body.metro #top #top-header {
	margin: 0px auto;
	width: 982px;
	height: 137px;
}

body.metro .outtoplink {
	background: #fff;
}
body.metro #_atssh {
	background: #fff;
}

body.metro #sitefooter {
	background: transparent;
	margin-top: -1px;
}

body.metro #main-top {
	margin-top: 24px;
	width: 960px;
	height: 57px;
}
body.metro #main-top #main-top-left {
	width: 398px;
	height: 57px;
	float: left;
	overflow: hidden;
}
body.metro #main-top #main-top-right {
	background: rgba(89, 115, 0, 0.8);
	width: 562px;
	height: 57px;
	float: right;
	overflow: hidden;
}
body.metro #main-top h2 {
    color: #2c2c2c;
	margin: 12px 20px 0 70px;
    font-family: "HelveticaNeueW01-77BdCn_692722","Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 1;
}
body.metro #main-top h3 {
	color: #fff;
	margin: 16px 24px;
    font-family: "HelveticaNeueW01-77BdCn_692722","Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

body.metro #main {
	background: #fff;
	margin-top: 0;
}
body.metro #main #primary {
	width: 960px;
	padding-bottom: 30px;
	float: none;
	clear: both;
}

body.metro article.metro {
	background: #fff;
	padding: 32px 50px;
}
body.metro article.metro .entry-header .entry-title {
    margin: 0 20px 16px 20px;
    color: #2c2c2c;
    font-family: "HelveticaNeueW01-77BdCn_692722","Helvetica Neue","Helvetica",Arial,sans-serif;
    font-size: 40px;
    font-weight: 700;
}
body.metro article.metro .entry-featured {
    margin: 0 20px 0 20px;
}
body.metro article.metro .entry-share {
    margin: 0 20px 0 20px;
}
body.metro article.metro .entry-share .share {
	margin: 12px 0 12px 0;
	float: right;
}
body.metro article.metro .entry-content {
    margin: 0 10px 30px 20px;
    padding: 0 40px 0 0;
    border-right: 1px dotted #2c2c2c;
    width: 604px;
    min-height: 240px;
    float: left;
}
body.metro article.metro .entry-content h4 {
    margin: 0 0 26px 0;
    color: #437396;
    font-family: "Helvetica Light","Helvetica",Arial,sans-serif;
    font-size: 26px;
    font-weight: 700;
	text-transform: uppercase;
}
body.metro article.metro .entry-content strong,
body.metro article.metro .entry-content b {
    font-family: "Helvetica Light","Helvetica",Arial,sans-serif;
    font-weight: 700;
}
body.metro article.metro .entry-content p {
	margin: 14px 0;
    font-size: 16px;
    line-height: 26px;
}
body.metro article.metro .entry-content img {
    max-width: 821px;
}
body.metro article.metro .entry-map {
    margin: 0 0 0 20px;
    padding: 10px 0 0 0;
    width: 146px;
    float: right;
}
body.metro article.metro .entry-blue-checkered-line {
	background: #f2eee3 url(images/metro/blue-line-6x6-checkered-pattern.jpg);
	background-position: top center; 
	background-size: 6px 6px;
	background-repeat: repeat-x;
    margin: 10px 20px;
	height: 6px;
}

body.metro #related {
	padding: 0 50px;
}
body.metro #related .posts {
	margin: 0 10px;
}
body.metro #related .posts .post {
	margin: 10px 10px 20px 10px;
    width: 260px;
    min-height: 204px;
    text-align: left;
    float: left;
}

body.metro #related .posts .post .entry-header {
	min-height: 46px;
}
body.metro #related .posts .post .entry-header .entry-title {
    margin: 0 0 6px 0;
    color: #79763d;
    font-family: "HelveticaNeueW01-77BdCn_692722","Helvetica Neue","Helvetica",Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
body.metro #related .posts .post .entry-header .entry-title a {
    color: inherit;
}
body.metro #related .posts .post .entry-thumb {
    background: #eee;
    width: 260px;
    height: 160px;
}
body.metro #related .nav {
	margin: 0 20px;
}
body.metro #related .nav .left {
    float: left;
    text-align: left;
}
body.metro #related .nav .right {
    float: right;
    text-align: right;
}
body.metro #related .nav a {
    color: #7b763d;
    font-family: "FunctionCapsBook","Helvetica",Arial,sans-serif;
    font-size: 16px;
    font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
}
body.metro #related .nav p {
    font-size: 12px;
    font-weight: 500;
	line-height: 1.4;
}

span.direct-arrow {
	background: url(images/metro/directional-green-arrow-icon-26x26.png);
	background-position: top center; 
	background-size: 26px 26px;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
}
span.direct-arrow.olive16 {
	background: url(images/metro/directional-olive-arrow-icon-16x16.png);
	background-position: top center; 
	background-size: 16px 16px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
}

