/*
 * Theme Name: Basic-child
 * Description: Child Theme for Basic
 * Theme URI: http://wp-puzzle.com/basic/
 * Author: K.Georgieva
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: two-columns, one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, microformats
 * Template: basic
 */


/* GENERAL */ 

body {
    background: url(/wp-content/uploads/pf-banner-top-wide3.gif) no-repeat scroll center top;
	font: 14px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
body.custom-background .wrapper {
	background-color: #cfaf77;	
	max-width: 990px;
}

a, a:link, a:visited, .welcomebox h2 a {
    color: #c02126;
	text-decoration: none;
}
a:hover, a:focus {
    color: #666666 !important;
	text-decoration: none;
}
p {
    margin: .6em 0 .5em 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, .wtitle, .title {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
    font-size: 2em;

}
h2 {
    font-size: 2em;
	padding-top: 0.5em;
}
h3.sub, h2.sub, .wtitle, .inform h1, .widgettitle {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    color: #515151;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 2px;
    text-transform: uppercase;	
	text-align: left;
}
h3, .entry h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
	padding: 0;
}
h4, .entry h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
	padding: 0;
}
h5, .entry h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
	padding: 0;
}
.clear {
	clear: both;
}

@font-face {
    font-family: 'p22_kaneregular';
    src: url('fonts/p22_kane_regular-webfont.woff2') format('woff2'),
         url('fonts/p22_kane_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* FORMS */
textarea, select, input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=date], input[type=datetime], input[type=datetime-local], input[type=time], input[type=month], input[type=week], input[type=number], input[type=search] {
	padding: 5px 7px;
}


#header {
	border-radius: 0;
	background-color: #cfaf77;
	min-height: 71px;
}

.logo {
    padding: 0;
}

.header-top-wrap {
	float: left;
	width: 37%;
}
.topnav {
	float: right;
	width: 63%;
	margin-top: 24px;
}

#main  {
	background-color: #ffffc7;
	padding: 20px;
}
.maxwidth {
    max-width: 950px;	
}

/* SLIDER */
.soliloquy-container {
	margin: 0px auto 15px !important;
}

/* SIDEBAR*/
#sidebar {
	display: block;
	width: 100%;
	float: none;
}
.widget ul {
	margin: 0;
}
.widget li {
    border-bottom: 1px solid #ccc;
    list-style-image: none;
	list-style-type: none;
    padding: 0;
}
.widget, .categories, #widgetlist > li {
	margin-bottom: 25px;
}
#sidebar .posts ul li a {
    background-image: url(images/li.png);
    background-position: 0;
    background-repeat: no-repeat;
	padding-left: 8px;
	display: block;
    padding: 5px 0 5px 5px;
    color: #222;
}
#sidebar .posts ul li a:hover {
	background-color: #cccccc;
	text-decoration: none;
	color: #222;
}
#sidebar .posts  p {
	padding: 0;
	margin: 0;
}
ul.ec3_events li {
	border-bottom: none;
	padding: 5px 0 5px 0;
}
#sidebar img {
	margin-top: 3px;
}


/* MENU */
.top-menu {
	width: 100%;
}
.top-menu li a, .top-menu li span {
	color: #000;
	font-size: 14px;
	padding: 15px 14px;
}
.top-menu .sub-menu li a, .top-menu .children li a {
	color: #000;
	font-size: 14px;	
}
.top-menu > li.avian > a {
	color: #C02126;
}

/* FEATURED POSTS  */
#slider-section {
	margin-bottom: 30px;
}
#slider-title {
	margin-bottom: 15px;
}
#slider-title  h1 {
	font-family: 'p22_kaneregular';
	color: #371010;
	font-size: 1.5em;
}

.sliderGallery { background: #ffffc7; font-size: 12px; }
.sliderGallery ul li a span { background: black; border-right: 4px solid black; color: #ccc; text-align: center; }
.sliderGallery ul li a span:hover { color: white; }
.sliderGallery { height: 150px; overflow: hidden; padding: 0; position: relative; width: 100%; }
.sliderGallery ul { list-style-type: none; margin: 0; padding: 0; }
.sliderGallery ul li { display: inline; margin: 0; padding: 0; }
.sliderGallery ul li a { display: block; float: left; height: 150px; margin: 0 .8em 0 0; position: relative; width: 150px; }
.sliderGallery ul li:last-child  a{ margin: 0; }
.sliderGallery ul li a span { bottom: 0; filter: alpha(opacity=70); height: 18px; left: 0; -moz-opacity: .70; opacity:.70; overflow: hidden; padding: 2px 0 2px 4px; position: absolute; z-index: 20; width: 142px; }
.sliderGallery ul li a img { filter: alpha(opacity=90); margin: 0; -moz-opacity: .90; opacity:.90; padding: 0; }
.sliderGallery ul li a img:hover { filter: alpha(opacity=100); -moz-opacity: 1; opacity:1; }
.slider { height: 17px; padding: 1px; position: relative; top: 160px; width: 100%; }
	
	
/* NEWS */
.postmetadata {
    color: #999;
    font-size: 11px;
	margin: .6em 0 .5em 0;
}	
a.buttonmini {
    background-color: #C02126;
    border: 1px solid #DDDDDD;
    color: #FFFFFF !important;
    
    padding: 5px 18px !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
hr {
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: 0 0 1.45em;
    border: none;
    background-color: #cccccc;
    color: #cccccc;	
}

/* CONTENT */
.entry-box {
    margin: 10px 0 0;
}
.entry-box ul {
    list-style: none;
    list-style-type: disc;
	color: #515151;
}

/* ARCHIVE */
.inform {
	margin-bottom: 0;
	border: 0;
}
.inform .archive-desc {
	padding: 0;
}
.entry-box .entry {
	padding: 0;
}
.anons {
	margin: 0;
}
.anons h2 {
    font-size: 2em;
    font-weight: normal;
    padding-top: 0.5em;	
}
h1.primary-heading {
	font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
	padding: 0;
}


/* EVENTS */
table.ec3_schedule {
    border: solid 1px #800 !important;	
	float: none !important;
}
table.ec3_schedule td {
    border: 0 !important;	
    border-collapse: collapse !important;
}
.category-events article {
	border-bottom: 1px solid #cccccc;
}

/* STORE */
.category-store article{
    float: left;
    padding-right: 2%;
    padding-left: 2%;
	padding-bottom: 2%;
    width: 46%;
    clear: none;
	border-bottom: 0;
}
.category-store  .more-link {
	display: inline;
	background: transparent;
	padding: 0;
	
}
.category-store  .more-link:hover {
	color: #cfaf77;
}
.category-store   article .more-link:after {
    content: none;
}
.category-store   .postmetadata {
	display: none;
}

/* PEOPLE */
.people-thumb {
	float: left;
	width: 28%;
}
.people-thumb img {
	margin-top: 0;
}
.category-upcoming-composers .postmetadata, .category-composers .postmetadata, .category-guest-performers .postmetadata, .category-performers .postmetadata {
	display: none;
}
.category-upcoming-composers article, .category-composers article, .category-guest-performers article, .category-performers article {
	border-bottom: 1px solid #cccccc;
}

/* SINGLE */
.navi a {
    background-color: #2d0d10;
	padding: 4px 10px 4px 10px;
    display: block;	
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
}
.navi.prev {
	float: left;
}
.navi.next {
	float: right;
}

/* FOOTER */
#footer-wrapper {
	background: url(/wp-content/uploads/pf-banner-bot-wide.gif) no-repeat scroll center top #361011;
}
#footer {
	max-width: 990px;
	margin: 0 auto;
	padding-top: 60px;
	background: transparent !important;
	font-size: .8em;
	line-height: 1.5em;
}
#footer #social {
	text-align: center;
	margin-top: 2.5em;
}
#footer #social img {
	float: none;
}
#footer #social li {
	list-style: none;
}
#footer, #footer h3, #footer p {
    color: #999;
}
#footer a {
	color: #c02126
}
#footer h3 {
	border: none;
}
.copyrights {
	padding: 6.5em 0;
}

@media only screen and (min-width: 1024px) {
	body.custom-background .wrapper {
		border-radius: 0;
		margin: 60px auto 0;
	}
	#content {
		width: 63.12962962962963%;
		padding-right: 2%;
		margin-right: 1%;
		border-right: 1px solid #cccccc;
	}	
	#sidebar {
		width: 32.77777777777778%;
		float: right;
	}
	.maxwidth {
		width: 100%;
	}
}
@media only screen and (min-width: 1280px) {
	body.custom-background #header {
		border-radius: 0px 0px 0 0;
	}
}



@media only screen and (max-width: 768px) {
	.header-top-wrap {
		width: 70%;
	}
	.topnav {
		margin-top: 0;
		width: 30%;
	}
	.top-menu {
		width: 90%;
	}
	#logo {
		padding: 7px;
	}
	#mobile-menu {
		font-size: 1.5em;
	}
	.sliderGallery  {
		height: auto;
	}
	.sliderGallery ul li a {
		margin-bottom: 10px;
	}
	img.alignright, .alignright,
	img.alignleft, .alignleft {
		display: block;
		float: none;
	}
	.category-store article {
		float: none;
		width: 100%;
	}
	.people-thumb {
		float: none;
		width: 100%;
	}
	.navi.next, .navi.prev {
		margin-bottom: 10px;
	}
	
	.ngg-slideshow .ngg-gallery-slideshow-image {
		height: auto !important;
	}
}

@media only screen and (max-width: 640px) {
	.ngg-slideshow .ngg-gallery-slideshow-image {
		height: auto !important;
	}
}

@media only screen and (max-width: 480px) {
	body {
		font-size: 16px;
		line-height: 1.4;
	}
	.copyrights {
		padding: 2.5em 0;
	}
	a.buttonmini {
		display: block;
		margin-bottom: 30px;
	}
	.ngg-slideshow .ngg-gallery-slideshow-image {
		height: auto !important;
	}
}


@media (max-width: 450px) {
	#sidebar .ngg-slideshow .ngg-gallery-slideshow-image {
		height: auto !important;
	}
}



