
/*
Theme Name: European Month of Photography
Theme URI: http://...
Author: Andrej Osterman, programming Borut Savski
Author URI: http://...
Description: Derivation of wp theme, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

width desktop, laptop
12*70 + 11*30 = 1170 px

one column = half size + padding 30px
6*70 + 5*30 = 570px

width ipad, tablet
8*70 + 7*30 = 770px

*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/* import remote fonts */
/***
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Oswald:300);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300&subset=latin,latin-ext);
***/


/* or hosted locally */

@font-face {
  font-family: 'Oswald';
  font-weight: 300;
  src: url(fonts/Oswald-Light.ttf);
  /*src: local('Oswald'), url(fonts/Oswald-Light.ttf);*/
}
/*
@import url(http://fonts.googleapis.com/css?family=Oswald:300&subset=latin,latin-ext);
*/

@font-face {
  font-family: 'PT Sans';
  font-weight: 500;
  src: url(fonts/PTSans.woff) format('woff');
  /*src: local('PT Sans'), url(fonts/PTSans.woff) format('woff');*/
}
/*
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
*/

/* to use: 
font-family: 'PT Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	/*font-size: 100%;*/
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
}

body {
	margin: 0;
	padding:0;
	font: 14px 'PT Sans', sans-serif;
	/*font-size: 90%; */
	/* 100% resize a little bit, or not*/
	color: #656565; /*light*/
	background-color:#F2F2F2;
}
#page {
	min-height:100%;
}
#site-width {
	position:relative;
	top:0px;
	color:#141412;
	z-index:100;
	right:0px;
	top:-1px;
}

a {
	color: #000;
	color: #003399; /*blue*/
	color: #656565; /*light*/
	color: #141412; /*dark*/
	text-decoration: none;
}

a:visited {
	color: #003399; /*blue*/
	color: #141412; /*dark*/
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #141412; /*dark*/
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
	font-family:'Oswald', sans-serif;
	font-weight:300;
	/*line-height: 1.2;*/ /* 1.2 is font-size 28px/line-height 34px;*/
	margin: 20px 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

address {
	/*font-style: italic;*/
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	/*font-style: italic;*/
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 20px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	/*font-style: italic;*/
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 500;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: normal;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px;
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}


/* Assistive text */
.screen-reader-text {
	display:none;
}

/* Form fields, general styles first. */
/*button,*/
input,
textarea {
	border: 1px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 * for gallery-icon images this breaks the proportions!
	:not(img[class*="attachment-"])
 */
.entry-content img:not([class*="attachment-"]),
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="attachment-"],
img[class*="wp-image-"]  {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */

.clearboth {
	clear:left;
	float:none;
	display:block;
	width:100%;
}
hr.clearboth {
	border:0;
	margin:0;
	background: none;
	background-size: 0px 0px;
	border: 0;
	height: 0px;
}
.alignleft {
	float: left;
}
.alignnone {
}
.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
	padding:0;
	margin: 0;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom:20px;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
	padding:0;
	margin: 0;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom:20px;
}

.wp-caption.alignnone {
	margin: 5px 10px 5px 0;
	padding:0;
	margin: 0;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom:20px;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	padding:0;
	margin: 0;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom:20px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	font-size: 14px;
	font-weight: 300;
}

/*have margin-right for image in any listing p content*/
.entry-content p img {
	margin-right: 30px;
}


img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

/*main div class*/
.site {
	position: relative;
	display:block;
	margin: 0 auto;
	width: 100%;
	padding:0;
}

/*main content area*/

.site-main {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1170px;
	min-height:500px;
	padding:0;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
	display:block;
	width: 100%;
	margin:0 auto;
}

/**
 * 4.2 Top Navigation
 * ----------------------------------------------------------------------------
 */

/* Navbar */
.navbar {
	position:relative;
	background-color: #333;
	margin: 0 auto;
	width: 100%;
}

.main-navigation {
	position: relative;
	margin:0 auto;
	padding:0;
	padding-top: 10px;
	max-width: 1170px;
	width: 100%;
	min-height: 40px;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding:0;
	padding: 0 15px 0 0;
	width:auto;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-right: 10px;
	border-left:1px solid #ccc;
}

.nav-menu li:first-child {
	padding-left: 0px;
	border:0;
}

.nav-menu li:first-child {
	padding-left: 0px;
	border:0;
}

.nav-menu li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #ccc;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.menu-top-menu-container {
	display:inline-block;
	width:300px;
	width:auto;
	white-space:nowrap;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	/*background-color: #666;*/
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #333;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 460;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ccc;
	margin: 0;
	width: auto;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color:#fff;
	/*background-color: #666;*/
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
}

/*languages*/
.main-navigation .lang-navbar {
	display:inline-block;
	width:auto;
	position:relative;
	left: -15px;
	color:#ccc;
	white-space:nowrap;
	border-left:1px solid #ccc;
}
.main-navigation  .lang-navbar span{
	padding-left:15px;
}

.main-navigation  .lang-navbar  .language_item {
	padding: 5px;
}
/* login */
ul#loginline {
	display:inline-block;
	position:relative;
	padding-left:0px;
	margin:0;
}
ul#loginline li {
	display:inline-block;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	padding-left:15px;
	padding-right:10px;
	border-left:1px solid #ccc;
}
ul#loginline li:first-child {
	padding-left: 0px;
	border:0;
}

ul#loginline li a {
	color:#ccc;
}

.site-header .main-navigation {
	vertical-align:top;
}
.site-header .navbar {
}
.site-header .navbar .top-social-container {
	background-color:transparent;
	width:auto;
	height:38px;
	position:absolute;
	top:1px;
	right: 180px;
	float:right;
}
.site-header .navbar .top-social-container .textwidget {
	background-color: #333;
}
.site-header .navbar .top-social-container .textwidget img {
	max-height: 38px;
	width:auto;
}
.site-header .navbar .top-social-container .widget-title {
	display:none;
}


.hidden {
	display:none;
}
.site-title {
	/*
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
	*/	
}
.site-description {
	/*
	font: 14px sans-serif;
	margin: 0;
	*/
}

/* logo and second menu line */

.site-header  {
	position: relative;
	display:block;
}
.site-header .banner-line {
	position: relative;
	display:block;
	width: 100%;
	max-width: 1170px;
	height: 143px; /* 113 fo 20px, 143 for 30px, 153 for 40px; 164-20-20-24 = 104*/
	margin: 0 auto;
	margin-top: 15px; /* 20px, 30px 40px*/
	margin-bottom: 0px; /* 20px, 30px 40px*/
}
/*transfer logo to widget */
.banner-line .home-link {
	float:left;
	z-index:10; /*above because floating left*/
	position: relative;
	display:block;
	width: 170px;
	width: 350px;
	height: 113px;
	height: 142px;
	padding-right:0px;
	text-decoration: none;
}
/* logo as image background */
.banner-line .home-link  {
	/*background-image: url(images/emop-logo1.png);*/
	background-image: url(images/EMopLogo_8cities.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 350px auto;
	position:relative;
	top:10px;
	z-index:100;
}

/* logo img as 'main-logo-banner' sidebar - not used anymore */
.banner-line .home-link .widget-area img {
}

/* Logo Header Line */
.banner-line .site-title:hover {
	text-decoration: underline;
}

/* sub navbar - .home-link floats left - this one takes the whole width */
.sub-navbar {
	display:block;
	position: relative;
	width:auto;
	padding: 6.3% 0;
	padding: 4.8% 0; /*method for vertical centering - this is parent */
}

.sub-navbar .sub-navigation {
	display:block;
	position:relative;
	right:0px;
	width: 100%;
	max-width: 1170px;
	text-align:right;
	text-align:left;
}
ul.sub-nav-menu {
	display:block;
	margin: 0;
	padding: 0;
	white-space:nowrap;
	padding-left:200px; /*170 + 30*/
}
div.sub-nav-menu > ul {
	display:block;
	margin: 0;
	padding: 0;
}

.sub-nav-menu li {
	display: inline-block;
	position: relative; /*must be for dropdown */
	padding-left: 15px;
	padding-right: 15px;
	white-space:normal;
}
.sub-nav-menu li:last-child {
	padding-right: 0px;
}

.sub-nav-menu li a {
	color: #4F4F4F; /*light*/
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 24px; /* 21px, was 24px*/
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	padding-bottom:30px;
}

.sub-nav-menu li.menu-item-has-children  {
	/*add bg image - light */
	background-image: url('images/dropdownmenu-medium.png');
	background-position: center 30px;
	background-repeat: no-repeat;
}

.sub-nav-menu li.menu-item-has-children:hover {
	/*add bg image - dark */
	background-image: url('images/dropdownmenu-dark.png');
}

.sub-nav-menu li:hover > a,
.sub-nav-menu li a:hover {
	color: #141412; /*dark*/
}

/* .sub-menu is dropdown*/

.sub-nav-menu .sub-menu,
.sub-nav-menu .children {
	background-color: #fff; /* dropdown */
	border-top: 0px;
	display: none;
	padding: 15px; /*30px*/
	position: absolute;
	top: 41px;
	left: -20px; /*-30px*/
	z-index: 460;
	width:auto;
	text-align:left;
}

.sub-nav-menu .sub-menu ul,
.sub-nav-menu .children ul {
	border-left: 0;
	left:0;
	top:0;
}

.sub-nav-menu ul.sub-menu li.menu-item {
	display: block;
}
.sub-nav-menu ul.sub-menu li.menu-item a {
	display: block;
}

/* these are elements of submenu*/
ul.sub-nav-menu ul a,
.sub-nav-menu ul ul a {
	clear:left;
	color: #4F4F4F;
	margin: 0;
	padding:5px;
	font-weight:normal;
}
ul.sub-nav-menu ul a:hover,
.sub-nav-menu ul ul a:hover {
	color: #003399; /*blue*/
	color: #141412; /*dark*/
}
ul.sub-nav-menu li:hover > ul,
.sub-nav-menu ul li:hover > ul {
	display: block;
}

.sub-nav-menu .current_page_item > a,
.sub-nav-menu .current_page_ancestor > a,
.sub-nav-menu .current-menu-item > a,
.sub-nav-menu .current-menu-ancestor > a {
	color: #003399;
	color: #141412; /*dark*/
}

.menu-toggle {
	display: none;
}

.site-header .search-form {
	position: absolute;
	right: 1px;
	bottom: 5px;
}
.site-header .screen-reader-text {
	display:none;
	width: 0px;
}
.site-header .search-field {
	background-color: #fff;
	width: 130px;
	border: none;
	height: 30px;
	outline: 0;
	margin: 0;
	margin-top: 4px;
	font-size:14px;
	position: relative;
	left:4px;	
}
.site-header .search-field:focus {
	cursor: text;
}
.site-header .search-submit {
	background-color: #000;
	background-image: url(images/search-iconbb.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 30px;
	width: 30px;
	padding:0;
	margin: 0;
	margin-top: 4px;
	text-indent: 30px; 	/*move submit value text outside of visible */
	/*
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	*/
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.content-area {
	width:100%;
}


.site-content {
	max-width: 1170px;
	min-width: 100%;
	width: 100%;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

 .entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom:15px;
}

/* these are usually H elements  */

.category-title, .page-title {
	color: #003399;
	color: #656565;
	color: #4F4F4F;
	color:#141412;
	color: #000;
}
.entry-date {
	display:inline; /* inline makes h2 behave like span */
	width:auto; /*must have auto width!*/
	color: #000;
}

.entry-title {
	display:inline-block; /* inline makes h2 behave like span */
	width:auto; /*must have auto width!*/
}

.entry-title a:not(.edit-link),
.entry-title a:not(.meta-info) {
	color: #000;
}
.strong {
	font-weight:600;
}	

.lightfont {
	color: #4F4F4F; /*light*/
}
.darkfont {
	color:#141412; /*dark*/
}

.category-title a, .page-title a, .entry-title a {
	text-decoration:none;
	color: #4F4F4F; /*light*/
	color:#141412; /*dark*/
}

.category-title a:hover, .page-title a:hover, .entry-title a:hover {
	color:#141412;
	color:#000;
	text-decoration:none;
}
.entry-title.gold  {
}
.entry-title.gold a {
	background-color:#ffcc00; /*gold*/
	color:#fff;
	text-decoration:none;
	font-weight:300;
	padding-left:5px;
	padding-right:5px;
}
.entry-title.gold a:hover {
	text-decoration:none;
	color:#fff;
}
/*subtitle is derived from excerpt*/
.entry-subtitle {
	color:#000;
	font-size:16px;
	display:block;
	width:auto;
	margin-bottom: 15px;
}
.entry-subtitle p {
}
.entry-subtitle a {
	color: #003399; /*blue*/
	text-decoration:none;
}
.entry-subtitle a:hover {
	color:#141412;
	color: #003399; /*blue*/
	text-decoration:underline;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
}

.entry-meta a {
	color: #bc360a;
	color: #003399; /*blue*/
}

.entry-meta a:hover {
	color: #bc360a;
	color: #003399; /*blue*/
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.entry-meta .meta-info {
	margin-top:20px;
}

/* all category-... are .post*/
.post {
	display:block;
	clear:both;
	border-top:1px solid #ccc;
	padding:0;
	padding-top:30px;
}
.post:nth-of-type(1) {
	border:0;
}

/* this ones compensate for the above*/
.page  {
	z-index:0;
}

.post .posttext {
	width:100%;
	max-width:100%;
	padding-bottom:10px;
}

 .posttext .entry-title {
	margin-top:0px;
	margin-bottom:20px;
}

.posttext .entry.entry-content,
.posttext .entry-content {
	float:none;
}
.posttext.leftside .entry.entry-content,
.posttext.leftside .entry-content {
	float:none;
	position:relative;
	top:0px;
}

.posttext.rightside .entry.entry-content,
.posttext.rightside .entry-content {
}

/*float all inner headers */
.posttext .intro-content h1,
.posttext .intro-content h2, 
.posttext .intro-content h3,
.posttext .intro-content h4, 
.posttext .intro-content h5,
.posttext .entry-content h1,
.posttext .entry-content h2, 
.posttext .entry-content h3,
.posttext .entry-content h4, 
.posttext .entry-content h5 {
	display:inline-block;
	width:auto;
	min-width:50%;
	max-width:800px; /*change this to 100% for lower res*/
	margin-top:0px;
	margin-bottom:10px;
}

/*limit the text width */
.posttext.rightside.threequartersize .entry-content p:not(.wp-caption-text) {
	/*margin-left:285px;*/ /*remove when in lower res*/
	max-width:1024px; /*800px; change this to 100% for lower res*/
}
.posttext.rightside.threequartersize .entry-content img.alignnone {
	float:left;
	margin-left:0px;
}
p.wp-caption-text {
	margin-left:0px;
	max-width: 100%;
}	

.posttext img.alignleft,
.posttext .wp-caption.alignleft,
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.posttext img.alignright,
.posttext .wp-caption.alignright,
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -15px;
}

.post:nth-of-type(1),
.page:nth-of-type(1)  {
	padding-top:0;		
}

.page.page-members:nth-of-type(1) {
	padding-top:20px;		
}
.page.page-partners {
	padding-bottom:30px;
}
.page.page-partners:nth-of-type(1) {
	border-top:1px solid #ccc;
	padding-top:30px;		
}
.intro-content {
	width:100%;
	/*border-bottom:1px solid #ccc;*/
}
.intro-content p {
	width:100%;
	max-width:750px; /*900px, 1024px; */
}

/* pagination is a 100% centered div line of page numbers at the bottom
	non-selected is black bg and white numbers ion squares
	> = next is black bg and white
	selected is wgite with black number and black border
	< = prev is gray bg and white 
	all entries in line are links
 */
.pagination {
	clear:both;
	display:block;
	position:relative;
	top:30px;
	text-align:center;
	padding:2px;
	height: 70px;
}
.pagination a.page-numbers {
	border:1px solid #000;
	background-color:#000;
	color:#fff;
	font-size:16px;
	padding:7.5px;
	padding-top:2px;
	padding-bottom:2px;
	margin:3px;
}
.pagination a.page-numbers:hover {
	text-decoration:none;
}
.pagination a.prev.page-numbers {
	background-color:#ccc;
	border:1px solid #ccc;
}
.pagination a.next.page-numbers {
}
.pagination .page-numbers.current {
	border:1px solid #000;
	color:#000;
	font-size:16px;
	padding:7.5px;
	padding-top:2px;
	padding-bottom:2px;
	margin:3px;
}


#primary {
	clear:both;
	display:block;
	padding:0;
	margin:0;
}

/* members block on home */
#members-block {
	clear:both;
	position:relative;
	max-width: 1170px;
	width: 100%;
	word-spacing:60px;
	padding:0;
	padding-top:30px;
	padding-bottom:30px;
	margin:0;
	margin-top:40px;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#members-block  .title-center {
	position:relative;
	text-align:center;
	margin:0;
	line-height:0;
}
#members-block .title-center span{
	position:relative;
	top:-32px;
	background-color:#F2F2F2; /*hide the line below*/
	padding:0;
	padding-left:15px;
	padding-right:15px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #B2B2B2;
	text-indent:0px;
	word-spacing:normal;
	z-index:2;
}
#members-block .table {
	display:block;
	display:table;
	width:100%;
	padding:0;
	margin:0;
	text-align: justify;
}
#members-block .table a.member-link {
	display:inline-block;
	display:table-cell;
	text-align:center; 
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	color:#4f4f4f;
}
#members-block a.member-link:hover {
	text-decoration:none;
	color: #141412; /*dark*/
}

.hentry {
}
.entry {
}
.entry-header {
}
.hentry .entry-content {
	width: 100%;
}
.entry .entry-content {
	width: 100%;
}

/* for any single content */
.entry-content p {
	width: 100%; /*for lower res change to 100%*/
	max-width: 1024px; /*for lower res change to 100%*/
}
.entry-summary,
.entry-subtitle,
.entry-meta {
	width: 100%; /*for lower res change to 100%*/
	max-width: 800px; /*for lower res change to 100%*/
}
/*
.rightside .entry-content {
	display:inline;
	max-width: 800px;
}
.leftside .entry-content {
	display:inline;
	max-width: 800px;
}
*/

/* slideshow layer with images */
.entry-slideshow {
	display:inline-block;
	position:relative;
	width:auto;
	float:right;
}

.entry-meta  .comments-link {
	max-width: 604px;
	width: 100%;
	margin-left: 27px;
	padding-left:5px;
}
	
.entry-header p,
.entry-content p,
.entry-summary p,
.entry-meta p {
	padding-left:0px;
}

/*this is for single view = .post.hentry 
for showing artists' list to the right inb exhibitions and venues posts
change this in small res to block floated left*/
#results .post.category-exhibitions.hentry, 
#results .post.category-venues.hentry {
	display:table;
	width:100%;
	max-width: 1170px;
}
#results .post.category-exhibitions.hentry .posttext, 
#results .post.category-venues.hentry .posttext {
	display:table-cell;
	min-width:75%;
	width:auto;
}
#results .post.category-exhibitions.hentry .exhibition-meta-authors, 
#results .post.category-venues.hentry .exhibition-meta-authors {
	display:table-cell;
	padding-left:30px;
	padding-bottom:30px;
	width: 300px;
}

/*#results */

.posttext .authors-meta-data {
	/*clear:both;
	float:right;
	display:block;*/
	position:relative;
	display:block;
	margin:0;
	margin-top:0px;
	margin-right:30px;
	margin-bottom:20px;
	padding:30px;
	padding-top:20px;
	padding-bottom:20px;
	min-width: 370px; /*370*/
	max-width: 50%; /*change this for low res*/
	background-color:#E3E3E3;
}

.posttext .authors-meta-data a {
	color: #003399; /*blue*/
}

.posttext .authorimage {
	float:right;
	margin-top:10px;
	margin-right:0px;
	margin-left:30px;
	width:255px;
	width:270px;
	height:auto;
}

/**
 * Blocks lists / popups or not
 * ----------------------------------------------------------------------------
 */

/* default blocks */ 
.block {
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:150px;
	height:150px;
	padding:0;
	margin:0;
	margin-right:30px;
	margin-top:30px;
}

/* no pop - no enlarge - category-authors list */
.block .holder {
	position:relative;
	width:150px;
	height:150px;
	overflow:hidden;
} 
.block .holder img {
	position:relative;
	width:150%;
	left:-32%;
}
.block .popimagetitle,
.block .imagetitle,
.block .title {
	/*position: absolute;
	bottom:0px;*/
	position:relative;
	top:-10px;
	padding:2px;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	text-align:left;
	background-color:#fff;
	z-index:1;
}
.block .popimagetitle a:not(.edit-link),
.block .imagetitle a:not(.edit-link),
.block .title a:not(.edit-link) {
	text-decoration:none;
	color:#000;
}
.block .popimagetitle a:hover,
.block .imagetitle a:hover,
.block .title a:hover {
	text-decoration:none;
}

/*for popup and nopup galleries*/

.block .imagetitle {
	position:relative;
	bottom:0px;
	padding-top:5px;
	text-align:left;
	background-color:#fff;
}

.popgallery .block,
.cropgallery .block {
	margin-bottom:20px;
}
.cropgallery .block .imagetitle {
	top:0px; /*here we don't have popup positioned absolute by script*/
}

.block .imagetitle a {
	text-decoration:none;
	font-style:italic;
	color: #141412; /*dark*/
	color: #656565; /*light*/
}
	
.block .popholder,
.block .imageholder {
	width:150px;
	height:150px;
	overflow:hidden;
} 
.block .popholder .popimage,
.block .imageholder .popimage {
	position:relative;
	width:200%; /*enlarge twice and move halfway to left*/
	min-width:200%; /*enlarge twice and move halfway to left*/
	left:-50%;
	width:150%; /*enlarge one third and move one third to left*/
	min-width:150%; 
	left:-32%;
	top:0%;
}

.block .popholder .popimagetitle,
.block .imageholder .popimagetitle {
	position:relative;
	left:-50%;
	width:200%;
	background-color:#fff;
	height:auto;
	padding:5px;
	text-align:left;
	z-index:1;
}
.block .popholder .popimagetitle a, 
.block .imageholder .popimagetitle a {
	text-decoration:none;
	font-style:italic;
	color: #141412; /*dark*/
	color: #656565; /*light*/
}

/* all types of attachment posts - .entry-title defined previously as inline? */

.attachment .posttext .entry-header .entry-title {
	display:block;
	margin-bottom:0px;
}
.attachment .posttext .entry-header .links {
	padding:0;
	margin:0;
}
.attachment .posttext .entry-header .links a {
	text-decoration:none;
	color: #003399; /*blue*/
}
.attachment .posttext .entry-header .links a:hover {
	text-decoration:underline;
	color: #141412; /*dark*/
	color: #003399; /*blue*/
}	

.entry-attachment {
	display:block;
	display:table;
	width:100%;	
	margin-top:15px;
	margin-bottom:30px;
	padding:0;
}
.entry-attachment .entry-image {
	display:inline-block;
	width:auto;	
	padding:0;
	margin:0;
	margin-bottom:15px;
}
.entry-attachment .entry-image img {
	max-width:700px;
}
.entry-attachment .entry-image .entry-caption {
	width:100%;
	height:30px;
	background-color:#fff;
	padding: 7.5px;
}
.entry-attachment .attachment-gallery {
	display:inline-block;
	display:table-cell;
	position:relative;
	vertical-align:top;
	margin-left:30px;
	padding:30px;
	width: 210px; /*150+30+30*/
	height:100%;
	background-color:#E3E3E3;
	padding-top:0px;
	padding-bottom:70px;
	padding-right:0px;
}
.entry-attachment .attachment-gallery .block {
	clear:both;
	padding:0;
	width: 150px;
	margin-top:30px;
	margin-bottom:30px;
}
.entry-attachment .attachment-gallery .block.selected {
	opacity: .5; 
	filter: alpha(opacity=50);
}
.entry-attachment .attachment-gallery .block  .holder,
.entry-attachment .attachment-gallery .block  .imageholder {
	width: 150px;
}
.entry-attachment .attachment-gallery .block .imagetitle {
	background-color:#fff;
	font-style:italic;
}


.tags-links a:first-child:before {
	position: relative;
	top: -1px;
}

.edit-link a:before {
	position: relative;
	top: -1px;
}

.more-link {
	display:block;
	position:relative;
	float:left;	
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
}
.more-link a.uppercase {
	background-color:#000;
	padding:2px;
	padding-left:7px;
	padding-right:7px;
	padding-right:24px; /*2+2+15+2*/
	color:#fff;
	text-transform:uppercase;
	background-image: url(images/plus.png);
	background-position: 40px center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	border: none;
}
/*
.more-link a.uppercase:after {
	content: "+";
	position:relative;
	top:1px;
	margin-left:5px;
	font-size:21px;
	line-height:21px;
	font-weight:300;
}
*/

/* city link*/
.more-link.blue {
	position:relative;
	top:0px;
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
}
.more-link.blue span {
	background-color:#003399; /*blue*/
	padding:2px;
	padding-left:7px;
	padding-right:7px;
	font-size:18px; /*21px*/
	color:#fff;
}
.more-link.blue  *{
	width:auto;
}

.year-link{
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	font-size:14px;
	font-size:18px;
	color:#034EA2; /*light blue*/
	color: #656565; /*light*/
	color: #141412; /*dark*/
}

.noplus {
	position:relative;
	top:0px;
}
.noplus a.uppercase:after {
	content: "";
}

.more-link a.uppercase:hover {
	background-color:#141412;
	background-color:#003399; /*blue*/
	color:#fff;
	text-decoration:none;
}

.viewall-link {
	position:relative;
	font-size:14px;
	color:#034EA2;
	color: #003399; /*blue*/
}
.viewall-link a {
	color:#034EA2;
	color: #003399; /*blue*/
}
.viewall-link a:after{
	content:"";
}	

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

.moveup {
	position:relative;
	top:-10px;
}
.movedown {
	position:relative;
	top:10px;
}

/*
.moveupmore {
	position:relative;
	top:-50px;
}
*/
/* move titles a bit more */
/*
h3.moveup, h4.moveup {
	position:relative;
	top:-22px;
}
*/


/**
 * 5.3 Entry Content - this is now mainly .posttext
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	/*word-wrap: break-word;*/
}

.entry-content a,
.comment-content a {
	color: #bc360a;
	color: #003399; /*blue*/
}

.entry-content a:hover,
.posttext a:hover,
.comment-content a:hover {
	color: #ea9629;
	color: #003399; /*blue*/
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

footer.entry-meta {
	margin-top: 30px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* .main-sponsor center line in partners */
.main-sponsor {
	clear:both;
	margin:0;
	max-width: 1170px;
	width: 100%;
	border:0;
}

.main-sponsor  .title-center {
	text-align:center;
	margin:0;
	line-height:0;
}
.main-sponsor  .title-center  span{
	position:relative;
	top:2px;
	background-color:#F2F2F2; /*hide the line below*/
	padding:0;
	padding-left:15px;
	padding-right:15px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 16px;
	color: #B2B2B2;
	text-indent:0px;
	word-spacing:normal;
	z-index:2;
}

/* .local-new center line in members */
.local-news {
	clear:both;
	margin:0;
	margin-top:30px;
	margin-bottom:0px;
	max-width: 1170px;
	width: 100%;
	border:0;
	border-bottom:1px solid #ccc;
}

.local-news  .title-center {
	text-align:center;
	margin:0;
	line-height:0;
}
.local-news  .title-center  span{
	position:relative;
	top:0px;
	background-color:#F2F2F2; /*hide the line below*/
	padding:0;
	padding-left:15px;
	padding-right:15px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size: 16px;
	color: #B2B2B2;
	text-indent:0px;
	word-spacing:normal;
}

.padding-right {
	padding-right:30px;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	line-height: 2.2;
	margin: 30px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.posttext .page-links a,
.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #000;
	color: #fff;
}

.posttext .page-links a:hover,
.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #000;
}

.posttext .page-links  > span,
.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 30px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
}

.format-audio .entry-title {
	font-size: 18px;
}

/*
.format-audio .entry-content:before {
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}
*/
.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 18px;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 18px;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 18px;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	display: inline;
	font-size: 18px;
	margin-right: 20px;
}

.format-link .entry-title a {
	/*color: #bc360a;*/
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	/*font-style: italic;*/
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	/*content: '\201C';*/
	font-size: 140px;
	font-weight: 500;
	line-height: .8;
	padding-right: 20px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
}

/* Video */
.format-video {
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 18px;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */
 
.entry-attachment .attachment img {
	width: 70%;
	min-width: 500px;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	/*font-style: italic;*/
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 21px;
	/*font-style: italic;*/
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 normal 20px 'PT Sans', sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Pages and Categories
 * ----------------------------------------------------------------------------
 */

.page-header, 
.category-header {
	padding:0;
	margin:0;
}

.page-header .page-title,  
.category-header .category-title,
.category-header .category-meta {
	padding: 0;
	width: 100%;
	max-width: 1040px;
}
.page-header .page-title,  
.category-header .category-title {
	text-transform:uppercase;
}

.category-meta {
	font-size: 16px;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}

/*should be 80px vertical blank space from last character to footer - it is */
.zeropixels {
	height:0px;
}
.spacer {
	height:20px;
}
.largespacer {
	height:40px;
}

/*add class to link on image to hide overflow - have equal width height images */
/* do not crop anymore! */
.posttext .imagecrop {
	clear:both;
	display:block;
	width:270px;
	max-height:100%;
	overflow:visible;
	padding:0px;
	margin:0px;
	margin-bottom:30px;
	position:relative; /*needed for link on image*/
	z-index:1;
	color: #656565; /*light*/
}
.posttext.leftside.threequartersize .imagecrop {
	float:right;
	margin-left:30px;
	margin-right:0px;
}
.posttext.rightside.threequartersize .imagecrop {
	float:left;
	margin-right:30px;	
}

.posttext.threequartersize .imagecrop img.imagefloat {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.posttext.threequartersize .imagecrop img.image-tall {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.posttext.threequartersize .imagecrop img.image-small {
	width: 100%;
	max-width: 100%;
	max-width:270px;
	width: auto;
	height: auto;
}
.posttext.threequartersize .imagecrop img.image-small {
	width: auto;
	max-width: 255px;
	height: auto;
}

.posttext .imagecrop .wp-caption .wp-caption-text {
	color: #656565; /*light*/
	text-decoration:none;
}
.posttext .imagecrop:hover {
	text-decoration:none;
	color: #656565; /*light*/
}

/* end imagecrop */

/* home styles*/
.main-news-home {
	clear:left;
	display:block;
	width:100%;
	margin-top:40px;
	margin-bottom:15px;
}
.main-news-home .post {
	float:left;
	display:block;
	position:relative;
	width: 100%;
	margin:0;
	padding:0;
	border:0;
}
.main-news-home .post .posttext  {
	min-width: 100%;
}
.main-news-home .post .posttext .entry-title {
	font-size: 24px;
	color: #000;
}
.main-news-home .post .posttext .entry-title a:not(.edit-link) {
	color: #000;
}

.main-news-home .post .posttext .imagecrop {
	display:block;
	float:left;
	width:50%;
	max-height: 370px;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	padding-right:30px;
}
.main-news-home .post .posttext .imagecrop img.imagefloat {
	width:100%;
}
.main-news-home .post .posttext .imagecrop img.image-tall {
	width:100%;
}
.main-news-home .post .posttext .imagecrop img.image-small {
	width:auto;
	max-height: 370px;
}
.main-news-home .post .posttext .entry-title a:not(.edit-link) {
	text-transform:uppercase;
}
.main-news-home .post .posttext .entry-title a:hover {
	text-decoration:none;
}
.main-news-home .post .posttext .entry-content p {
	width:100%;
	min-width:100%;
	/*word-wrap: normal !important;*/
}

/*secondary row*/

.secondary-news-local, 			
.secondary-news-home {
	clear:both;
	display:table;
	padding:0;
	margin:0;
	width:auto;
	margin-top:10px;
}
.secondary-news-home .post {
	display:table-cell;
	float:none;
	position:relative;
	vertical-align:top;
	padding-top:30px;
	padding-left:30px;
	margin:0;
	border:0;
}

/* 300 - 30 = 270 */
/* this is fixed for 4 cells*/
.secondary-news-local .post {
	display:table-cell;
	float:none;
	vertical-align:top;
	padding-top:30px;
	margin:0;
	border:0;
	width:300px;
	min-width:300px; 
	max-width:300px;
}

/*no padding or margin to the left of first*/
.secondary-news-local .post:nth-of-type(1),
.secondary-news-home .post:nth-of-type(1) {
	padding-left:0px;
}

.secondary-news-local .post .posttext,
.secondary-news-home .post .posttext {
	width:100%;
}
.secondary-news-local .post .posttext .imagecrop,
.secondary-news-home .post .posttext .imagecrop {
	width: 100%;
	margin:0;
	padding:0;
	margin-bottom:20px;
	overflow:visible;
}
.secondary-news-local .post .posttext .imagecrop img.imagefloat,
.secondary-news-home .post .posttext .imagecrop img.imagefloat {
	width: 100%;
	height:auto;
	padding:0;
	margin:0;
}

/* this is h element - must be inline*/
.secondary-news-local .post .posttext .entry-title,
.secondary-news-home .post .posttext .entry-title {
	display:inline-block;
	color: #000;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

.secondary-news-local .post .posttext .entry-subtitle,
.secondary-news-home .post .posttext .entry-subtitle {
	font-size:16px;
	color: #000;
}
.secondary-news-local .post .posttext .entry-title a:not(.edit-link),
.secondary-news-home .post .posttext .entry-title a:not(.edit-link) {
	text-decoration:none;
	text-transform:uppercase;
}						
.secondary-news-local .post .posttext .entry-title a:hover,
.secondary-news-home .post .posttext .entry-title a:hover {
	text-decoration:none;
}						
.secondary-news-local .post .posttext .entry-content img,
.secondary-news-home .post .posttext .entry-content img {
	float:none;
}

/* now we use it for eight in two rows*/
.secondary-news-home.four-in-two-rows {
	/*table-layout: fixed;*/
}
.secondary-news-local.four-in-two-rows .post {
	display:table-cell;
	width: 25%;
	max-width:270px;
}	
.category-local-news .blockclick,
.secondary-news-home .post.blockclick {
	cursor: pointer;
}
.secondary-news-home .post .posttext {
	width: 100%;
	height:480px;
	overflow:hidden;
}
.secondary-news-home .post.blockclick .posttext:hover {
}
.category-local-news .blockclick .imagecrop, 
.secondary-news-home .post.blockclick .imagecrop {
	position:relative;
	width: 100%;
	height: 200px;
	overflow:hidden;
}
.secondary-news-home .post.blockclick .imagecrop img.imagefloat {
	display:block;
	float:left;
}
.secondary-news-home .post.blockclick .imagecrop img.imagefloat.image-tall {
}
.secondary-news-home .post.blockclick .imagecrop img.imagefloat.image-small {
}
.secondary-news-home .post.blockclick .imagecrop .cityname,
.category-local-news .blockclick .imagecrop .cityname {
	position:absolute;
	top:20px;
	left:30px;
	font-family: "Oswald",sans-serif;
	font-size:28px;
	color:#fff;
	text-transform:uppercase;
	text-shadow: 1px 1px #666;
	z-index:2;
}
.secondary-news-home .post.blockclick .posttext .entry-title {
	text-transform:capitalize;
}
.secondary-news-home .post.blockclick .subedit {
	position:relative;
	top:-16px;
	float:right;
}

.secondary-news-home #rightside {
	display:inline-block;
	position:relative;
	float:right;
	width:420px;
	margin:0;
	padding:0;
	margin-top:30px;
	margin-left:30px;
}
.secondary-news-home #rightside .borderline {
	border:1px solid #ccc;	
	background-color: white;
	padding:30px;
	padding-top:15px;
    margin: 0px auto;
    text-align: center;
	margin-bottom:30px;
}
.secondary-news-home #rightside .borderline .title-center {
	position:relative;
	top:10px;
	padding:15px;
	background-color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #B2B2B2;
}
.secondary-news-home #rightside .borderline .hline {
	border-bottom: solid #ccc;
	border-bottom-width: 1px;
	width: 100%;
	height: 1px;
}

.secondary-news-home #rightside .table {
	display:table;
	width:100%;
	padding-bottom:15px;
}
.secondary-news-home #rightside .table .table-cell {
	display:table-cell;
	width:auto;
	padding-right:30px;
}
.secondary-news-home #rightside .table .right {
	border-left:1px solid #ccc;
	padding-left:30px;
	width:50%;
}
.secondary-news-home #rightside .table .table-cell .entry-title a:not(.edit-link) {
	font-size: 18px;
	color: #003399; /*blue*/
}
.secondary-news-home #rightside .entry-title a:hover{
	color: #656565; /*light*/
	color: #141412; /*dark*/
}
.secondary-news-home #rightside .table .table-cell .entry-subtitle {
	text-align:left;
}


/**
 * 5.9 Categories - triple tab
 * ----------------------------------------------------------------------------
 */

.site-content .menuline { 
	position:relative;
	width: 100%; 
	text-align: left; 
	line-height:2.4;
	margin: 0;
} 
.site-content .menuline .innermenu { 
	float: left; 
	width: auto; 
	margin-left:10px;
}
/*not selected*/
.site-content .menuline .innermenu .textblock { 
	display:inline-block;
	font-family:'Oswald', sans-serif;
	font-size: 18px;
	text-decoration: none;
	white-space: nowrap;
	margin-right:10px;
	z-index:0;
	text-transform:capitalize;
}
.site-content .menuline .innermenu .textblock a { 
	position:relative;
	top:-1px;
	background-color:#999; /*#333*/
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#cecece;
	border: 1px solid #ccc;
	border-bottom: 1px solid #F2F2F2; /*#F2F2F2 = color of background = invisible*/
}

/*selected textblock*/
.site-content .menuline .innermenu .selected a { 
	position:relative;
	top:0px;
	background-color:#F2F2F2;
	font-weight : normal; 
	color:#cecece;
	text-decoration: none;
	border-bottom:1px solid #F2F2F2; /*#F2F2F2 = color of background = invisible*/
	z-index:2;
}

/* this helps with lower resolutions*/
.menuline .menu-blankline {
	position: relative;
	top:39px;
	height:1px;
	z-index:0;
	border-bottom:1px solid #ccc; /*#F2F2F2 = invisible*/
}
.site-content .menuline .innermenu a:hover{ 
	color: #fff;
	text-decoration: none;
}

.site-content .menuline .innermenu .selected a { 
	color:#cecece;
	color: #141412; /*dark*/
	text-decoration: none;
}
.site-content .menuline .innermenu .selected a:hover{ 
	color:#cecece;
	color: #141412; /*dark*/
	text-decoration: none;
}

.site-content .menuline .innermenu .textblock.capitalize a {
	background-color:transparent;
	color: #656565; /*light*/
	color: #141412; /*dark*/
	padding-left: 0px;
	text-transform: capitalize;
	border:0;
}
.site-content .menuline .innermenu .textblock.floatright {
	position: absolute;
	right: 1px;
	top: 0px;
	z-index:10;
}
	
/* advsearch widget - this gets replaced by image */
.site-content .menuline .advsearch-form {
	position: absolute;
	right: 1px;
	top: 0px;
	z-index:10;
}

/* hide ui helper*/
.advsearch-form .ui-helper-hidden-accessible {
	display:none;
}
.advsearch-form .advsearch-submit {
	position:relative;
	top:-5px;
	display: none;
}
.advsearch-form  .advsearch-field {
	position: relative;
	top:-4px;
	vertical-align:middle;
	background-color: #fff;
	background-color: transparent;
	background-image: url(images/search-iconbb.png);
	background-position: center center; /*5px center*/
	background-repeat: no-repeat;
	background-size: 30px 30px; /* 24px 24px */
	border: none;
	cursor: pointer;
	height: 30px;
	margin: 3px 0;
	margin-right:15px;
	padding: 0 0 0 30px;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;

}
.site-content .menuline .advsearch-field:focus {
	background-image: none;
	background-color: #fff;
	border: 1px solid #c3c0ab;
	padding: 0 0 0 10px;
	cursor: text;
	outline: 0;
	width: 230px;
	font-size:14px;
	color:#3f3f3f;
}

.advsearch-form .textblock a {
	position:relative;
	top:0px;
	text-transform:capitalize;
}
.advsearch-form .textblock.selected a {
	z-index:2;
}
 

/* this is a set of fields in .advsearch area */
.advsearch  {
	margin:0px auto;
	padding-top:30px;
	width: 50%;
	max-width: 370px;
	min-width: 300px;
}
.advsearch  .searchterm {
	display:table-row;
}

.advsearch  .searchterm  .searchtitle {
	/*display:table-cell;*/
	display:inline-block;
	width:100px;
	padding:10px;
	padding-left:0px;
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	bottom:5px;
}
.advsearch  .searchterm  .searchfield {
	display:inline-block;
	display:table-cell;
	vertical-align:top; 
	position:relative;
	width:250px;
	background-color: transparent;
	height: 33px;
}
.advsearch  .searchterm  .searchfield input {
	background-color: transparent;
	width:100%;
}
.advsearch  .searchfield  .searchselect {
	vertical-align:top; 
	display:inline;
	position:absolute;
	right:0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	background: url(images/dropdown-b.png) no-repeat right;
	background-color: transparent;
	z-index:100;
	cursor:pointer;
}
.advsearch   .searchfield .searchoverflow {
	display:block;
	display:none;
	width:250px;
	border: 1px solid #c3c0ab;
	border-top: 0px; 
	padding:5px;
}


/*hide ui helper */
.advsearch  .ui-helper-hidden-accessible {
	display:none;
}

ul.ui-autocomplete {
	position:relative;
	top:-2px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	border:1px solid #ccc;
	border-top:0px;
	width:149px;	
	background-color:#F2F2F2;
}
ul.ui-autocomplete li.ui-menu-item {

}

.searchsubmit  {
	margin-top:10px;
	text-align:center;
}
.searchsubmit  input {
	font-family:'Oswald', sans-serif;
	font-size: 18px;
	font-size: 16px;
	text-transform:uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color:#333; /*#000*/
	color:#cecece;
	border: 1px outset #ccc;
	padding:2px;
	padding-left:7px;
	padding-right:7px;
}
.searchsubmit  input:hover {
	color:#fff;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

 .photocount {
	 display:none;
 }
 
 /* default wp gallery */
/* may not exist if not defined */ 
/* translated to jflow slider by adding .photostrip class */

.gallery {
	width:auto;
	max-width:auto;
	margin: 0;
	padding:0;
	margin-bottom:10px;
}

.gallery-item {
	position: relative;
	top:0px;
	float: left;
	height:150px;
	width:auto;
	padding:0;
	margin:0;
	margin-right: 30px;
	margin-bottom: 30px;
	overflow:hidden;
}
/*overflow or not */
.gallery-item .gallery-icon {
	height:100%;
	width:100%;
}
.gallery-item .gallery-icon img {
	position:relative;
	left:0px;
}

.gallery-item .gallery-icon.landscape img {
	height:150px;
	width:auto;	
}

.gallery-item .gallery-icon.portrait img {
	width:150px;
	height:auto;
}
.gallery-item .gallery-caption {
	background-color: #fff;
	color: #000;
	margin: 0;
	height:auto;
	max-height: 50%;
	position: absolute;
	bottom: 0px;
	padding:2px;
	padding-top:5px;
	padding-bottom:5px;
	width: 100%;
	text-align: left;
	z-index:1;
}
.gallery-item .gallery-caption a:hover {
	text-decoration:none;
}

.gallery:not(.photostrip) {
	clear:both;
}
 .gallery:not(.photostrip) .gallery-item {
	display:inline-block;
	float: none;
	position: relative;
	min-height:190px;
	min-width:150px;
	overflow:visible;
}
.gallery:not(.photostrip) .gallery-item .gallery-icon {
	display:block;
	position: relative;
	height:150px;
	width:150px;
}
.gallery:not(.photostrip) .gallery-item  .gallery-icon.landscape {
}	
.gallery:not(.photostrip) .gallery-item  .gallery-icon.portrait {
}	
.gallery:not(.photostrip) .gallery-item .gallery-icon img {
	float:none;
	display:block;
	position: absolute;
	bottom:0px;
	left:0px;
}
.gallery:not(.photostrip) .gallery-item  .gallery-icon.landscape img {
	min-width:150px;
	height:auto;
	width:100%;
	left:0px;
}	
.gallery:not(.photostrip) .gallery-item  .gallery-icon.portrait img {
	min-height:150px;
	height:100%;
	width: auto;
	left:15%;
}	
.gallery:not(.photostrip) .gallery-item .gallery-caption {
	/*background-color: transparent;*/
	position: relative;
	position: absolute;
	bottom:-30px;
	min-height:40px;
	width:150px;
	word-wrap: normal;
	text-align:center;
	margin-bottom:30px;
}
.gallery:not(.photostrip)::after {
	content:" ";
	clear:both;	
	/*margin-top:30px;*/
} 	
	
/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.entry-summary .more-text a {
	color: #003399; /*blue*/
	text-decoration:none;
	white-space:nowrap;
}
.entry-summary .more-text a:hover {
	text-decoration:underline;
}
#results {
	clear:both;
	display:block;
}

#results .year-header {
	margin:0;
	padding:0;
	padding-top:0px;
	padding-bottom:10px;
}
#results .city-header {
	padding:0;
	clear:both;
}
#results .city-header .more-link {
	float:none;
	position:relative;
	top:0px;
	margin:0;
}

#results .post {
	padding:0;
	margin:0;
}

#results .post:nth-of-type(1)  {
	padding-top:10px;
	border:0;
}

#results .post:first-child {
	/*border-top:1px solid #F2F2F2;*/ /*#F2F2F2 = color of background = invisible*/
}

/*these are all*/
#results .post.category-exhibitions,
#results .post.category-venues,
#results .post.category-curators,
#results .post.category-authors {
	padding-top:30px;
	padding-bottom:0px;
}

/* no top borders*/
#results .post.category-venues {
	border:0;
}

#results .image-attachment {
	position:relative;
	border-top:1px solid #F2F2F2; /*#F2F2F2 = color of background = invisible*/
}

#results .more-text a {
	color: #003399; /*blue*/
	text-decoration:none;
	white-space:nowrap;
}
#results .more-text a:hover {
	text-decoration:underline;
}

#results .post .posttext  .entry-title {
	display:inline-block;
	color: #000;
	padding:0;
	margin:0;
	margin-bottom:10px;
}	

#results .search-header {
	padding-top:10px;
}
	
#results .search-header .search-subtitle {
	margin-top:25px;
}	

.search-post {
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #ccc;
}

.search-post .search-title {
	/*
	font-family: 'PT Sans', sans-serif;
	font-size: 21px;
	*/
	color: #141412; /*dark*/
	color: #656565; /*light*/
	max-width: 1040px;
	padding: 0px;
	width: 100%;
}
.search-post .search-subtitle {
	padding-bottom:5px;
}
.search-post .entry-summary,
.search-post .entry-meta  {
	padding:0;
}

.uppercase {
	text-transform:uppercase;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

/** 
.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}
**/

/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 normal 28px 'PT Sans', sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 normal 28px 'PT Sans', sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 19px;
	/*font-style: italic;*/
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 18px;
	/*font-style: italic;*/
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 20px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	/**
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
	**/
}

.widget .widget-title {
	font-family: 'Oswald', sans-serif;
	font-size: 21px;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
/**
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
**/

.site-main .widget-area {
	float: right;
	width: 100%;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	position:relative;
	width:100%;
	margin: 0 auto; /*center*/
	margin-top:50px;
	background-color: #333;
	color:#cecece;
	font-size: 13px; /*for title raise to 16px*/ 
}

.site-footer a {
	color:#cecece;
}

.site-footer .widget {
	background: transparent;
	color:#cecece;
}

.site-footer .banner-container {
	display:block;
	position:relative;
	margin: 0 auto;
	width:100%;
	width:auto;
	max-width:1170px;
	padding:0;
	padding-top:30px;
}
.site-footer .banner-container .widget-area  .widget {
	margin:0;
	padding:0;
}
.site-footer .banner-container .widget-area .widget .widget-title {
	display:none;
}

.site-footer .footer-container {
	/*display:block;*/
	display:table;
	position:relative;
	margin: 0 auto;
	padding:0;
	width:100%;
	max-width:1170px;
	padding-top:30px;
	padding-bottom:40px;
}

.footer-container .email-container {
	clear:both;
	display:inline-block;
	display:table-cell;
	vertical-align:top;
	float:left;
	width:375px;
	max-width:375px;
	min-height:70px;
	padding:0;
	margin: 0;
	text-align:left;
}

.email-container #emailbox label {
	text-align:left;
}
.email-container .widget-title {
	font-size:16px;
}
.email-container  #emailbox label .title, .sml_subscribe_widget_display  .sml_subscribe {
	display:block;
	text-align:left;
	height:40px;
	position:relative;
	top:0px;
}
.sml_subscribe_widget_display  .sml_subscribe p {
	font-size:14px;
	display:inline-block;
}

#mc_embed_signup #mce-EMAIL,
.email-container  #emailbox #emailaddress, 
.sml_subscribe_widget_display  .sml_subscribe p.sml_email .sml_emailinput {
	width:270px;
	height:30px;
	height:24px;
	margin-right:15px;
	border:none;
}
.sml_subscribe_widget_display  .sml_subscribe  .sml_submit {
	display:inline-block;
}
#mc_embed_signup .button,
.email-container  #emailbox .button, 
.sml_subscribe_widget_display  .sml_subscribe .sml_submit .btn {
	font-family:'Oswald', sans-serif;
	font-size: 18px;
	font-size: 16px;
	position:relative;
	top:3px;
	background-color:#000;
	border:0;
	padding:2px;
	padding-left:7px;
	padding-right:7px;
	color:#fff;
	text-transform:uppercase;
}

/*the holder of social icons*/
.footer-container .social-container {
	display:inline-block;
	display:table-cell;
	vertical-align:top;
	position:relative;
	top:15px;
	top:22px;
	/*left:55%;
	right:0%;*/
	width:auto;
	max-width:375px;
	/*max-width:375px;*/
	min-height:70px;
	padding:0;
	text-align:right;
	background: transparent;
}

.social-container .widget-area {
	display:table;
	float:right;
	/*text-align:center;*/
	width:auto;
	white-space:nowrap;		/*do not wrap the content*/
}
/*individual icons*/
.social-container .widget-area .widget {
	display:table-cell;
	vertical-align:middle;
}

/* do not show titles */
.social-container .widget-area .widget-title {
	display:none;
}
.social-container .widget img{
	float:right;
	padding:0;
	margin:0;
	margin-left:7.5px;
	margin-right:7.5px;
}

.site-footer #footer-members-block {
	clear:both;
	display:block;
	position:relative;
	margin: 0 auto;
	width:100%;
	max-width:1170px;
	margin-top:50px;
	padding:0;
}
.site-footer #footer-members-block .memberblock {
	display:inline-block;
	vertical-align:top;
	width:292px; /*270+30*/
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	line-height: 1.2;
	margin:0;
	padding:0;
	padding-right:30px;
	padding-bottom:30px;
}
.site-footer #footer-members-block .memberblock:nth-of-type(4n) {
	padding-right:0px;
}
.site-footer #footer-members-block .memberblock a.member-link {
	color:#7f7f7f;
}
.site-footer #footer-members-block .memberblock a.member-link .member-title {
	font-size:16px;
	color:#cecece;
}

.site-footer #footer-members-block .memberblock a.member-link:hover {
	text-decoration:none;
	color:#fff;
}

.site-subfooter {
	position:relative;
	width:100%;
	background-color:#1A1A1A;
	color:#cecece;
	min-height:60px;
}
.site-subfooter .site-info {
	position:relative;
	color:#cecece;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}
.site-subfooter .site-info a {
	color:#cecece;
}

.site-subfooter .site-info span {
	color:#cecece;
}

/* simple menu for bottom - no dropdowns */

.site-subfooter .site-info .site-footer-nav-menu {
	display: block;
	margin: 0;
	padding: 0;
	padding-top:15px;
	padding-bottom:15px;
}

.site-info .site-footer-nav-menu ul.sub-nav-menu,
.site-info .site-footer-nav-menu div.sub-nav-menu > ul {
	margin: 0;
	padding: 0;
}

ul.site-footer-nav-menu {
	list-style: none;
	list-style-image: none;
}

ul.site-footer-nav-menu li.menu-item {
	display: inline-block;
	font-family:'Oswald', sans-serif;
	font-size: 24px;
	line-height: 1;
	padding-left: 0px;
	padding-right: 30px;
}

ul.site-footer-nav-menu  li.menu-item a {
	color:#cecece;
	text-decoration: none;
	white-space: nowrap;
}

ul.site-footer-nav-menu li.menu-item a:hover {
	color: #fff;
	text-decoration: none;
}

.site-info .copyright {
	position:absolute; /*absolute to .site-info */
	right:0px;
	top:20px;
	color:#cecece;
	padding-right:30px;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}


/* capital letters menu line */
#results .post .capitals-menu {
	clear:both;
	display:block;
	position:relative;
	margin-top:20px;
}

/* additional trimmings */
.capitals-menu .capital {
	margin-right:5px;
	font-size:21px;
	text-transform:uppercase;
}
.capitals-menu .capital  a {
	color: #003399; /*blue*/
}
.capitals-menu .capital.selected {
	/*text-decoration:underline;*/
	color: #141412; /*dark*/
	color: #003399; /*blue*/
	border-bottom:1px solid #003399; 
}	
.capitals-menu .capital.selected  a {
	text-decoration:underline;
	color: #141412; /*dark*/
}	
.capitals-menu .capital.empty {
	text-decoration:none;
	color: #cecece;
}	
.capitals-menu .links a {
	padding:0;
	padding-left:30px;
	padding-right:0px;
	font-size:18px;
	text-decoration:none;
	color: #003399; /*blue*/
}
.capitals-menu .links a:hover {
	text-decoration:none;
	color: #cecece;
	color: #141412; /*dark*/
}	
 
/* cycle2 slideshows */

/* overlay */
.cycle-overlay { 
	font-family: 'PT Sans', sans-serif;
}

/* display edit link on top of paused slideshow */
.cycle-edit {
	position: absolute; 
	top: 10px; 
	left: 10px;
	color: red; 
	padding: 10px;
	z-index: 410; 
}
.cycle-edit:hover {
	color: red; 
	cursor: pointer;
}
/* display paused text on top of paused slideshow */
.cycle-paused:after {
	content: 'Paused'; 
	position: absolute; 
	top: 10px; 
	right: 10px;
	color: white; 
	background: #000; 
	text-transform:uppercase;
	padding: 10px;
	z-index: 410; 
}

/* display loading text on top of slideshow when loading image */
.cycle-loading:after {
    content: 'Loading'; 
	color: white; 
	background: black; 
	padding: 10px;
    z-index: 400; 
	position: absolute; 
	top: 10px; 
	right: 10px;
    /*opacity: .5; 
	filter: alpha(opacity=50);*/
}

/* 100% wide background*/
.homeslider {
	display:block;
	width:100%;
	margin:0;
	margin-top:30px; /*30 or 40*/
	height: 460px; 
	/*overflow: hidden;*/
}

/* slider-container = #slidshow-1*/
.homeslider .slider-container {
	position:relative;
	width: 100%;
	max-width: 1170px;
	padding:0;
	margin:0 auto;
}

/* = #cycle-1 or .cycle-slideshow */
.homeslider .slider-container .cycle-slideshow { 
	width: 100%; 
	max-width: 1170px;
	height: 460px;
	padding: 0; 
	/*overflow: hidden;*/
	background-color: #000;
}

/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

/* slideshow images */
.cycle-slideshow img { 
	position:absolute;
	top:0;
	left:0;
	height: 100%; /*height drives width*/
	width: auto; 
	/*max-width: 1170px;*/
	padding: 0; 
	margin:0;
	visibility: hidden; /*do not display until fully loaded*/
}
/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static;
	z-index: 100;
}
.cycle-slideshow img. { 

}

/* homeslider bottom caption */
.homeslider .slider-container #alt-caption { 
	position: absolute; 
	bottom: 0px;
	right:0px;
	margin:0 auto;
	height:auto;
	width:100%;
	width:auto;
	color:#fff;
	text-align:center;
	padding: 5px;
	background-color: rgba(0,0,0,.6);
	z-index: 420;
}

/* images mouseover overlay - put it to 100% but define the inner square with paddings */
.homeslider .slider-container .cycle-overlay {
	position:absolute;
	top:10%;
	padding:30%;
	padding-top:10%;
	padding-bottom:10%;
	width:100%;
	height: 100%;
	/*height: auto;*/
	text-align:center;
	/*background-color: transparent;*/
	/*bottom: 0;*/ /*needed*/
	z-index: 410;
	color: #fff; 
}
.homeslider .slider-container .cycle-overlay .slider-title {
	color: #ff0000;
	margin-bottom:30px;
	font-family: 'Oswald', sans-serif;
	font-size:26px;
	line-height:1.2;
}
.homeslider .slider-container .cycle-overlay .slider-subtitle {
	color:#fff;
	text-decoration:none;
	font-size:22px;
	line-height:1.2;

}
.homeslider .slider-container .cycle-overlay .slider-content {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	margin-bottom:15px;
}
.homeslider .slider-container .cycle-overlay .slider-content-sub {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	margin-bottom:15px;
}

.homeslider .slider-container .cycle-overlay .more-link {
	float:none;
	position:relative;
	top:10px;
}
.homeslider .slider-container .cycle-overlay .more-link a.red {
	background-color:#ff0000;
}
.homeslider .slider-container .cycle-overlay .more-link a.red:hover {
	background-color:#141412;
	background-color:#003399; /*blue*/
	color:#fff;
	text-decoration:none;
}

/*all that is inside of overlay is hidden */
.homeslider .slider-container .cycle-overlay  *{
	display:none;
	z-index: 400;
}

/*these is slideshow in the content - replaces the wp-gallery*/
.slider-container.innerslider {
	position:relative;
	/*margin:0 auto;*/
	margin:0;
	margin-left:70px;
	margin-right:70px;
	width: 700px;
	max-width: 900px;
	height: 420px;
	padding:0;
}
.innerslider .cycle-slideshow { 
	padding: 0;
	max-width: 900px;
	width: 100%; 
	width: auto;
	padding: 0; 
	height: 450px; 
	overflow: hidden;
}
.innerslider .cycle-overlay {
	background-color: #fff;
	position:absolute;
	bottom: 0px; 
	width: 100%; 
	z-index: 410;
	padding: 10px; 
	height:30px;
}
.innerslider .cycle-overlay a {
}
/* slideshow images */
.innerslider .cycle-slideshow img { 
	position:absolute;
	top:0;
	left:0;
	max-width: 900px;
	padding: 0; 
}

/*  some of these styles will be set by the plugin (by default) but setting them here helps avoid flash-of-unstyled-content
*/
.cycle-carousel-wrap {
}

/* this is #cycle-2 or .cycle-slideshow */
.inner-slideshow  {
	position:relative;
	top: 60px;
	z-index:400;
	/*background-color:#BFBFBF;*/
}

/* this is .innersquare */
.inner-slideshow .innersquare {
	cursor:pointer;
}
/* this is inner-slideshow image */
.inner-slideshow .innersquare img { 
	position: absolute; 
	top: 0; 
	left: 0;
	height:150px;
	width: auto; 
	padding: 0;
	border:0; 
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
}
.inner-slideshow .cycle-slide {
	border:3px solid #fff; 
	border:0; 
	margin-right:20px;
}
#cycle-2 .cycle-slide-active { 
	border:3px solid #004; 
	border:0; 
	margin-right:20px;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
	position: static; 
	z-index: 400;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 420; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
	font-family: 'PT Sans', sans-serif;
	font-size: 50px; 
	width: 16px; 
	height: 16px; 
	display: inline-block; 
	color: #ddd; 
	cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


/* prev / next links */
.cycle-prev, .cycle-next { 
	position: absolute; 
	z-index: 420; 
	top: 40%;
	width: 30px; 
	padding:20px;
	height: 70px; 
	cursor: pointer; 
	background-color:transparent;
	opacity: .5; 
	filter: alpha(opacity=50);
}
.cycle-prev { 
	left: -70px;
	background: url(images/leftDDD.png) 50% 50% no-repeat;
}
.cycle-next { 
	right: -70px;
	background: url(images/rightDDD.png) 50% 50% no-repeat;
}
.cycle-prev:hover, .cycle-next:hover { 
	opacity: 1; 
	filter: alpha(opacity=100);
	opacity: 0.6; 
	filter: alpha(opacity=60);
}

.disabled { 
	opacity: .5; 
	filter:alpha(opacity=50); 
}

/* mainly used for edit etc*/

.space {
	height:10px;
}

small {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
}
small a.edit-link  {
	color:orange;
	text-transform:capitalize; 
	background-color:transparent;
}
small a.edit-link:hover  {
	background-color:transparent;
	color:orange;
}
small a.edit-link:hover  {
	background-color:transparent;
	color:orange;
}

.meta-info {
	color: #003399; /*blue*/
	color: #141412; /*dark*/
	color: #656565; /*light*/
}
/* .meta-info*/
.entry-title.search-title small .meta-info{
	display:inline;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #003399; /*blue*/
	color: #656565; /*light*/
	text-transform:capitalize; 
	background-color:transparent;
}
.alertfont {
	color:orange;
	background-color:transparent;
}

/* some pages can have sidebar relative to .site-content */ 
.page.tagpost  {
	margin-top:20px;
	border-bottom:1px solid #ccc;
}


/* media queries - some style overrides to make things more pleasant on mobile devices */
@media only screen and (max-width: 643px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { 
	}
    .cycle-slideshow img { 
		max-width: 600px;
		height:auto;
	}
}

/* media queries - some style overrides to make things more pleasant on mobile devices */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { 
	}
    .cycle-slideshow img { 
		max-width: 400px;
		height:auto;
	}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* this are > 1200px width screens - desktop- define here the min-width until ipad */
/* we dropped ipad - define min-width as for desktop - until ipod */

@media (max-width: 1200px) {

	#page, .site-footer, .site-subfooter {
		min-width:1170px;
		max-width: 1280px;
	}

	/*add padding to left-right from now on */
	.site-main, .banner-line, .navbar, .site-footer, .site-info {
		padding-left:30px;
		padding-right:30px;
	}
	/*not good - moves from left to right visibly */
	.homeslider  {
		padding-left:30px;
		padding-right:30px;
	}	
	.homeslider  .slider-container {
		left:0px;
	}

	.homeslider .cycle-prev, .homeslider .cycle-next { 
		opacity: .3; 
		filter: alpha(opacity=30);
		background-color:#fff;
	}
	.homeslider .cycle-prev { 
		left: 10px;
	}
	.homeslider .cycle-next { 
		right: 10px;
	}
	.homeslider .cycle-prev:hover, .homeslider .cycle-next:hover { 
		opacity: .5; 
		filter: alpha(opacity=50);
	}
	.site-footer .banner-container {
		padding-bottom:15px;
	}
	.footer-container .email-container {
		margin-bottom:15px;
	}
	.footer-container .social-container {
	}

}

/* this are < 1024px width screens - ipad - define here the min-width until ipod */
/* should apply to this and lower */
/*@media only screen and (min-width: 643px) and (max-width: 1036px) {*/

@media only screen and (max-width: 1060px) {

	#page, .site-footer, .site-subfooter {
		min-width:1024px;
		max-width: 1036px;
	}
	/*
	.sub-navbar .sub-navigation {
		width: auto;
	}
	*/
	/*unlimit the text width */
	.post .posttext.threequartersize,
	.post .posttext  {
		width:100%;
	}
	
	.posttext.threequartersize .entry-content,
	.posttext.leftside.threequartersize .entry-content {
		width:100%;
	}
	.entry-content p {
		max-width: 800px; /* 960-285 =645px change this to 100% for lower res*/		
	}	
	.posttext.rightside.threequartersize .entry-content p:not(.wp-caption-text) {
		margin-left:255px; /*remove when in lower res*/
		margin-left:0px;
		max-width: 800px; /* 100%960-285 =645px change this to 100% for lower res*/
	}
	 /*remove from here*/
	p.wp-caption-text {
		margin-left:0px;
		max-width: 100%;
	}	
	/*from table to block*/
	.secondary-news-local,
	.secondary-news-home {
		display:block;
	}
	.secondary-news-local .post,
	.secondary-news-home .post {
		display:block;
		min-width:100%;
		width:100%;
		border-top:1px solid #ccc;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:15px;
		margin: 0;
	}
	.secondary-news-home.four-in-two-rows .post.blockclick {
		height:auto;
		overflow:visible;
		max-width:100%;
	}
	.secondary-news-home.four-in-two-rows .post.blockclick .posttext {
		height:auto;
	}
	.secondary-news-local .post:nth-of-type(1),
	.secondary-news-home:not(.second-row) .post:nth-of-type(1) {
		border:0;
		padding-right:0px;
		padding-top:30px;
	}
	.secondary-news-local .post .posttext,
	.secondary-news-home .post .posttext {
		display:block;
		min-width:100%;
	}
	.secondary-news-local .post .posttext  .imagecrop,
	.secondary-news-home .post .posttext  .imagecrop {
		float:left;
		width:270px;
		min-width:270px;
		height:auto;
		margin-right:30px;			
		margin-bottom:20px;
	}
	.secondary-news-local .post .posttext  .entry-title,
	.secondary-news-home .post .posttext  .entry-title {
		width:40%;
	}
	.secondary-news-local .post .posttext .entry-subtitle,
	.secondary-news-home .post .posttext .entry-subtitle {
		float:left;
		display:inline;
		font-size:16px;
		color: #000;
		width:auto;
		width:40%;
	}
	
	.secondary-news-home #rightside {
		width:100%;
		min-width:100%;
		display:block;
		margin-left:0px;
	}

	/*adapt*/
	.site-footer #footer-members-block .memberblock {
		width:255px; /*170+30*/
	}
	.site-footer #footer-members-block .memberblock:nth-child(4),
	.site-footer #footer-members-block .memberblock:nth-child(8),
	.site-footer #footer-members-block .memberblock:nth-child(12),
	.site-footer #footer-members-block .memberblock.last {
		width:255px;
		padding-right:0px;
	}
	.footer-container .social-container {
		/*left:46%;*/
	}

}

/* horizontal handheld devices: iphone, android */
/*@media (max-width: 643px) {*/
/*@media only screen and (min-width: 480px) and (max-width: 643px) {*/
@media only screen and (max-width: 643px) {
	#page, .site-footer, .site-subfooter {
		min-width: 500px;
		max-width: 643px;
	}
	.site-main	{
		clear:both;
		margin:0;
		min-width: 500px; /* 15 + 15 = 30px less */
	}
	
	.main-news-home, .secondary-news-home {
		width: 100%;
	}
	.entry-subtitle {
	}
	/* for any single content */
	.entry-content p {
		width: 100%; /*for lower res change to 100%*/
		min-width:100%;
		/*max-width: 100%;*/		
	}
	.entry-summary,
	.entry-meta {
		width: 100%; /*for lower res change to 100%*/
	}

	.navbar, .banner-line, .homeslider, .site-main, .site-footer, .site-info {
		padding-left:15px;
		padding-right:15px;
	}
	
	#members-block .table {
		display:block;
		
	}
	#members-block .table a.member-link  {
		display:inline;
		text-align:left; 
	}

	.sub-navbar {
		display:block;
		position:relative;
		float:left;
		height:auto;
		padding: 0% 0;
		width:100%;
		height:100px;
		height:1px;
		z-index:450;
	}
	.sub-navbar .sub-navigation  {
		position:relative;
		top:-50px;
		height: auto;
		text-align:right;
	}
	.menu-toggle {
		cursor: pointer;
		display: block;
		position:relative;
		float:right;
		top:-46px;
		background-color:#000;
		background-image: url(images/menuoff.png);
		background-repeat: no-repeat;
		background-size: 17px 18px;
		background-position: 70px center;
		width: 100px;
		font-family: 'Oswald', sans-serif;
		color: #fff;
		font-size: 24px;
		line-height: 1;
		text-align:left;	
		text-decoration: none;
		white-space: nowrap;
		margin: 0;
		padding:10px;
		padding-left:10px;
		border:1px solid #000;
		z-index:1000;
	}

	ul.sub-nav-menu,
	div.sub-nav-menu > ul {
		display: none;
	}

	.toggled-on {
		background-color:#fff;
		color: #000;
	}
	.toggled-on .menu-toggle {
		background-color:#fff;
		background-image: url(images/menuon.png);
		border:1px solid #000;
		color: #000;
	}
	.toggled-on .sub-nav-menu {
		clear:both;
		display: block;
		position:relative;
		top:30px;
		margin-left: 0;
		padding: 0;
		width: 100%;
		height:100%;
		z-index:450;
		background-color:#fff;
		border:1px solid #ccc;
		border-top:0px;
	}
	.toggled-on .sub-nav-menu li {
		display: block;
		padding: 15px;
		height: 50px;
		text-align:left;
		width:100%;
		border-top:1px solid #ccc;
		background-color:#fff;
	}
	.toggled-on .sub-nav-menu li.menu-item-has-children  {
		background-image: url('images/dropdownmenu-medium.png');
		background-position: center right 10px;
		background-repeat: no-repeat;
		cursor:pointer;
	}
	.toggled-on .sub-nav-menu li.menu-item-has-children:hover {
		background-image: url('images/dropdownmenu-dark.png');
	}
	.toggled-on .sub-nav-menu li > ul a {
		padding:0;
		color: #141412;
		color: #656565;
		z-index: 1000;
	}
	/*.toggled-on .sub-nav-menu li.menu-item-has-children a  {*/
	.toggled-on .sub-nav-menu li a  {
		clear: both;
		padding-right:0px;
		margin-right:0px;
		max-width:200px;
	}
	.toggled-on .sub-nav-menu ul.sub-menu li a  {
	}
	.toggled-on .sub-menu  {
		display: none;
		padding:0;
		margin:0;
		position: relative;
		top:-20px;
		left: -15px;
		width:285px;
		min-width:60%;
		z-index:460;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		padding-bottom:10px;
	}
	.toggled-on .sub-menu li {
		height:35px;
	}
	.toggled-on .sub-menu li a {
		font-size: 24px;
		position: relative;
		top:-10px;
	}
	.toggled-on .sub-menu li, .toggled-on .sub-menu li a {
		background-color:#F2F2F2;
		background-color:#fff;
		z-index:1001;
		border:0;
	}
	.toggled-on .sub-menu li a:hover,
	.toggled-on .sub-nav-menu li > ul a:hover,
	.toggled-on .sub-nav-menu li a:hover,
	.toggled-on .sub-nav-menu ul a:hover {
		color: #000;
	}

	.site-content .menuline   {
		line-height:2.2;
	}

	.site-content .menuline  .menu-blankline {
		top:38px;
	}

	.site-content .menuline .innermenu .advsearch-form { 
		display:block;
		position: relative;
		left: 0px;
		width:100%;
		margin-top: 15px;
	}

	.site-content .menuline .innermenu .advsearch-form .textblock.selected  a {
		border-bottom:1px solid #ccc;
	}
	
	.block {
		margin-right:15px;
	}
	.posttext .authors-meta-data {
		max-width:100%;
		min-width:370px;
		padding-left:15px;
	}
	.entry-attachment .entry-image {
		display:block;
	}
	.entry-attachment .entry-image  img{
		width:100%;
	}
	.entry-attachment .attachment-gallery {
		margin:0px;
		margin-top:30px;
		padding-right:30px;
		float:left;	
		width:100%;
	}
	.entry-attachment .attachment-gallery .block {
		margin-right:30px;
	}	
	
	/* float all images to the left - wrap text*/	
	
	/* page content images */	
	
	.page .entry-content img {
		clear:both;
		float:left;
		border:1px solid transparent;
	}

	/* align the left and right content images to the left */	
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* wrap down the rightside */
	
	.site-content .category-award,
	.site-content .category-news,
	.site-content .category-publications,
	.site-content .category-exhibitions {
		display:block;
	}
	.site-content #results .category-header h1 {
		border-bottom:1px solid #ccc;
	}
	.site-content #results .category-header h1:nth-of-type(1) {
		border:0;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}
	
	.post .posttext.threequartersize,
	.post .posttext  {
		clear:both;
		display:block;
		min-width:100%;
		width:100%;
	}
	.post .posttext.rightside.threequartersize  {
		padding-bottom:0px;
	}
	.posttext .authors-meta-data {
		width:100%;
	}
	.posttext .authorimage {
		float:none;
		display:block;
		width:100%;
		max-width:100%;
		margin-left: 0px;
		margin-bottom:15px;
		height:auto;
	}
	.post .posttext  .entry-title,
	.post .posttext  .entry-title {
		width:40%;
	}
	.post .posttext .entry-subtitle,
	.post .posttext .entry-subtitle {
		width:40%;
		float:left;
	}
	.post .posttext  .imagecrop,
	.post .posttext.leftside  .imagecrop  {
		float:left;
		width:50%;
		min-width:50%;
		margin-left: 0px;
		margin-right: 15px;
		margin-bottom:15px;
	}
	.post .posttext  .imagecrop img.imagefloat {
		float:none;
		width:100%;
		min-width:100%;
	}
	.post .posttext.rightside.threequartersize .entry-content p:not(.wp-caption-text) {
		float:left;
		margin-left:0px; /*reset*/
		width:50%;
		max-width:50%;
	}
	p.wp-caption-text {
		margin-left:0px;
		max-width: 100%;
	}	
	
	.secondary-news-local .post .posttext  .imagecrop,
	.secondary-news-home .post .posttext  .imagecrop,
	.post .posttext.rightside .imagecrop {
		float:left;
		width:50%;
		min-width:50%;
		max-width:50%;
		height:auto;
		margin-left: 0px;
		margin-right: 15px;
		margin-bottom: 15px;
		padding:0px;
	}
	.secondary-news-local .post .posttext  .imagecrop img,
	.secondary-news-home .post .posttext  .imagecrop img,
	.post .posttext.rightside .imagecrop img {
		display:block;
		width:100%;
		min-width:100%;
		max-width:100%;
		height:auto;
	}

	.main-news-home .post {
		border-bottom:1px solid #ccc;
		margin-bottom: 0px;
	}
	.main-news-home .post .posttext .imagecrop {
		float:none;
		width:100%;
		min-width:100%;
		max-width:100%;
		height:100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
		padding:0;
	}
	.main-news-home .post .posttext .entry-title,
	.main-news-home .post .posttext .entry-subtitle {
		width:100%;
	}
	
	.secondary-news-local,
	.secondary-news-home {
		display:block;
	}
	.secondary-news-local .post,
	.secondary-news-home .post {
		display:block;
		min-width:100%;
		width:100%;
		border-top:1px solid #ccc;
		padding-top:30px;
		padding-right:0px;
		padding-bottom:15px;
		margin: 0;
	}
	.secondary-news-local .post:nth-child(1),
	.secondary-news-home .post:nth-child(1) {
		border:0;
		padding-top:30px;
		padding-right:0px;
	}
	.secondary-news-local .post .posttext,
	.secondary-news-home .post .posttext {
		display:block;
		width:100%;
		min-width:100%;
	}
	.secondary-news-local .post .posttext  .entry-title,
	.secondary-news-home .post .posttext  .entry-title {
		width:40%;
	}
	.secondary-news-local .post .posttext .entry-subtitle,
	.secondary-news-home .post .posttext .entry-subtitle {
		width:40%;
	}

	.secondary-news-home #rightside {
		width:100%;
		min-width:100%;
		display:block;
		margin-left:0px;
	}

	/*this is for single view - change from table-cell to block floated left*/
	#results .post.category-exhibitions.hentry,
	#results .post.category-venues.hentry {
		display:block;
		width:100%;
	}
	#results .post.category-exhibitions.hentry .posttext, 
	#results .post.category-venues.hentry .posttext {
		display:block;
		width:100%;
	}

	#results .post.category-exhibitions.hentry .exhibition-meta-authors,
	#results .post.category-venues.hentry .exhibition-meta-authors {
		display:block;
		padding-top:30px;
		padding-left:0px;
		padding-bottom:30px;
		margin:0;
		width: 100%;
	}
	.site-footer .footer-container {
		display:block; /*from table*/
	}	
	.footer-container .social-container {
		display:block; /*from table-cell*/
		right:0;
		clear:both;
		/*left:auto;*/
		width:100%;
		max-width:100%;
	}
	.social-container .widget-area {
		display:block; /*from table-cell*/
		clear:both;
		width:100%;
		max-width:100%;
		float:right;
		margin-right:0px;
	}
	.footer-container .email-container {
		float:none;
		width:100%;
	}
}

@media (max-width: 600px) {
	/* pin it to top*/
	#wpadminbar {	
		top:-46px;
	}
}
	
/*  vertical handheld devices: iphone, android */
@media only screen and (max-width: 470px) {
	body {
		min-width: 342px;
	}
	
	#page, .site-footer, .site-subfooter {
		min-width: 342px;
		max-width: 470px;
	}
	.site-main	{
		clear:both;
		margin:0;
		min-width:342px; /* 15 + 15 = 30px less */
	}
	.banner-line .home-link {
		background-size: 315px auto;
	}
	.homeslider {
		height:320px;
	}
	.homeslider .slider-container .cycle-slideshow {
		height:320px;
		width:100%;
		min-width:100%;
		overflow:hidden;
	}
	.slider-container .cycle-slideshow img.cycle-slide {
		max-height:320px;
		max-width:643px;
		max-width:100%;
		min-width:342px;
		height:auto;
	}

	.navbar, .banner-line, .homeslider, .site-main, .site-footer, .site-info {
		padding-left:15px;
		padding-right:15px;
	}
	.block {
		margin-right:15px;
	}
	.entry-attachment .entry-image {
		display:block;
	}
	.entry-attachment .attachment-gallery {
		margin:0px;
		margin-top:30px;
		padding-left:15px;
		float:left;	
		width:100%;
	}
	.entry-attachment .attachment-gallery .block {
		margin-top:15px;
		margin-bottom:15px;
		margin-right:15px;
	
	}	
	
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 0px;
		padding-right: 0px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 15px;
	}

	/* wrap down */
	.post.category-publications,
	.post.category-exhibitions,
	.post.category-venues,
	.secondary-news-local .post,
	.secondary-news-home .post,
	.page,
	.post {
		display:block;
		border-top:1px solid #ccc;
		padding:0;
		padding-top:30px;
		padding-bottom:30px;
	}
	/*no top border for first*/
	.page:nth-of-type(1),
	.post:nth-of-type(1)  {
		border:0;		
	}
	/* home: top border for each row */
	.four-in-two-rows .post.blockclick:nth-of-type(1) {
		border-top:1px solid #ccc;
	}

	.page.page-partners {
		border-top:1px solid #ccc;
		padding-bottom:30px;
	}
	.post.category-publications,
	.post.category-news {
		padding-bottom:0px; /*this is needed*/ 
	}
	.post .posttext {
		float:none;
		display:block;
		width:100%;
		min-width:100%;
		max-width:100%;
	}
	.post .posttext.rightside.threequartersize  {
		display:block;
	}
	.post .posttext.rightside.threequartersize .entry-content p:not(.wp-caption-text), 
	.post .posttext  .entry-content p:not(.wp-caption-text) {
		float:none;
		width:100%;
		min-width:100%;
		max-width:100%;
		margin-left:0px;
	}

	p.wp-caption-text {
		margin-left:0px;
		max-width: 100%;
	}	

	.post .posttext  .entry-date,
	.post .posttext  .entry-title,
	.post .posttext  .entry-subtitle {
		float:none;
		width:100%;
		min-width:100%; 
	}

	.secondary-news-local .post .posttext,
	.secondary-news-home .post .posttext {
		width:100%;
		min-width:100%;
		max-width:100%;
	}

	.post.category-publications .posttext.rightside.threequartersize .imagecrop
	.post.category-news .posttext.rightside.threequartersize .imagecrop, 
	.secondary-news-home .post .posttext .imagecrop,
	.secondary-news-local .post .posttext .imagecrop,
	.post.category-news .posttext .imagecrop ,
	.post .posttext.rightside .imagecrop , 
	.post .posttext.leftside .imagecrop ,
	.post .posttext .imagecrop {
		float:none;
		width:100%;
		min-width:100%;
		max-width:100%;
		margin:0;
		margin-bottom:20px;
	}

	.post .posttext .imagecrop img.imagefloat  {
		width:100%;
		min-width:100%;
	}
	.post .posttext .imagecrop img.image-tall {
		width:100%;
	}
	.post .posttext .imagecrop img.image-small {
		width:auto;
	}

	.posttext .authors-meta-data {
		width:100%;
		min-width:100%;
		max-width:100%;
	}

	.main-news-home .post .posttext .entry-title, 
	.main-news-home .post .posttext  {
		width:100%;
		min-width:100%;
	}

	.viewall-link {
		clear:both;
	}

	.menuline .innermenu .advsearch-form { 
		display:block;
		position: relative;
		left: 0px;
		width:100%;
	}

	.menuline .innermenu .advsearch-form .selected a {
		position: relative;
		top:1px;
		z-index:2;
		border-bottom:1px solid #ccc; /*#F2F2F2 = color of background = invisible*/
	}

	#results .category-header h1 {
		border-bottom:1px solid #ccc;
	}
	#results .category-header h1:nth-of-type(1) {
		border:0;
	}


	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.footer-container .email-container {
		float:none;
		width:100%;
	}
	.sml_subscribe_widget_display  {
	}
	.sml_subscribe_widget_display  .sml_subscribe p.sml_email .sml_emailinput  {
		width:230px;
	}

	.footer-container .social-container {
	}
	.social-container .widget-area {
	}
}

/**
 * 9.0 Print
 * --------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		/*background-image: url(images/search-icon-2x.png);*/
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}
	
	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.category-title,
	.entry-title {
		font-size: 18px;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10px;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
	
}


