/* 1000px wide site code*/
.ContentArea_Content{
   width: 700px;
}

.MenuLeft_Content {
   width: 300px;
}

map{
line-height: 0%;
outline: none;
}

a:link, a:visited  {color: #61000c;}/*Default Link Colour*/ 
a:hover, a:active {color: #222222;}/*link's color when you Mouse Over it*/ 
.bottomLink { 
color: #fff ! important;
}

#mh-rating-container {
width: 200px;
margin: auto;
background: #fef0e3;
}

#mh-rating-container img {
mix-blend-mode: darken;
}

img {border:0;}
*:focus {outline: 0;}

/*START OF LENNINGTON MENU CODE*/

.lennington_menu {

    z-index: 1000;               
    height: 70px ! Important;
  background: url('/global_pictures/ddm.jpg');
}

.chromemenu_imageseperator {
    
    display: none ! important;/*determines if image seperators are on or OFF*/
}

.chromestyle ul {/*Where text sits relative to nav bar, use for aligning left or right*/
    
    width: 100%;
    margin: 0px;
    text-align: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.chromestyle ul li {
    
    display: inline;
    margin: 0px;
}

.chromestyle ul li a {  
                  
    padding-top: 18px;/*HOVER SIZE*/
    padding-bottom: 23px;/*Hover Size, also how far Sub Nav Apears from Menu*/
    padding-right: 11px; /*spacing bet menu items on Navigation bar*/
    padding-left: 11px; /*spacing bet menu items on Navigation bar*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: normal ! important;/*Inactive font controls!*/
    font-size: 17px;
font-family: 'Crimson Text', serif;
    color: #fff ! important; /*Inactivate Nav bar text COLOUR*/
    text-decoration: none;
    position: relative;
    top: 23px;/*MENU ITEMS' POSITION!*/
}
/*ACTIVATED OPTIONS FOR NAV BAR*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
    background: #323815;
}

/*dropped (sub)menu NH options*/
.dropmenudiv { 
     position: absolute;
     top: 0;
     border: 1px solid #2b2b2b; /*border around drop down menu*/
     border-bottom-width: 1px solid #2b2b2b; /*border below drop down menu*/
     font-weight: normal;
     font-size: 14px; 
     font-family: 'Source Sans Pro', sans-serif;
     line-height: 18px;
     z-index: 1000;
     background-color: #fef0e3; /*NH SubMenu BKG, Drop down menu's background COLOUR*/
     width: 218px;
     visibility: hidden;
}

/*dropped (sub)menu NH options part 2*/
.dropmenudiv a { 
     width: auto;
     display: block;
     text-indent: 0px;
     padding-left: 5px;
     border-bottom: 1px solid #3a3a3a; /*submenu item separator*/ 
     text-decoration: none;
     color: #000 ! important;/*Submenu text colour*/
}

* html .dropmenudiv a { 
     width: 100%;
}

.dropmenudiv a:hover { /*DROP DOWN MENU ACTIVATED OPTIONS*/
     background-color: #76000e;
     color: #fff ! important;/*Hover Text Colour*/
}


/*END OF LENNINGTON MENU*/

a.blog_specific_title {/*Individual blog post titles*/
    font-size: 20px;
    color: #76000e;
    text-shadow: 1px 1px 1px #fff;
    font-weight: normal ! important;
    font-family: 'Crimson Text', serif;
}



.PageTitle {/*Page Headline (i.e. WELCOME)*/
    font-size: 24px;
    color: #76000e;
    text-shadow: 1px 1px 1px #fff;
    font-weight: normal ! important;
    font-family: 'Crimson Text', serif;
}

h2 {
    font-size: 22px;
    color: #76000e;
    font-weight: normal ! important;
    font-family: 'Crimson Text', serif;
}

.blog_archive_email_link, .blog_archive_rss_link{
color: #000;
font-family: 'Source Sans Pro', sans-serif;
font-size: 13px; 

}

.blog_specific_post span { /*over rides span inserted during paste*/
font-size: 14px !important; 
line-height:135% !important;}

.blog_specific_post div {/*over rides div inserted during paste*/
font-size: 14px !important; 
line-height:135% !important;}

 
p, table, th, td, label {    
color: #000;
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px; 
line-height:135%;

}


li {
font-family: 'Source Sans Pro', sans-serif;
color: #000;
font-size: 14px;
  margin-top: .25em;
}


.sidegraphic_blog_link {
    font-size: 18px;
    color: #76000e;
    font-family: 'Crimson Text', serif;
  line-height:60%;
    padding-left:35px;
}

.sidegraphic_blog_link a {
    font-size: 13px;
    color: #000;
font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    text-decoration: none;
line-height:110%;

}

.sidegraphic_blog_link a:hover {
    text-decoration: underline;

}


.ContactUsToday {
/*padding-top:20px; lowers contact form position*/
    font-size: 16px ! important;
    /*font-weight: bold;*/
    color: #000;
font-family: 'Crimson Text', serif;
}
.ui-dialog {
	left: 50% !important;
	width: 90% !important;
	transform: translateX(-50%);
	max-width: 900px;
}