/* 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;
}
/* 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;
}


/*

General Styles

*/

body, html {	
	font-size: 100%;
	font-family: 'Droid Sans', sans-serif;
	line-height: 150%;
}

a {
	text-decoration: none;
}

p {
	margin: 0 0 20px 0;
}

aside p {
		background-color: #f0f0f0;
}

/*headings*/

h2 {
	font-family: 'Droid Serif', serif;
	color: #191919;
	font-size: 36px;
	line-height: 48px;
	margin: 0 0 24px;
	font-weight: 700;
}

h3 {
	font-family: 'Droid Sans', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-bottom: 4px double #1d1d1d;
	border-top: 4px double #1d1d1d;
	padding: 4px 0;
	margin-bottom: 8px;
}

/*blockquote*/

.wrapper_header {
	width: 940px;
	margin: 0px auto;
	padding: 0 10px 0 10px;
	position: relative;
}

blockquote {
	font-family: 'Droid Serif', serif;
	font-size: 72px;
	line-height: 36px;
	font-weight: bold;
	font-style: italic;
	font-weight: 700;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #1d1d1d;
}

/*span*/

.bold { font-family: Baskerville, serif; text-decoration: small-caps; color: #1d1d1d; margin-bottom: 0; font-weight: bold;}
.italic {font-family: Baskerville, serif; font-size: 1.2em; font-style: italic; color: #1d1d1d; font-weight: bold;}

.bold:before { content: open-quote;} 
.italic:after { content: close-quote;} 

/*layout*/



.wrapper {
	width: 940px;
	margin: 0px auto;
	padding: 0 10px 0 10px;
	position: relative;
	height: 800px;
	overflow: scroll;

}

section {
	padding: 48px 0;
}

section.main {
	border-top: 2px solid #1d1d1d;
	padding-top: 46px;
}

section article {
	width: 700px;
	float: right;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
}

section aside {
	width: 165px;
	float: left;
}

section:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	visibility: hidden;
}


