/*
Theme Name: Best Met
Theme URI: http://bestmet.com/
Description: Best Met Online Publishing
Author: Wojciech Szela http://wojciechszela.com
Version: 1.0
Tags: 
*/


/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
	line-height: normal;
	margin-bottom: 0.5em;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title,
.entry-title,
.widget-title,
#home-gallery .widget-title,
#home-columnists ul,
.page-title span,
.pingback a.url {
	font-family: Georgia,Times New Roman,Times,serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.pingback p,
.reply,
.wp-caption-text,
input[type=submit],
#header .current-issue span,
#home-columnists .author,
#home-gallery .ngg-widget .description,
#sidebar .premium-features strong,
.menu-header ul li a,
.archive-intro,
.entry-content .date,
#footer,
.widget-events .more,
.widget-events .event_date
{
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
    background: #fff;
    border-top: 1px solid #7a7a7a;
}

body,
input,
textarea {
	color: #161616;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
	line-height: 1.5em;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a,
a:link {
	color:#004569;
	text-decoration: none;
}
a:visited {
	color:#004569
}
a:active,
a:hover {
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

h2, h4,
h2 a,
h2 a:link,
h4 a,
h4 a:link {
    color: #004569;
    text-decoration: none;
    font-weight: bold;
}

h2 a:hover,
h4 a:hover {
    text-decoration: underline;
}

.padder {
    padding: 10px;
}

.clear {
    clear: both;
    border-width: 0;
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    line-height: 0px;
}

.entry-content,
.entry-summary {
    font-size: 0.93em;
}

.entry-content .info {
    font-style: italic;
    color: #666;
}

/* =Structure
-------------------------------------------------------------- */

#wrapper {
    width: 974px;
    _width: 978px;
    border: 2px solid #000;
    margin: 10px auto;
}

#footer {
    width: 974px;
    _width: 978px;
    margin: 25px auto;
    font-size: 0.78em;
}

#container {
    float: left;
    margin: 0 -321px 0 0;
    width: 100%;
}

.single-issue #container {
    float: none;
    margin: 0;
}

#content {
    margin: 0 320px 0 0px;
    border-right: 1px solid #ccc;
}

.single-issue #content {
    margin: 0;
    border-width: 0;
}

#sidebar {
    float: right;
    overflow: hidden;
    width: 320px;
    border-left: 1px solid #ccc;
}

/* =Header
-------------------------------------------------------------- */

#branding {
    height: 120px;
    position: relative;
}

#header-ad {
    position: absolute;
    top: 0;
    right: 0;
    width: 185px;
    height: 90px;
   /* background-color: #f9f9ff; */
}

#header-tools {
    padding: 10px;
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 2em;
    min-height: 2em;
    height: 2em;
    max-height: 2em;
}

#header .search {
    width: 300px;
    border-right: 1px solid #ccc;
    display: table-cell;
    *float: left;
    *margin-right: 10px;
    vertical-align: middle;
}

#header .current-issue {
    display: table-cell;
    padding-left: 10px;
    font-weight: bold;
    vertical-align: middle;
}

#header .current-issue a {
    text-decoration: none;
    color: #670600;
}

#header .current-issue a:hover {
    text-decoration: underline;
}

#header .current-issue span {
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 10px;
    color: #0046a6;
    font-size: 0.75em;
}

/* sidebar */

#sidebar .premium-features {
    border-bottom: 1px solid #ccc;
    background-color: #f9f9f9;
}

#sidebar .premium-features .thumb,
#sidebar .premium-features .items {
    /*
    display: table-cell;
    vertical-align: top;
    */
}

#sidebar .premium-features .thumb {
    width: 135px;
    float: left;
}

#sidebar .premium-features .items {
    padding: 0 0 0 0;
    float: right;
    width: 165px;
}

#sidebar .premium-features .items p {
    line-height: 1.25em;
    margin-bottom: 0.5em;
}

#sidebar .premium-features a {
    text-decoration: none;
}

#sidebar .premium-features a:hover {
    text-decoration: underline;
}

#sidebar .premium-features strong {
    text-transform: uppercase;
    font-size: 0.8em;
/*    font-family: sans-serif; */
    font-weight: normal;
}

#sidebar .xoxo {
    margin: 0;
}

#sidebar .xoxo > li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}

#sidebar .xoxo h3 {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 0.85em;
    text-transform: uppercase;
}

#sidebar .ads .padder {
    
	/*background-color: #f9f9ff; */
    /* height: 600px; */
    padding: 0;
    margin: 0 10px 10px 10px;
}

/* home */

.home-separator {
    margin: 0;
    padding: 0;
    height: 1px;
    border-width:  0;
    background-color: #ccc;
}

#home-layout td {
    vertical-align: top;
}

#home-layout td {
    border-bottom: 1px solid #ccc;
}

#home-news {
    /*display: table-cell; */
    border-right: 1px solid #ccc;
    vartical-align: top;
}

#home-news .padder,
#home-featured .padder,
#sidebar .premium-features .padder {
    padding-top: 15px;
}

#home-news h2 {
    font-size: 1.33em;
}

#home-news .entry-content {
    margin-bottom: 2em;
}

#home-featured {
    vertical-align: top;
}

#home-featured .article {
    width: 345px;
    margin: 0 auto;
}

#home-featured img {
    display: block;
    margin: 0 auto 1em auto;
    border: 1px solid #111;
}

#home-featured h2 {
}

#home-gallery {
    background-color: #f9f9f9;
    display: table-cell;
    border-right: 1px solid #ccc;
}

#home-gallery .widget-container {
    padding: 10px;
}

#home-gallery h3,
#home-columnists h3 {
    font-weight: bold;
    font-size: 0.85em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#home-gallery .ngg-widget, .ngg-widget-slideshow {
    padding: 0;
}

#home-gallery .ngg-widget a {
    display: block;
    text-decoration: none;
}

#home-gallery .ngg-widget a:hover {
    text-decoration: underline;
}

#home-gallery .ngg-widget img {
    padding: 0;
    border: 1px solid #999;
    margin: 0 auto 0.5em auto;
    display: block;
}

#home-gallery .ngg-widget .description {
    margin: 0;
    font-size: 0.85em;
}

#home-gallery .ngg-widget .description .gallery-title {
    text-transform: uppercase;
    font-weight: bold;
}

#home-gallery ul {
    margin-top: 1em;
}

#home-gallery ul li {
}

#home-columnists {
}

#home-columnists .padder {
    padding-bottom: 0;
}

#home-columnists table {
    padding: 0;
    margin: 0;
}

#home-columnists table .padder {
    padding-top: 0;
}

#home-columnists tr {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* display: table-row; */
    border-bottom: 1px solid #ccc;
}

#home-columnists tr.last {
    border-bottom-width: 0;
}

#home-columnists td {
    padding-top: 1em;
}

#home-columnists td.first {
    padding-top: 0;
}

#home-columnists img {
    border: 1px solid #000;
    margin-right: 8px;
    float: left;
}

#home-columnists .meta {
    width: 256px;
}

#home-columnists .thumb {
    width: 80px;
}

#home-columnists .author {
    text-transform: uppercase;
    font-size: 0.7em;
    margin-bottom: 1em;
    line-height: 1em;
}

#home-columnists h4 {
    font-weight: bold;
    font-size: 1.14em;
}

#home-columnists p {
    /* font-size: 0.85em; */
    /* line-height: 1.2em; */
}

/* article page */

.single #content h1,
.page #content h1.event-title,
.page #content .ngg-imagebrowser h1 {
    font-size: 1.72em;
    font-weight: normal;
    /* color: #004569; */
    margin-bottom: 0.5em;
    margin-top: 0.25em;
    background-color: transparent;
    border-bottom: none;
}

.single #content h1 a {
    font-weight: normal;
    color: #004569;
    text-decoration: none;
}

.single #content h1 a:hover {
    text-decoration: underline;
}

#content .entry-meta {
    margin-bottom: 1em;
    color: #556;
    font-size: 0.8em;
    line-height: normal;
}

#content .entry-meta .issue-type {
    text-transform: uppercase;
}

/* archives */

.archive #content h1,
.page #content h1 {
    background-color: #fcfbeb;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.25em;
    font-size: 1.2em;
    font-weight: bold;
}

.archive #content h2,
.ngg-album h2 {
    font-size: 1.14em;
    font-weight: bold;
    color: #004569;
    margin-bottom: 0.25em;
}

.archive #content h2 a {
    font-weight: bold;
    text-decoration: none;
}

.archive #content h2 a:hover {
    text-decoration: underline;
}

.issue .entry-meta .issue-title {
    font-style: italic;
}

.archive #content .hentry .padder {
    margin-right: 25%;
}

.archive .hentry,
.archive-intro-links {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 0;
}

.archive-intro {
    font-style: italic;
}

.archive-intro-links a {
    color: #6a0011;
    text-decoration: none;
}

.archive-intro-links a:hover {
    text-decoration: underline;
}

/* primary menu */
.menu-header ul {
    margin: 0;
    padding-top: 5px;
	padding-bottom: 5px;
    text-align: center;
    border-top: 1px solid #ccc;
	background-color: #e7ddcc;
}

.menu-header ul li {
    list-style-type: none;
    margin: 0;
    display: inline-block;
    *display: inline;
    padding: 0 1em;
    line-height: 30px;
    border-left: 0px solid #ccc;
}

.menu-header ul li.first {
    border-left-width: 0;
}

.menu-header ul li a {
    font-size: 0.85em;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}

.menu-header ul li a:hover {
    text-decoration: underline;
}

/* comments */
.comment-form-comment label {
    display: block;
}

.comment-form-comment textarea {
    width: 620px;
}

/* nextgen */
#content .ngg-imagebrowser .pic {
    border: 1px solid #000;
    margin-bottom: 10px;
}

#content .ngg-imagebrowser .pic img {
    border: none;
    margin: 0;
}

#content .ngg-imagebrowser-nav {
    margin: 0;
    padding: 0;
}

#content .ngg-imagebrowser img {
    padding: 0;
    border-color: #000;
}

#content .ngg-imagebrowser-nav img {
    width: auto;
    border: none;
    margin: 5px 0 0 0;
}

#content .ngg-imagebrowser-nav .back,
#content .ngg-imagebrowser-nav .next {
    border: none;
    padding: 0;
    margin: 0;
}

#content .ngg-imagebrowser-nav .ngg-imagebrowser-desc {
    padding: 0 25px;
}

#content .ngg-albumoverview {
    clear: none;
    margin: 0;
    width: auto;
    border-bottom: 1px dotted #ccc;
}

#content .ngg-album {
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
    border: none;
    height: auto;
}

#content .ngg-album .ngg-thumbnail {
    float: left;
    margin-right: 0;
}

#content .ngg-album .ngg-thumbnail img {
    margin: 0;
    padding: 0;
    border: 1px solid #000;
}


#content .ngg-album .ngg-albumcontent {
    float: right;
    width: 520px;
}
/* single-page styles */


.staticRightInset {
	float: right;
	width: 227px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.staticRightText {
	background-color: #fafafa;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	padding: 5px;
	font-family: sans-serif;
	font-size:.9em
}
#BB_BuyButtonForm {
	padding-top: 2px;
}
.staticRightPhoto {
	border: 1px solid #cccccc;
}
.mediaKitTable {
	padding: 20px;
	margin: 5px;
	}
.mediaKitTable td {
	padding: 8px;
	margin: 5px;
	border: 1px solid #ccc;
	}	
.mediaKitTable tr{
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
	}	
.subscriptionPaper {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.subscriptionBuy {
	clear: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left:10px;
}
.subscriptionIntro {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.events,
.event {
    width: 100%;
}

.events tr,
.event tr {
    border-bottom: 1px solid #ccc;
}

.events td,
.event th,
.event td {
    vertical-align: top;
    padding: 12px 5px 12px 0;
}

.widget-events .events td {
    padding: 10px 5px 10px 0;
}

.event_date {
    font-weight: bold;
    /* width: 100px; */
}

.widget-events .event_date {
    font-size: 0.8em;
    font-weight: normal;
    text-transform: uppercase;
}

.event_name,
.event_link {
    font-style: italic;
    /* width: 200px; */
}

.event_location {
    /*width: 100px;*/
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.event th {
    text-align: left;
    width: 85px;
}

.widget-events .more {
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
}

#content .eme-location-map {
    width: 630px;
    height: 400px;
}.home-correction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#header {
	background-color: #af1e2f;
}

#header-leaderboard-ad {
	height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	background-color: #f5f5f5;
	text-align: center;	
}
#header-leaderboard-ad img {
	border:1px solid #ccc
}
#sidebar-ad {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#sidebar-ad img {
	border:1px solid #ccc;
	text-align: center;
}
.flashAdCenter {
	text-align: center;
}
