/*

Theme Name: HABR-test
Theme URI: http://habr.ru
Description: Theme.
Version: 1.0
Author: Aesma
Author URI: http://aesma.habr.ru
Tags:theme

*/

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;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html {
	height: 100%
}

body {
	height: auto !important; 
	height: 100%; 
	min-height: 100%;
	color:#ffffff;
	background:#000000;
	font-size: 12px;
	line-height: 1.5; 
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Arial, Helvetica, "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
}

body a {
	color:#ffffff;
	text-decoration:none;
}

h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Arial, Helvetica, "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	margin-bottom: 40px;
}

.news {
	width: 800px;
}

.thumb {
	width: 200px;
	qqheight: 212px; 
	text-align: center;
	float:left;
	margin: 0px 0px 30px 0px;
}

.thumb img {
	width: 115px;
	height: 172px;
	background:#1F1F1F;
	border: 1px solid #2F2F2F;
	padding: 5px;
}

.thumb h2 {
	margin: 10px 0px 0px 0px;
}

p, ul, ol, blockquote {
	margin: 0 0 18px;
}

ul li {
	list-style: disc outside;
}

ol li {
	list-style: decimal outside;
}

.postmetadata {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1F1F1F;
}

#articles {
	width: 800px;
	padding-top: 20px;
	margin-top: 50px;
	border-top: 1px solid #1F1F1F;
}

#articles h2 {
	font-size: 16px;
	margin-bottom: 20px;
}

#articles li {
	float: left;
	width: 200px;
	line-height: 30px;
	font-size: 11px;
}

#articles li a {
	display: block;
	padding-right: 20px;
	qqheight: 30px;
}

/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
}
#commentform textarea {
	width: 99%;
	min-width: 580px;
	max-width: 980px;
}
