/* Enter your CSS3 Styles Here */
.bodyImgCowboy{
border:0;
width:100%;
height:auto;
overflow:hidden;
margin:0;
}
#footerCredits { /* for making w3now web design centered at bottom */
text-align:center;
margin-bottom:30px;
}
#PageBodyDiv p {  
        line-height:25px;
	text-rendering: optimizeLegibility;
        font-size: 15px;
} 

#PageBodyDiv ul li {line-height:25px;}
/* OVERRIDE these things TO MAKE THIS WHOLE SITE 100% WIDTH: */
#SiteBodyDiv, 
#footerCredits,
table#tableMainContent,
TABLE.tableLayoutFixed {
   width:100%;
} 
/* HANDLE CALENDAR PAGE 100% */
div#upcomingEventsButtonContainer,
div#calendar-page table#calendar {
margin:0 auto 0 auto;
width:1024px;
}

/* Also default all ID="pageBodyTable" to be 100%, UNLESS you put CLASS="make1024" (below) on them */
table#pageBodyTable,
table#PageBodyTable {
width:100%;
}
/* THEN, USE THIS CLASS ON pageBodyTable TO MAKE THEM 1024 CENTERED, (THIS IS ADJUSTED IN THE MOBILE CSS TO MAKE IT 100% INSTEAD, so they will not be 1024 on a phone, see Mobile CSS ) */
.make1024 {
  width:1024px !important;
  margin:0 auto 0 auto !important;
} 
/* CONTAINER FOR WIDE PICS ON EACH PAGE, this is fine for mobile also */
.widePic,
.widePic img {
width:100%;
height:auto;
}
/* CONTAINER FOR SERVICE MENU, this is fine for mobile also */
#smCompleteMenu{
width:1024px;margin:0 auto 0 auto;
}
/* NO: THIS CAUSES THE ENTIRE CALENDAR PAGE TO NOT BE 100% ACROSS
  div#calendar-page
  { width:1024px;margin:0 auto 0 auto;}
*/
/* FOR ROUNDED BROWN BUTTONS : USE  LIKE: <a class="aRoundButtonBrown">  */
a.aRoundButtonBrown {
    color: #330c00 !important;
    border: 2px solid #330c00;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 30px;
-moz-border-radius:30px;
    font-size: 14px;
    padding: 10px 20px;
text-decoration:none !important;
}
a.aRoundButtonBrown:hover {
  background-color: #330c00;
  color:#ffffff !important;
}
/* END BROWN BUTTON CODE */
/* FOR ROUNDED WHITE BUTTONS : USE  LIKE: <a class="aRoundButton">  */
a.aRoundButton {
    color: #ffffff !important;
    border: 2px solid #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 30px;
-moz-border-radius:30px;
    font-size: 14px;
    padding: 10px 20px;
text-decoration:none !important;
}
a.aRoundButton:hover {
  background-color: #ffffff;
  color:#2c2724 !important;
}
/* END WHITE BUTTON CODE */

#TopMenuDiv #topMenuTable tr td SPAN {  
	margin-left:6px;
	margin-right:6px;
}
H1 { /* Used for Page Title - font size is Page Body Font Size + 6 pixels */
	font-weight:normal;   
	font-size:24px; 
	font-family: Arvo,sans-serif;  
    margin-top:0px;
	margin-bottom:15px;
	padding-top:15px; /* do with padding, not top margin, so it does not put space above the h1 tag on the site */ 
	text-align:center; 
} 
 /* vertical menu css */
#VerticalMenuDiv {  
font-size: 25px; 
}
.verticalBarPadding {/* get wrapper adds this padding to vertical menu when getting real content -  we can't have padding when doing template alignments */
	padding:20px 5px 5px 20px;
}
#TopMenuDiv .TopMenuOn {
	background:#412412; 
} 
#TopMenuDiv .TopMenuOver {
	background:#412412; 
}
.anylinkcss ul li:hover {
background:#412412;
}
.selectedanchor 
	background:#412412;
}
.anylinkcss ul li:hover {
	background:#412412;
}

.kristiTopSubDiv {   
        background:#412412;
}

.anylinkSubMenuItem {
           background:#412412;
}


.mysplit:nth-child(1) {
width:65%;
float:left;
}

.mysplit:nth-child(2) {
width:35%;
float:left;
}

.browngradient {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #AA9D95 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #AA9D95 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #AA9D95 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #AA9D95));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #AA9D95 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #AA9D95 100%);
}
.lightbrowngradient {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #AA9D958 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #AA9D95 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #AA9D95 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #AA9D95));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #AA9D95 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #AA9D95 100%);
}
.roundedCorners {
	border-radius:10px;
	-moz border-radius:10px;
}
