/*  
Theme Name: xmas05
Theme URI: http://www.christmasfestival.com/
Description: Theme designed for the Natchitoches Christmas Festival.
Version: 1.0
Author: Brant Summerlin
Author URI: http://www.natchitoches.net/

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/

body {
      background: #35080D url('img/bg_main.jpg') no-repeat 50% 0;
      color: #2B270C;
}
/* Page Layout */
#bgbottom {
    background: url('img/bg_footer.jpg') no-repeat 50% 100%;
}
#page {
	background: #FFFFFF url(img/bg_body.jpg) repeat-y;
}
/* header */
#headerNav {
    background: url(img/bg_header_nav.png) repeat-x;
}
#nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #853119;
	text-decoration: none;
	background: #E4D3A7;
	padding: 5px 10px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border: 0 1px 0 1px solid #853119;
	display: block;
}
 #nav .current_page_item a, #nav .page_item a:hover {
	color: #6F0000;
  text-decoration: none;
	background: #E4D3A7 ;
	padding: 5px 10px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
/*	border :1px dotted #6F0000; */
	display: block;
}
.post-date {
  color: #695B3D;
}
.post-month {
	color: #695B3D;
}
.post-day {
	color: #695B3D;
}
.entry {
	background: url('img/hr.png') no-repeat 50% 100%;
}
.post-cat {
	color: #2B270C; /* #149f01 */
}
.post-comments {
	/* background: #000000; */
}
.post-calendar {
	color: #2B270C;
}
.navigation a, .navigation a:visited {
	color: #A1391C;
}

/* comments  */
#comments, #respond {
	border-bottom: 1px dotted #d9d351;
}
.commentlist .alt {
	background: #464f06;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	color: #FADEA2;
}
#commentform label{
	color: #d9d351;
}
#commentform input{
	background:#000000;
	border: 1px solid #8caa31;
        color: #8caa31;
}
#commentform textarea{
	background:#000000;
	border: 1px solid #8caa31;
        color: #8caa31;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #000000;
}
#commentform #submit{
	background: #000000 ;
	color: #8caa31;
	border:1px solid #8caa31;	
}
/* Header_End */
/*sidebar */
/*sidebar title  */
#sidebar h3, #sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #853119;
	border-bottom: 1px dotted #695B3D;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #A1391C;
}
#sidebar a:hover{
	color: #CC3333;
}
/* widget titles */
#recent-posts h2, #smart-youtube h2, #ngg-webslice h2 {
	background: #FFFFFF url(img/widgettitle-bg-recent.gif) repeat-x ;
	color: #FFFFFF;
}
#index_body_l #recent-posts ul li {
 	background: #CECE9C;
	border-bottom: 1px solid #EFEFD6;
	}
#recent-posts a {
	background: #CECE9C;
	border-bottom: 1px solid #EFEFD6;
}
#recent-posts a:hover {
	background: #BFBF8F ;
}
#index_body_r #text-515649051 {
 	background: #CECE9C;
}
#sidebarW #simple-section-nav-2 ul li {
 	background: #CECE9C;
}
#simple-section-nav-2 ul li.page_item a{
	background: #CECE9C;
	border-bottom: 1px solid #EFEFD6;
}
#simple-section-nav-2 .page_item a:hover {
	background: #BFBF8F ;
}
#simple-section-nav-2 ul li ul {
	background: #BFBF8F;
	border-bottom: 1px solid #EFEFD6;
}
#simple-section-nav-2 ul li ul li.page_item a{
	background: #BFBF8F;
	border-bottom: none;
}
#simple-section-nav-2 ul li ul li.page_item a:hover {
	background: #AFAF83;
}
#simple-section-nav-2 ul li ul li.current_page_item a {
	font-weight: bold;
	display: block;
}
#searchform #s {
	border: 1px solid #8caa31;
	background: #000000;
	color: #8caa31;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #000000;
	border: 1px solid #8caa31;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #8caa31;
}

/* page close */
#close {
	background: #ffffff;
	color: #ffffff;
}
#footer {
	background: url('img/bg_pgfooter.jpg') no-repeat 50% 100%;
}
#footerNav {
       /* background: #DFDFB5 url('/wp-content/uploads/stdenis_footer.png') no-repeat 95% 10px; */
 color: #EFEFD6;
}
#footerNav .ftrTitle {
    color: #3F3723;
}
#support {
    color: #FFF;
    background: #2C2C2A;
}
#support a {
    color: #FFF;
}

#copyright p {
       color: #FFF;
}
#copyright a {
       color: #54532A;
}
#copyright a:hover {
       color: #CCC;
}
/*Sidebar East */
#sidebarEast a, #sidebarEast a:link {
	color: #333333;
}
#sidebarEast p {
	border-bottom: 1px solid #FFFFFF;
}
#sidebarEast a:hover{
	color: #CC3333;
}
#sidebarEast li {
	border-bottom: 1px solid #FFFFFF;
}
a.page_item {
	color: #333333;
}
a.page_item_current {
	color: #CC0000;
}
/* Page Elements */
a {
	color: #A1391C;
}
a:hover {
	color: #CC3333;
}
strong {
	color: #C11D27;
}
h1 {
	color: #853119;
}
h2 {
	color: #853119;
}
h3 {
	color: #853119;
}
/* form styles */
input.submit {
	color: #000000;
}
input.textarea {
	color: #000000;
	background-color: #FEFDEF;
	border: #E3D1B8 1px solid;
}
select {
	background-color: #FEFDEF;
	color: #000000;
}

