/*
Theme Name: Andrology
Author: Essendon Creative
Author URI: http://www.essendoncreative.com.au
Version: 2.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

/* Undo some default styling of common (X)HTML browsers */

/* No list-markers by default - * must redefine bullets w/ bg graphics */
ol, ul {
    list-style:none;
}
/* Avoid browser default inconsistent heading, * font-sizes and pre/code*/
td, code, pre, h6, h5, h4, h3, h2, h1, body {
    font-size:1em;
}
/* Remove inconsistent (among browsers) - * default padding or margin */
hr, img, td, tr, table, dl, dt, dd, div, label, input, fieldset, blockquote, p, html, body, form, pre {
    margin:0; padding:0;
}
h6, h5, h4, h3, h2, h1 {
    margin:0; padding:0;
}
ol, ul, dl {
    margin:0; padding:0;
    font-size: 12px;
}
/* prevent blue linked image borders */
fieldset {
    border:none;
}
:visited img {
    border:none;
}
:link img {
    border:none;
}
a img {
    border:none;
}

section, article, header, footer, nav, aside, hgroup {
	display:block;
}

/* Begin Styles */

body, html {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	letter-spacing:0;
	background:#ccc;
	color:#666;
}
#wrap { 
    width:960px;
    margin: 0 auto;
    background: #fff;}

h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
/*    color:#333;*/
    color: #0a62a9;
    letter-spacing:0;
    padding:0 0 10px 0;

}

h1 {
    font-size:22px;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-weight:bold;
    margin-top: 10px;
}

h2, h2 a {
    font-size:18px;
    /*font-family: Georgia, cursive;*/
    font-family:Verdana, Helvetica, Arial, sans-serif;
    color: #0066B3 !important;
    font-weight:normal;
}
h2.menu-title {
    padding: 15px 0px 0px 20px;
}
h2.menu-title, h2.menu-title a {
    font-family: Georgia, cursive !important;
    font-weight: bold;
}
h3 {
    font-size:16px;
    color: #0066B3;
    letter-spacing: 2px;
    /*font-family: Georgia, cursive;*/
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-weight:bold;
}

h4 {
    font-size:14px;
}

h5 {
    font-size:12px;
}

h6 {
    font-size:11px;
    font-weight:bold;
}

p {
    line-height:20px;
    padding:0 0 10px 0;
    color: #58595b;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	background: #e3eef7;
	color: #7fb2d9;
	font-weight: bold;
        margin-top: 10px; 
}
div.register input[type='text'] {
    background :#fff;
}
div.register input[type='submit'] {
    background: #E3EEF7;
}
input.search {
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	width: 100px;
        margin-right: -5px;
        padding: 3px 0px 3px 5px;
        background: #e3eef7;
}

input.email {
    -webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	width: 100px;
        margin-right: -5px;
        padding: 3px 0px 3px 0px;
        background: #e3eef7;
        padding: 3px 0px 3px 5px;
        margin-bottom: 10px;
}


input.submit {
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 5px;
	width: 26px !important;
         padding: 3px 0px 3px 0px;
	background: url('images/magnifying-glass.png') #e3eef7 no-repeat scroll 5px 2px;
}

input.subscribe {
    -webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right: 5px;
	width: 26px !important;
        padding: 3px 0px 3px 0px;
}

li.no-pad {
    padding: 0px !important; 
}

/* use for contact details */
address {
    font-style:normal;
}

/* use for acronyms in content */
acronym {
    border-bottom:1px #ccc dotted;
    cursor:help;
}

/* use for blockquotes in content */
blockquote {
    padding:0 15px 0 30px;
    border-left:3px #666 solid;
    font-style:italic;
    margin: 5px 0 12px 0 !important;
}

a, a:link, a:visited, a:active {
    text-decoration:none;
    color:#165F96;
}

a:hover {
    text-decoration:none;
    color:#666;
}

div.pad{
	padding:0 10px 10px 20px;
}
div.pad-news {
	padding:10px 10px 10px 20px;
}

/* End Styles */

/* Begin Structure */

section, article, header, footer, nav, aside, hgroup {
	position:relative;
}

header {
	overflow:hidden;
}

section#header-bg {
	overflow: hidden;
        background-color: #005da3;
	background-image: linear-gradient(bottom, rgb(0,101,179) 49%, rgb(0,101,178) 75%, rgb(0,80,142) 88%);
	background-image: -o-linear-gradient(bottom, rgb(0,101,179) 49%, rgb(0,101,178) 75%, rgb(0,80,142) 88%);
	background-image: -moz-linear-gradient(bottom, rgb(0,101,179) 49%, rgb(0,101,178) 75%, rgb(0,80,142) 88%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,101,179) 49%, rgb(0,101,178) 75%, rgb(0,80,142) 88%);
	background-image: -ms-linear-gradient(bottom, rgb(0,101,179) 49%, rgb(0,101,178) 75%, rgb(0,80,142) 88%);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

header a {
	color: #fff !important;
}

header a:hover {
	color: #7fb2d9 !important;
	padding: 3px 0px 0px 0px !important;
}


section#branding  {

}

section#branding img {
/*	width: 200px;*/
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 10px;
}

nav#top-nav {
	margin-top: 20px;
}

nav#top-nav ul {
	background: #3f88bf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:right;
        font-size: 11px;
}

nav#top-nav ul li {
	padding: 13px 12px;
}

li.first {
	padding: 8px 0px 0px 10px !important;
}

li.phone {
	border-right: #fff 1px dashed;
        padding: 0 12px 0 16px !important;
        margin-left: 1em;
	line-height: 41px;
	vertical-align: middle;
	background:url('https://www.andrologyaustralia.org/wp-content/themes/andrology_v2/images/phone-icon.png') no-repeat left center;
	color:#ffffff;
}


nav#primary ul {
	margin-top: 25px;
	font-family: Georgia, cursive;
	font-size: 14px !important;
	float:right;
}

nav#primary ul li {
	padding:5px 10px;
}

nav#primary ul li a:hover, li.current-menu-item a {
	color: #7fb2d9 !important;
	border-top: 2px #7fb2d9 solid;
	padding: 3px 0px 0px 0px !important;
}
ul.j-menu li a {
        font-family: Verdana;
        font-size:11px;
	border-top: none;
	padding: 0px 0px 0px 0px !important;
        font-weight:normal;
}
ul.j-menu li.current-menu-item a {
        font-weight:bold;
        color: #0A62A9 !important;
}

nav {
	overflow: hidden;
}

nav ul {
	list-style:none;
}

nav ul li {
	float: left;
}

nav#primary ul li a {

}
nav#page-nav ul li {
	background: #0065b3;
	margin-right: 5px;
	padding: 5px 49px 5px 5px;
	color: #cce0ef;
	font-weight: bold;
}

nav#page-nav ul a:hover li {
	background: #cce0ef;
	color: #0065b3;
}

section {

}

div.nivoSlider {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 10px 0px 10px 10px !important;
    overflow: hidden;
    height: 255px !important;
    overflow: hidden;
    padding: 0px !important; 
}

.nivo-controlNav {
    left: 75% !important;
    bottom: 15px !important;
}

.nivo-controlNav a {
    width: 45px !important;
    height: 6px !important;
    background: url('images/custom-bullets.png') no-repeat 0px -6px !important;
}

.nivo-controlNav a.active {
    background-position: 0px 0px !important;
    width: 45px !important;
    height: 6px !important;
}

.nivo-controlNav a:hover {
    background-position: 0px 0px !important;
    width: 45px !important;
    height: 6px !important;
    padding: 0px !important;
}


div#carousel, div.nivoSlider, div.nivo-slice {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
        width: 940px !important; 
}

p.breadcrumbs {
	font-size: 9px;
	color: #7fb2d8;
}

section#content {
	overflow: hidden;
	margin-top: 10px;
}
body.home section#content {
	margin-top: 0px;
}
div#quick-links, div#latest-news, div#campaign, div#sidebar-nav, div#categories, div#archives {
	background: #e5eff7;
	border-top: #0066B3 solid 4px;
}

div#categories, div#archives {
    margin-top: 10px; 
}

div#categories ul, div#archives ul {
    padding: 0px 15px 15px 15px !important
}

div#categories ul a, div#archives ul a {
    line-height: 17px;
    font-family: Verdana, Helvetica, Arial;
}

div.sidebar-content {
	background: #e5eff7;
	margin-top: 10px;
	-moz-box-shadow:    2px 0px 2px 1px #ddd;
  	-webkit-box-shadow: 2px 0px 2px 1px #ddd;
  	box-shadow:         2px 0px 2px 1px #ddd;
  	padding: 5px 0px 5px 20px;
}

div.sidebar-content p {
	font-weight: bold;
  	color: #0065b3;
}

div#page-text {
	margin-top: 15px;
}

div#download-guide {
	border-bottom: #0066B3 solid 4px;
}

div#quick-links h2 {
	padding: 15px 0px 0px 15px;
}

div#quick-links ul, div#sidebar-nav ul {
	padding: 5px 0px 15px 15px;
	list-style: none;
	line-height: 22px;
        font-size: 12px;
}

div#quick-links ul a li {
	color: #58595b !important;
}

div.key-content {
	background: #f5f5f5;
	text-align: center;
	border-top: #c1c1c1 solid 4px;
}

div.key-content h2  {
	padding: 15px 5px 5px 15px !important;
	text-align: left;
}


div#latest-news h2, div#campaign h2 {
	padding: 5px 5px 5px 15px !important;
	text-align: left;
}

div.key-content p {
	padding: 0px 15px 10px 15px !important;
	text-align: left;
}

div#campaign p {
	padding: 0px 15px 10px 15px !important;
	text-align: left;
}


div.key-content img {
	padding-top: 10px;
}

.latest-news {
        padding: 5px 15px 5px 15px !important
}

div#latest-news article a {
	line-height: 17px;
        font-family: Verdana, Helvetica, Arial;
}

.date-time {
    font-weight: bold; 
}

div#latest-news article a:hover {

}

.sm-icons {
        float: right;
        position: relative;
        top: -22px;
        left: -15px;
}

object.sidebar-video {
        width: 205px !important;
        height: 135px !important;
}

object.sidebar-video embed {
        width: 210px !important;
        height: 140px !important;
        margin-bottom: 5px;
        margin-left: 5px;
}

.more-link, .more-video {
	font-family: Georgia, cursive;
	font-weight: bold;
	font-style: italic;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #0066b3;
}

.more-video {
	float:left;
	margin-left: 10px;
}	

.more-link:hover, .more-video:hover {
    color: #222222;
}

div#newsletter {
	background-image: linear-gradient(bottom, rgb(51,132,194) 4%, rgb(38,100,148) 52%);
	background-image: -o-linear-gradient(bottom, rgb(51,132,194) 4%, rgb(38,100,148) 52%);
	background-image: -moz-linear-gradient(bottom, rgb(51,132,194) 4%, rgb(38,100,148) 52%);
	background-image: -webkit-linear-gradient(bottom, rgb(51,132,194) 4%, rgb(38,100,148) 52%);
	background-image: -ms-linear-gradient(bottom, rgb(51,132,194) 4%, rgb(38,100,148) 52%);
        background-color: #005da3;
	padding: 10px 10px;
}

img.newsletter {
    margin-left: -5px; 
}

div#newsletter h3 {
	padding: 0px !important;
        color: #fff !important;
}

div#newsletter p {
	color: #fff !important;
	padding: 0px !important;
        font-size: 10px; 
}

div#newsletter a {
    color: #fff !important;
    border-bottom: 1px #fff solid; 
}

div#newsletter  {
    border-bottom: none !important;
}

a#newsletter-logo {
    border-bottom: none !important; 
}

div#newsletter a:hover {
    /*color: #165F96 !important;*/
    border-bottom: none !important; 
}


div#newsletter input {
	width: 160px;
}

div#newsletter-border {
	margin-top: 10px;
	/*border-top: #404040 dashed 1px;*/
}

div#find-a-doc {
	margin-top: 20px;
	text-align: center;
}

section#key-content-bottom {
	margin-top: 10px;
	padding-top: 10px;
	border-top: #404040 dashed 1px;
}

div#key-content-large {
	text-align: left;
}

div#key-content-large img {
	margin-left: 10px;
	margin-bottom: 10px;
}

div#key-content-large h2 {
	width: 120px;
}

div#key-content-large p {
/*	width: 130px;*/
}

div#campaign img {
	margin-left: 10px;
	margin-bottom: 15px;
}

aside {
    width: 220px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

article {

}

footer {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}


footer ul {
	padding: 20px 0px 0px 20px;
	list-style: none;
	font-size: 10px;
	line-height: 13px;
}

footer ul li {
	/*float: left;*/
	padding-right: 5px;
}

li.pad {
	float: left;
	padding-right: 15px;
}

footer strong {
	color: #5b9cce;
}

div#footer-border {
	padding-top: 10px;
	border-top: #404040 dashed 1px;
	margin-bottom: 5px;
}

section#footer-bg {
	background: #f2f7fb;
        padding-bottom: 25px; 
}

div#sponsors {
	text-align: right;
        padding-top: 30px; 
}

div#sponsors p {
	font-size: 7px;
	padding: 0px;
        line-height: 10px !important;
        clear: both;
}

.logo-link img {
    /*max-width: 70px;*/
    max-height: 40px;
    float: right;
    padding: 7px;
}

section#footer-nav {
	background: #0066b3;
}

section#footer-nav p {
	font-size: 8px;
	color: #fff;
	text-align: right;
	padding: 10px 20px 10px 20px !important;
}

section#footer-nav ul li a {
	font-size: 9px;
	padding: 0px 10px 0px 10px;
	color: #fff !important;
        text-transform: uppercase;
}

section#footer-nav ul li a:hover {
        color: #7fb2d9 !important;
}

nav#footer ul {
	float: left !important;
	padding: 15px 5px 15px 14px !important;
        color: #fff !important;
}

nav#footer ul li {
    padding-right: 0px !important;
}

div.ews {
    margin-top: 30px;
    text-align: center;
    font-size: 10px;
    padding-bottom: 10px;
}

div.ews a {
    color: #9ebdd4;
}

div.ews a:hover {
    color: #519fd8;
}

#map {
    margin: 0px 0px 10px 0px;
    width: 220px;
}

#newsletter {
    /*margin: 10px 0px;*/
margin: 0px;
}

/* End Structure */

/* Begin Lists */

ul {
    list-style: none;
}

ol {
    list-style:decimal outside;
}


/* End Lists */

/* Begin Forms */

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
    width: 95%;
}

/* End Forms */


/* Begin Border Radius

    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    border-radius:20px;

End Border Radius */

.tab-content h1 {
    display:none;
}
.tab-content-no-tab h1 {
	display:inherit;
}
.tab-container {
    height: 30px;
    margin-bottom:20px;
}


li.tab-list {
float: left;
width: 155px;
height: 32px;
background: #1769B2 url('images/corner-dark-blue.png') no-repeat right top !important;
color: #E5EFF8;
margin-right: 5px;
font-family: verdana;
font-size: 11px;
font-weight: bold;
padding: 5px 10px 2px 5px;
}

li.tab-3 {
/*    width:170px;*/
}


li.tab-list a {
    color: #fff;
}

li.tab-list a:hover {
     color: #539bd5 !important;
}

a.active-tab {
     color: #539bd5 !important;
}

body.has-js  .hidden-tab{
    display: none;
}

h2.entry-title a {
  font-size: 18px;
  font-family:Verdana, Helvetica, Arial, sans-serif !important;
  color: #0066b3;
  font-weight: bold;
  margin-top: 12px;
  display:block;
  clear:both;
}

.entry-content {
    overflow: hidden; 
}

.entry-content h2 {
  clear:both;
  margin-top: 12px;
}

.entry-content ul, .tab-content ul, .entry-content dl {
    margin-left:20px;
    padding:0 10px 15px 10px;
}
.entry-content ul, .tab-content ul {
    list-style:disc;
}
.entry-content ul li, .tab-content ul li {
    line-height: 20px;
}
.entry-content dl dt {
    font-weight: bold;
    margin-top: 10px;
}
.entry-content dl dd {
	margin: 0 20px 4px 20px;
}
.entry-content a {
    color: #165f96;
}

.entry-content a:hover {
    color:#666;
}

div.people {
    min-height: 180px;
}
ul.xoxo, div.xoxo {
    padding:0 !important;
    border-bottom:10px #fff solid;
}
div#socialmedia {
/*display:none;*/ /* UNTIL SOCIAL MEDIA PLUG-IN IS FIXED */
}

div#socialmedia, div#sidebarextra {
    padding-left:10px;
    padding-top: 15px;
    border-top: #0066B3 solid 4px;
}
div#socialmedia h2, div#sidebarextra h2, div#sidebarextra dl {
    margin-left:5px;
}
div#sidebarextra dl {
    padding-bottom:15px;
}

div#socialmedia dt, div#sidebarextra dt {
    font-weight:bold;
    margin-top:3px;
}
div#socialmedia dd, div#sidebarextra dd {
    margin-left:5px;
}
div#socialmedia dt, div#sidebarextra dt {
color: #0066B3;
}

/* Tables */


table {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #0065b3;

}
table.newsletter {
    width:655px;
    font-size:10px;
}
thead {
    background:#0065b3;
    color:#fff;
}

th {
    padding: 2px;
}
th.issue {
    width:70px;
}
th.name, th.category {
    width:90px;
}
th.year, th.link {
    width:60px;
}
th.references {
        width:150px;
}
th.publication {
        width:100px;
}
th.pdf {
        width:60px;
}
th.language-pdf {
        width:100px;
}
th.language {
        width:150px;
}
td {
    padding: 2px;
}
tr {
    border: #0065b3 1px solid;
    border-collapse:collapse;
}
tr.even {
    background: #DEF0FC;
}
tr.odd {
    background: #FFF;
}

 /* Table Reloaded */
.wp-table-reloaded {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #0065b3;
	margin: 10px 0px 15px 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
.wp-table-reloaded th {
	background-color: #0065b3;
/*	border: 1px solid #FFFFFF;*/
	padding: 5px;
	color: #fff!important;
}
.wp-table-reloaded td {
	color: #3D3D3D;
	padding: 4px;
/*	background-color: #FFFFFF;*/
	vertical-align: top;
}
.wp-table-reloaded .even td {
/*	background-color: #fff;*/
}
.wp-table-reloaded .odd td {
/*	background-color: #DEF0FC;*/
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6!important;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}

/* Begin Order Form */
.gform_wrapper .gform_page_footer {

clear: both;
}


form.order-form {
/*    margin-left:10px;*/
}

.gform_body {
    width: auto;;
}


.gform_wrapper .order-form ul li.gfield {
    clear: none !important;
    margin: 0px 0 4px 0;
}
.no-float {
    clear:both !important;
    width:100% !important;
    background:#0A62A9;
    padding: 0 0 0 10px !important;
    
}
h2.gsection_title {
    margin:2px 0 0 10px !important;
    background:#0A62A9;
    color:#fff !important;
}

.order-form li {
    position:relative;
    width:190px;
    float:left !important;
}
li.gfield_price {
    height:110px !important;
    margin-left:11px !important;
}
li.qty {
    clear:both !important;
    width:75px;
    border-bottom: #CCC 1px solid;
/*    border-right: #CCC 1px dotted;*/
    margin: 0 10px 0 0 !important;
}

li.qty-contact-list {
    clear:both !important;
    width:675px;
    border-bottom: #CCC 1px solid;
/*    border-right: #CCC 1px dotted;*/
    margin: 0 10px 0 0 !important;
}


li.qty label {
    min-height:21px !important;
    margin: 10px 10px 0 0 !important
}
li.qty input.small {
    width:50px !important;
        padding-bottom: 0;
    margin-bottom: 0;
}
li.qty div.instruction {
    width:75px;
}
.order-form li label {
    width:130px;
    min-height:55px;
    margin: 6px 0 0 0 !important;
}
#.order-form li.showbag  {
#width: 140px;
#min-height: 55px;
#margin: 6px 0 0 10px !important;
#}


#.order-form li.showbag div.gfield_description {
#    margin-top:-30px;
#    width:500px;
#}


#.order-form li.showbag label {
#width: 500px;
#min-height: 55px;
#margin: 6px 0 0 0 !important;
#}


.order-form li .ginput_product_price_label, .order-form li .ginput_product_price {
    display:none;
}

li.order-type li.gchoice_108_3, li.order-type li.gchoice_108_4 {
    display:none;
}

.order-form li span.ginput_quantity_label {
    margin-left:0;
}
.order-form li.address {
    width:100%;
}
.order-form li.address label {
    width:150px;
    min-height:0;
    margin:0 !important;
    padding:0;
}
.order-form li.address input, .order-form li.address label  {
    float:left;
}
.order-form input.small {
    width:100px !important;
}

select.small {
    width:50px !important;
}
 .order-form input.medium, select.medium {
    width:250px !important;
}
 .order-form input.large, select.large {
    width:500px !important;
}
.order-form select {
    padding: 2px 0 2px 0 !important;
    height:20px;
    margin-bottom: 10px;
}
.order-form .ginput_container {
    width:115px;
    float:left;
    position:relative;
}
.order-form .gfield_description {
    float:left;
    width:100px;
    position:relative;
}

.order-form .gfield_html { width:874px; }

/* Begin Booklet Lists */
li.imhw-brochure {
    background:url(../../../wp-content/uploads/TN-imhw-brochure.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.imhw-poster {
    background:url(../../../wp-content/uploads/TN-imhw-poster.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.male-infertility-booklet {
    background:url(../../../wp-content/uploads/male-infertility.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.androgen-deficiency-booklet {
    background:url(../../../wp-content/uploads/androgen-deficiency.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.erectile-dysfunction-booklet {
    background:url(../../../wp-content/uploads/erectile-dysfunction.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.klinefelters-syndrome-booklet {
    background:url(../../../wp-content/uploads/klinefelters-syndrome.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.booklet-order-forms {
    background:url(../../../wp-content/uploads/order-forms.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.advanced-prostate-booklet {
    background:url(../../../wp-content/uploads/advanced-prostate-cancer.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.testicular-cancer-booklet {
    background:url(../../../wp-content/uploads/testicular-cancer.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.your-sperm-booklet {
    background:url(../../../wp-content/uploads/your-sperm.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
    li.prostate-enlargement-booklet {
    background:url(../../../wp-content/uploads/prostate-enlargement.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
    li.localised-prostate-cancer {
    background:url(../../../wp-content/uploads/localised-prostate-cancer.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }

/* Begin Booklet Lists */
li.androgen-deficiency-factsheet {
    background:url(../../../wp-content/uploads/androgen-deficiency-factsheet.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.erectile-dysfunction-factsheet {
    background:url(../../../wp-content/uploads/erectile-dysfunction-factsheet.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.male-infertility-factsheet {
    background:url(../../../wp-content/uploads/male-infertility-factsheet.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.prostate-cancer-treatment-factsheet {
    background:url(../../../wp-content/uploads/prostate-cancer-treatment-factsheet.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
    li.prostate-enlargement-factsheet {
    background:url(../../../wp-content/uploads/prostate-enlargement-factsheet.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.testicular-cancer-factsheet {
    background:url(../../../wp-content/uploads/testicular-cancer-factsheet.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.prostate-cancer-diagnosis-factsheet {
    background:url(../../../wp-content/uploads/TN-Factsheet_ProstateCancerDiagnosis-56x80.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
/* Begin Poster Lists */
li.users-guide-poster {
    background:url(../../../wp-content/uploads/users-guide-poster.jpg) no-repeat left;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }

li.its-ok-poster {
    background:url(../../../wp-content/uploads/TN-its-ok_56x80.jpg) no-repeat left;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }


/* Begin Other Resources Lists */
li.users-guide-brochure {
    background:url(../../../wp-content/uploads/users-guide-56x80.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.contact-lists {
    background:url(../../../wp-content/uploads/contact-lists.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.contact-lists-community {
    background:url(../../../wp-content/uploads/contact-lists.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    clear:both !important;
    }
li.advanced-prostate-cancer-postcard {
    background:url(../../../wp-content/uploads/advanced-prostate-cancer-postcard.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.talk-about-your-tackle {
    background:url(../../../wp-content/uploads/talk-about-your-tackle.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.talk-about-your-tackle-poster {
    background:url(../../../wp-content/uploads/talk-about-your-tackle-poster.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.clinical-study-guides-pack {
    background:url(../../../wp-content/uploads/clinical-study-guides-pack.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.mates-summary {
    background:url(../../../wp-content/uploads/mates-summary.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.corporate-guide {
    background:url(../../../wp-content/uploads/corporate-guide.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.gp-questions {
    background:url(../../../wp-content/uploads/gp-questions.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.healthy-male-newsletter {
    background:url(../../../wp-content/uploads/healthy-male-newsletter.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.education-kit {
    background:url(../../../wp-content/uploads/education-kit.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.showbag {
    background:url(../../../wp-content/uploads/showbag.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.display {
    background:url(../../../wp-content/uploads/display.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.education-kit-poster {
    background:url(../../../wp-content/uploads/TN-event-promo-poster.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.plumbing {
    background:url(../../../wp-content/uploads/TN-Merv-plumbing-poster.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.poster-protect-troops {
    background:url(../../../wp-content/uploads/TN-protect-your-troops_56x80.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.paperclip-holder {
    background:url(../../../wp-content/uploads/TN-paperclip-holder-56x80.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }

li.display-unit-refill {
    background:url(../../../wp-content/uploads/TN-display-unit-refill-75x56.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.annual-report-2012 {
    background:url(../../../wp-content/uploads/TN-annual-report-2012_56x80.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.annual-report-2013 {
    background:url(../../../wp-content/uploads/TN-annual-report-2013_56x80.png) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.orchidometer {
    background:url(../../../wp-content/uploads/orchidometer.jpg) no-repeat 0 9px;
    height: 100px;
/*    border-bottom: #ccc 1px solid;*/
    padding-left: 60px;
    margin-left:10px !important;
/*    padding-top:13px;*/
}
li.orchidometer span, li.orchidometer span a {
    margin: 20px 0 4px 0;
    font-weight: bold;
    color: #666;
}
li.csg-postcard {
    background:url(../../../wp-content/uploads/CSG-Postcard-56x80.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.dvd-postcard {
    background:url(../../../wp-content/uploads/DVD-Postcard-56x80.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }
li.dvd-atsi {
    background:url(../../../wp-content/uploads/DVD-cover-56x80.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }

li.pens-andrology-australia {
    background:url(../../../wp-content/uploads/box-of-pens-56x80.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }


li.orchidometer-postcard {
    background:url(../../../wp-content/uploads/Orchidometer-Postcard-56x80.jpg) no-repeat 0 9px;
    height: 100px;
    border-bottom: #ccc 1px solid;
    padding-left: 60px;
    }




li.additional-details-pdf {
background: transparent url('images/bluepdf.png') no-repeat 5px 0px;
padding: 10px 0 15px 50px;
margin-top: 10px;
height: 35px;
line-height: 15px;
}

li.additional-details-pdf:hover {
    opacity: .5 !important; 
}

li.author-link {
     padding:0px 10px 10px 10px;
     line-height: 15px;
}
.additional-details-author {
     padding-left:10px;
}
div.register {
    padding:10px;
}

div.addinfo {
    padding:10px;
    margin-top:1.5em;
}

li.assoc-desc p {
    font-size:11px;
    line-height:15px;
}

object.sidebar-video-alt {
width: 210px !important;
height: 180px !important;
}
object.sidebar-video-alt embed {
width: 220px !important;
height: 185px !important;
margin-bottom: 5px;
}

.top10 { margin-top:10px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top40 { margin-top:40px; }
.top50 { margin-top:50px; }
.top60 { margin-top:60px; }
.top70 { margin-top:70px; }
.top80 { margin-top:80px; }
.top90 { margin-top:10px; }
.top100 { margin-top:100px; }
.top110 { margin-top:110px; }
.top120 { margin-top:120px; }
.top130 { margin-top:130px; }
.top140 { margin-top:140px; }
.top150 { margin-top:150px; }
.top160 { margin-top:160px; }
.top170 { margin-top:170px; }
.top180 { margin-top:180px; }
.top190 { margin-top:190px; }
.top200 { margin-top:200px; }
.top210 { margin-top:210px; }
.top220 { margin-top:220px; }
.top230 { margin-top:230px; }
.top240 { margin-top:240px; }
.top250 { margin-top:250px; }
.top260 { margin-top:260px; }
.top270 { margin-top:270px; }
.top280 { margin-top:280px; }
.top290 { margin-top:290px; }
.top300 { margin-top:300px; }

.alignright {
float: right;
margin-left:1ex;
}

.alignleft {
float: left;
margin-right:1ex;
}
form.subscribe {
   top :-100px;
   clear:both;
}

img.attachment-post-thumbnail-UNUSED {
   width: 695px !important;
   height: 150px !important;
}

img.attachment-post-thumbnail {
	max-width: 695px !important;
}

div.entry-utility {
    margin-bottom: 75px;
}

div.page-404 {
    margin: 10px 0px 10px 20px;
}
div.tabs img {
    padding: 20px 20px 20px 0;
}
div.tabs img.notop {
padding: 5px 20px 20px 0;
}
div.entry-content img.alignleft, , div.entry-content .wp-caption.alignleft {
    padding: 0 15px 5px 0;
}
div.entry-content img.alignright, div.entry-content .wp-caption.alignright {
    padding: 0 0 5px 15px;
}
div.issuu div div {
min-height: 0;
clear: both;
width: 310px;
display: none;
}
div.issuu div {
min-height: 200px;
float: left;
width: 310px;
padding: 0;
margin: 0;
}
div.andrology-booklets, div.other-booklets {
overflow: hidden;
clear: both;
}
ul.booklets {
/*padding-left: 10px;*/
margin-left:0 !important;
list-style: none;
clear: both;
}
li.booklets {
float: left;
margin-right: 0;
height: 250px;
width: 105px;
overflow: hidden;
padding-right: 18px;
}
li.booklets img {
width: 105px;
height: 147px;
}
p.booklets-caption-text {
font-size: 10px;
padding-top: 0;
text-align: left;
line-height: 12px;
padding-bottom: 0;
margin-bottom: 0;
}
p.booklets-description-text {
font-size: 10px;
padding-top: 5px;
text-align: left;
line-height: 10px;
font-style: italic;
}

/* Booklets Gallery */
div.booklets {
/*padding-left: 10px;*/
margin-left:0 !important;
clear: both;
margin-bottom:20px;
}
div.booklets.medium {
position:relative;
margin-right: 0;
overflow: hidden;
}
div.booklets img.medium {
width: 105px;
float: left;
margin: 5px 15px 5px 5px;

}
div.booklets img.medium:hover {
box-shadow: 0px 0px 5px #888888;
}
div.booklets p.booklets-caption-text {
font-size: 14px;
font-weight: bold;
padding-top: 0;
text-align: left;
line-height: 12px;
padding-bottom: 0;
margin: 5px 0 0 0;
}
div.booklets div.booklets-description-text {
font-size: 12px;
padding-top: 5px;
text-align: left;
line-height: 14px;
font-style: italic;
}
div.booklets div.booklets-description-text {
padding-bottom: 5px;
}
div.booklets-description-text ul {
	list-style-type: disc;
	margin-top:4px;
}
div.booklets-description-text ul li {
	margin-left: 28px;
}
ul.booklet-ordering-options {
/*padding-left: 10px;*/
margin-left:0 !important;
list-style: none;
margin-top:20px;
position:absolute;
bottom:5px;
left:125px;
padding:0;
margin:0;
}
ul.booklet-ordering-options li {
float:left;
display: inline;
padding: 1ex 0.5em 0px 0px;
}

/* Booklets showcase */

.booklet-profile {
overflow: hidden;
width:630px;
}


/* plain cover shot */
.booklet-cover-shot  {
	float:right;
	margin: 5px 5px 12px 24px;
	background-color: #fff;
	border: 5px solid #fff;  
	-webkit-box-shadow: 3px 3px 3px 3px #ccc;  
	-moz-box-shadow: 3px 3px 3px 3px #ccc;  
	box-shadow: 3px 3px 3px 3px #ccc;  
}  

/* cover shot style to fake an ebook reader */
.booklet-cover-shot.ebook {
	float:right;
	margin: 12px 12px 12px 24px;
background-color: #000;
	border: 2px solid #ddd;  
	padding: 30px 25px;  
	-webkit-box-shadow: 3px 3px 3px 3px #ccc;  
	-moz-box-shadow: 3px 3px 3px 3px #ccc;  
	box-shadow: 3px 3px 3px 3px #ccc;  
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;

}  
.booklet-cover-shot.ebook img {
	width:230px;
}

.booklet-details {
}

.booklet-description {
	font-weight: bold;
	font-style: italic;
}

div.publication-details {
	margin-bottom: 15px;
}
div.booklet-details ul.booklet-ordering li {
	margin-bottom: 5px;
}

div.booklet-details div.booklet-spiel {
	margin-top:14px;
}
.booklet-showcase-footer {
	clear:both;
	margin-top: 24px;

}

.showcase-book img {
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}

.booklet-showcase-footer img.other:hover {
box-shadow: 0px 0px 5px #888888;
}

ul.booklet-showcase-list {
	border-left: 15px solid #e5eff7;
	overflow: hidden;
}
ul.booklet-showcase-list li.booklets {
	text-align:center;
	background-color: #e5eff7;
}


.showcase-book div {
	width: 0; 
	height: 0 !important; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #0a61a9; /* e5eff7 */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	padding-top:15px;
}

.booklets div {
	height:60px;
}

th.review {
width: 75px;
}
strong {
    font-weight:bold;
}
ol {
    list-style:decimal outside;
    margin-left:40px;
}

ol li {
    line-height: 20px;
    margin-top: 10px;
}

.order-form input[type="button"], .order-form input[type="submit"] {
    float:right;
}

.nav-previous {
    float: left;
    padding-bottom: 5px;
}

.nav-next {
    float:right;
    padding-bottom: 5px;
}

.dcjq-parent-li {
   background: url('images/blue-arrow.png') no-repeat scroll 0px 9px transparent;
   padding-left: 13px;
}

.dcjq-parent-li:hover {
   background: url('images/grey-arrow.png') no-repeat scroll 0px 9px transparent;
}

ul.sub-menu {
    padding: 5px 5px 5px 5px !important; 
}

.sub-menu li {
    line-height:18px;
}

li.factsheets {
    float:left;
    margin-right:5px;
    height:300px;
    width:150px;
    overflow:hidden;
}
li.factsheets.small {
    float: left;
    padding-right: 30px;
    height: 150px;
    width: 75px;
    overflow: hidden;
    margin-right: 0;
}
li.factsheets.medium {
    float:left;
    margin-right:0;
    height:195px;
    width:105px;
    overflow:hidden;
    padding-right:20px;
}
li.factsheets.large {
    float:left;
    margin-right:0;
    height:250px;
    width:150px;
    overflow:hidden;
    padding-right:5px;
}
li.factsheets img {
    width:150px;
    height:210px;
}

li.factsheets img.small {
    width:75px;
    height:105px;
}
li.factsheets img.medium {
    width:105px;
    height:147px;
}
li.factsheets img.large {
    width:150px;
    height:210px;
}
p.booklets-caption-text {
font-size: 10px;
padding-top: 0;
text-align: left;
line-height:12px;
padding-bottom: 0;
margin-bottom: 0;
}
p.factsheet-caption-text {
    margin-left:5px;
    font-size: 10px;
    padding-top: 0;
    text-align: left;
    line-height:12px;
    padding-bottom: 0;
    margin-bottom: 0;
}
p.booklets-description-text {
font-size: 10px;
padding-top: 5px;;
text-align: left;
line-height:10px;
font-style: italic;

}

.bigbluebutton, .gform_button {
	background-color:#0a61a9;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:10px 14px;
	text-decoration:none;
	margin-left:0px !important;
}

.bigbluebutton:hover, .gform_button:hover {
	background-color:#b0b0b0;
}

.bigbluebutton:active, .gform_button:active {
	position:relative;
	top:1px;
}

.thinbluebutton, .palebluebox {
	background-color:#e5eff7;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	display:inline-block;
	color:#0a62a9 !important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 7px;
	text-decoration:none;
}.thinbluebutton:hover {
	background-color:#b0b0b0;
}.thinbluebutton:active {
	position:relative;
	top:1px;
}

.person-name, .person-qualifications {
	padding: 0 !important;
}

.person-name {
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

.person-description {
	padding: 10px 0 !important;
}

.wp-caption-text {
	font-color: gray;
	font-size:90%;
line-height:100%;
	font-weight:bold;
}

.wp-caption-text span {
	font-weight:normal !important;
}

.wp-caption {
	margin-bottom: 1ex;
}

/* fix size of H2 text on home page */
section#content.container_16.home-page h2 {
	font-size: 14px !important;
}

.pullquote {
	background: url(/wp-content/uploads/logo_grayscale_36x36.png) top left no-repeat;    
	color: #a5a4a4;
//color: #999999;
	font-style: italic;
font-family: Georgia, cursive;
	font-size: 150%;
	margin: 10px 25% 10px 25%;
	padding: 10px 30px 10px 42px;
//text-align: center;    
}  

.latest-issue {
background-color: yellow;
color: red;
}

.add-info {
line-height: 1.1em;
font-weight: bold;
}

.article-deck, .entry-content>p:first-child, .entry-content>div:first-child p {
font-weight:bold;
font-size:130%;
line-height:150%;
margin-top:0.5em;
}


div#article-custom-footnote {
	background: #e5eff7;
        margin: 10px 0; 
}


div#article-custom-footnote p, div#article-custom-footnote div {
    padding: 7px 15px !important
}

div.category-header {
	background-color:#e3eef7;
	padding: 12px 0;
}

div.category-header p, div.category-header form, div.category-header h1, div.category-header h2, div.category-header h3, div.category-header div {
	margin-left: 12px;
	margin-right: 12px;
}
div.category-header input, div#article-custom-footnote input {
	background-color: #ffffff;
	color: #0a62a9;
}

div.custom-excerpt-bottom {
	border-top: #0066B3 dashed 1px;
        margin: 10px 0; 
	padding: 7px 0 !important

}

div.custom-excerpt-bottom p span {
	font-weight: bold;
}

div.register a {
    font-weight: bold;
}
div.register {
    font-size:110%;
}


.nhsd-widget {
	display: block;
	width: 220px;
	float:right;
	margin: 1em 0 1em 1em;
}

.nhsd-widget iframe {
                height: 400px;
                padding-bottom: 20px;
                width: 220px;
            }

@media print {
.ngg-galleryoverview {
    display:none;
  }
}

/* fix text wrap in forms */
.gfield_description, div.instruction {
	padding: 0px !important;
	font-size: 10px !important;
	line-height: 15px !important;
	white-space: normal !important;
}
.gfield_description {
	width: 99.8% !important;
}

.rounded12px {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	display:inline-block;
}