/* Mary Kay's edit to move the banner add to be flush with the logo area. */
.site-header .widget-area {
	float: left;
	margin: 0 px;
	padding-right: 0;
}

/* tinker with the header area  ** ST ** */
header.site-header .wrap {
	background-color: #af2926;
	border: #fff 18px solid;
	padding-top: 26px;
	padding-bottom: 26px;
}

.header-image .site-title a {
	min-height: 120px !important;
}

.site-container {
	margin: 30px auto;
}

/* adjust text link color  ** ST ** */
a {
	color: #b92331;
}

/* tighten spacing in sidebar ** ST ** */
.after-entry li, .news-pro-home .content li, .sidebar li {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

/* hanging indents in sidebar menu ** ST **/
.widget_nav_menu li {
	padding-left: 24px;
	text-indent: -24px;
}

/* adjust size of footer text ** ST ** */
.footer-widgets .widget_text .textwidget, 
.footer-widgets .widget_text .textwidget a, .footer-widgets #menu-quick-links, .footer-widgets #menu-national-affiliates,
.footer-widgets .widget  ul.menu li.menu-item a span.menu-image-title {
	font-size: 12px;
	line-height: 16px;
}

.footer-widgets .widget  ul.menu li.menu-item {
	padding: 0;
	margin: 0;
}

/* create orderlist with Upper Alpha markers ** TM & ST **/
.nested-list .entry-content ol.u>li:before {
	content: counter(level1, upper-alpha)'. ';
}

/* standard size text but tight line-height * TM*/
.txtHght100 {
	line-height: 100%;
}

/* small text option- size 12 * TM*/
.txtSm12 {
	display: block;
	font-size: 12px;
	line-height: 16px;
}

/* small text option- size 14 * TM*/
.txtSm14 {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

/* small text option w Padding- size 12, pad 5 * TM*/
.txtSm12pad5 {
	display: block;
	padding-left: 5em;
	font-size: 12px;
	line-height: 16px;
}


/* Table format for Conference Preview Page ** TM ** */
#ConfPrev {
  width:100%;
	text-align: center;
}

#ConfPrev td, #ConfPrev th {
	width: 33%;
	vertical-align: top;
	padding: 3px; 
	border: solid 2px grey; 
	margin: 30px 5px 30px 5px;
}

#ConfPrev th {
	padding-top: 12px;
  padding-bottom: 12px;
	background-color:#993366;
	color: white;
}

/* button with NAfME blue colors - Also used for CMP Application * TM*/
.buttonNAfME {
	border-top: 2px solid #2d78a6;
	background: #3789c7;
	background: -webkit-gradient(linear,left top,left bottom,from(#3c4591),to(#3789c7));
	background: -webkit-linear-gradient(top,#3c4591,#3789c7);
	background: -moz-linear-gradient(top,#3c4591,#3789c7);
	background: -ms-linear-gradient(top,#3c4591,#3789c7);
	background: -o-linear-gradient(top,#3c4591,#3789c7);
	padding: 8px 14px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 20px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
}

.buttonNAfME:hover {
	border-top-color: #374f96;
	background: #374f96;
	color: #ffffff;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.buttonNAfME:active {
	border-top-color: #1b435e;
	background: #1b435e;
}

.buttonNAfMEsmall {
	font-size: 12px;
}

/* button - red in color * TM*/
.buttonRED {
   border-top: 1px solid #a18487;
   background: #d93646;
   background: -webkit-gradient(linear, left top, left bottom, from(#b92332), to(#d93646));
   background: -webkit-linear-gradient(top, #b92332, #d93646);
   background: -moz-linear-gradient(top, #b92332, #d93646);
   background: -ms-linear-gradient(top, #b92332, #d93646);
   background: -o-linear-gradient(top, #b92332, #d93646);
   padding: 14px 28px;
   -webkit-border-radius: 14px;
   -moz-border-radius: 14px;
   border-radius: 14px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 20px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
   }
.buttonRED:hover {
   border-top-color: #b92332;
   background: #b92332;
   color: #fafafa;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
   }
.buttonRED:active {
   border-top-color: #791721;
   background: #791721;
   }
.buttonREDsmall {
	font-size: 12px;
}

/* Green Button TM*/

.buttonGREEN {
   border-top: 1px solid #83b74b;
   background: #83b74b;
   background: -webkit-gradient(linear, left top, left bottom, from(#5e9732), to(#9ed277));
   background: -webkit-linear-gradient(top, #5e9732, #9ed277);
   background: -moz-linear-gradient(top, #5e9732, #9ed277);
   background: -ms-linear-gradient(top, #5e9732, #9ed277);
   background: -o-linear-gradient(top, #5e9732, #9ed277);
   padding: 6.5px 13px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 23px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.buttonGREEN:hover {
   border-top-color: #405d27;
   background: #405d27;
   color: #ffffff;
   }
.buttonGREEN:active {
   border-top-color: #405d27;
   background: #405d27;
   }

/* Grey Button - used on CMP Application page TM*/

.buttonLtGREY {
	box-shadow: 1px 10px 14px -7px #899599;
	background:linear-gradient(to bottom, #ededed 5%, #d1dbf0 100%);
	background-color:#ededed;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#09499c;
	font-family:Arial;
	font-size:16px;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.buttonLtGREY:hover {
	background:linear-gradient(to bottom, #d1dbf0 5%, #ededed 100%);
	background-color:#d1dbf0;
}
.buttonLtGREY:active {
	position:relative;
	top:1px;
}


/* less space above lists ** ST ** */
p + ul {
    margin-top: -24px !important;
}
li > ul {
    margin-top: 0 !important;
}


/* Create div with padded/indent on left*/
div.leftpad {
	padding-left: 30px;
}
/* Hanging indent for list of dates*/
.hangingindent48 {
  padding-left: 48px ;
  text-indent: -48px ;
}


/* border for images ** TM ** */
.borderBASIC { 
	border-width: 10px; 
	border-style: solid; 
	border-color: black;  
}

/* polaroid styling for images ** TM ** */
div.polaroid {
  max-width: 30%;
	margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 5px;
}

div.container {
  text-align: center;
  padding: 1px 1px;
}

/* dropshadow styling for images ** TM ** */
.blur-image-shadow {
box-shadow: 5px 5px 25px  rgba(0, 0, 0, 0.35) !important;
}

/* dropshadow styling for text box ** TM ** */
#grey-shadow-box {
  background: #FFFFFF;
	border: 1px solid #004080;
  padding: 10px;
	color: #004080;
  box-shadow: 5px 5px 15px 5px #DCDCDC;
}

/* Table format for CMP Committee ** TM ** */
#tableCMP {
  width: 100%;
	border-collapse: collapse;
  margin: 20px auto;
  table-layout: auto;
	  background-color: #f1f1c1;
}

#tableCMP th,td {
  padding: 8px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

#tableCMP w {
  width: 200px;
}

/* White Button with red text used on homepage for Advocacy  ** TM ** */
.BUTTON_WhiteRed {
   background: #F5F7F9;
   background-image: -webkit-linear-gradient(top, #F5F7F9, #D5D7DB);
   background-image: -moz-linear-gradient(top, #F5F7F9, #D5D7DB);
   background-image: -ms-linear-gradient(top, #F5F7F9, #D5D7DB);
   background-image: -o-linear-gradient(top, #F5F7F9, #D5D7DB);
   background-image: linear-gradient(to bottom, #F5F7F9, #D5D7DB);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #BD3411;
   font-family: Open Sans;
   font-size: 20px;
   font-weight: 500;
   padding: 18px;
   border: solid rgba(197, 194, 193, 0.87) 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.BUTTON_WhiteRed:hover {
   background: #BABCC1;
   border: solid rgba(197, 194, 193, 0.87) 1px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}


/* Styling for conference exhibitor quicklink menu  ** TM ** */
.smallfontDIV {
  border: 2px outset #A00000;
	border-radius: 5px;
	padding: 10px;
  background-color: #FFFFEA;   
  font-size: small;
	font-weight: bold;
}


