/* css file for zEdSkill */
/* Crafted out of plain white space by Daniel Pearson 2014 */
/*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

/* for a video screen if we need one */

@media screen and (min-width: 600px) {
	.template-front-page .widget-area .widget:nth-child(2n+1) { clear: right; }
	.template-front-page .widget-area .widget:nth-child(2n), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets { float: right; width: 39.0625%; margin: 0px 0px 1.71429rem; }
	.template-front-page.two-sidebars .widget, .template-front-page.two-sidebars .widget:nth-child(2n) { float: none; width: auto; }
}
@media screen and (min-width: 960px) {
	body { background-color: rgb(0, 0, 0); }
}

/* Declare our fonts */

@font-face {
	font-family: "Rockwell","Kameron","Georgia",serif;
	font-style: normal;
	font-weight: normal;
	}
	@font-face {
	font-family: Calibri,"Open-sans",sans-serif;
	font-style: normal;
	font-weight: normal;
	}
/*body { font-family: Rockwell; font-size: 38px; line-height: 26px; letter-spacing: 2px; background-color: rgb(190,210,0); background-repeat: no-repeat; background-position: 400px; background-attachment: fixed; background-size: cover; color: black; }*/
body { font-family: Rockwell}

#indexbody { font-family: Rockwell; font-size: 38px; line-height: 26px; letter-spacing: 2px; background-color: rgb(190,210,0); background-repeat: no-repeat; background-position: 400px; background-attachment: fixed; background-size: cover; color: black; background-image: url('../images/zTSDWatermarkOnGreenBG_rgb.png') ;background-size: 125%;}
#aboutbody { font-family: Rockwell; font-size: 18px; line-height: 26px; letter-spacing: 2px; background-color: rgb(0,0,0); background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: cover; color: white; background-image: url('../images/zTSDWatermarkOnBlackBG_rgb.png'); background-size: 125%}

#topper { position: absolute; top: 0px; left: 50px; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0); width: 55%; padding: 5px 0px; z-index: 100; }
#topper { margin: 0px; padding: 0px; background: none repeat scroll 0% 0% transparent; }
#topper img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; margin: 10px 20px; padding: 0px; }


#window1 { margin: 9% 5%; width: 45%; }
#pagecontent p, #window1 p { margin-bottom: 20px; }
#window1 p a { color: white; text-decoration: none; }
#window1 p a:hover { color: white; }
#window1 h2 { margin: 0px 0px 0px; padding: 0px; }
#window1 h2 img { width: 20%; height: auto;}

/* Used for index page */

#window2 { position: absolute; margin: 30% 3%; width: 65%; border-colour: black; border-top-style:solid; border-right-style:solid}
#window2 p{color: black; text-decoration: none;font-family: 'Rockwell'; font-size: 40px; line-height: 0px; letter-spacing: 0.5px; font-weight: 100 ; padding-top: 10px; padding-right: 20px ; text-align: right}
#window2 a:hover{color:white}
#window2 a {color:black}

#window2 {border-top-width:2px;  border-top-style:solid;border-top-color:black;border-right-width:2px;border-right-style:solid;border-right-color:black;}

/* Not used yet, implemented in case we decide to add a footer

#overlayfooter { position: fixed; bottom: 0px; left: 0px; width: 100%; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8); z-index: 300; text-align: center; color: white; font-family: 'Rockwell'; border-top: 1px solid rgba(255, 255, 255, 0.7); font-size: 24px; }
#overlayfooter form { float: none; width: auto; display: inline-block; }
#overlayfooter #footercontent { padding: 10px 0px; margin: 0px; }
#overlayfooter a { text-decoration: none; color: white; }
#overlayfooter a:hover { color: rgb(243, 3, 66); }
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span { color: rgb(0, 0, 0); background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7); box-shadow: none; border: medium none; font-family: 'Rockwell'; font-size: 24px; }
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active { color: rgb(0, 0, 0); background: none repeat scroll 0% 0% rgb(255, 255, 255); box-shadow: none; border: medium none; font-family: 'Rockwell'; font-size: 24px; }
*/