/* Base HTML styles for Nitobe
 * $Id: html.css,v 1.1 2008/12/18 21:04:07 shannonlucas Exp $
 * http://drupal.org/projects/nitobe */

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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

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, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body {
	background: #ccc url(images/background.gif) repeat;
	color: #333;
	font: 62.5%/1.5 "Helvetica Neue", Helvetica, Verdana, Arial, FreeSans, "Liberation Sans", sans-serif;
}

address, code, pre {
	margin-bottom: 2em;
}

p+p {
	margin-top: 2em;
}

hr {
	border: 1px solid #ccc;
	clear: both;
	height: 0;
	margin-bottom: 2em;
}

/* @group Anchor Links */

a:link, a:visited {
	color: #36C;
	text-decoration: none;
}

a:hover {
	color: #ed1a09;
	text-decoration: underline;
}

a:focus {
	outline: #ccc 1px dotted;
}

/* @end */

/* @group Forms */

fieldset {
	border: 1px solid #333;
	margin-bottom: 2em;
	padding: 1em;
}

input {
	border: 1px solid #ccc;
	color: #333;
	font-size: 1em;
	margin: 0;
	padding: 2px 4px;
}

/* @end */

/* @group Headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 2em;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 1.33em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 0.9em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
}

/* @end */

/* @group Lists */

ol, ul, dl {
	margin-bottom: 2em;
}

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 2em;
}

ul li ul, ul li ul ul li ul, ul li ul ul li ul ul li ul,
ol li ol, ol li ol ol li ol, ol li ol ol li ol ol li ol {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Quotes */

blockquote, q {
	quotes: none;
}

blockquote {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	clear: both;
	color: #777;
	margin: 1em 2em;
	padding: 0 1em;
	font-style: italic;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

blockquote cite {
	display: block;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
}

blockquote p+p {
	margin: 0;
	padding-top: 10px;
}

q:before {
  content: "\201C";
  padding-right: 0.1em;
}

q:after {
  content: "\201D";
  padding-left: 0.1em;
}

/* @end */

/* @group Tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 2em;
}

td {
	vertical-align: top;
	padding: 0px 5px;
}

/* @end */

del {
	background-color: #fffbcc;
	color: #555;
	font-style: normal;
	text-decoration: line-through;
}

ins {
	background-color: #fffbcc;
	font-style: normal;
	text-decoration: none;
}

small {
	font-size: 90%;
}

