/* Import Fonts */
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/*	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
*/
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;
}

/* General */
hr {
	border-style: solid; 
	border-color: #000000; 
	border-width: 0 0 1px 0;
}

/* Headings */
h1 {
	font-family: 'Lobster', cursive;
	font-size: 2.75em;
}

h2 {
	font-family: 'Raleway';
	font-size: 1.4em;
	line-height: 2.4em;
	letter-spacing: .20em;
	text-transform: none;
	font-weight: bolder;
}

/* Fonts */
p {
	color: black;
	font-family: 'Raleway';
	font-size: .08;
	letter-spacing: .08em;
	line-height: 1.64em;
	text-decoration: none;
	margin-bottom: 1.75em;
	margin-left: 0.5em;
}

a, ul, li {
	color: black;
	font-family: 'Raleway';
	font-size: .08;
	letter-spacing: .08em;
	line-height: 1.64em;
	text-decoration: none;
}

/* Links */
a {
	border-bottom: thin solid;
	color: rgb(0,0,0);
	font-weight: bolder;
	text-decoration: none;
}

a:visited { 
	color: rgb(0,0,0); 
}

a:active { 
	color: rgb(192,0,0); 
}

a:active, a:focus, a:hover { 
	border-bottom-width: medium; 
}

/* Main Sections */
.wrapper {
	width: 75%;
	min-width: 640px;
	margin: 33.333333vh auto;
}

.main {
	float: left;
	width: 50%;
}

.side {
	float: left;
	width: 50%;
/*	position: fixed;
	margin-left: 50%;*/
}

.links {
	padding: 1.2em 2.4em;
}

ul.links li a {
	margin-left: 0.5em;
}

ol.links, ul.links {
	list-style: none;
}