/*	
The Chuck Wagon Gang Screen Style Sheet
Author: SSE Design Group http://ssedesigngroup.com
Date: 2009-05-08
+ Colors

*/

/***** TEXT *****/
body {font: 13px/1.5 Verdana, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;}
a:focus {outline: 1px dotted invert;}
hr {border: 0 #ccc solid; border-top-width: 1px; clear: both; height: 0;}
.smtext {font-size:10px;}

/* `Headings  */
h1 {font-size: 25px;}
h2 {font-size: 23px;}
h3 {font-size: 21px;}
h4 {font-size: 16px;}
h5 {font-size: 17px;}
h6 {font-size: 15px;}

/* `Spacing  */

ol {list-style: decimal;}
ul {list-style: square;}
li {margin-left: 30px;}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {margin-bottom: 20px;}

/***** GLOBAL *****/
html, body {border:0;margin:0;padding:0;}
body {margin:0;padding:0; background-image: url(/Templates/images/bgrd.jpg); background-repeat:repeat; background-color:; color:#000;}
 
/***** COMMON *****/
p, ul, ol {margin:0;padding:0 0 1.25em 0;}
ul, ol {padding:0 0 1.25em 2.5em;}
blockquote {margin:1.25em;padding:1.25em 1.25em 0 1.25em;}
small {font-size:0.85em;}
img {border:0;}
sup {position:relative;bottom:0.3em;vertical-align:baseline;}
sub {position:relative;bottom:-0.2em;vertical-align:baseline;}
acronym, abbr {cursor:help;letter-spacing:1px;border-bottom:1px dashed;}
 
/***** LINKS *****/
a, a:link, a:visited, a:hover {text-decoration:underline;}
a, a:link{color:#955432;}
a:visited {color:#94715e;}
a:hover {color:#000;}
 
/***** FORMS *****/
form {margin:0;padding:0;display:inline;}
input, select, textarea {font:1em Arial, Helvetica, sans-serif;}
textarea {width:100%;line-height:1.25;}
label {cursor:pointer;}
.feedbackTextarea {width: 300px;
 
/***** TABLES *****/
table {border-collapse: separate; border-spacing: 0;}
table tr td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
table.reg {border-width:0px;border-spacing: 0px;border-style: none;border-color:;border-collapse: collapse;background-color:; font-family:Verdana, Geneva, sans-serif; font-size:13px;}
table.reg th {border-width: 0px;padding: 8px;border-style: none;border-color:;background-color:;-moz-border-radius: 0px;}
table.reg td {border-width: 0px;padding: 8px;border-style: none;border-color:;background-color:;-moz-border-radius: 0px;font-family:Verdana, Geneva, sans-serif; font-size:13px;}
table.calendar-event-index {border-width:0px;border-spacing: 0px;border-style: none;border-color:;border-collapse: collapse;background-color:;}
table.calendar-event-index th {border-width: 0px;padding: 5px;border-style: none;border-color:;background-color:;-moz-border-radius: 0px;}
table.calendar-event-index td {border-width: 0px;padding: 5px;border-style: none;border-color:;background-color:;-moz-border-radius: 0px;}

/***** CLASSES GLOBAL *****/
.clear {clear:both; padding:10px;}
.left { float:left; }
.right { float:right; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-justify { text-align:justify; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { border-bottom:1px solid; }
.highlight { background:; }
.wrap { width:;margin:0 auto; }
.img-left { float:left;margin:4px 10px 4px 0; border:1px solid #000; }
.img-right { float:right;margin:4px 0 4px 10px; }
.img {border:1px solid #000;}
.nopadding { padding:0; }
.padding {padding: 8px;}
.noindent { margin-left:0;padding-left:0; }
.nobullet { list-style:none;list-style-image:none; }

/***** WRAPPER *****/
#wrap {width:1000px; margin:0 auto;}

/***** HEADER *****/
#header {background-image:url(/Templates/images/logo.png); height: 170px;}

/***** LOGO *****/
#header h1 {padding:; text-indent:-2000px; font-size: 1%}
#header h1 a {}

/***** NAVBAR *****/
#nav {width:1000px; background-image:url(/Templates/images/bgrd-nav2.png); height:89px; color:#cbae68; font-family:"Times New Roman", Times, serif; font-size:18px; font-weight:bold;}

/* Horizontal menu for the CSS Menu Module */
.clearb { clear: both;}
#menuwrapper {/* Fix for Opera 8 */ /* overflow: hidden;  */ padding-top:6px; padding-left: 10px; margin:auto;}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
.table {display: table;   /* Allow the centering to work */ margin: 0 auto;}
#primary-nav li li { width: 200px; }
/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { list-style: none; margin: 0px auto; padding: 0px;}
#primary-nav ul { position: absolute; top: auto; display: none; }
#primary-nav ul ul { margin-top: 1px;margin-left: -1px; left: 100%; top: 0px; }
#primary-nav li { margin-left: -1px;float: left; }
#primary-nav li li { margin-left: 0px;margin-top: -1px;float: none; position: relative; }
/* Styling the basic apperance of the menu elements */
#primary-nav a { display: block; margin: 0px; padding: 5px 15px; text-decoration: none; color: #cbae68;}
#primary-nav li a {}
#primary-nav li li a { border: 1px solid #955432; color:#955432;}	
#primary-nav li, #primary-nav li.menuparent { background-color:; }
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive {color: #000; }
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent,  #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {/* arrow for menuparents */background-image: url(/images/cms/arrow.gif); background-position: center right; background-repeat: no-repeat;}
/* Styling the apperance of menu items on hover */
#primary-nav li a:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {color: #000;}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
/* just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level */
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {display: none; }
/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level */
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {display: block;}
/* IE Hacks */
#primary-nav li li {float: left; clear: both; background-color:#cbae68;}
#primary-nav li li a {height: 1%;}

 #navlist ul
{margin-left: 0;padding-left: 0;white-space: nowrap;}
#navlist li
{display: inline;list-style-type: none; margin:0px; padding:0px;}
#navlist a { padding: 3px 10px; color: #cbae68;}
#navlist a:link, #navlist a:visited
{text-decoration: none; color: #cbae68;}
#navlist a:hover
{text-decoration: none;}

#nav-footer {}
#nav-footer .table {display: table;   /* Allow the centering to work */ margin: 0 auto;}
#nav-footer ul {list-style-type: none; margin:0px; padding:0px;}
#nav-footer li {list-style-type: none; margin:0px; padding:0px;display: block;}

/***** CONTENT *****/
#content {background-image:url(/Templates/images/bgrd-body.png); background-repeat:repeat-y;}
.content {padding: 0px 80px;}
table.main {font-family:Verdana, Geneva, sans-serif; font-size:12px;}
table.main td {font-family:Verdana, Geneva, sans-serif; font-size:12px;}


/****** SCHEDULE ******/
#schedule {background-image:url(/Templates/images/schedule.png); background-repeat:no-repeat; height:251px;}
.schedule {width: 380px; margin-left:500px; font-size:11px; padding-top:60px; color: #eadfb8;}
.schedule a, .schedule a:visited, schedule a:hover {color:#eadfb8;}

/***** SIDEAR LEFT *****/
#sidebar {clear:right;float:left;width:;}
#sidebar h1 {}
#sidebar h2 {}
#sidebar ul, #sidebar ol {padding:0px;list-style:none;}

/* MAILINGLIST */
#mailinglist {background-image:url(/Templates/images/title-mailinglist.jpg); background-repeat:no-repeat; background-position:top left; width:355px; margin:auto;}
.mailinglist {padding:50px 10px 10px 115px;}

/* HALF BOX */
.half-box {width:47%; padding:10px;}
.third-box {width:30%; padding:10px;}

/***** FOOTER *****/
#footer {background-image:url(/Templates/images/footer.png); height:172px; color:; padding:; font-size:;}
.footer {width: 920px; padding-left:80px; padding-top:20px; font-size:10px;}

/***** NEWS ******/
#news-box {width:300px;font-sixe:11px;padding:10px; border-right:1px dotted brown; margin-right:10px;}

div#news {margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */ border: 1px solid #000;  background: #FFE9AF; }
div#news h2 {line-height: 2em; background: #fff;}
.NewsSummary {padding: 0.5em; /* padding for the news article summary */ margin: 0 0.5em 0.5em 0.5em; /* margin to the bottom of the news article summary */ border-bottom: 1px dotted brown; }
.NewsSummaryPostdate {font-size: 10px; color:#c4884d;}
.NewsSummaryLink {padding-top: 0.2em; font-size:11px;}
.NewsSummaryCategory {font-style: italic; margin: 5px 0;}
.NewsSummaryAuthor {font-style: italic; padding-bottom: 0.5em;}
.NewsSummarySummary, .NewsSummaryContent {line-height: 140%;}
.NewsSummaryMorelink {padding-top: 0.5em; text-align:right;}
#NewsPostDetailDate {font-size: 90%; color:#c4884d;}
#NewsPostDetailSummary {line-height: 150%;}
#NewsPostDetailCategory {font-style: italic; border-top: 1px solid #ccc; margin-top: 0.5em; padding: 0.2em 0;}
#NewsPostDetailContent {margin-bottom: 15px; line-height: 150%;}
#NewsPostDetailAuthor {padding-bottom: 1.5em; font-style: italic;}
/* to add specific style to the below divs, uncomment them. 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/***** CALENDAR *****/
/* Example stylesheet for Calendar module For using this "big"-class insert something like this in your page
or template {cms_module module='Calendar'}
/* make all links red */
.calendar tr td a {color: red;}
/* highlight "today" for the small calendar */
.calendar-today {font-weight: bold;}
/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title, #cal-upcominglist .calendar-summary-title {display: none;}
#cal-upcominglist h2, #cal-upcominglist .calendar-date, #cal-upcominglist .calendar-summary {display: inline;margin-right: 5px;}
/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1 {color: red;font-size: 120%;}
#cal-list h2, cal-upcominglist h2 {font-size: 110%;}
/** large calendar rules (assuming default class and id names)  border on for #cal-calendar */
#cal-calendar {margin: 0px;border-collapse:collapse;border: 1px solid black;}
/* nice squares for the #cal-calendar table */
#cal-calendar th {border: 1px solid black; padding: 3px; width: 75px;}
#cal-calendar td {border: 1px solid black; vertical-align: top; padding: 3px; height: 75px; width: 75px;}
/* format summaries nicely in #cal-calendar */
#cal-calendar ul {margin: 0px; padding: 0px; padding-left: 5px;}
#cal-calendar li {list-style-type: none; padding: 0px; margin: 0px;}
/* background colours for #cal-calendar */
#cal-calendar td {background-color: silver;}
#cal-calendar .calendar-day {background-color: #80ff80;}
#cal-calendar .calendar-today {font-weight: normal; background-color: #8080ff;}
.calendar-event .calendar-date-title, .calendar-event .calendar-summary-title, 
.calendar-event .calendar-details-title {display:none;}

 /* CMSMS Guestbook module Style pagination */
.cms-guestbook-pagination_header {margin: .5em 0;}
.cms-guestbook-pagination_nav {font-weight: bold;	margin: .5em 0;}
.cms-guestbook-pagination_nav a {font-weight: normal;}
/* Style each entry */
.cms-guestbook-entry {border: 1px solid #069; margin-bottom: 1em;}
/* Style the message header */
.cms-guestbook-entry-header {background: #385C72; color: white; border: 1px solid black; margin: 1px;}
/* Style the actual message */
.cms-guestbook-entry-text {background: #eee; padding: .5em; color: black;}
/* Show the postdate on the right */
.cms-guestbook-entry-posted {float: right;font-size: smaller;}
/* Style message header links */
.cms-guestbook-entry-header a {color: white;} 
.cms-guestbook-entry-header a:hover {color: black;} 		  
/* Style the sender name */
.cms-guestbook-entry-sendername{font-weight: bold;}
/* Style the E-mail link */
.cms-guestbook-entry-email {font-size: smaller;}
/* Style the senders homepage link */
.cms-guestbook-entry-homepage {font-size: smaller; margin: 2px; margin-bottom: 0;}

/* BLOGS MADE SIMPLE */
a.blogs-breadcrumb,
.blogs-breadcrumb {color:#808080; font-weight:bold; padding:0px; padding-bottom:12px; text-decoration:none;}
a.blogs-breadcrumb:hover {color:#9C0800;}
.blogs-showmessage {margin:12px; padding:12px; border:2px solid #9C0800;}
.entry-headline {font-weight:bold; color: #000000;}
/*Main Blogs-styles*/
.blogs-showblogsentries {}
.blogs-showblogsentry {border-bottom:1px solid black;}
.blogs-showblogsentrytime {color:#333; font-size:80%;}
.blogs-showblogsentrytitle {font-size:130%; padding-bottom:13px;}
.blogs-showblogsentryshorttext {}
.blogs-showcategoryentrytext {}
.blogs-showcategoryentryfiles {}
.blogs-showcategoryentryauthor {padding:2px; font-style:italic;}
.blogs-showblogsentrycategory {}
.blogs-showblogsentrycomments {font-weight:bold;}
/*ShortCategory-styles*/
.blogs-shortbox {text-align:center; width:216px; margin:4px; margin-left:8px; margin-right:8px; float:left;}
.blogs-shortcategorytitle {text-align:center;  text-transform:capitalize; font-size:130%; border:2px solid black; padding-left:4px; padding-right:4px; padding-top:12px; padding-bottom:12px; width:212px;}
.blogs-shortcategorytitle:hover {background-color:#eee;}
.blogs-shortentrylist {margin-top:10px;}
.blogs-shortentry {}
.blogs-shortentrydate {color:#333; font-size:80%; padding-left:12px;}
.blogs-shortentrylink { padding-left:12px; padding-bottom:4px;}
/*** ShowCategoryList-styles ***/
.blogs-showcategorylistbox {}
.blogs-showcategorylistheader {}
.blogs-showcategorylistcategories {}
.blogs-showcategorylistcategory {}
/*** ShowCategory-styles ***/
.blogs-showcategorybox {width:90%;}
.blogs-showcategoryheader {width:50%; border:2px solid black; padding:10px; margin-bottom:24px;}
.blogs-showcategorytitle {font-size:130%; padding-bottom:13px;}
.blogs-showcategorydescription {}
.blogs-showcategoryentries {margin-top:10px; margin-left:12px;}
.blogs-showcategoryentry {padding-bottom:24px;}
.blogs-showcategoryentrytime {color:#333; font-size:80%;}
.blogs-showcategoryentrytitle {font-style:italic; margin-bottom:5px; margin-top:4px; padding-left:12px;}
.blogs-showcategoryentrytext {padding-bottom:2px;}
.blogs-showcategoryentryfiles {padding-top:4px; padding-left:8px;}
.blogs-showcategoryentryauthor {padding:2px; font-style:italic;}
.blogs-showcategoryentrycomments {font-weight:bold;}
/*** ShowEntry-styles ***/
.blogs-showentrybox {width: 98%;}
.blogs-showentryheader { width:50%; border:2px solid black; padding:10px; margin-bottom:24px;}
.blogs-showentrytime {color:#333; font-size:90%; padding-bottom:8px;}
.blogs-showentrytitle {font-size:130%; padding-bottom:13px;}
.blogs-showentrytext {}
blogs-showentrytext.a {color:#993333;}
.blogs-showentryauthor {font-style:italics;}
.blogs-showentryfiles {padding-top:13px; padding-left:0px;}
.blogs-showentrycomments {padding-left:12px;}
.blogs-showentrycomment {padding-bottom:12px; margin-bottom:12px; border-bottom:1px solid .222;}
.blogs-showentrycommenttime {color:#333; font-size:80%;}
.blogs-showentrycommenttext {}
.blogs-showentrycommentauthor {font-style:italic;}
.blogs-showentrycommentform {padding-top:10px; margin-top:10px; padding-left:12px; margin-bottom:10px;}
.blogs-authorinput {width:400px; border:1px solid #333;}
.blogs-authorinput:hover {background-color:#ddd;}
.blogs-commentinput {width:400px; border:1px solid #333;}
.blogs-commentinput:hover {background-color:#ddd;}
.blogs-submitinput {border:1px solid #bbb;}
.blogs-submitinput:hover { background-color:#ddd;}
