/*
Miro Vineyards, v1.0

Media: All
Author: Tim Dawson @ Born Digital
*/

body {
	background: #fff;
	color: #000;
	font-family: "Segoe UI", Arial, "Lucida Grande", Verdana, Helvetica,  sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

strong { font-weight: bold; }

em { font-style: italic; }

a:link, a:visited, a:active { color: #9a5641; }/* replace with correct colorz!*/

h1, h2, h3 { 
	color:#1C1C1E;/* replace with correct colorz!*/
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	}

h1 { font-size: 1.8em; margin:0; line-height:1; }

h2 {
	font-size: 1.8em;
	margin: .5em 0;
	line-height: 1;
	text-transform:uppercase;
	}

h3 { font-size: 1.2em; }


p{ font-size: .8em; line-height: 2; }
dd,dt {line-height:1.5; font-size:.8em; margin:.5em 0}
li, td { font-size:.8em; line-height:1;} 

input, select { font-size: .9em; }

p { margin: 0 0 1em 0; }

img { display: block; }
blockquote {margin:1em 0; font-style:italic; font-size:.9em; line-height:1.5; quotes: "\201C" "\201D";}
blockquote:before { content: open-quote; }
blockquote:after { content: close-quote; }
cite {font-style:italic; font-size:.8em; line-height:1.5;}
