/* reset */

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: 1em;
	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;
}


html {
font-family: 'Roboto Slab', Arial, serif; 
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
}
a:link {color: #fff;}
a:visited {color: #fff;}
a:hover {color: #fff;opacity:0.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70);}
a:focus {color: #fff;}

strong, b {
	 font-weight: 700;
}
i {
	 font-style: italic;
}
/* Copy & Lists */
p {
	line-height: 1.6em;
	margin-top: 1em;
	margin-bottom: 0;
}
ul,
ol,
dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	list-style-position: inside;}
ul li,
ol li {
	line-height: 1.5em;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul li {
	list-style-type: circle;
	}
ol li {
	list-style-type: decimal;
	}
dd {
	margin-left: 1rem;
}

/* to prevent some browsers from inserting quotes on "q" and "p" ("p" in blockquotes)
 */
blockquote p:before, blockquote p:after, q:before, q:after {content: '';}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 1em;
}
h1 {
	font-size: 3em;
	margin-bottom:.6em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.72em;
}
h4 {
	font-size: 1.48em;
}
h5 {
	font-size: 1.24em;
}
h6 {
	font-size: 1em;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a {
	text-decoration: none;
}

blockquote {
	margin: 10px, 15px;
	padding-left: 15px;
	border-left: 1px solid #fff;
} 
blockquote, q, em, cite, dfn, i, cite, var, address {
  font-style: italic;
}
pre, samp, kbd
{
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}

hr {
	margin-top:20px;
	border: 0;
	border-bottom: 1px dotted #ccc;
    background: #fff;
}



/* Tables */
table {
	margin-top: 1.5rem;
	border-spacing: 0px;
	border-collapse: collapse;
}
table td,
table th {
	padding: 0;
	line-height: 33px;
}
/* Code blocks */
code {
	vertical-align: bottom;
}
/* --- form ---*/
fieldset {
	font-weight: 300;
	border: 1px dotted #fff; 
	padding:10px 20px;
}
legend {
	padding:10px 10px;
}	
label {
width: 10em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}
input[type="text"], textarea, input[type="password"], input[type="email"], input[type="url"], select, textarea, input[type="reset"] { 
	width: 100%;
    background-color: #fff; 
    border: none; 
    outline: none; 
    padding: 2px 5px; 
	font-size:.9em;
	} 
input[type="text"]:hover, textarea:hover, input[type="password"]:hover { 
   -moz-box-shadow:    inset 0 0 2px #000000;
   -webkit-box-shadow: inset 0 0 2px #000000;
   box-shadow:         inset 0 0 2px #000000;
} 
input[type="text"]:focus, textarea:focus, input[type="password"]:focus { 
    background-color: #fff; 
} 
input[type="text"]:active, textarea:active, input[type="password"]:active { 
    background-color: #eee; 
}
form ul li, form ol li {
	list-style: none;
}
small {
	font-size:0.75rem;
}
s, del { 
    text-decoration: line-through;
}
address { 
    display: block;
    font-style: italic;
}
sub { 
    vertical-align: sub;
    font-size: smaller;
}
sup { 
    vertical-align: super;
    font-size: smaller;
}
abbr {
	border-bottom: 1px dotted black;
}
var {
    font-style: italic;
}
/* table */

table {
    border-collapse: collapse;
}

table th, table td, table caption {
	padding: 0 20px 0 0;
	text-align: left;
    border-bottom: 1px solid #ddd;
	line-height:1.5rem;
}
/* 
tr:hover {
	background-color: #000
}

tr:nth-child(even) {
	background-color: #000;
}*/

.hug {
	margin-top: 0;
}
