/*   
Theme Name: YHS
Theme URI: http://yhsdevel.org
Description: Theme for the YHS website
Author: Peggy Derevlany
Author URI: http://taconicmarketing.com
Version: 1
*/

/*
Palette:
#e7dbcb - background beige
#534741 - navbar brown
#2d1e16 - dark brown
#c7bdad - light brown (aside, sidebar)
*/

@media screen {
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e7dbcb url(images/background.jpg);
	font: 14px/1.4 "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.clear {
	clear: both;
}
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .group, *:first-child+html .group {
	zoom: 1;
} 

/****** PAGE STRUCTURE *******/
/* First selector = IE6, Second Selector = IE 7 */
#page-wrap {
	width: 960px;
	margin: 0 auto;
	background: #FFF url(images/fauxColumn.png) repeat-y;
}
#header {
/*	background-image:url(images/headerPlaceholder.jpg); */
	height: 348px;
	border-bottom: 4px solid #fff;
}
#header h1 {
	text-indent: -9999px;
	height: 350px;	
	margin: 0;
}
#navbar {
	width: 960px;
	height: 26px;
	background: #534741;
	margin-bottom: 2px;
}
#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 40px 0 0;
	width: auto;
}
aside, #sideNav {
	width: 180px;
	background-color: #c7bdad;
	padding: 10px;
	float: left;
}
aside, #sideNav ul {
	list-style: none;
}
.sidebar {
	width: 200px;
	background-color: #c7bdad;
	float: right;
}
.entry {
	margin-left: 230px;
	padding-right: 15px;
	width: 715px;
	padding-bottom: 10px;
}
#footer {
	padding: 10px 0 0 0;
	width: 960px;
	margin: 0 auto;
}
#footer p {
	text-align: center;
	color: #534741;
	font-size: 0.9em;
	padding: 0 0 5px 0;
}
#footer a:link, a:visited {
	color: #2d1e16;
	text-decoration: none; 
}
#footer a:hover, a:active, a:focus { 
	text-decoration: underline;
}
.sectionDivider {
	border-top: 2px dotted #2d1e16;
	margin: 10px 0 0 0;
}


/****** HOME PAGE STRUCTURE *******/
/* The home page has a 3 column layout */
#page-wrapHome {
	background: #FFF 
}
.entryHome {
	
}
/****** BLOG PAGE STRUCTURE *******/
#page-wrapHome {
	background: #FFF 
}
#backLink {
	margin-top: 5px;
	width: 620px;
	text-align: right;
	font-style: italic;
}
.onePost {
		width: 600px;
		margin-top:7px;
		padding: 0px 7px 7px 10px;
		border: 1px solid #878a87;
		box-shadow: 5px 5px 2px #aeb1ae;
}

/****** HTML TAG DEFINITIONS *******/
h1, h2 {
	font-weight: bold;
	font-style: italic;
	color: #2d1e16;
}
h3, h4 {
	color: #2d1e16;
}
h1 {
	font-size: 1.8em;
	margin: 25px 0 10px 0;
}
h2 {
	font-size: 1.6em;
	margin: 25px 0 10px 0;
}
h3 {
	font-size: 1.2em;
	margin: 10px 0;
}
h4 {
	font-size: 1em;
	margin: 10px 0;
}
h5 {
	font-size: 1.2em;
	margin: 10px 0;
}
p {
	margin: 0 0 10px 0;
	padding-right: 20px;
}
a img { 
	border: none;
}
blockquote {
}
blockquote p {
	margin-left: 30px;
}
table {
	margin-bottom: 15px;
}
th {
	font-size: 1.1em;
	font-weight: bold;
	color: #2d1e16;
	text-align: left;
}
td {
	padding: 3px 10px 3px 0;
	border-bottom: 1px dotted #2d1e16;
}
ul, ol {
	margin: 0 0 10px 0;
}
.entry ul li {
	margin-left: 20px;
	padding-right: 20px;
}
.entry ul ul {
	margin-left: 40px;
}


/****** FORM STYLES *******/
.decimalAlign {
	text-align: right;	
}
.center {
	text-align: center;
}
#membership table tr th .center {
	text-align: center;
}
#button {
    border: none;
    background: url(images/buttonUp.png) no-repeat top left;
    padding: 2px 8px;
}
#button:hover {
    border: none;
    background: url(images/buttonDown.png) no-repeat top left;
    padding: 2px 8px;
}
input {
	margin:5px 0;
}
select {
	margin: 0 0 10px 0;
}
label {
	margin: 5px 0;
}
input:focus {
	background: #e3ded6;
}
#submit {
    border: none;
    background: url(images/buttonUp.png) no-repeat top left;
    padding: 2px 8px
}
#submit:hover {
    border: none;
    background: url(images/buttonDown.png) no-repeat top left;
    padding: 2px 8px
}
.formSection {
	border-bottom: 2px dotted #2d1e16;
	margin-bottom: 5px;
}
.formIndent {
	margin-left:20px;
}

/****** NAVIGATION STYLES *******/
a:link, a:visited {
	color: #2d1e16;
	text-decoration: underline; 
}
a:hover, a:active, a:focus { 
	color: #534741;
	text-decoration: underline;
}
/* navbar is the top, main section navigation, consistent throughout the site */
#navbar li {
	float: left;
}
#navbar li a {
	display: block;
	height: 20px;
	text-align: left;
	margin: 3px 45px;
	padding: 2px 10px 0;
	color: #fff;
	text-decoration: none;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#navbar li a:hover, a:active, a:focus { 
	color: #534741;
	background-color: #c7bdad;
}
/* sideNav is contained within the aside and is the right side navigation which changes within sections */
aside, #sideNav li a {
	display: block;
	font: 1.1em bold;
	padding: 12px 0;
}
aside, #sideNav li a:link, a:visited {
	color: #2d1e16;
	text-decoration: none; 
}
aside, #sideNav li a:hover, a:active, a:focus  {
	color: #fff;
	text-decoration: none; 
}
#widget_section {
	padding: 0px 0px 15px 0px;
}
/* sectionNav is a horizontal bar across the top of the pages to allow navigation within a section */
#sectionNav {
	border-top: 2px dotted #2d1e16;
	border-bottom: 2px dotted #2d1e16;
	height: 20px;
	padding: 5px 0 5px 0;
	margin-bottom: 15px;
}

#sectionNav ul {
	list-style: none;
	margin: auto; 
}
#sectionNav li {
	float: left;
	padding-right: 15px;
	}
#sectionNav ul li a {
	text-decoration: none;
}
.homeFeatureImage a {
	text-decoration: none;
}
.homeFeatureImage a:hover, a:active, a:focus  {
	color: #fff;
	text-decoration: none;
}
.assistive-text {
	display: none;
}
/****** MISCELLANEOUS CLASSES *******/
.fltrt {
	float: right;
	margin-left: 12px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bookTitle {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 0;
	border-top: 2px dotted #2d1e16;
	padding-top: 4px;
}.bookTitleNoBorder {
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 0;
	padding-top: 4px;
}
.dottedTopBorder {
	border-top: 2px dotted #2d1e16;
}
.author {
	margin: 0 0 10px 30px;
	padding-top: 0;
}
.boxDonate {	
	width: 670px;
	height: 300px;
	margin: 10px auto 10px auto;
	/*margin-left:auto;
	margin-right:auto;*/
}
.boxLeft {	
	padding: 0;
	width: 300px;
	/*border: 1px solid #2d1e16;*/
	margin-right: 20px;
	float: left;
}
.boxRight {	
	padding: 0;
	width: 300px;
	/*border: 1px solid #2d1e16;*/
	float: right;
}
.bookPrice {
	margin-right: 10px;
	font-weight: bold;
}
.footnoteList ul {
	list-style: none;
	padding: 10px 0; 
}
.gotopageLink {
	/* page link for the Search.php page */
	font-style: italic;
	padding: 0px;
}
/* END screen media */
 @media print {
.do-not-print {
	display: none;
}
#comments {
	page-break-before: always;
}
body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
	font-family: Garamond, "Times New Roman", serif;
	color: #000;
	background: none;
	font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 19pt;
}
h2 {
	font-size: 17pt;
}
h3 {
	font-size: 15pt;
}
h4, h5, h6 {
	font-size: 12pt;
}
code {
	font: 10pt Courier, monospace;
}
blockquote {
	margin: 1.3em;
	padding: 1em;
}
img {
	display: block;
	margin: 1em 0;
}
a img {
	border: none;
}
table {
	margin: 1px;
	text-align: left;
}
th {
	border-bottom: 1px solid #333;
	font-weight: bold;
}
td {
	border-bottom: 1px solid #333;
}
th, td {
	padding: 4px 10px 4px 0;
}
caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
}
thead {
	display: table-header-group;
}
tr {
	page-break-inside: avoid;
}
a {
	text-decoration: none;
	color: black;
}
} /* END print media */
