/* Enter your CSS3 Styles Here */

.hd_logo{margin: 20px 10px 20px 0px; float: left;}

#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, 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;}

div#blog-article-list
{ width:1024px;margin:0 auto 0 auto;}

table.blogMainTable
{ width:1024px;margin:0 auto 0 auto;}


/* FOR ROUNDED RED BUTTONS : USE  LIKE: <a class="aRoundButton">  */
a.aRoundButton {
    color: #ea232a !important;
    border: 2px solid #ea232a;
    font-weight: normal;
    font-family: Oswald;
    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: 16px;
    padding: 10px 20px;
text-decoration:none !important;
}
a.aRoundButton:hover {
  background-color: #ea232a;
  color:#FFFFFF !important;
}
/* END RED BUTTON CODE */



/* FOR ROUNDED YELLOW BUTTONS : USE  LIKE: <a class="aRoundButton">  */
a.aRoundButtonYellow {
    color: #f8931d !important;
    border: 1px solid #f8931d;
    font-weight: normal;
    font-family: Oswald;
    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: 16px;
    padding: 10px 20px;
text-decoration:none !important;
}
a.aRoundButtonYellow:hover {
  background-color: #f8931d;
  color:#FFFFFF !important;
}
/* END YELLOW 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:#000000;
    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:#5a595e; 
} 

#TopMenuDiv .TopMenuOver {
	background:#5a595e; 
}

.anylinkcss ul li:hover {
background:#5a595e;
}

.selectedanchor 
	background:#5a595e;
}

.anylinkcss ul li:hover {
	background:#5a595e;
}

.kristiTopSubDiv {   
        background:#5a595e;
}

.anylinkSubMenuItem {
           background:#5a595e;
     
}

.img-circle {
    border-radius: 50%;
}


H2.blogArticleTitle {
      font-weight:normal;
}

#blogMoreButton p {
      font-weight: normal;
}

#blogMoreButtonOver p {
      font-weight :normal;
}

#footerCredits {
padding-left:25px;
width:50%;
}
