/* @override 
	http://www.governance.ie/lib/css/type.css
	http://localhost:9003/lib/css/type.css
*/

/*BODY TYPOGRAPHY*/

body
{
	font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

p
{
    font-size:100%;
	margin: 1.5em 0;
}

p.intro {
	padding-bottom: 1.5em;
}

a
{
	text-decoration: underline;
}

a[rev="index"]
{
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: "Myriad Pro", "Arial", sans-serif;
	font-weight: 600;
	margin:0.5em 0;
}

h1,
h2.column-header 
{
	font-size: 218%;
	margin-bottom: 1em;
}

h2,
li.hentry>h3,
div.hentry>h1
{
	font-size: 164%;
	line-height: 1.2em;
}

h3 
{
	font-size: 145%;
}

h4 ,
.home.vevent h3
{
	font-size: 118%;
}

h2#reference_categories {
	margin-top: 1.5em;
}

.archives h3.title {
	margin-top: 2em;
}

ol 
{
	list-style: decimal outside;
}

ul 
{
	list-style: disc outside;
}

#static-content ul,
.entry ul,
#secondary-column ul {
	margin-left: 2em;
}

blockquote 
{
	font-style: italic;
	margin-left: 2em;
}

#inset p {
	margin-top: 0;
}

#inset p.call {
	margin: 0;
}

/*LINKS*/
h1 a, h2 a, h3 a, h4 a
{
	text-decoration: none;
}

a.more {
	font-weight: bold;
	text-decoration: none;
	font-size: 83%;
	line-height: 1.6em;
	padding: 0.4em 0.8em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	text-shadow: rgba(255,255,255,0.4) 1px 1px 0;
}
p.more {
	margin-top: -1.5em;
	margin-bottom: 0;
	text-align: right;
}

	.home.vevent p.more {
	margin-top: -0.5em;
	margin-bottom: 2em;
}


a.call-to-action
{
	text-decoration: none;	
	font-size: 117%;
	line-height: 1.14em;
	display: inline-block;
	text-align: center;
	/*margin-top: 1.14em;*/
	padding: 0.5em 1em;
	-moz-border-radius: 1.2em;
	-webkit-border-radius: 1.2em;	
	text-shadow: rgba(255,255,255,0.4) 1px 1px 0;
}

p.call {
	margin-top: 0;
	text-align: center;
}

a.rss {
	text-decoration: none;
}

a:hover.rss {
	text-decoration: underline;
}

p.rss {
	padding-left: 22px;
	background: url(/lib/images/icons/rss.png) no-repeat 0 1.5em;
	margin: 3em 0 -4.5em 0;
	padding-top: 1.5em;
}

/*.marker {
	font-style: italic;
}*/

/*LISTS */

li.hentry>h3 .updated,
div.hentry>h1 .updated,
h3.search_result span.tag
{
	font-size: 65%;
}

li.hentry h3 a
{
	margin-right: 0.3em;
}

li.hentry h3 {
	margin-bottom: 0;
}

li.hentry p
{
	margin: 0;
}

ul.bullet-points
{
	margin-left:3em;
	margin-bottom:1.5em;
}

ul.related-links,
ul.pagination,
#message ul
{
	list-style: none;
}

ul.related-links>li.pdf
{
	list-style-image: url(/lib/images/icon-pdf.gif);
	list-style-position: inside;
}

ul.attachments li a {
	background: url(/lib/images/icon-pdf-alt.png) no-repeat 0 0;
	padding-left: 20px;
	padding-bottom: 1px;
	padding-top: 1px;
}

ul.attachments li a[href$=".doc"],
ul.attachments li a[href$=".docx"] {
	background-image: url(/lib/images/icon-word.png);
}

ul.attachments li a[href$=".xls"],
ul.attachments li a[href$=".xlsx"] {
	background-image: url(/lib/images/icon-excel.png);
}

ul.attachments li a[href$=".ppt"],
ul.attachments li a[href$=".pptx"] {
	background-image: url(/lib/images/icon-office.png);
}

ul.related-items
{
	/*font-weight: bold;*/
	margin-bottom:1.5em;
	margin-left: 20px;
}

ul.related-items li a
{
	font-weight: normal;
	text-decoration: none;
}
ul.related-items li a:hover {
	text-decoration: underline;	
}

ul.related-items>li.events { list-style-image: url(/lib/images/icon-event.gif);}
ul.related-items>li.news { list-style-image: url(/lib/images/icon-news.gif);}
ul.related-items>li.commentaries { list-style-image: url(/lib/images/icon-commentary.gif);}
ul.related-items>li.reference { list-style-image: url(/lib/images/icon-reference.gif);}
ul.related-items>li.presentations { list-style-image: url(/lib/images/icon-presentation.gif);}

ul#category_list {
	margin-left: 0;
	margin-top: 1.5em;
	padding-top: 1.5em;
	list-style: none;
}

ul#category_list li {
	float: left;
	width: 30%;
	margin-bottom: 1.5em;
	margin-left: 5%;
}

ul#category_list li li {
	float: none;
	width: auto;
	margin-bottom: 0;
	margin-left: 0;
}

ul#category_list li.item1,
ul#category_list li.item4,
ul#category_list li.item7,
ul#category_list li.item10,
ul#category_list li.item13,
ul#category_list li.item16
{
	margin-left: 0;
	clear: both;
}

dl {
	margin-left: 42px;
}

dl.search {
	margin-left: 22px;
}

dt {
	/*text-indent: -1000px;
	overflow: hidden;*/
	float: left;
	width: 7em;
	text-transform: uppercase;
	font-size: 83%;
	line-height: 1.8em;
	font-weight: bold;
	clear: left;
}

dd {
	font-size: 100%;
	line-height: 1.5em;
	margin-left: 22px;
}

.person {
	clear: left;
}

/*NAVIGATION*/

ul.nav li a,
ul.nav li.category
{
	font-family: "Myriad Pro", "Arial", sans-serif;
	text-decoration: none;
}

ul#priority-nav li a
{	
	font-size: 120%;	
	text-shadow: rgba(255,255,255,0.4) 1px 1px 0;
}

ul#main-nav li a 
{
	font-size: 150%;
	text-shadow: rgba(255,255,255,0.4) 1px 1px 0;
}

ul#main-nav ul.sub-nav li a,
ul.nav li.category
{
	font-size: 120%;
	text-shadow: rgba(0,0,0,0.4) 1px 1px 0;
}

/*PAGINATION*/

.pagecount a, .pagecount b, ul.pagination a {
	text-decoration: none;
	padding: 0.2em 0.4em;
	border: #e5e5e5 1px solid;
}

.pagecount a:hover {
	text-decoration: underline;
}

.pagecount b {
	color: #b1b1b1;
}

p.pagecount,
.posted,
.details,
p.pagination,
ul.pagination li {
	font-size: 91.7%;
	line-height: 1.45em;
	text-align: right;
}

ul.pagination {
	text-align: right;
}

ul.pagination li {
	display: inline;
	padding-left: 0.5em;
}

/*SEARCH*/

body.search p {
	margin-left: 22px;
	margin-top: 0;
}

body.search h5 {
	margin: 0 0 0 22px;
}

body.search p.no_of_results {
	margin-left: 0;
	margin-top: -1.5em;
}

h3.search_result {
	padding-top: 1.2em;
	padding-left: 22px;
	margin-bottom: 0;
	background-position: 1.1em left;
	background-repeat: no-repeat;
}

h3.search_result.news { background-image: url(/lib/images/icon-news.gif);}
h3.search_result.commentaries { background-image: url(/lib/images/icon-commentary.gif);}
h3.search_result.reference { background-image: url(/lib/images/icon-reference.gif);}
h3.search_result.presentations { background-image: url(/lib/images/icon-presentation.gif);}
h3.search_result.events { background-image: url(/lib/images/icon-event.gif);}
h3.search_result.static { background-image: url(/lib/images/icons/static.gif);}

/*MEMBERSHIP SIGNUP*/

p.address {
	padding-left: 22px;
	background: url(/lib/images/icons/office.png) no-repeat;
	white-space: pre;
}

p.pdf {
	text-align: center;
}

/*PANEL*/
div#panel>#panel-content 
{
	font-size: 105%;
}

div#panel>#panel-content h2 
{
	font-size: 164%;
	font-weight: 400; /*light-on-dark text is rendering too bold*/
}

/*FOOTER*/

p.forgot_password {
	text-align: right;
	font-size: 91.7%;
	line-height: 1.45em;
}

ul#footer 
{
	clear: both;
	list-style: none;
	text-align: right;
	font-size: 91.7%;
	line-height: 1.45em;
	overflow: auto;
}
ul#footer li 
{
	width: 50%;
	float: left;
}
ul#footer li:first-child,
ul#footer li.terms
{
	text-align: left;
}