/* Headings
-------------------------------------------------------------- */




/* Text elements
-------------------------------------------------------------- */

#content p           {  }

#content blockquote  { margin: 1.5em; color: #666; font-style: italic; }
#content strong      { font-weight: bold; }
#content em,dfn      { font-style: italic; }
#content dfn         { font-weight: bold; }
#content sup, 
#content sub    { line-height: 0; }

#content abbr, 
#content acronym     { border-bottom: 1px dotted #666; }
#content address     { margin: 0 0 1.5em; font-style: italic; }
#content del         { color:#666; }

#content pre 				{ margin: 1.5em 0; white-space: pre; }
#content pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

#content li ul, 
#content li ol       { margin:0 1.5em; }
#content ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

#content ul          { 
	list-style-type: none;
	margin:0;
	padding: 0;
	float: left;
}


#content ul li{
	line-height: 18px;
	background: url('../imgs/a-dot.gif') no-repeat left 6px;
	padding-left: 12px;
}

#content ul li a{
	color: #848B01;
	text-decoration: none;
	border-bottom: 1px dotted #848B01;
}

#content ul li a:hover{
	border: none;
	color: #728290;
}

#content ol          { list-style-type: decimal; }

#content dl          { margin: 0 0 1.5em 0; }
#content dl dt       { font-weight: bold; }
#content dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

