/*-----------------

=CSS RESET ->

------------------*/

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

<- CSS RESET 

------------------*/

/*

General Styles

*/

@font-face {font-family: kashmir; src: url('fonts/kashmir.ttf'); }
@font-face {font-family: dyer; src: url('fonts/dyer.ttf'); }



		body, html, p, h1, h2, h3, h4, h5, h6, img, * {
			padding: 0;
			margin: 0;
		}
	
		body, html {
			font-family: verdana, sans-serif;
			font-size: 100%;
			line-height: 150%;
		}
		
		h1 {
			font-family: kashmir, serif;
			font-size: 10em;
			margin-top: 100px;
			margin-bottom: 100px;
			text-align: center;
			padding-left: 6px;
		}
		
		h2 { margin: 10px 0;}
		
		p{ 
				font-size: 1em;
				line-height: 1.5em;
				margin-bottom: 10px;
		}
		blockquote {
			background-color: #eee;
			border-right: 10px solid #ddd;
			padding: 10px;
			text-align: left;}
			blockquote {line-height: 140%; padding:10px;}
			blockquote ul {list-style-type: disc; list-style-position: inside;  text-indent: 10px; padding-bottom: 10px;}
			blockquote li:last-child {padding-bottom: 10px;} 
			blockquote li:first-child {padding-top: 10px;} 

		.container {
			width: 740px;
			margin: 0 auto;
		}
		
		.subheading{
			width: 100%;
			font-variant: small-caps;
			text-align: center;
			margin-bottom: 22px;
		}
			.main-content {
			float: left;
			width: 520px;
		}
		
			.main-content2 {
			clear: both;
			width: 100%;
			columns: 2; -webkit-columns:2; /* Safari and Chrome */-moz-columns:2; /* Firefox */
		}


		.sidebar {

			background-color: #bbb;
			margin-left: 540px;
			margin-top: 27px;
			padding: 75px 20px 10px 20px;
			width: 160px;
			height: 615px;
		}
		
		.sidebar p {
			color: #666;
			font-size: .9em;
		}
		a {font-family: dyer, sans-serif; font-size: 1.2em; text-decoration: none; }
		
		blockquote a {font-size: 1.2em;}
		
		.callout {
			background-color: #ddd;
			font-size: 1em;
			line-height: 1.3em;
			padding: 10px;
			width: 350px;
			float: right;
			border-radius: 5px;
			text-align: justify;

		}

