/*
Theme Name: Hacking the Academy
Theme URI: http://hackingtheacademy.org
Description: The theme for Hacking the Academy
Version: 1.0
Author: Jeremy Boggs
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* == Default Styles == */
html {
    background: #fafafa;
}

body {
    font:62.5% "Courier", monospace;
    color: #444;
    background: #fffffc;
    width: 60%;
    margin:20px auto;
    max-width: 900px;
    min-width: 400px;
    padding: 10%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

h1 {
    font-size:3em;
    line-height:1.6667em;
    margin-bottom:0;
    font-family: 'AdlerRegular', sans-serif;
    font-weight:normal;
    text-transform:uppercase;
    text-align:center;
}

h2 {
    font-size:2em;
    line-height:2em;
    margin-bottom:0;
    font-family: 'AdlerRegular', sans-serif;
    font-weight:normal;
    color: #444;
    letter-spacing:1px;
    text-align:center;
    text-transform:uppercase;
}

h1 a, h2 a {
    text-decoration:none;
    color: #444;
}

h3 {
    font-size:1.6em;
    line-height:1.25em;
    margin-bottom:0;
    font-weight:bold;
    color: #888;
}

p,
ul,
ol {
    font-size:1.5em;
    line-height: 1.3333em;
    margin-bottom:1.3333em;
    text-align:justify;
}

ul,
ol {
    margin-left: 2em;
}

ol {
    list-style:decimal;
}

ul {
    list-style:disc;   
}

li p {
    font-size:1em;
}

blockquote {
    margin-left: 4em;
    margin-right: 4em;
    color: #999;
}

a:link {color: #444;}
a:visited {color: #666;}
a:hover {color:#900;}
a:active {color: #900;}

/* Misc Classes */

.group:after {
    content: '.";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .group {
    zoom: 1;
}

.deck {
    font-size:1.5em;
    color: #969692;
    line-height:1.3333em;
    margin-top:1.3333em;
    margin-bottom: -1.3333em;
    font-weight:normal;
}

.date {
    text-align:center;
}
/* == Structure == */

#logo {
    display:block;
    margin:0;
    padding:20px;
    font-family: "AdlerRegular', sans-serif;
    font-size:6em;
    text-decoration:none;
    color: #333;
    font-weight:normal;
    text-align:center;
    text-transform:uppercase;
}

.highlight {
    font-size:2.4em;
    letter-spacing:2px;
    line-height:1.5em;
    background: #fff03c;
    padding: 8px;
    color: #222;
    font-family: 'AdlerRegular', sans-serif;
    text-align:center;
}

.highlight a:visited {
    color: #222;
}

#toc {
    display:block;
    clear:both;
    font-family: 'AdlerRegular', sans-serif;
    margin-bottom:0;
}

#toc ul {
    font-size:1.6em;
    line-height:2em;
}

#toc li {
    text-align:center;
    
}

#content {
    clear:both;
    padding:1em 0;
}

footer {
    display:block;
}

footer p {
    text-align:center;
}

/* Comments */

input[type="text"],
textarea {
    max-width:98%;
    border:1px solid #b6b6b2;
    padding: 3px;
}

#commentlist {
    border-top:1px solid #b6b6b2;
    padding-top:20px;
}
#commentlist li {
    border-bottom: 1px solid #b6b6b2;
    padding-bottom:20px;
    margin-bottom:20px;
}


.commentby {
    font-weight:bold;
}




/* == Fonts == */

/*
 * This CSS file has been generated by fontsquirrel.com and is based on the work of Paul Irish. 
* 
*/

@font-face {
	font-family: 'AdlerRegular';
	src: url('./wp-content/themes/hacking-academy-theme/fonts/adler-webfont.eot');
	src: local('☺'), url('./wp-content/themes/hacking-academy-theme/fonts/adler-webfont.woff') format('woff'), url('./wp-content/themes/hacking-academy-theme/fonts/adler-webfont.ttf') format('truetype'), url('http://hackingtheacademy.org/wp-content/themes/hacking-academy-theme/fonts/adler-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}