/*  
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.neocomonline.com/

	*** 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;
      margin: 0px;
      padding: 0px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      color: #2B270C;
      font-size: 12px;
}
/* Page Layout */
#bgbottom {
	background: url('img/bg_footer.jpg') no-repeat 50% 100%;
}
#page {
	background: #FFFFFF url(img/bg_body.jpg) repeat-y;
	margin: 90px auto 0 auto;
	width: 950px;
}
/* header area */
#header {
	background: #000000 url(img/header.jpg) no-repeat;
	height: 225px; /* 225 */
	position: relative;
}
#headerlogo {
	position: relative;
	top: 65px;
	left: 25px;
	height: 145px;
	width: 386px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
  right: 5px;
	top: -27px;
}
#nav li {
	float: left;
	margin-left: 2px;
}
#nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #853119;
	text-decoration: none;
	background: #E4D3A7;
/*	background: #E4D3A7 url(img/bg_header_nav.png) repeat-x; */
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border: 1px solid #853119;
	display: block;
}
 #nav .current_page_item a, #nav .page_item a:hover {
	color: #6F0000;
  text-decoration: none;
	background: #E4D3A7 ;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border :1px dotted #6F0000;
	display: block;
}
/* content  */
#content {
/*	padding: 10px 10px 25px 13px; */
	padding: 0 2px 0 4px;
	float: left;
	width: 644px;
	overflow: hidden;
}

.post {
	clear:both;
	padding-top: 15px;
}

.post-date {
  padding: 0 0 0 5px;
	width: 45px;/* 45 */
	height: 56px;/* 56 */
  color: #695B3D;
  float:left;
  background: url('img/date.png') no-repeat 50% 0;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #695B3D;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #695B3D;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 2px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 90%; /* 640 */
	background: url('img/hr.png') no-repeat 0 22px;
}
.post-cat {
	padding-left: 0;
	float:left;
	font-size: 95%;
	color: #2B270C; /* #149f01 */
}
.post-comments {
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #2B270C;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #A1391C;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(img/arrowleft.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(img/arrowright.gif) no-repeat right center;
}

/* comments  */
#comments, #respond {
	border-bottom: 1px dotted #d9d351;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #464f06;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #FADEA2;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #d9d351;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#000000;
	border: 1px solid #8caa31;
	padding: 3px;
	margin-top: 3px;
                color: #8caa31;
}
#commentform textarea{
	width: 515px;
	height: 115px;
	background:#000000;
	border: 1px solid #8caa31;
	padding: 2px;
	margin-top: 3px;
                color: #8caa31;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #000000;
}
#commentform #submit{
	background: #000000 ;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #8caa31;
	border:1px solid #8caa31;	
  float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}
#newsletter {
	background: url('images/newslettersignup.gif') no-repeat;
	width: 338px;
	height: 25px;
	position: relative;
	left: 605px;
	top: 55px;
	text-align: right;
	padding: 0;
}
/* Header_End */

/*sidebar */
#page .column {
 float: left;
 position: relative;
}
#sidebar {
	float: right;
	padding: 0 4px 25px 2px;
	width: 294px;
	overflow: hidden;
}
#sidebarE {
/* 	border: 1px solid blue;*/
	position: relative;
	margin-left: 50px;
	padding: 10px 0 25px 0;
	width: 200px;
	overflow: hidden;
}
#sidebarW {
	position: relative;
	margin-left: -650px;
	padding: 0 2px 25px 4px;
	width: 175px;
	overflow: hidden;
}
#contentNarrow {
	padding: 0 2px 25px 2px;
	width: 465px;
	position: relative;
	margin-left: 181px;
}
/*sidebar title  */
#sidebar h3, #sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #853119;
	margin: 20px 0px 2px;
	border-bottom: 1px dotted #695B3D;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #A1391C;
  font-size: 12px;
	text-decoration: none;
}
#sidebar a:hover{
	color: #CC3333;
  font-size: 12px;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul, #sidebarW ul, #sidebarE ul, #index_body_l ul, #index_body_r ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li, #sidebarW ul li, #sidebarE ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	border: none;
}
#index_body_l ul li, #index_body_r ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 4px 0;
	border: none;
}
#index_body_l ul li ul li {
	list-style: none;
	margin: 0;
	padding: 4px 0 4px 0px;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul, #sidebarW ul li ul, #sidebarE ul li ul {
	padding:0;
	margin: 0;
}
#sidebar ul li ul li, #sidebarW ul li ul li, #sidebarE ul li ul li {
	padding: 0 2px 8px 10px;
	border: none;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li, , #sidebarW ul li ul li ul li, #sidebarE ul li ul li ul li {
	padding: 1px 0 1px 0px;
	border: none;
}
/*widget titles */
#sidebarW h2.widgettitle {
  padding-left: 10px;
}
/* widget titles */
#recent-posts h2, #smart-youtube h2, #ngg-webslice h2 {
	margin: 0;
	background: #FFFFFF url(img/widgettitle-bg-recent.gif) repeat-x ;
	color: #FFFFFF;
	line-height: 27px;
	padding-left: 8px;
/*	text-transform: capitalize; */
}
#index_body_l #recent-posts ul li {
 	background: #CECE9C;
	padding: 6px 0 6px 8px !important; 
	border-bottom: 1px solid #EFEFD6;
	}
#simple-section-nav ul li.page_item a {
	background: #CECE9C;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-bottom: 1px solid #EFEFD6;
	display: block;
}
#simple-section-nav .page_item a:hover {
	background: #BFBF8F ;
	display: block;
}
#simple-section-nav ul li.current_page_item a {
	font-weight: bold;
	display: block;
}
#simple-section-nav ul li ul {
	background: #BFBF8F;
	border-bottom: 1px solid #EFEFD6;
}
#simple-section-nav ul li ul li.page_item a{
	background: #BFBF8F;
	font-weight: normal;
	margin: 0px;
	padding: 6px 10px 6px 20px;
	border-bottom: none;
	display: block;
}
#simple-section-nav ul li ul li.page_item a:hover {
	background: #AFAF83;
	display: block;
}
#simple-section-nav ul li ul li.current_page_item a {
	font-weight: bold;
	display: block;
}
ul.list-rss li, li.widget_rss li, li.widget_links ul li {
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*blogroll widget */
ul.list-blogroll li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*meta  widget*/
ul.list-meta li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*category  widget */
ul.list-cat li, li.bar_categories li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*recent  widget  */
ul.list-rec li, li.bar_comments ul li {
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*archives widget */
ul.list-archives li, li.bar_archives li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*pages widget */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 22px !important;
}
/*sub-pages widget */
ul.list-page li ul li, li.bar_pages li ul li{
	background: url(img/arrow.gif) no-repeat !important;
	padding-left: 15px !important;
}
/*calendar bar widget */
li.bar_calendar td {
	padding: 1px 7px;
}
/*text bar */
.textbar {
	padding-top: 5px;
}

#searchform br {
	display: none;
}
#searchform #s {
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #8caa31;
	background: #000000;
	margin-right: 2px;
	color: #8caa31;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: #000000;
	border: 1px solid #8caa31;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #8caa31;
	vertical-align: middle;
}

/* page close */
#close {
	clear: both;
	background: #ffffff;
	color: #ffffff;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 0px;
}
#footer {
	background: url('img/bg_pgfooter.jpg') no-repeat 50% 100%;
       clear: both;
       height: 300px;
       width: 950px;
       text-align: center;
       padding: 5px 0 0 0;
}
#footerNav {
  color: #2B270C;
 font-size: 11px;
 text-align: center;
       width: 100%;
       position: relative;
	padding: 20px 0 20px 0;
       margin: 0px;
}
#footerNav a {
       padding: 0px 5px 0px 5px;
	color: #A1391C;
       text-decoration: none;
}
#footerNav a:hover {
	color: #853119;
       text-decoration: underline;
}
#copy {
       height: 24px;
       width: 950px;
       text-align: center;
       margin: 2px 0 0 0;
}
#copy p {
	color: #000000;
 font-size: 11px;
       margin: 2px 0px 0px 2px;
}
#copy a {
	color: #6F0000;
       text-decoration: none;
}
#copy a:hover {
	color: #6F0000;
       text-decoration: underline;
}
#contact {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 400px;
	height: 100px;
}
#contactinfo {
	float: right;
	font-size: 10px;
	margin-top: 15px;
	text-align: center;
	width: 272px;
}
#brochures {
	float: left;
	background-image: url('images/img_brochures.gif');
	background-repeat: no-repeat;
	width: 122px;
	height: 100px;
}
/*Sidebar East */
#sidebarEast ul {

	margin: 0px;
	padding: 0px;
	display: block;
	width: 150px;
}
#sidebarEast a, #sidebarEast a:link {
	color: #333333;
	font-size: 10px;
	padding: 0px 0px 0px 6px;
	text-decoration: none;
}
#sidebarEast p {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #FFFFFF;
}
#sidebarEast a:hover{
	color: #CC3333;
	text-decoration: none;
}
#sidebarEast li {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #FFFFFF;
    list-style: none;
}
#logo {
	clear: both;
	background-image: url('images/img_destination.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 57px;
}
a.page_item {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}
a.page_item_current {
	color: #CC0000;
	font-size: 10px;
	text-decoration: none;
}
/* Pages Nav */
#pages_nav {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FF0000;
}
#pages_nav ul {
    background-color:#3F80B6;
    margin:0px;
    padding:0px;
    border: solid 1px white;
    font-size:1.25em;
    list-style: none;
}
#pages_nav ul.level2 {
        background-color:#5497CE;
}
#pages_nav ul.children {
        background-color:#6BADE1;
}
#pages_nav li {
        margin: 0px;
        padding: 0px;
        border-left: solid 2px white;
        display:inline;
}
#pages_nav a {
        color:white;
        font-weight: bold;
}
#pages_nav li.current {
        padding-top:0px;
        padding-bottom:0px;
        background-color:white;
        border:solid 1px #3F80B6;
}
#pages_nav li.current a {
        color:#3F80B6;
}
/* Page Elements */
a {
	color: #A1391C;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: none;
}
strong {
	color: #C11D27;
	text-transform: capitalize;
}
h1 {
	color: #853119;
	text-transform: capitalize;
	font-size: 16px;
}
h2 {
	color: #853119;
	text-transform: capitalize;
	font-size: 14px;
}
h3 {
	color: #853119;
	font-size: 12px;
}
/* form styles */
input.submit {
    font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-right: 8px;
}
input.textarea {
	font-size: 12px;
	color: #000000;
	background-color: #FEFDEF;
	border: #E3D1B8 1px solid;
}
select {
	background-color: #FEFDEF;
	color: #000000;
	font-size: 10px;
}
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */
    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }