/* Enter your CSS3 Styles Here */

#PageBodyDiv p {  
        line-height:25px;
	text-rendering: optimizeLegibility;
        font-size: 15px;
} 

#PageBodyDiv ul li {line-height:24px;}


/* CONTAINER FOR WIDE PICS ON EACH PAGE, this is fine for mobile also */
.widePic,
.widePic img {
width:100%;
height:auto;
}


/* OVERRIDE 4 things TO MAKE THIS WHOLE SITE 100% WIDTH: */

#SiteBodyDiv, 
#footerCredits,
table#tableMainContent,
TABLE.tableLayoutFixed {
   width:100%;
} 


/* Also default all ID="pageBodyTable" to be 100%, UNLESS you put CLASS="make1024" (below) on them */

table#pageBodyTable {
width:100%;
}


/* THEN, USE THIS CLASS ON pageBodyTables 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;
}

#smCompleteMenu

{ width:1024px;margin:0 auto 0 auto;}




/* FOR ROUNDED RED BUTTONS : USE  LIKE: <a class="aRoundButton">  */
a.aRoundButton {
    color: #cc981d !important;
    border: 1px solid #cc981d;
    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: 13px;
    padding: 10px 20px;
text-decoration:none !important;
}
a.aRoundButton:hover {
  background-color: #cc981d;
  color:#FFFFFF !important;
}
/* END RED BUTTON CODE */

#TopMenuDiv #topMenuTable tr td SPAN {  
	margin-left:10px;
	margin-right:10px;
}

H1 { /* Used for Page Title - font size is Page Body Font Size + 6 pixels */
	font-weight:normal;   
	font-size:40px; 
	font-family: Oswald,sans-serif;  
        color:#ffffff;
    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; 
}



#TopMenuDiv .TopMenuOn {
	background:#0055a5; 
} 

#TopMenuDiv .TopMenuOver {
	background:#0055a5; 
}

.anylinkcss ul li:hover {
background:#0055a5;
}

.selectedanchor 
	background:#0055a5;
}

.anylinkcss ul li:hover {
	background:#0055a5;
}

.kristiTopSubDiv {   
        background:#0055a5;
}

.anylinkSubMenuItem {
           background:#0055a5;
}

.img-circle {
    border-radius: 50%;
}

.shadow {
     box-shadow: -7px -5px 10px #000000;
 }

a.thisGroupOfLinks {color:#ffffff !important;}

a.thisGroupOfLinks:hover {color:#cccccc !important;}

a.thisGroupOfLinksHome {color:#bbbbbb !important;}

a.thisGroupOfLinksHome:hover {color:#ffffff !important;}


H2.blogArticleTitle {
      font-weight:normal;
}

#blogMoreButton p {
      font-weight: normal;
}

#blogMoreButtonOver p {
      font-weight :normal;
}
#footerCredits {
padding-left:25px;
width:50%;
}
