/* Azbuka - CSS Typographical Base Rendering Library  */

 /* Typo reset */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td ,hr{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 11px;
  font-family: inherit;
  vertical-align: baseline;
  text-align:left;
}

a img { border: none; }


 /* General settings */
 
body { 
	font:0.8125em/1.618;
/*	font-family:'lucida grande', tahoma, helvetica, arial, sans-serif; */	
	font-family:verdana, sans-serif; 
	background-color:#fff;
	color:#111;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

p { padding:0 0  0.8125em 0; }


 /* Headlines */
 
h1,h2,h3,h4,h5,h6{ 
/*	font-family:'lucida grande', tahoma, helvetica, arial, sans-serif; */
	font-family:verdana, sans-serif;
	margin-bottom:5px; 
	font-weight:normal; 
}
 
h1 { font-size: 2.615em; line-height:1.18;  } /* 34px */
h2 { font-size: 2em; line-height:1.19;    } /* 26px */
h3 { font-size: 1.618em; line-height:1.24;   } /* 21 */
h4 { font-size: 1.308em; line-height:1.23;  } /* 17*/
h5,h6 { font-size: 1em; line-height:1.3;   font-weight:700; } /* 13px */


 /* Lists */

ul { list-style-position:outside; }
li ul, 
li ol  { margin:0 1.618em; }
ul, ol { margin: 0 0 1.618em 0; }

dl { margin: 0 0 1.618em 0; }
dl dt { font-weight: 700; }
dl dd { margin-left: 1.618em; }


 /* Tables */
 
table { border-collapse: collapse; font-size:0.85em; }
th { font-weight:700;text-align:left; }
tr,th,td { margin:0; padding:0.5em 1.618em 0.5em 1em; height:21px; }
tfoot { font-style: italic; }
caption { text-align:center; font-family:Georgia, serif; }


 /* Quotes */
 
blockquote { padding-right:1em;padding-top:20px;padding-left:40px; margin:0 0 0.8125em ; font-style:italic; letter-spacing:0.03em; position:relative;margin-bottom:0px !important;}
blockquote > p { padding:0;}
blockquote:before {
	content: "\2018\2018";
	position:absolute;
	top:-25px;
	left:-8px;
	height: 0;
	color: #ccc;
	display: block;
	font-size: 700%;
	letter-spacing:-10px;
	font-style:italic;
	font-family:"Times New Roman";
	width: 50px;
}

cite { text-align:right;width:100%;font-size:0.9em;font-weight:bold;display:block;margin-top:0.2em;}

/* Other */

a { text-decoration:none; font-weight:bold;}
a:hover { text-decoration: underline; }

strong { font-weight: 700; }
em,dfn,cite,q { font-style: italic; }
dfn { font-weight: 700; }
pre,code { margin: 1.618em 0; white-space: pre; }
pre,code,tt { font: 1em monospace; line-height: 1.618em; } 
tt { display: block; margin: 1.618em 0; }
hr { margin-bottom:1.618em;color: #ccc;background-color: #ccc;height: 2px; }
abbr, acronym { border-bottom:1px dotted #000; }
address { margin-top:1.618em; font-style: italic; }
del { color:#000; }
sup { vertical-align:super; }
sub { vertical-align:sub; }



