/*
	Theme Name: Barbara Child Theme
	Theme URI: http://www.pleth.com/
	Description: Barbara is a child theme created for the Genesis Framework
	Author: Pleth
	Author URI: http://www.pleth.com/
 
	Version: 1.0
 
	Tags: black, blue, green, orange, pink, red, white, one-column, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Navigation Menus
* Primary Navigation Extras
* Inner
* Miscellaneous
* Content
* Headlines
* Ordered / Unordered Lists
* Post Info / Post Meta
* Column Classes
* Genesis Grid
* Archive Page
* Images
* Post Navigation
* Buttons
* Search Form / eNews and Update Widget
* Footer Widgets
* Latest Tweets
* Footer
* Comments
* Gravity Forms
* Apparition Green
* Apparition Orange
* Apparition Pink
* Apparition Red
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Lato|Lustria);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 16px;
}

select {
	width: 100%;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	/* color: #f90; */
	
	color: #9c1313;
	/* color: #3fb6d7; */
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

a:hover {
	/* color: #333; */
	/*color: #d73f3f; */
	color: #6ED5FF
}

a img {
	border: none;
}

a.post-edit-link, a.post-edit-link:visited,
#content a.post-edit-link, #content a.post-edit-link:visited {
	display: block;
	border-radius: 4px;
	color: #fff;
	background: #1c829e;
	text-align: center;
	padding: 8px;
	margin: 20px 20%;
}

a.post-edit-link:hover, a.post-edit-link:focus,
#content a.post-edit-link:hover, #content a.post-edit-link:focus {
	background: #10b3e0;
	color: white;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #999;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin-top: 40px;
}

.wrap {
	margin: 0 auto;
	width: 920px;
	/* max-width: 94%; */
}

#nav .wrap {
	/* max-width: 100%; */
	padding: 10px 0;
}

.page #inner .wrap {
	/* width: 1050px; */
}

.page #inner {
	/* margin-top: 40px; */
}

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

#header {
	position: absolute;
	overflow: hidden;
	width: 100%;
}

#header, #nav {
	height: 80px;
}

#title-area {
	margin: 0;
	padding: 0;
	width: 25%;
}

#title {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25;
	margin: 0;
	width: auto;
}

#title a {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 48px;
	line-height: 0.75;
	text-align: left;
	text-transform: lowercase;
	margin: 0 auto;
	display: block;
	padding: 0;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

#title a,
#title a:hover {
	line-height: 0.75;
	text-decoration: none;
}

#title a:hover {
	color: #000;
}

#title a .nolink {
	color: #fff;
	transition: all 0.5s ease-in-out;
}

#title a:hover .nolink {
	color: #6ED5FF;
}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	text-indent: -9999px;
}

.header-image #title-area {
	margin: 0;
	width: 25%;
}

.header-full-width #title-area {
	width: 360px;
	margin-top: 20px;
}

#description {
	color: #fff;
	font-size: 16px;
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-indent: -4000px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

#header .widget-area {
	float: right;
	width: 75%;
}


/* Navigation Menus
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #fff;
	font-family: 'Helvetica Neue', sans-serif;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: right;
	width: auto;
}

.menu-primary,
.menu-secondary {
	float: right;
	width: 75%;
	text-align: right;
	margin-top: 5px;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: none;
	list-style-type: none;
	display: inline-block;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #444;
	display: block;
	font-size: 16px;
	padding: 10px 16px;
	position: relative;
	text-decoration: none;
	/* border-left: 1px solid #999; */
	/* text-transform: lowercase; */
}

.menu-primary .barbara2013 a,
.menu-primary .current-menu-item .barbara2013 a {
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

#header .menu a {
	padding: 48px 20px;
}

.menu-primary li a:hover,
.menu-primary li a.hovery,
.menu-primary li:hover a,
.menu-primary .current-menu-item a,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
.menu-secondary .current-menu-item a,
#header .menu li a:hover,
#header .menu li:hover a,
#header .menu .current-menu-item a {
	/* color: #d73f3f;
	color: #9c1313; */
	color: #6ED5FF;
	background: #000;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background-color: #111;
	border: 1px solid #333;
	border-top: none;
	color: #fff;
	font-size: 12px;
	padding: 15px 16px;
	position: relative;
	text-transform: none;
	width: 160px;
	text-align: left;
}

.menu-primary .barbara2013 a,
.menu-primary .current-menu-item .barbara2013 a {
	padding-right: 50px;
	color: #000;
	font-weight: bold;
}

.menu-primary li li a:hover,
.menu-secondary li li a:hover,
#header .menu li li a:hover {
	color: #6ED5FF;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 145px;
	z-index: 9999;
	/* margin-top: -10px; */
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 135px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -49px 0 0 144px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

.menu-primary #menu-item-42 a {
	/* padding-right: 0; */
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 15px 20px;
}

.menu li.right a {
	color: #fff;
	display: inline;
}

.menu li.right a:hover {
	color: #3fb6d7;
}

.menu li.search {
	padding: 7px 10px 0;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	/*overflow: hidden;*/
	padding: 5px 0;
}

.apparition-landing #inner {
	padding: 40px 0;
}

#footer {
	clear: both;
}


/* Miscellaneous
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
}

.author-box,
.sticky,
.taxonomy-description {
	margin: 0 0 30px;
	overflow: hidden;
	padding: 20px;
}

.author-box {
	margin: 0 0 60px;
}

.author-box p,
.taxonomy-description p {
	font-size: 14px;
}

.sticky {
	padding: 30px;
}


/* Content
------------------------------------------------------------ */

#content,
#content-sidebar-wrap,
#sidebar {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-top: 10px;
	/*background: #fff;*/
}

#content {
	padding: 10px 3% 3%;
}

/*
#content a {
	color: blue;
}

#content a:hover {
	color: #d73f3f;
}
*/

.hentry,
.page.page-template-page_blog-php .hentry {
	clear: both;
	/* overflow: hidden; */
	overflow: visible;
}

.page .hentry,
.single .hentry {
	border: none;
	margin: 0;
}

.page #content,
.single #content {
	/*padding: 0 20%;*/
}

.page.page-template-page_blog-php #content {
	padding: 0;
}

.entry-content {
	/* overflow: hidden; */
	overflow: visible;
}

.entry-content p {
	text-align: left;
	/*text-align: center;*/
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright,
.even .alignleft {
	float: right;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

.even {
	background-color: #efefef;
}
/*

.home #content h2, .home #content p {
	width: 70%;
	margin: 0 auto;
	border: 4px solid #000;
	border-top: none;
	border-bottom: none;
}

.home #content .first h2 {
	border-top: 4px solid;
}
.home #content .last p {
	border-bottom: 4px solid;
}*/

.home .even h2 a, 
.home .even h2 a:visited,
.home .even h2, 
.home .even h3, 
.home .even h4, 
.home .even h5 {
	color: #eee;
	background: #888;
}

.home .odd h2 a,
.home .odd h2 a:visited,
.home .odd h2,
.home .odd h3,
.home .odd h4,
.home .odd h5 {
	background: #fff;
}
/*

.home .entry {
	position: relative;
}

.home .entry.even {
}

.odd {
	z-index: 99;
}

.home .entry p {
	min-height: 45px;
}

.home #content-sidebar-wrap img {
	width: 60%;
	margin: 0 auto 40px;
	display: block;
}
*/

.hfeed .entry p {
	padding: 20px 0;
}

p img {
	max-width: 100%;
}

.home #content {
	padding: 40px 6%;
}

.home #content a, .home #content h2 {
	text-align: center;
}

.home #content a {
	display: block;
	background: #fff;
}

.home #content a.even {
	background: #000;
}

.home a h2 { 
	margin: 0 auto;
	padding: 0;
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
	width: 65%;
	border: 4px solid #000;
	border-top: none;
	border-bottom: none;
}

.home a.marvin h2, .newyork .even h2 {
	line-height: 2.9;
}

.home a h2.first { padding-top: 10px;}
.home a h2.second { padding-bottom: 10px;}

.home a h2.first.second { padding-top: 10px; line-height: 2.8; }

.home a:hover h2, .home a.hovery h2 {
	/* color: #9c1313; */
	color: #6ED5FF;
	/* color: #65c9f1; */
}

.home .odd .even {
	display: block;
	background-color: #000;
}

.home .odd .even h2 {
	background-color: #888;
}

.home .odd.top, .home .odd.bottom {
	display: block;
	width: 65%;
	height: 25px;
	margin: 0 auto;
	border: 3px solid #000;
}

.home .odd.top {
	border-bottom: none;
}

.home .odd.bottom {
	border-top: none;
}

span.place h2 {
	/* font-size: 16px; */
	line-height: 1.6;
}

ul.custom-block-menu {
	list-style-type: none;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h2 a:hover,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: normal;
	line-height: 1.25;
	text-decoration: none;
	text-align: left;
	/*text-align: center;*/
}

h1 {
	font-size: 28px;
}

h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	margin: 20px 0 20px;
	padding-top: 10px;
	line-height: 1.6;
}

.entry-content h2 a, .entry-content h2 a:visited {
	margin: 125px 0 30px;
}

.page h1,
.single h1 {
	padding: 2% 4% 0 0;
	margin: 0 0 20px 0;
	text-align: left;
	/*text-align: center; */
}

h2 a,
h2 a:visited {
	color: #333;
}

h2 a:hover, .even h2 a:hover {
	/* color: #d73f3f; */ 
	color: #6ed5ff;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5,
#footer-widgets h4 {
	font-size: 16px;
}

h6,
.taxonomy-description h1 {
	font-size: 14px;
}

/* Specific font styling
------------------------------------------------------------ */

.post-139 h2 a { 
	font-weight: bolder; 
	font-size: 42px;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0 auto;
	padding: 0 0 25px;
	width: 90%;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Blog
------------------------------------------------------------ */
.blog .even {
	background: transparent;
}

.blog .post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.blog .post h2, .blog .post .h2 a {
	margin: 0;
}


/* Post Info / Post Meta
------------------------------------------------------------ */

.post-meta {
	color: #999;
	font-size: 12px;
	padding: 10px 0 0;
	text-align: right;
}

.single .post-meta {
	border-top: 1px solid #eee;
	padding: 10px 0;
	text-align: left;
	display: block;
}

.post-meta a,
.post-meta a:visited {
	color: #999;
	text-decoration: none;
}

.post-meta a:hover {
	color: #333;
	text-decoration: none;
}

.author:before,
.post-comments:before,
.tags:before {
	color: #333;
	content: '/';
	margin: 0 10px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Genesis Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

embed,
img,
object {
	width: auto;
	height: auto;
	max-width: 100%;
}

img {
	height: auto;
}

.avatar {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.post-image,
.wp-post-image {
	/* */
}

.even .post-image {
	box-shadow: 0px 20px 30px #222;
}

.featured-image {
	padding: 0 0 30px;
	text-align: center;
}

#content .featured-image {
	display: none;
}

#sidebar img {
	display: block;
	margin: 0 auto;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 10px 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 20px;
	/*margin: 0 60px 30px 0;*/
}

.even img.alignleft,
img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 20px;
	/*margin: 0 0 30px 60px; */
}

.wp-caption {
	display: inline-block !important;
	vertical-align: top;
	background: none;
	text-align: center;
}

p.wp-caption-text, span.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
	display: block;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-item, 
.gallery-caption.wp-caption {
	display: none !important;
}

.gallery-caption.wp-caption-1 {
	width: auto;
}

.gallery-item-1,
.gallery-caption.wp-caption-1,
.page-paintings .gallery-item, 
.page-paintings .gallery-caption.wp-caption,
.page-seasons .gallery-item, 
.page-seasons .gallery-caption.wp-caption,
.page-meander .gallery-item, 
.page-meander .gallery-caption.wp-caption  {
	display: inline-block !important;
}

.gallery-item:hover {
	box-shadow: 0px 25px 20px -20px #ccc;
}

.page-paintings .gallery-caption,
.page-seasons .gallery-caption,
.page-meander .gallery-caption {
	display: inline-block !important;
	*display: inline !important;
	background: none;
	width: 40% !important;
	vertical-align: top;
	padding: 5%;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #111;
	color: #fff;
	cursor: pointer;
	font-family: 'Helvetica Neue', sans-serif;
	padding: 10px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #3fb6d7;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: #111;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Helvetica Neue', sans-serif;
	line-height: 21px;
	padding: 7px 10px 6px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

div.gform_footer input.button,
#commentform #submit {
	-moz-border-radius: 50%;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	background-color: #111;
	border-radius: 50%;
	border: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 100px;
	margin: 40px auto 0;
	text-align: center;
	transition: all 0.2s ease-in-out;
	width: 100px;
}

div.gform_footer input.button:hover,
input:hover[type="button"],
input:hover[type="submit"],
#commentform #submit:hover {
	background-color: #3fb6d7;
	border: none;
	text-decoration: none;
}

div.gform_footer input.button {
	margin: 40px auto 30px;
}


/* Search Form / eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox,
.s {
	-moz-box-shadow: 0 0 5px #ddd inset;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: 0 0 5px #ddd inset;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd inset;
	box-sizing: border-box;
	color: #999;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 10px;
	width: 100%;
}

#header .searchform {
	float: right;
	margin: 40px 0 0;
}

.enews #subbutton,
.searchsubmit {
	display: none;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #3fb6d7;
	clear: both;
	color: #fff;
	font-size: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0 20px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
}

#footer-widgets a:hover {
	color: #333;
}

#footer-widgets p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 15px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets .widget-area ul li {
	list-style-type: none;
	margin: 0 0 10px;
	word-wrap: break-word;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 20px;
}

.footer-widgets-1 {
	width: 50%;
}

.footer-widgets-2,
.footer-widgets-3 {
	width: 25%;
}


/* Latest Tweets
------------------------------------------------------------ */

#footer-widgets .latest-tweets {
	background: url(images/latest-tweets.png) top right no-repeat;
	margin: -40px 0 0;
	padding: 40px 0 0;
}

#footer-widgets .latest-tweets ul li {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 15px;
	padding: 0 0 12px;
}

#footer-widgets .latest-tweets ul li.last {
	border-bottom: none;
	margin: 0;
}

#footer-widgets .latest-tweets a,
#footer-widgets .latest-tweets a:visited {
	color: #333;
}

#footer-widgets .latest-tweets a:hover {
	color: #fff;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	color: #666;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

#footer .wrap {
	overflow: hidden;
	padding: 40px 0;
}

#footer p {
	color: inherit;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #000;
}

#footer a:hover {
	color: #6ED5FF;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 25%;
}

#footer .creds {
	text-align: center;
	width: 100%;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	-moz-box-shadow: 0 0 5px #ddd inset;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: 0 0 5px #ddd inset;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd inset;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 10px;
	width: 50%;
}

#comment {
	height: 200px;
	margin: 10px 0;
	width: 100%;
}

label {
	margin: 0 0 0 10px;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}

.comment-list li ul li {
	margin-right: -20px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.reply {
	font-size: 14px;
}

#comments .navigation {
	display: block;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	-moz-box-shadow: 0 0 5px #ddd inset;
	-moz-box-sizing: border-box;
	-webkit-box-shadow: 0 0 5px #ddd inset;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd inset;
	box-sizing: border-box;
	font-size: 16px !important;
	margin: 0 0 10px;
	padding: 10px !important;
}

div.gform_footer input.button {
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Apparition Green
------------------------------------------------------------ */

.apparition-green h2 a,
.apparition-green h2 a:visited {
	color: #333;
}

.apparition-green .menu-primary a,
.apparition-green .menu-primary a:visited,
.apparition-green .menu-secondary a,
.apparition-green .menu-secondary a:visited,
.apparition-green #header .menu a,
.apparition-green #header .menu a:visited,
.apparition-green .menu-primary li li a,
.apparition-green .menu-primary li li a:link,
.apparition-green .menu-primary li li a:visited,
.apparition-green .menu-secondary li li a,
.apparition-green .menu-secondary li li a:link,
.apparition-green .menu-secondary li li a:visited,
.apparition-green #header .menu li li a,
.apparition-green #header .menu li li a:link,
.apparition-green #header .menu li li a:visited {
	color: #fff;
}

.apparition-green a,
.apparition-green a:visited,
.apparition-green h2 a:hover,
.apparition-green .menu li.right a:hover,
.apparition-green .menu-primary li a:hover,
.apparition-green .menu-primary li li a:hover,
.apparition-green .menu-primary li:hover a,
.apparition-green .menu-primary .current-menu-item a,
.apparition-green .menu-secondary li a:hover,
.apparition-green .menu-secondary li li a:hover,
.apparition-green .menu-secondary li:hover a,
.apparition-green .menu-secondary .current-menu-item a,
.apparition-green #footer a:hover,
.apparition-green #header .menu li a:hover,
.apparition-green #header .menu li li a:hover,
.apparition-green #header .menu li:hover a,
.apparition-green #header .menu .current-menu-item a {
	color: #25c99b;
}

.apparition-green .post-meta a,
.apparition-green .post-meta a:visited {
	color: #999;
}

.apparition-green a:hover,
.apparition-green .post-meta a:hover {
	color: #333;
}

.apparition-green div.gform_footer input.button:hover,
.apparition-green input:hover[type="button"],
.apparition-green input:hover[type="submit"],
.apparition-green .navigation li a:hover,
.apparition-green .navigation li.active a,
.apparition-green #commentform #submit:hover,
.apparition-green #footer-widgets {
	background-color: #25c99b;
}


/* Apparition Orange
------------------------------------------------------------ */

.apparition-orange h2 a,
.apparition-orange h2 a:visited {
	color: #333;
}

.apparition-orange .menu-primary a,
.apparition-orange .menu-primary a:visited,
.apparition-orange .menu-secondary a,
.apparition-orange .menu-secondary a:visited,
.apparition-orange #header .menu a,
.apparition-orange #header .menu a:visited,
.apparition-orange .menu-primary li li a,
.apparition-orange .menu-primary li li a:link,
.apparition-orange .menu-primary li li a:visited,
.apparition-orange .menu-secondary li li a,
.apparition-orange .menu-secondary li li a:link,
.apparition-orange .menu-secondary li li a:visited,
.apparition-orange #header .menu li li a,
.apparition-orange #header .menu li li a:link,
.apparition-orange #header .menu li li a:visited {
	color: #fff;
}

.apparition-orange a,
.apparition-orange a:visited,
.apparition-orange h2 a:hover,
.apparition-orange .menu li.right a:hover,
.apparition-orange .menu-primary li a:hover,
.apparition-orange .menu-primary li li a:hover,
.apparition-orange .menu-primary li:hover a,
.apparition-orange .menu-primary .current-menu-item a,
.apparition-orange .menu-secondary li a:hover,
.apparition-orange .menu-secondary li li a:hover,
.apparition-orange .menu-secondary li:hover a,
.apparition-orange .menu-secondary .current-menu-item a,
.apparition-orange #footer a:hover,
.apparition-orange #header .menu li a:hover,
.apparition-orange #header .menu li li a:hover,
.apparition-orange #header .menu li:hover a,
.apparition-orange #header .menu .current-menu-item a {
	color: #e59737;
}

.apparition-orange .post-meta a,
.apparition-orange .post-meta a:visited {
	color: #999;
}

.apparition-orange a:hover,
.apparition-orange .post-meta a:hover {
	color: #333;
}

.apparition-orange div.gform_footer input.button:hover,
.apparition-orange input:hover[type="button"],
.apparition-orange input:hover[type="submit"],
.apparition-orange .navigation li a:hover,
.apparition-orange .navigation li.active a,
.apparition-orange #commentform #submit:hover,
.apparition-orange #footer-widgets {
	background-color: #e59737;
}


/* Apparition Pink
------------------------------------------------------------ */

.apparition-pink h2 a,
.apparition-pink h2 a:visited {
	color: #333;
}

.apparition-pink .menu-primary a,
.apparition-pink .menu-primary a:visited,
.apparition-pink .menu-secondary a,
.apparition-pink .menu-secondary a:visited,
.apparition-pink #header .menu a,
.apparition-pink #header .menu a:visited,
.apparition-pink .menu-primary li li a,
.apparition-pink .menu-primary li li a:link,
.apparition-pink .menu-primary li li a:visited,
.apparition-pink .menu-secondary li li a,
.apparition-pink .menu-secondary li li a:link,
.apparition-pink .menu-secondary li li a:visited,
.apparition-pink #header .menu li li a,
.apparition-pink #header .menu li li a:link,
.apparition-pink #header .menu li li a:visited {
	color: #fff;
}

.apparition-pink a,
.apparition-pink a:visited,
.apparition-pink h2 a:hover,
.apparition-pink .menu li.right a:hover,
.apparition-pink .menu-primary li a:hover,
.apparition-pink .menu-primary li li a:hover,
.apparition-pink .menu-primary li:hover a,
.apparition-pink .menu-primary .current-menu-item a,
.apparition-pink .menu-secondary li a:hover,
.apparition-pink .menu-secondary li li a:hover,
.apparition-pink .menu-secondary li:hover a,
.apparition-pink .menu-secondary .current-menu-item a,
.apparition-pink #footer a:hover,
.apparition-pink #header .menu li a:hover,
.apparition-pink #header .menu li li a:hover,
.apparition-pink #header .menu li:hover a,
.apparition-pink #header .menu .current-menu-item a {
	color: #e378c2;
}

.apparition-pink .post-meta a,
.apparition-pink .post-meta a:visited {
	color: #999;
}

.apparition-pink a:hover,
.apparition-pink .post-meta a:hover {
	color: #333;
}

.apparition-pink div.gform_footer input.button:hover,
.apparition-pink input:hover[type="button"],
.apparition-pink input:hover[type="submit"],
.apparition-pink .navigation li a:hover,
.apparition-pink .navigation li.active a,
.apparition-pink #commentform #submit:hover,
.apparition-pink #footer-widgets {
	background-color: #e378c2;
}


/* Apparition Red
------------------------------------------------------------ */

.apparition-red h2 a,
.apparition-red h2 a:visited {
	color: #333;
}

.apparition-red .menu-primary a,
.apparition-red .menu-primary a:visited,
.apparition-red .menu-secondary a,
.apparition-red .menu-secondary a:visited,
.apparition-red #header .menu a,
.apparition-red #header .menu a:visited,
.apparition-red .menu-primary li li a,
.apparition-red .menu-primary li li a:link,
.apparition-red .menu-primary li li a:visited,
.apparition-red .menu-secondary li li a,
.apparition-red .menu-secondary li li a:link,
.apparition-red .menu-secondary li li a:visited,
.apparition-red #header .menu li li a,
.apparition-red #header .menu li li a:link,
.apparition-red #header .menu li li a:visited {
	color: #fff;
}

.apparition-red a,
.apparition-red a:visited,
.apparition-red h2 a:hover,
.apparition-red .menu li.right a:hover,
.apparition-red .menu-primary li a:hover,
.apparition-red .menu-primary li li a:hover,
.apparition-red .menu-primary li:hover a,
.apparition-red .menu-primary .current-menu-item a,
.apparition-red .menu-secondary li a:hover,
.apparition-red .menu-secondary li li a:hover,
.apparition-red .menu-secondary li:hover a,
.apparition-red .menu-secondary .current-menu-item a,
.apparition-red #footer a:hover,
.apparition-red #header .menu li a:hover,
.apparition-red #header .menu li li a:hover,
.apparition-red #header .menu li:hover a,
.apparition-red #header .menu .current-menu-item a {
	color: #e64e52;
}

.apparition-red .post-meta a,
.apparition-red .post-meta a:visited {
	color: #999;
}

.apparition-red a:hover,
.apparition-red .post-meta a:hover {
	color: #333;
}

.apparition-red div.gform_footer input.button:hover,
.apparition-red input:hover[type="button"],
.apparition-red input:hover[type="submit"],
.apparition-red .navigation li a:hover,
.apparition-red .navigation li.active a,
.apparition-red #commentform #submit:hover,
.apparition-red #footer-widgets {
	background-color: #e64e52;
}

/* Maps 
------------------------------------------------------------ */

#bgmp_map-canvas {
	width: 100% !important;
	margin-bottom: 40px;
}


/* Gallery pages
------------------------------------------------------------ */

.slideshowlink {
	display: none;
}

.entry-content .ngg-galleryoverview {
	width: 61%;
	margin: 0 auto;
}


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

/*.home #content {*/
#content {
	/*width: 60%;*/
	width: 490px;
	min-height: 505px;
	float: right;
	position: relative;
}

.home #content-sidebar-wrap {
	background: none;
	position: relative;
}

.home .wrap {
	width: 920px;
}

.home .barbara-image {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.home #sidebar .block.top {
	background: none;
	padding: 0;
}

.home #sidebar .block.bottom {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 340px;
	/* height: 295px; */
	height: 320px;
	overflow: hidden;
	/* background: #3D3C44; */
	background: #999;
	color: #666;
}

.home #sidebar .post-meta {
	color: #444;
}

.home #sidebar .block.top img {
	margin-top: 20px; 
}

.home #sidebar .block.bottom a {
	color: white;
}

.home #sidebar .block.bottom a:hover {
	color: #6ED5FF;
}

.home #sidebar .block.bottom a img {
	box-shadow: none;
}

.odd.date {
	position: relative;
}

.extended {
	text-align: center;
	display: block;
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	color: #b30000;
	font-size: 65px;
	opacity: 0.68;
}

#mc_embed_signup {
	background:#fff;
	clear:left;
	font:14px Helvetica,Arial,sans-serif;
}

#mc_embed_signup input.email {
	width: 96% !important;
}

#mc_embed_signup label {
	margin-left: 0;
}

.hide {
	visibility: hidden;
}

/* Sidebar
------------------------------------------------------------ */

#sidebar .block, #sidebar .widget, #content {
	background: #fff;
}

#sidebar {
	/*width: 36%;*/
	width: 360px;
	float: left;
}

#sidebar .block, #sidebar .widget {
	padding: 10px;
	min-height: 30px;
	margin-bottom: 65px;
	position: relative;
}

#sidebar .block .post-meta {
	padding: 0;
}

#sidebar .block li,
#sidebar .widget li {
	margin-left: 20px;
	list-style-type: none;
}

#sidebar h3 {
	text-align: left;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 4px;
	font-size: 16px;
}

#sidebar h4.entry-title {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

#sidebar h4.entry-title a,
#sidebar h4.entry-title a:visited {
	color: #9c1313;
}

#sidebar h4.entry-title a:hover {
	color: #333;
}

#sidebar,
#sidebar p {
	font-size: 13px;
}

#sidebar p {
	margin-bottom: 1em;
}

#sidebar img {
	max-width: 100%;
	display: block;
	/* margin: 0 auto; */
	margin: 10px auto;
	width: auto;
	height: auto;
}

/* responsive video */
#sidebar .youtube {
	max-width: 100%;
	height: 0;
	padding-bottom: 68%;
	margin-bottom: 1em;
	position: relative;
}

#sidebar .youtube iframe {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
}

#content iframe {
	max-width: 100%;
	max-height: 280px;
}

#content iframe.wufoo-form-container {
	max-height: 99999px;
}
/* Artist Page 
------------------------------------------------------------ */
.portfolio.row {
	margin-bottom: 60px;
	position: relative;
}

/* clearfix */
.portfolio.row:before, .portfolio.row:after {
	content: "";
	display: table;
}

.portfolio.row:after {
	clear: both;
}

.portfolio.row {
	zoom:1; /* ie clearfix */
}

.portfolio.row > p {
	/* float: left; 
	width: 30%; */
	margin: auto;
	text-align: center;
}

.portfolio.row > p .gallery-item-1 img, 
.portfolio.row > p img {
	border: 2px solid #999;
}

/* image, date, content styling */
.portfolio .p-thumb, .portfolio .p-year {
	float: left;
}

.portfolio .p-thumb {
	float: left;
	width: 25%;
}

.portfolio.row > p.p-year {
	display: block;
	width: 10%;
	padding: 0 5%;
	height: 180px;
	text-align: center;
}

.portfolio.row > div.p-description {
	/* width: 50%;
	float: right; */
}

.portfolio .p-description p {
	padding-bottom: 10px;
}

.portfolio a.post-edit-link {
	display: block;
	margin: 4px;
}

.portfolio.row.no-year > div.p-description {
	/* width: 67%; */
}

.portfolio.no-year .edit {
	display: block;
	/* width: 67%;
	float: right; */
}

/* changes to fix bugs with porftolio galleries */

.portfolio .p-gallery {
	width: 30%;
	float: left;
	text-align: center;
}

.portfolio .p-description {
	width: 65%;
	float: right;
}

.portfolio .p-gallery p,
.portfolio .p-gallery .wp-caption-1,
.portfolio .p-gallery .wp-caption-1 .gallery-item {
	display: block;
	width: 100%;
	height: auto;
}

/* When page calendar colors
------------------------------------------------------------ */
.red 	{ background-color: #F9B6AB; }
.orange { background-color: #FDD1A9; }
.yellow { background-color: #FFEBC6; }
.green 	{ background-color: #E3EFCE; }
.blue 	{ background-color: #C4DAF1; }
.purple { background-color: #CCB7D9; }

.week-2014-1  { background-color: #e6aaa1; } 
.week-2014-2  { background-color: #ffd292; }
.week-2014-3  { background-color: #fdefb2; }
.week-2014-4  { background-color: #e6c4ec; }
.week-2014-5  { background-color: #bfdcf0; }
.week-2014-6  { background-color: #c2e187; }
.week-2014-7  { background-color: #e68372; }
.week-2014-8  { background-color: #ffb545; }
.week-2014-9  { background-color: #f9da63; }
.week-2014-10 { background-color: #89c867; }
.week-2014-11 { background-color: #8bc7ea; }

.sidebar h3 { font-weight: bold; }


/* Where and When pages image hover
------------------------------------------------------------ */
.page-id-34 h1.entry-title {
	display: none;
}

.page-id-34 .entry-content img,
.page-id-53 .entry-content img,
a img {
	position: relative;
	/*box-shadow: 0 0 10px #999;*/
	-webkit-transition: all ease-in-out 0.25s;
	-moz-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
}

.page-id-34 .entry-content img:hover,
.page-id-53 .entry-content img:hover,
a img:hover {
	/*opacity: 0.7;
	box-shadow: 0 20px 50px -10px #333;*/
}

.download-notice {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	position: relative;
	padding: 10px;
	color: white;
	background: #333;
	border: 1px solid black;
	font-size: 16px;
}

/* Responsive Design
------------------------------------------------------------ */

/*
@media only screen and (max-height: 900px) {
	.wrap, .home .wrap {
		width: 750px;
	}

	.page #inner .wrap {
		width: 840px;
	}

	#content {
		padding: 40px 6% 30px;
	}

	.home a h2 {
		font-size: 12px;
	}

	.home a h2.first { padding-top: 4px; }
	.home a h2.second { padding-bottom: 4px; }
	.home a h2.first.second {padding: 4px 0; }

	.menu-primary, .menu-secondary {
		/* margin-right: -45px; 
	}

	.menu-primary a, .menu-secondary a {
		font-size: 14px;
	}

	#title a {
		font-size: 34px;
	}

}
*/

@media only screen and (max-width: 1200px) {

	.wrap {
		/*width: 960px;*/
	}

	.page #content,
	.page.page-template-page_blog-php #content,
	.single #content,
	#content {
		/*padding: 0 10%;*/
		/*padding: 0;*/
	}

}

@media only screen and (max-width: 1023px) {

	#content {
		max-width: 490px;
	}

	body {
		margin: 0 auto;
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.menu-primary,
	.menu-secondary,
	.wrap,
	#content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header ul.menu,
	#header .widget-area,
	#title-area {
		/*width: 100%;*/
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .searchform,
	{
		float: right;
		text-align: right;
	}

	#header .menu a {
		padding: 15px 20px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#wrap {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#footer-widgets .wrap,
	#title a,
	#title a:hover {
		padding: 0;
	}

	#header .widget-area {
		padding: 0 0 20px;
	}

	#header .searchform {
		margin: 20px 0 0;
	}

	#header .s {
		width: 50%;
	}

	.menu-primary, .secondary-menu {
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		border: none;
		font-size: 14px;
		padding: 8px 14px;
	}

	#title a {
		font-size: 42px;
		width: 240px;
	}

	.menu li.right {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	 #footer-widgets .wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 40px 40px 0;
	}

	#footer-widgets .widget {
		margin: 0 0 40px;
	}

	#footer-widgets .latest-tweets {
		margin: -40px 0 40px;
	}

}

@media only screen and (max-width: 1024px) {
	.wrap {
		max-width: 94%;
	}

	#sidebar {
		width: 38%;
	}

	.header-full-width #title-area {
		width: 28%;
	}

	.home #sidebar .block.bottom {
		width: 36%;
	}

	#content {
		width: 60%;
	}

	#title a {
		font-size: 42px;
	}
}

/*
@media only screen and (max-width: 1023px) and (max-height: 900px) {
	.menu-primary a, .menu-secondary a {
		font-size: 13px;
	}
}
*/

/*
@media only screen and (max-width: 768px) {

	body {
		width: 95%;
	}

	.apparition-landing #inner,
	#inner {
		padding: 10px 0;
	}

	#nav {
		height: auto;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		clear: both;
	}

	.even img.alignleft,
	img.alignright,
	img.alignleft {
		display: block;
		float: none;
		margin: 30px auto;
	}

	.hfeed .entry p {
		padding: 20px 4%;
	}

	a.post-edit-link, a.post-edit-link:visited {
		margin: 20px 4%;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

	 #footer-widgets .wrap {
		padding: 0 20px;
	}

	#footer-widgets .widget {
		margin: 0 0 20px;
	}

	#footer .wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px;
	}

	.entry-content .ngg-galleryoverview {
		width: 93%;
	}

	.home a h2,
	.home .odd.top, .home .odd.bottom {
		width: 70%;
	}

	.home a h2 {
		font-size: 16px;
	}

	#sidebar .block {
		height: auto !important;
		min-height: 0 !important;
	}

	.home #content, .home #sidebar {
		width: 100%;
	}

	.menu-primary, .menu-secondary {
		width: 100%;
		float: none;
		text-align: left;
		margin: 0 0 0 8px;
	}

	.menu-primary a, .menu-secondary a {
		font-size: 16px;
	}

	#header {
		position: relative;
		min-height: 0;
		height: auto;
	}

}
*/

/* smartphones */
@media only screen and (max-width: 715px) {

	.header-full-width #title-area {
		width: auto;
	}

	#sidebar .block, #sidebar .widget {
		height: auto !important;
		min-height: 0 !important;
	}

	.home #content, .home #sidebar {
		width: 100%;
	}

	.menu-primary, .menu-secondary {
		width: 100%;
		float: none;
		text-align: left;
		margin: 0 0 0 8px;
	}

	.menu-primary a, .menu-secondary a {
		font-size: 16px;
		margin-bottom: 4px;
		background-color: #aaa;
		width: 58px;
	}

	.menu-primary #menu-item-42 a {
		padding-right: 16px;
	}

	#header {
		position: relative;
		min-height: 0;
		height: auto;
	}

	#nav {
		height: auto;
	}

	.wrap, #nav .wrap {
		max-width: 94%;
	}

	#content, #sidebar {
		width: 100%;
	}

	#title {
		font-size: 36px;
	}

	#title a {
		font-size: 1em;
		width: auto;
	}

	#description {
		letter-spacing: 7px;
		font-size: 12px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 18px;
	}

	.home #content p {
		font-size: 16px;
	}

	.author-box .avatar {
		display: none;
	}

	#bgmp_map-canvas {
		height: 250px !important;
	}

	.portfolio.row > p,
	.portfolio.row.no-year > div.p-description,
	.portfolio.row > p.p-year,
	.portfolio.row > div.p-description,
	.portfolio.row > .p-thumb, .portfolio .p-year, 
	.portfolio .p-description, .portfolio.no-year .p-description,
	.portfolio .p-gallery {
		width: 100%;
		float: none;
	}

	.portfolio.row > p .gallery-item-1 {
		margin-bottom: 10px;
	}

	.portfolio.row > p.p-year {
		height: auto;
		text-align: left;
		padding: 10px 0;
		font-weight: bold;
	}

	.portfolio.row {
		padding-bottom: 30px;
		margin-bottom: 40px;
		border-bottom: 1px solid #eee;
	}

	.portfolio.no-year .edit {
		width: 100%;
	}

	.home #sidebar .block.bottom {
		position: relative;
		display: block;
		bottom: inherit;
		left: inherit;
		margin-bottom: 30px;
		width: auto;
		height: auto;
		overflow: auto;
	}

	#sidebar .block, #sidebar .widget {
		margin-bottom: 30px;
	}
}



html body.page-id-3332 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3313 ul.sub-menu,
html body.page-id-3332 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3314 ul.sub-menu,
html body.page-id-3346 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3313 ul.sub-menu,
html body.page-id-3346 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3314 ul.sub-menu,
html body.page-id-3322 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3312 ul.sub-menu,
html body.page-id-3322 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3314 ul.sub-menu,
html body.page-id-3326 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3312 ul.sub-menu,
html body.page-id-3326 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3314 ul.sub-menu,
html body.page-id-3315 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3312 ul.sub-menu,
html body.page-id-3315 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3313 ul.sub-menu,
html body.page-id-3318 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3312 ul.sub-menu,
html body.page-id-3318 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3313 ul.sub-menu,
html body.page-id-3306 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3313 ul.sub-menu,
html body.page-id-3306 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3312 ul.sub-menu,
html body.page-id-3308 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3314 ul.sub-menu,
html body.page-id-3308 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3312 ul.sub-menu,
html body.page-id-3310 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3314 ul.sub-menu,
html body.page-id-3310 #wrap #inner div #content-sidebar-wrap #sidebar div div div #menu-second-menu li#menu-item-3313 ul.sub-menu   {
	display: none;
}

ul.sub-menu li {
	border-left: none;
}

