/*
Theme Name: Athena
Theme URI: http://www.athenasmi.org/
Description: 2011 Athena theme
Author: Cameron Cavers
Version: 1.0
*/
body {
	background:#fff url(images/bg_body.png) repeat-x center 134px;
	margin:0;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
}

body#page-home {
	background:#fff url(images/bg_body_home.png) repeat-x center 134px;
}

p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-size:1.0em;}
a:link, a:visited { color:#919F4A}
a:hover { color:#805A47}
img {border:none;}


/* FORM STYLES
-------------------------------------------------------------- */
.labelValue {
	margin-bottom:1.5em;
	clear:both;
}
.labelValue label {
	display:block;
	font-size:1.25em;
}
.labelValue input,
.labelValue textarea {
	padding:2px;
	border:1px solid #032646;
	width:320px;
	clear:both;
	font-size:1.5em;	
	font-family:Verdana, Helvetica, sans-serif;
}

#container {
	width:836px;
	margin:0 auto;
	position:relative;
}


/* HEADER STYLES
-------------------------------------------------------------- */

#header {
	height:134px;
	width:836px;
	position:relative;
	z-index:1000;
	
}

#header #branding a:link, #header #branding a:visited {
	background:url(images/logo.png) no-repeat 0 0;
	width:260px;
	height:80px;
	position:absolute;
	top:14px;
	left:0;
	overflow:hidden;
	text-indent:-9000px;
}
	
#jump-nav {
	position:absolute;
	top:20px;
	right:0;
}


#jump-nav li {
	float:left;
	list-style:none;
	border-right:1px solid #888;
	/* 20120106 changes start */
	/* height:13px; */
	height:13px;
	vertical-align:middle;
	/* 20120106 changes emd */
}


#jump-nav a {
	display:block;
	padding:1px 10px;
	text-decoration:none;
	line-height:13px;
	color:#888;
}

#jump-nav li#nav-search {
	border:none;
	/* 20120106 changes start */
	padding:0px;
	margin:-3px 0px 0px 0px;
	/* 20120106 changes end */
}

#jump-nav li#nav-search label {
	display:block;
	padding:1px 10px;
	text-decoration:none;
	line-height:13px;
	color:#919F4A;
}

#jump-nav li#nav-search input#search {
	/* 20120106 changes start */
	/*
	background:url(images/sprite_bg_search.png) no-repeat 0 6px;
	border:none;
	padding:4px;
	width:126px;
	height:13px;
	margin-left:10px;
	text-shadow:0 0 3px #fff;
	-moz-text-shadow:0 0 3px #fff;
	*/
	vertical-align:middle; 
	width: 126px; 
	height: 13px; 
	border: 1px solid #DDDDDD; 
	padding: 1px 3px 1px 3px;
	margin-left:10px;
	text-shadow:0 0 3px #fff;
	-moz-text-shadow:0 0 3px #fff;
	background: transparent; 
	font-size:11px; 
	color:#AAAAAA; 
	/* 20120106 changes start */
}

	#jump-nav li#nav-search input#search:focus {
		background-position:0 -14px;
		font-family:Verdana, Helvetica, sans-serif;
	}
	
	#jump-nav li#nav-search input#search-go {
		border:none;
		/* 20120106 changes start */
		/* background:none; */
		background: transparent url( images/search.png ) center center no-repeat; 
		-webkit-border-radius: 8px 8px 8px 8px; 
		-moz-border-radius: 8px 8px 8px 8px; 
		border-radius: 8px 8px 8px 8px; 
		vertical-align:middle; 
		width: 15px; 
		height: 20px; 
		margin:0px 0px 0px 0px;
		/* 20120106 new end */
		color:#919F4A;
		font-family:Verdana, Helvetica, sans-serif;
		padding:0;
		text-transform:uppercase;
		cursor:pointer;
	}
	
.search-btn-home  { 
	position: inherit; 
	vertical-align:middle; 
	width: 20px; 
	height: 20px; 
	border: none; 
	padding: 0; 
	background: transparent url( images/search.png ) center center no-repeat; 
	-webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; 
}
.search-text-home { 
	position: inherit; 
	vertical-align:middle; 
	width: 150px; 
	height: 20px; 
	border: 1px light #666666; 
	padding: 0px 3px 0px 3px; 
	background: transparent; 
	font-size:12px; 
	color:#666666; 
	-webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
}

#nav {
	position:absolute;
	left:70px;
	top:109px;
}

#nav li {
	background:#fff;
	float:left;
	list-style:none;
	padding:3px 0;
	position:relative;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

#nav li a:link, #nav li a:visited {
	display:block;
	padding:0 10px 0 10px;
	font-size:1.0em;
	line-height:1em;
	text-transform:uppercase;
	color:#919F4A;
	border-left:1px solid #919F4A;
	position:relative;
	z-index:10;
	text-decoration:none;
}

#nav li.current_page_ancestor a:link, #nav li.current_page_ancestor a:visited,
#nav li.current_page_parent a:link, #nav li.current_page_parent a:visited, 
#nav li.current_page_item a:link, #nav li.current_page_item a:visited, 
#page-news li.page-item-12 a:link, #page-news li.page-item-12 a:visited {
	color:#00593E;
}

#nav li.page-item-16 a:link, #nav li.page-item-16 a:visited {
	border:none;
}
#nav li.current_page_item a:link, #nav li.current_page_item a:visited {
	color:#00593E;
}
#nav li a:hover, #nav li:hover a, #nav li.current_page_item a:hover {
	color:#fff;
	text-decoration:none;
}
#nav li:hover {
	background:#805A47;
	background:rgba(128,90,71,0.65);
}

#nav li ul {
	display:none;
}
#nav li:hover ul {
	display:block;
}

#nav li:hover ul {
	background:#805A47;
	background:rgba(128,90,71,0.65);
	padding:30px 10px 10px;
	width:170px;
	position:absolute;
	top:-10px;
	left:0;
	z-index:1;
}
#nav li li {
	background:none;
	float:none;
	list-style:none;
	padding:2px 10px;
	margin:0 -10px;
	-webkit-transition:none;
	-moz-transition:none;
	transition:none;
}

#nav li li a:link, #nav li li a:visited {
	display:block;
	padding:0 0 4px;
	font-size:1.188em; /* 20140402 - pcg : retired :: 1.144em; */
	line-height:1.044 em; /* 20140402 - pcg : retired :: 1em; */
	text-transform:none;
	color:#fff!important;
	border:none;
}

/* CONTENT STYLES
-------------------------------------------------------------- */

#content {
	width:836px;
	position:relative;
	min-height:500px;
}
#content:after {
	content: "";
	display: block;
	clear: both;
}

#content.error-404 { /* 20111116 - pcg : added in support of error404 */
	float:inherit;
	left:200px;
}
#error-404 {  /* 20120626 - pcg : added in support of error404 */
	color:inherit;
	border:0px solid red;
	padding: 0px;
}
#error-404 ul {
	display:block;
	margin:0px;
	padding:0px;
}
#error-404 ul li {
	text-indent:inherit;
	list-style-position: outside;
	list-style-type:inherit;
	margin:0px 0px 0px 12px; /* 1.2em; */
	padding:0;
}
#page-error-404 #splash #catch {
	font-size:52px;
	color:#fff;
	font-weight:200;
	text-align:left;
	width:696px;
	padding:20px 70px;
	height:144px;
	background: transparent; /* darkred; */
	text-align:center;
	vertical-align:middle;
}

#contentPrimary {
	width:540px;
	float:right;
}
#splash {
	height:184px;
	width:836px;
	overflow:hidden;
}

#splash .sliderItem {
	position:absolute;
	left:0;
	top:0;
	width:836px;
	display:none;
	z-index:1;
}

#splash .active {
	display:block;
	z-index:2;
}

#splash #catch {
	position:absolute;
	top:0;
	right:0;
	padding:20px;
	width:306px;
	height:144px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.222em;
	color:#fff;
}

#splash #catch a {
	font-style:italic;
	font-size:0.75em;
	color:#fff;
	text-decoration:none;
}

#page-search #splash #catch {
	font-size:72px;
	color:#fff;
	font-weight:200;
	text-align:left;
	width:696px;
	padding:20px 70px;
	height:144px;
}

#page-home #splash { background:url(images/bg_splash_brown.png) repeat 0 0; }
#page-about-asmi #splash { background:url(images/bg_splash_bluegreen.png) repeat 0 0; }
#page-search #splash { background:url(images/bg_splash_bluegreen.png) repeat 0 0; }
#page-what-we-do #splash { background:url(images/bg_splash_green.png) repeat 0 0; }
#page-our-software-data #splash { background:url(images/bg_splash_brown.png) repeat 0 0; }
#page-resources #splash { background:url(images/bg_splash_waves.png) repeat 0 0; }
#page-membership #splash { background:url(images/bg_splash_brown2.png) repeat 0 0; }
#page-news #splash, .archive #splash { background:url(images/bg_splash_green3.png) repeat 0 0; }
#page-contact-us #splash { background:url(images/bg_splash_bluegreen2.png) repeat 0 0; }
#page-our-software-data #splash { background:url(images/bg_splash_green2.png) repeat 0 0; }
#page-error-404 #splash { background:url(images/bg_splash_darkred.png) repeat 0 0; }
#page-uncategorized #splash { background:url(images/bg_splash_green3.png) repeat 0 0; } /* 20140417 - pcg : added */
#page-blog, #page-blogs #splash { background:url(images/bg_splash_green3.png) repeat 0 0; } /* 20140417 - pcg : added */
	
#newslinks {
	margin-top:3px;
	clear:both;
	height:102px;
}

#newslinks li {
	background:#666;
	width:253px;
	height:82px;
	padding:10px 12px;
	border-left:3px solid #fff;
	list-style:none;
	float:left;
	overflow:hidden;
	position:relative;
}

#newslinks li .overlay {
	background:#000;
	position:absolute;
	width:277px;
	height:102px;
	top:0;
	left:0;
	z-index:1;
}

#newslinks li#newsitem-1 {
	border:none;
	width:252px;
}

#newslinks li h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
	font-size:1.6em;
	line-height:1.25em;
	position:relative;
	z-index:2;
}
#newslinks li h3 a {
	color:#fff;
	text-decoration:none;
}

#newslinks li a.readmore {
	display:block;
	color:#fff;
	font-weight:normal;
	font-size:1.188em; /* 20140402 - pcg : retired :: 1.144em; */
	font-style:italic;
	text-decoration:none;
	padding-top:3px;
	position:relative;
	z-index:2;
}

.article {
	color:#58595B;
	padding:24px 0;
}
.article p {
	font-size:1.188em; /* 20140402 - pcg : retired :: 1.144em; */
	line-height:1.617em; /* 20140402 - pcg : 1.573em; */
	padding:0 0 1.0em;
}
.article h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.2em;
	line-height:1.3em;
	color:#919F4A;
	font-weight:normal;
	padding:0 0 1.0em;
}
.article h3 + h2 {
	padding-top:0.5em;
}
.article h3 {
	font-size:1.188em; /* 20140402 - pcg : retired :: 1.144em; */ /* 20120509 - pcg : changed to 1.678 from 1.144em */
	line-height:1.617em; /* 20140402 - pcg : 1.573em; */
	color:#919F4A; /* 20120509 - pcg : changed to #919F4A from #00593E */
	padding:0 0 1.0em; /* 20120608 - pcg : changed from 0 0 0; */
}
.article h3 a {
	text-decoration:none;
	color:#00593E;
}
.article h4 {
	font-size:1.188em; /* 20140402 - pcg : retired :: 1.144em; */
	line-height:1.617em; /* 20140402 - pcg : 1.573em; */
	padding:0;
	font-weight:normal;
}
.article a.readmore {
	display:block;
	padding:0 0 1em;
	font-style:italic;
	font-size:1.188em; /* 20140402 - pcg : retired :: 1.144em; */
	line-height:1.617em; /* 20140402 - pcg : 1.573em; */
	text-decoration:none;
}
#page-search .article a.readmore {
	display:inline;
	font-size:inherit;
}
.single-post .article h3 {
	font-weight:normal;
}
.article .newsItem h3 a {
	color:#00593E;
	text-decoration:none;
}
.article ul,.article ol {
	font-size:1.188em; /* 20140402 - pcg : retired :: 1.144em; */
	line-height:1.617em; /* 20140402 - pcg : 1.573em; */
	padding:0 0 1.0em 0;
}
.article li {
	background:url(images/bullet_li.png) no-repeat 0 1px;
	list-style:none;
	padding:0 0 0.5em 14px;
}
.article .alignright {
	float:right;
	margin-right:-300px;
	border:1px solid #032646;
}
.edit-link {
	position:fixed;
	top:0;
	right:20px;
	font-size:.25em;
}
.article .section {
	margin-bottom:3em;
	clear:both;
}
.article table {
	margin:10px 0;
}
.article td, .article th {
	border-bottom:1px solid #919F4A;
	padding:3px 0;
	text-align:left;
	vertical-align:top;
	font-size:11.44px;
}
.article thead th {
	font-size:10px;
	text-transform:uppercase;
	color:#919F4A;
	font-weight:normal;
}
.article th span {
	font-weight:normal;
}
.article tbody ul li {
	background:url(images/bullet_table.png) no-repeat 0 3px;
	font-size:11.44px;
}
.article td + td {
	min-width:80px;
}
.article p.footnote {
	font-size:9px;
	line-height:12px;
}
sup {
	font-size:0.75em;
	vertical-align:top;
}

#page-membership .article thead th {
	font-size:11.44px;
	font-weight:bold;
	text-transform:none;
	color:#58595B;
	padding:3px 6px 3px 0;
	text-align:center;
	border-left:1px solid #919F4A;
	padding:3px 6px;
}

#page-membership .article thead th.superHead {
	border-left:none;
	padding:3px 0;
}
#page-membership .article thead td {
	border:none;
}
#page-membership .article tbody td {
	border-left:1px solid #919F4A;
	padding:3px 6px;
	text-align:center;
}
#page-membership .article tbody th {
	font-weight:normal;
	padding:3px 6px 3px 0;
}

#subnav {
	width:160px;
	margin:24px 0 0 80px;
	float:left;
}

#subnav h1 {
	color:#00593E;
	text-transform:uppercase;
	font-weight:normal;
	font-size:3em;
}
#subnav h2 {
	color:#00593E;
	text-transform:uppercase;
	font-weight:normal;
	font-size:2em;
}
#subnav h3 {
	color:#00593E;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.2em;
}
#subnav h4 {
	color:#00593E;
	text-transform:none;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.6em;
}

#subnav li {
	font-size:1.2em;
	line-height:1.6em;
	list-style:none;
}

#subnav li.page_item {
        margin-bottom:5px; /* 20140307 - pcg : added */
}

#subnav li a, #subnav li.current_page_item li a, #subnav li.current_page_ancestor li a {
	color:#919F4A;
	color:#999;
	text-decoration:none;
}
#subnav li.current_page_item a, #subnav li.current_page_ancestor a, #subnav li.current_page_ancestor li.current_page_item a {
	color:#000;
}

#subnav li li {
	background:url(images/sprite_bullet_subnav.png) no-repeat 0 0;
	font-size:1em;
	padding-left:13px;
	font-style:normal; /* 20121003 - pcg : italic */
}
#subnav li li.current_page_item {
	background-position: 0 -100px;
}

#quicklinks {
	margin-top:3px;
	width:253px;
}

#quicklinks li {
	background:url(images/sprite_quicklinks.png) no-repeat 0 0;
	width:252px;
	height:45px;
	padding:10px 12px;
	border-bottom:3px solid #fff;
	list-style:none;
}

#quicklinks li + li {
	background-position:0 -68px;
}
#quicklinks li + li + li {
	background-position:0 -136px;
}


#quicklinks li h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
	font-size:1.6em;
	line-height:1.25em;
}
#quicklinks li h3 a {
	color:#fff;
	text-decoration:none;
}

#quicklinks li a.readmore {
	display:block;
	color:#fff;
	font-weight:normal;
	font-size:1.188em; /* 20140402 - pcg : retired :: 1.144em; */
	font-style:italic;
	text-decoration:none;
	padding-top:3px;
}


/* FOOTER STYLES
-------------------------------------------------------------- */

#footer {
	clear:both;
	width:836px;
	padding:25px 0;
	font-size:0.9em;
	color:#999999;
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* COLOUR STYLES
-------------------------------------------------------------- *
/* 20111116 - pcg : added colour classes */
.red { 	color:red; }
.darkred { color:darkred; }
.error { color:red; }
.blue { 	color:blue; }
.darkblue { color:darkblue; }
.grey { color:#CCCCCC; }
.darkgrey { color:#333333; }
.orange { color: orange; }
.darkorange { color: darkorange; }

/* logo colours */
.logo-darkgreen { color: #33715A; }
.logo-palegreen { color: #A8C399; }
.logo-brown { color: #896632; }

.underline { text-decoration:underline; }/* 20120109 - pcg : added underline class */
.highlight-yellow { background-color:#FFFF00; }
.bold { font-weight:bold !important; } /* 20120111 - pcg : added bold class */
.strong{ font-weight:bold !important; } /* 20120111 - pcg : added strongclass */
.no-borders { border:none !important; } /* 20120113 - pcg : added so can have borderless tables, rows and cells. */
.smaller { font-size: smaller;} /* 20120123 - pcg : added */
.larger {font-size:larger; } /* 20120123 - pcg : added */
.indent {margin-left:30px;} /* 20120622 - pcg : added */

/* SHOW AND HIDE STYLES
-------------------------------------------------------------- */
.hidden {
	display:none;
	visibility:hidden;
}
.show {
	display:none;
}
.hide {
	display:block;
}
.show_tr {
	display:none;
}
.hide_tr {
	display:table-row; /* in FF because tr is displayed as table-row by default, not block.  When you display it as block, FF gets overly confused */
}
.retired {
	display:none;
	visibility:hidden;
}
.spacer {
	margin:0px;
	padding:0px;
	height:5px;
}
/* SUBNAV STYLES
-------------------------------------------------------------- */
#subnav h4 a, #subnav h4 a:link, #subnav h4 a:visited {
	color:#000;
	text-decoration:none;
}

/* SOFTWARE REVISION STYLES
-------------------------------------------------------------- */
ol.software_release {
	list-style: decimal;
	margin-left: 20px;
}
ol.software_release li {
	list-style: decimal;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0x 10px;
	background-image:none;
}
ol.software_release ul {
	list-style: none;
	margin-left: 20px;
	font: inherit;
}
ol.software_release ul li {
	list-style: none;
	background: url(images/bullet_li.png) no-repeat 0 1px;
	padding: 0 0 0.5em 14px;
	font:inherit;
}


/* TWITTER STYLES
-------------------------------------------------------------- */
ul.tweet {
	list-style:none;
	background-image:none;
	border:none;
}
li.tweet {
	padding:0px 0px 5px 0px;
	margin: 0px 0px 0x 10px; /* 20120518 - pcg : changed from 0px 0px 5px 0px; */
	list-style:none;
	background-image:none;
	border-bottom: 1px solid #EEEEEE;
}
a.twitter-follow-button
{
	font-size:1.188em; /* 20140402 - pcg : retired :: 1.144em; */ /* 20120518 - pcg : added 1.144em */
}

/* Image Icon Styles
-------------------------------------------------------------- */
a img.pdf-icon
{
	border:0px solid orange; 
	margin:0px 0px 0px 4px; 
	vertical-align:middle;
}
a img.nw-icon, a img.newWinImg
{
	border:0px solid orange; 
	margin:0px 0px 0px 3px;
	vertical-align:bottom;
}

/* Image Icon Styles for On Demand Show/Hide Classes 
-------------------------------------------------------------- */
/* 20121002 - pcg : added */
img.img_inline {
	display:inline;
	vertical-align:bottom;
	border:0px;
	margin:0px 10px 0px 0px;
	padding:0px 00px 0px 0px;
}
img.img_icon_show_hide {
	display:inline;
	border:0px;
	margin:0px;
	padding:0px;
}
a.img_icon_show_hide, a.img_icon_show_hide:link, a.img_icon_show_hide:visited, a.img_icon_show_hide:active, a.img_icon_show_hide:hover {
	border:0px;
	margin:0px;
	padding:0px;
}


/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}

	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
		margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}
