@charset "utf-8";

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* / RESET */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:  url("../imgs/shadow.gif") top left repeat-y #fff;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #242424;
}

a:link { color: #2bb6b6; text-decoration: none; }
a:visited { color: #008080; text-decoration: none; }
a:hover { color: #57011F; text-decoration: none; }
a:active { color: #57011F; text-decoration: none; }

#content {
	margin: 36px;
	width: 630px;
}

.block {
	border-top: 1px solid #e1ebf2;
	margin-top: 26px;
	padding-top: 26px;
}

.info {
	font-size: 11px;
}

.info p {
	margin-bottom: 12px;
}

.contact li {
	display: inline-block;
	margin-right: 12px;
}

#twitter li { 
	padding: 4px;
	margin: 8px 0;
}

.odd {
	border: 1px solid #f5f5f5;
}

.even {
	background: #fbfaf8;
	border: 1px solid #faf0dc;
}

.ornj {
	background: #f2f7f7;
	border: 1px solid #daf3f7;
}

.odd:hover, .even:hover, .ornj:hover {
	background: #edf7e7;
	border: 1px solid #e6f7da;
}

.user {
	float: left;
}

.qtip-content div {
	font-size: 10px;
	margin-top: 6px;
}

#twitter li p {
	float: right;
	margin-top: 2px;
	width: 580px;
}

a.time { font-size: 12px; font-style: italic; }
a.time:link { color: #88cfc1; text-decoration: none; }
a.time:visited { color: #c4cfcd; text-decoration: none; }
a.time:hover { color: #e5886c; text-decoration: none; }
a.time:active { color: #e5886c; text-decoration: none; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
