/*
Theme Name: Manual
Theme URI: http://newgraphic.ie/
Description:  
Author: New Graphic
Author URI: http://newgraphic.ie
Version: 1.0 
*/
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


#menu {  }

#content {   }

html { font-size:62.5%; }
body {font-family: 'Source Sans Pro', sans-serif; font-weight:normal; font-weight:400; line-height:1.5; color:#FFF; background:#999;}
strong{font-weight:600; }


h2 { font-size:2.2rem; font-weight:600; margin:0 0 1rem; padding-right:2em; position:relative;   /*transition:all 0.1s ease;*/  }
h2::after{ font-family: 'FontAwesome';  content:"\f067"; position:absolute; top:50%; right:0; transform:translateY(-50%); /*transition:all 0.1s ease;*/ font-size:1.8rem; }
h2:hover::after { font-size:2rem; }

h2.opened::after{  content:"\f068";  }
li,
p { font-size:1.8rem; margin-bottom:1em; }
#content li a,
#content p a { display:inline-block; background:rgba(255,255,255,1); text-decoration:none; padding:0 0.2em; color:black; margin:0 0.2em; font-weight:600 }
#content li a:hover,
#content p a:hover {color:white; background:#999; background:rgba(255,255,0,1);color:black; }
nav li a { color:rgba(0,0,0,0.7); color:white; text-decoration:none;}
nav li.current_page_item > a { font-weight:600; color:white; }

nav li .sub-menu { margin:1em 0 0 1em;}

.padding { padding:2rem 2rem 1rem;}

@media all and (min-width:800px) { 
#menu {width:30rem; position:fixed; height:100%; overflow:auto;  }
#content { width:calc(100% - 31rem); position:fixed; height:100%; margin-left:31rem; overflow:auto; }
}

#menu {
background:rgba(0,0,0,1.00);
}
.padding section { padding:2rem 2rem 1rem; margin-bottom:2rem; background:rgba(0,0,0,1.00); max-width:80rem;  }

.padding nav { padding:2rem 2rem 1rem;  }
/*
#content .hidden{ display:none;  }
*/ 
#content .hidden{ padding-top:2rem; border-top:1px dotted rgba(255,255,255,0.5);  }

#content ol { list-style-type:decimal; }
#content ul { list-style-type:disc; }

#content li { margin-left:1.2em; }


#content li ol,
#content li ol { }

#content li img { display:block; max-width:100%; height:auto; margin:1rem 0; }
nav li#menu-item-4 { border-top:1px dotted rgba(255,255,255,0.5); border-bottom:1px dotted rgba(255,255,255,0.5); padding:1rem 0 0; margin:1em 0; }