/*
Theme Name: phil-cross-choral
Theme URI: http://ashlynrileigh.com
Description: Custom theme for PhilCrossChoral.com.
Version: 0.1
Author: Gary Hughes
Author URI: http://ashlynrileigh.com
Template: hybrid
*/

@import url('../library/css/reset.css');
@import url('../library/css/screen.css');
@import url('../library/css/drop-downs.css');
@import url('../library/css/plugins.css');
@import url('../library/css/grids.css');

@import url('../library/css/eshop.css');

@import url('../library/css/2c-r-fixed.css');
@import url('../library/css/20px.css');
@import url('library/css/grids.css');
@import url('library/css/sprites.css');
@import url('library/css/plugins.css');


/* Make sure theme clears WP.org theme repository checklist */

body {
	background: #ffd57f url(images/bg-body.jpg) center top repeat-x fixed;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	color: #7f5d2b;
}

/* Elements */
strong { color:
	#900;
}

/* Links */
a, a:visited {
	color: #900;
}
a:hover {
	color: #f93;
}
.entry-title a {
	color: #900;
	text-decoration: none;
}
.entry-title a:hover {
	color:#f93;
}

/* Headings */
.front-page h1 {
	color: #f93;
	font-size: 1.2em;
}
.front-page h2 {
	font-size:1.2em;
}
.entry-title {
	padding: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.category .entry-title {
	padding:0 0 0 25px;
	background:url(images/arrow-right-red.png) left 6px no-repeat;
	display:inline-block;
}
.front-page .page-title {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height:1em;
}
h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
}
h2, h4 {
	color: #900;
}
h3, h5 {
	color: #f93;
}

/* Paragraphs */
.post p {
	color: #000;
}
blockquote p {
	color: #777 !important;
}
.post .entry-summary p {
	color: #444;
}

/* Tables */
table {
	border-top: 1px #f6ddaa solid;
	border-left: 1px #f6ddaa solid;
}
td, th {
	border-right: 1px #f6ddaa solid;
	border-bottom: 1px #f6ddaa solid;
}
th {
	background: #ffeabf;
}

/* Header */
#header-container {
	background: url(images/bg-header.png) center top no-repeat;
	height: 92px;
}
#logo {
	float: left;
	margin: 20px 0 0 32px;
}

/* Navigation */
#navigation {
	background: url(images/bg-nav-main.png) center center no-repeat;
	height: 60px;
	margin: 0;
}
#navigation-bottom {
	background: url(images/bg-nav-main-bottom.png) center top no-repeat;
	height: 20px;
}
#page-nav li {
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0;
}
#page-nav li a {
	background: none;
	border: none;
	padding: 0;
}

/* Drop-downs style */
#page-nav li:hover ul, li.sfHover ul {
	top: 50px;
}
#page-nav li ul {
	background: #900;
	border: 1px #800 solid;
	border-bottom: none;
	margin: 0;
	padding: 0;
	width: 200px !important;
}
#page-nav li li ul {
	left:180px !important;
	top:5px !important;
}
#page-nav li li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #800 solid;
	text-indent: 0;
}
#page-nav li li:hover {
	background: url(images/bg-nav-main-drop-down.png) center center;
}
#page-nav li li a {
	padding: 0 5px;
	text-decoration: none;
	color: #FBF2CA;
	background-image: none !important;
	background: #900;
}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul {
	top: -1px;
}
#page-nav li li li {
	margin-left: -1px;
}

/* Container */
#container {
	background: url(images/bg-content.png) center repeat-y;
	margin: 0;
}
.no-widgets #container {
	background: url(images/bg-content-no-widget.png) center repeat-y;
}
.content {
	padding: 0 30px 20px 10px;
	width: 700px;
}
.no-widgets .content, .no-default-widgets .content {
	margin: 0 25px 0 0;
	padding: 0;
	width: 910px;
}

/* Footer */
#footer-container {
	background: url(images/bg-footer.png) center bottom no-repeat;
	padding-bottom: 34px;
}
#footer {
	background: url(images/bg-footer.png) center top no-repeat;
	padding: 10px 10px 8px 10px;
	color: #fbf2ca;
	font-style: normal;
	font-size: .8em;
}
#footer a {
	color: #fbf2ca;
}
#footer a:hover {
	color: #f93;
}
#footer-inside {
	background: url(images/bg-footer-inside.png) right repeat-y;
}
#footer-copyright {
	float: right;
	padding: 0 20px;
	margin: 0;
	width: 200px;
}
#footer-copyright p.contact {
	margin: 0;
}
#footer-nav {
	float: right;
	padding: 0 20px;
	margin: 0;
	width: 120px;
}
#footer-nav ul {
	margin: 0;
	list-style: none;
}

/* Thumbnails and Gallery */
.post .thumbnail {
	border: 1px #f6ddaa solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 20px 5px 0;
}
.category .entry-summary .wp-caption, .category .gallery {
	display: none;
}
.gallery-item {
	margin: 10px 0;
}

/* Asides */
#primary, #secondary {
	width: 220px;
}
#primary .widget .widget-inside div {
	padding: 0 20px 0 22px;
}
#primary .widget .widget-inside div div {
	padding: 0;
}
#primary .widget h3.widget-title {
	background: url(images/bg-primary-heading.png) 0 top no-repeat;
	height: 50px;
	margin: 0 0 -10px 0;
	overflow: hidden;
	text-align: center;
	color: #ffffe5;
	line-height: 28px;
}
#primary .heading h4 {
	font-size: .9em;
	font-weight: bold;
	color: #900;
	line-height: 1.2em;
}
#primary h4, #primary h5, #primary h6 {
	margin: 0;
}
#primary .widget .widget-inside .accordion-first-closed .hide {
	font-size: .9em;
	line-height: 1.5em;
}

/* Stay Informed section */
#stay-informed-subscribe-email h6, #stay-informed-subscribe-rss h6, #stay-informed-tell-a-friend h6 {
	font-size: .7em;
	font-weight: normal;
	margin: 0;
	color: #444;
	line-height: 1em;
}
#stay-informed-subscribe-email {
	padding: 0 0 10px 40px !important;
	background: url(images/icons/email.png) left center no-repeat;
}
#stay-informed-subscribe-rss {
	padding: 10px 0 10px 40px !important;
	margin: 0 !important;
	background: url(images/icons/rss.png) left center no-repeat;
	border-top: 1px #f6ddaa solid;
}
#stay-informed-tell-a-friend {
	padding: 10px 0 10px 40px !important;
	margin: 0 !important;
	background: url(images/icons/tell-a-friend.png) left center no-repeat;
	border-top: 1px #f6ddaa solid;
}
#stay-informed-facebook {
	padding: 10px 0 10px 0 !important;
	margin: 0 !important;
	min-height:32px;
	background: url(images/icons/facebook.png) left 10px no-repeat;
	border-top: 1px #f6ddaa solid;
}
#stay-informed-facebook h6:last-of-type {
	margin-top:5px;
	font-size:12px;
}
#stay-informed-facebook a {
	display:block;
	padding-left:40px;
	border-bottom:none !important;
	background:none !important;
}

/* Utility */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#utility-before-content .widget-title, #utility-after-content .widget-title, #utility-after-page .widget-title, #utility-after-single .widget-title {
	color: #f93;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#utility-after-page .widget {
	margin: 0;
}
#utility-after-page .entry-meta, .category-music-ministry-monday .entry-meta {
	display: none;
}
#utility-after-page .entry-title {
	margin-top: 5px;
}
#utility-after-page .entry-summary {
	font-size: .85em;
	line-height: 1.2em;
}
#utility-after-page .thumbnail {
	margin-top: 10px;
}

/* RSS Links */
.rss-links {
	margin: 0;
	list-style-type: none;
}
.rss-links li {
	background: url(../library/images/icons/tiny-rss.png) 2px center no-repeat;
}
.rss-links li a {
	display: block;
	padding-left: 20px;
}
.rss-help-link {
	text-decoration: underline;
	color: #900;
	font-weight: bold;
}
.rss-help-link:hover {
	color: #f93;
	text-decoration: none;
}

/* Tabs */
.tabbed .tabs li {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
}
div.tab-content {
	width: 678px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
}

/* Comments */
.comment-author-philacross .vcard {
	background: url(images/bg-entry-title.jpg) left top no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	color:#ffd57f;
	font-weight:bold;
}
#comments li, #comments li li li, #comments li li li li li {
	border-color: #f6ddaa;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#respond {
	border-top:1px #f6ddaa solid;
}

/* Misc */
.breadcrumb {
	margin: 5px 0 10px 0;
}
.feature {
	padding: 5px;
}
.feature p {
	margin: 0;
}
.byline {
	display: none;
}
input, textarea, .note, .alert, .warning, .download {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input, textarea, .note {
	border:1px #f6ddaa solid !important;
	background:#fff;
}
.note + p, .note + h2, .note + h3, .note + h4, .note + h5, .note + h6, .alert + p, .alert + h2, .alert + h3, .alert + h4, .alert + h5, .alert + h6, .download + p, .download + h2, .download + h3, .download + h4, .download + h5, .download + h6 {
	margin-top:20px;
}

.download {
	background:#e0f8cd;
	border:1px #72b300 solid;
}
.post-1 {
	padding-top: 5px;
}
.button, .submit, .reset {
	border-color:#ffd57f;
	background:#ffeabf;
	color:#666;
	font-weight:bold;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius: 5px;
}
.button:hover, .submit:hover, .reset:hover {
	background:#ffd57f;
	color:#fff;
}

.grid-wrapper {
	background:#fff;
	border:1px #f6ddaa solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
}

/* Front page visuals */
#page-1-steps-listen {
	background:url(images/page-1/listen.png) left top no-repeat;
}
#page-1-steps-listen p {
	margin:20px 0 0 50px;
}
#page-1-steps-comment {
	background:url(images/page-1/comment.png) left top no-repeat;
}
#page-1-steps-comment p {
	margin:20px 0 0 50px;
}
#page-1-steps-download {
	background:url(images/page-1/download.png) left top no-repeat;
}
#page-1-steps-download p {
	margin:20px 0 0 45px;
}
#page-1-steps-print {
	background:url(images/page-1/print.png) left top no-repeat;
}
#page-1-steps-print p {
	margin:20px 0 0 50px;
}
#page-1-steps-burn {
	background:url(images/page-1/burn.png) left top no-repeat;
}
#page-1-steps-burn p {
	margin:20px 0 0 40px;
}
#page-1-steps-perform {
	background:url(images/page-1/perform.png) left top no-repeat;
}
#page-1-steps-perform p {
	margin:20px 0 0 60px;
}
.post-1 {
	padding-top:5px; /* fix home page headline alignment */
}






form.addtocart fieldset { border:1px #f6ddaa solid;}
form.addtocart legend { color:#f90; font-size:16px; text-transform:uppercase; }
form.addtocart input.button { border-color:#ffd57f; background:#ffeabf; color:#666; font-weight:bold; }
form.addtocart input.button:hover { background:#ffd57f; color:#fff; }
.continue-proceed li a { border-color:#ffd57f; background:#ffd57f; color:#666; font-weight:bold; -moz-border-radius:5px; border-radius:5px; -webkit-border-radius: 5px; }
.continue-proceed li a:hover { background:#ffd57f; color:#fff; }
tr.stotal td.amts {
	background:#ffeabf;
	font-weight:bold;
	text-align:center;
}

