/*
 * trendless.ru base styles
 * Author: Zolotov Nikita (nikita at infolio.ru)
 *
 * Include reset and content styles
 */

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, font, 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{
	margin: 0;
	padding: 0;
	border: 0;
/*	outline: 0;*/
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
input, textarea, select{
	font: 100% arial, sans-serif;
	}
table{
	border-collapse: collapse;
	border-spacing: 0;
	}
blockquote, q{
	quotes: none;
	}
body{
	font: 16px/1.4 "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; /* (ie.css) - 100% */
	color: #fff;
	background: #373737 url('../img/bg.png') repeat-x;
	}
a{ text-decoration: none; }
a:link		{ color: #ffbd31; border-bottom: 1px solid; }
a:visited	{ color: #bf8407; border-bottom: 1px solid; }
a:hover		{ color: #d59d25; border-bottom: 1px dotted; }
a:active	{ color: #ffbd31; }

#content h2{
	margin-bottom: 1em;
	font: normal 2.25em/1 Tahoma;
	letter-spacing: -1px;
	}
#content h3{
	margin: 1em 0 .25em 0;
	font: normal 1.375em/1 Tahoma;
	letter-spacing: -1px;
	}
#content h4{
	margin: 1em 0 .5em 0;
	font: normal 1.25em/1 Tahoma;
	}
#content p,
#content ul,
#content ol,
#content dl,
#content table{
	margin-bottom: 1.5em; /* (13px) ~ 20px */
	font-size: .75em; /* (16px) = 12px */
	}
#content ul,
#content ol{
	padding-left: 3em; /* (14px) = 42px  */
	}
#content li{
	margin-bottom: .5em;
	}
#content ul ul,
#content ul ol,
#content ul p,
#content ol ul,
#content ol ol,
#content ol p,
#content dl ul,
#content dl ol,
#content dl p,
#content table p,
#content table ul,
#content table ol{
	font-size: 1em;
	}
#content th,
#content td{
	padding: .5em;
	border-bottom: 1px solid #33292c;
	vertical-align: middle;
	}
#content th{
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	}
#content caption{
	margin-bottom: .5em;
	}
#content hr{
	height: 1px;
	margin: 0 0 1.5em 0;
	border-style: none;
	color: #b8b8b8;
	background: #b8b8b8;
	}
