/*
Theme Name: phil-cross-music
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/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 */

/* Color Key

#000 black
#444 dark gray
#777 med gray
#ccc light gray
#eee light gray

#3d3d3d very dark gray
#8f8f8f dark gray
#b0b0b0 med gray
#c2c2c2 light gray
#2a2ab8 royal blue
#f2f2f2 bright gray
#f93 dark orange
#c00 dark red
#ffebe8 light pink

*/

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

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

/* Headings */
.front-page h1 {
	color: #f93;
	font-size: 1.2em;
}
.entry-title {
	padding: 5px;
	background: url(images/bg-entry-title.jpg) right bottom no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.front-page .page-title {
	display: none;
}
h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
}
h2 {
	color: #191919;
}
h3 {
	color: #191919;
}
.page h2, .single h2 {
	padding: 5px;
	background: url(images/bg-h2-title.jpg) left top no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

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

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

/* 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: #8f8f8f;
	border: 1px #b0b0b0 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 #b0b0b0 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: #f2f2f2;
	background-image: none !important;
	background: #8f8f8f;
}
#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: #c2c2c2;
	font-style: normal;
	font-size: .8em;
}
#footer a {
	color: #c2c2c2;
}
#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 #ccc solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 20px 5px 5px;
}
.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: #f2f2f2;
	line-height: 28px;
}
#primary .heading h4 {
	font-size: .9em;
	font-weight: bold;
	color: #8f8f8f;
	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 #ccc 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 #ccc 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 a {
	display:block;
	padding-left:40px;
	background:none !important;
	border-bottom:none !important;
}
.subscribe-email label {
	font-size:12px;
	display:block;
}
.subscribe-email .submit {
	margin:10px auto;
	padding:3px 10px;
}

/* 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 {
	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: #2A2AB8;
	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) right bottom no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}
#comments li, #comments li li li, #comments li li li li li {
	border-color: #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* 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;
}
.post-1 {
	padding-top: 5px;
}

#TB_window {
	margin-left:0;
}
