/**
 * Main styles for NovelRatings
 *
 * @author Blake Schwendiman <blake.schwendiman@gmail.com>
 */

/* ----------------------------------------------------------------------------
   Common resets
   ------------------------------------------------------------------------- */
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;
}

/* 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;
}
/* ----------------------------------------------------------------------------
   End of common resets
   ------------------------------------------------------------------------- */

body {
	font-family: Arial, sans-serif;
}

div.results {
	margin: 12px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	padding: 8px;
}

p {
	margin-top: 4px;
}

div.results img {
	float: left;
	margin-right: 4px;
}

div.event {
	margin: 12px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	padding: 8px;
	height: 420px;
}

div.event object {
	float: left;
}

div.event div.live-stream {
	float: left;
	margin-left: 12px;
}

#profile_pics ul {
	clear: both;
}

#profile_pics ul li {
	display: block;
	float: left;
	height: 120px;
	margin-top: 6px;
	width: 300px;
}

#profile_pics ul li dl {
	display: block;
}

#profile_pics ul li dl dd {
	font-weight: normal;
	font-size: 10pt;
	padding-right: 6px;
}

.tall {
	height: 500px;
}