/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* Standard Dark #272727, Green #323F2F,Dark Grey #1F1D1D, Dark Brown #1F1B1B, Dark Green #252F23, Lite Green #283D23 */

/* ########################################### Dark Brown Final */

body.custom {
background: #333333 url('http://prescottvalleychristian.org/wp-content/pvcc_gallery/backgrounds/pattern4.jpg') 50% 0;
}

.custom #header 
{background: display:block; width:780px; height:230px; background:url(http://prescottvalleychristian.org/wp-content/pvcc_gallery/header/wide-28.jpg) center no-repeat;
}

.custom .headline_area h1 { 
color: #247ED1;
}

.custom .headline_area h2 {
font-size: 22px;
color: #2A3429;
}

.custom .headline_area .entry-title {
font-size: 24px;
color: #2A3429;
}

.custom .headline_area .entry-title a:hover {
font-size: 24px;
text-decoration: underline;
color: #2A3429;
}

.entry-title a {
font-size: 24px;
color: #2A3429;
}

.entry-title a:hover {
text-decoration:underline;
font-size: 24px;
color: #2A3429;
}

.custom .entry-title h1 a:hover {
text-decoration: underline;
}

.custom .format_text h1 {
color: #247ED1;
}

.custom .format_text p {
	line-height: 1.2;
}

.custom .comments_closed {
display: None;
}

.custom #container {
margin-top: 3em;
margin-bottom: 10em;
background: #A9ACB1; 
border: .1em solid #A9ACB1;
}

.custom dl#comment_list {
background: transparent;
}

.calendar #container {
margin-bottom: 20em;
}

.kjo-link p {
display: None;
}

.mapp-poweredby {
display: none;
}

.sermon-browser #show_hide_filter {
color: #888893;
}

.sermon-browser #poweredbysermonbrowser {
display: none;
}

.sermon-browser-results #poweredbysermonbrowser {
display: none;
}

.sermon-player {
display: none;
}

.headline-meta .published {
color: #FF0000;
}

input.wpcf7-your-name {
width: 300px;
font-color: #FF0000;
background: #EFEFEF;
}

input.wpcf7-your-email {
width: 300px;
background: #EFEFEF;
}

input.wpcf7-your-subject {
width: 300px;
background: #EFEFEF;
}

textarea.wpcf7-your-message {
width: 360px;
background: #EFEFEF;
}

input.wpcf7-acceptance {
width: 35px;
background: #ffffff;
}

input.wpcf7-send {
width: 50px;
background: #EFEFEF;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #247ED1;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* Calendar */

    .calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         
         }
    .calnk a:visited {
         text-decoration:underline;
         color:#000000;
         
        }
    .calnk a {
        text-decoration:underline; 
        color:#000000; 
        
        }

    li#upcoming-events .calnk a {
	text-decoration:none;
        font-weight: bold;
        color: #000000;
}

li#todays-events .calnk a {
	text-decoration:none;
        font-weight: normal;
        color: #FF0000;
}


    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:225px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:780px;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:111px;
        height:70px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:111px;
        height:70px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.3em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }

        .event-content-break a {
        font-weight: bold;
        font-size: 3em;
     }

     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }

*/

/* ############################################# Origional Setup

body.custom {
background: #7B7277 url('http://pvcc.tekmojo.com/wp-content/themes/thesis_16b2/custom/images/redbg.jpg') 50% 0;
}

.custom #header 
{background: display:block; width:800px; height:225px; background:url(http://pvcc.tekmojo.com/wp-content/gallery/header/pvcc-header.jpg) center no-repeat;
}

.custom .headline_area h1 { 
color: #3C75B8;
}

.custom .headline_area h2 {
font-size: 22px;
}

.custom .headline_area .entry-title {
font-size: 24px;
color: #6F2A25;
}

.custom .headline_area .entry-title a:hover {
font-size: 24px;
text-decoration: underline;
color: #6F2A25;
}

.entry-title a {
font-size: 24px;
color: #6F2A25;
}

.custom .format_text h1 {
color: #3C75B8;
}

.custom .format_text p {
	line-height: 1.2;
}

.custom .comments_closed {
display: None;
}

.custom #container {
margin-top: 3em;
margin-bottom: 10em;
background: #A9ACB1; 
border: .1em solid #A9ACB1;
}

.calendar #container {
margin-bottom: 20em;
}

.kjo-link p {
display: None;
}

.sermon-browser #show_hide_filter {
color: #000000;
}

.sermon-browser #poweredbysermonbrowser {
display: none;
}

.sermon-browser-results #poweredbysermonbrowser {
display: none;
}

.sermon-player {
display: none;
}

.headline-meta .published {
color: #FF0000;
}

*/

