/*
Theme Name: PYE
Theme URI: http://wordpress.org/themes/pye
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: pye
Text Domain: pye

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.
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);


/**
 * RESET
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	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;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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;
}

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,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.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 */

.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
 */
.entry-content img,
.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*="wp-image-"],
img[class*="attachment-"] {
	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 */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

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;
}


/**
 * UNIVERSAL
 * -----------------------------------------------------------------------------
 */

body {
	background-image: url(images/body_bg.png);
	background-repeat: repeat;
	background-color: #f2ebdb;
	min-width: 1100px;
}

#page {
}

p {
	font-family: 'Open Sans';
	font-size: 10pt;
	font-weight: normal;
	line-height: 14pt;
	color: inherit;
	margin-bottom: 16px;
}

h1 {
	font-family: '
	 Display';
	font-size: 30pt;
	font-weight: normal;
	color: inherit;
	line-height: 1.1;
	margin-bottom: 15px;
	clear: both;
	letter-spacing: -0.2pt;
}

h2 {
	font-family: 'Open Sans';
	font-size: 24pt;
	font-weight: normal;
	color: inherit;
	margin-bottom: 15px;
	clear: both;
	letter-spacing: -0.2pt;
}

h3 {
	font-family: 'Open Sans';
	font-size: 18pt;
	font-weight: bold;
	color: inherit;
	margin-top: 25px;
	margin-bottom: 15px;
	clear: both;
	letter-spacing: -0.2pt;
}

h4 {
	font-family: 'Open Sans';
	font-size: 15pt;
	font-weight: normal;
	color: inherit;
	margin-bottom: 10px;
}

h5 {
	font-family: 'Open Sans';
	font-size: 13pt;
	font-weight: bold;
	color: inherit;
	margin-bottom: 10px;
}

h6 {
	font-family: 'Open Sans';
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	line-height: 17pt;
	color: inherit;
	margin-bottom: 16px;
}

p+h1, p+h2, p+h3, p+h4, p+h5 {
	margin-top: 15px;
}

a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

a:hover {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

ul {
}

li {
}

blockquote {
	background-color: #fffefa;
	font-style: normal;
	font-size: 9pt;
	margin: 0px 0px 20px 0px;
	padding: 30px;
}


/**
 * HEADER
 * -----------------------------------------------------------------------------
 */

#header-wrapper {
	background-image: url(images/header_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color:#efe5d2;
	width: 100%;
}

#header {
	height: 300px;
	width: 1100px;
	margin: 0px auto;
	color: #583816;
}

#headerimg {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 60px;
	padding: 35px 0px 0px 10px;
}

#headertext {
	display: inline-block;
	vertical-align: top;
	padding: 30px 0px 0px 0px;
}

#headerright {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	float: right;
	width: 200px;
	padding: 10px 20px 0px 0px;
}

#headertext h1 {
	font-size: 43pt;
	margin: 0px;
}

/**
 * NAV
 * -----------------------------------------------------------------------------
 */

#menu-wrapper {
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
	background-color: #6d5031;
	width: 100%;
	text-align: center;
}

#menu-secondary-wrapper {
	background-image: url(images/menu_secondary_bg.png);
	background-repeat: repeat-x;
	background-color: #6d5031;
	width: 100%;
}

#menu-main, #menu-secondary {
	height: 28px;
	width: 1100px;
	margin: 0px auto;
	padding: 6px 0px 0px 0px;
	color: #f1ead9;
	list-style-type: none;
	text-align: center;
}

#menu-main li, #menu-secondary li {
	font-family: 'Open Sans';
	font-size: 12pt;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px 4px 10px;
	margin: 0px;
	list-style-type: none;
	color: #f1ead9;
	letter-spacing: -0.2pt;
}

#menu-main #menu-item-321, #menu-main #menu-item-322, #menu-main #menu-item-323 {
	padding: 0px 0px 4px 15px;
}

#menu-main li:hover, #menu-secondary li:hover {
	background-image: url(images/main_bg.png);
}

#menu-main #menu-item-321:hover, #menu-main #menu-item-322:hover, #menu-main #menu-item-323:hover {
	background-image: none;
}

#menu-main .current_page_item, #menu-secondary .current_page_item  {
	background-image: url(images/highlight_bg.png);
	color: #ffffff;
}

#menu-main .current_page_item:hover, #menu-secondary .current_page_item:hover  {
	background-image: url(images/highlight_bg.png);
	color: #ffffff;
}

/**
 * MAIN SECTION
 * -----------------------------------------------------------------------------
 */

#main-wrapper {
	width: 1100px;
	margin: 0px auto;
}

#main-content {
	background-image: url(images/main_bg.png);
	background-repeat: repeat;
	width: 700px;
	padding: 50px 40px 200px 40px;
	display: inline-block;
	vertical-align: top;
}

#main-content h1,h2 {
	color: #573715;
}

#main-content h3 {
	color: #df7222;
}

#main-content h6 {
	color: #a8946f;
}

#main-content p {
	text-align: justify;
}

#main-content img {
	margin: 6px 25px 30px 25px;
	padding: 0px 10px 10px 10px;
}

.media {
	margin: 6px 25px 30px 25px;
	padding: 0px 10px 10px 10px;
}

#main-content hr {
	background-image: url(images/line_break.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: transparent;
	height: 27px;
	border: none;
	margin: 60px auto;
}

#main-content a {
	color: #2e7c9e;
	text-decoration: underline;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content .more-link {
	vertical-align: top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: block;
}

#main-content .more-link:hover {
	vertical-align: top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#main-content .more-link:active {
	vertical-align: top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #df7222;
}

.intro {
	font-family: 'Open Sans';
	font-size: 10pt;
	font-weight: normal;
	color: inherit;
	margin-bottom: 60px;
}

.post {
	font-family: 'Open Sans';
	font-size: 10pt;
	font-weight: normal;
	color: inherit;
	margin-bottom: 80px;
}

.paged_nav_left {
	font-family: 'Open Sans';
	font-size: 10pt;
	color: #2e7c9e;
	text-decoration: underline;
	float:left;
	clear:both;
}

.paged_nav_right {
	font-family: 'Open Sans';
	font-size: 10pt;
	color: #2e7c9e;
	text-decoration: underline;
	float:right;
	clear:both;
}


/**
 * SIDE SECTION
 * -----------------------------------------------------------------------------
 */

#side-content {
	width: 260px;
	display: inline-block;
	vertical-align: top;
	padding: 30px 10px 30px 30px;
}

#side-content h1,h2 {
	color: #573715;
}

#side-content h3 {
	color: #df7222;
}

#side-content h6 {
	color: #a8946f;
}

#side-content img {
	max-width: 250px;
}

#side-content hr {
	background-image: url(images/small_line_break.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: transparent;
	height: 27px;
	border: none;
	margin: 45px auto;
}

#newsletter-wrapper label {
	font-family: 'Open Sans';
	font-size: 11pt;
	font-weight: normal;
	color: #583816;
	display: block;
	letter-spacing: -0.2pt;
}

#newsletter-wrapper #s {
	font-family: 'Open Sans';
	font-size: 12pt;
	background-color: #836e54;
	border: none;
	width: 210px;
	height: 25px;
	margin-right: 26px;
	padding-left: 10px;
	vertical-align: top;
	letter-spacing: -0.2pt;
	color: #f1ebdd;
}

#newsletter-wrapper #email {
	font-family: 'Open Sans';
	font-size: 12pt;
	background-color: #947e64;
	border: none;
	width: 210px;
	height: 25px;
	padding-left: 10px;
	vertical-align: top;
	letter-spacing: -0.2pt;
	color: #f1ebdd;
}

#newsletter-wrapper #searchsubmit {
	display: none;
}
#newsletter-wrapper #newslettersubmit {
	background-image: url(images/go.png);
	background-color: transparent;
	background-repeat: no-repeat;
	width: 22px;
	height: 23px;
	border: none;
	vertical-align: top;
	padding: 0px;
}

/**
 * FOOTER
 * -----------------------------------------------------------------------------
 */

#footer-wrapper {
	background-color:#796147;
}

#footer {
	width: 1100px;
	margin: 0px auto;
	padding: 30px 0px;
	color: #ffffff;
	text-align: center;
}

#footerimg {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	padding-top: 10px;
}

#footertext {
	font-family: 'Open Sans';
	font-size: 12pt;
	font-weight: normal;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

#footertext p {
	font-family: 'Open Sans';
	font-size: 12pt;
	font-weight: normal;
	color: #ffffff;
}

#footertext p {
	margin: 0px;
	line-height: 1.2;
}

#footertext h2 {
	margin: 0px 0px 5px 0px;
	color: #ffffff;
}

/*Perfect Circle CSS edits for home menu*/

#menu-main li {
	padding-right: 10px !important;
	padding-left: 10px !important;


}
.header-social {right:146px;top:60px;position: absolute;}


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
   .header-social {right:-1px;display: none;}

 }


