/*[variables]
colors
{
	@50: #B9BEC0;
	@63: #6F1717;
	@00: #010101;
	@40: #636362;
	@20: #A8D7CF;
	@10: #6D8E8B;
	@30: #82B6FB;
}
*/
/*TYPOGRAPHY
TEXT*/
DIV#local_2, DIV#local_2 P
{
	font-size: 11px;
	/*[disabled]line-height:150%;*/
	padding: 1px 1px 0px 0px;
	margin-bottom: 0px;
}
BODY, P
{
	text-align: left;
	font-family: Arial;
	font-size: 13px;
	line-height: 150%;
	color: #636362; /*[e]@40*/
}
P, SPAN.user-message
{
	margin-bottom: 15px;
	margin-top: 0px;
}
DIV#main P
{
}
IMG
{
	border: 0;
}
P IMG
{
	padding: 5px 0px;
}
BLOCKQUOTE
{
	border-left: 10px solid #DDD;
	margin-left: 10px;
}
PRE
{
	font-family: monospace;
	font-size: 1em;
}
STRONG, B
{
	font-weight: bold;
}
EM, I
{
	font-style: italic;
}
CODE
{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/*END TEXT
HEADINGS*/
H1, H2, H3, H4, H5, H1 A, H2 A
{
	padding: 0;
	color: #6D8E8B; /*[e]@10*/
	margin: 5px 0 10px 0px;
	font-weight: 500;
	font-family: Times;
	clear: both;
}
DIV#main_narrow H2, DIV#main_narrow H3, DIV#main_narrow H4, DIV#main H2, DIV#main H3, DIV#main H4
{
	border-top: 1px dotted #B9BEC0; /*[e]1px dotted @50*/
	padding-top: 14px;
}
H1
{
	font-size: 27px;
}
H2.archivetitle
{
	margin-bottom: 23px;
	font-size: 13px;
	font-weight: bold;
}
H2
{
	font-size: 22px;
}
H3
{
	font-size: 19px;
	margin-bottom: 0px;
}
H4
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}
H5
{
	font-size: 12px;
}
/*END HEADINGS
LINKS*/
A, A:link, A:active, A:visited
{
	background-color: transparent;
	text-decoration: none;
	color: #6D8E8B; /*[e]@10*/
}
DIV#main A
{
}
DIV#main A:hover
{
	text-decoration: underline;
}
DIV#local_2 .posts A
{
	text-decoration: none;
}
DIV#main A
{
	text-decoration: none;
}
DIV#footer P A, DIV#footer P A:link, DIV#footer P A:active, DIV#footer P A:visited
{
	color: white;
	text-decoration: none;
}
/*END LINKS
LISTS*/
UL, LI, OL, DL, DT
{
	padding: 0;
}
UL
{
	line-height: 1.4em;
	margin: 0 0 1.5em;
}
UL LI
{
	margin: 0 0 0.25em 30px;
}
OL
{
	line-height: 1.4em;
	margin: 0 0 1.5em;
}
OL LI
{
	font-size: 1em;
	margin: 0 0 0.25em 30px;
}
DL
{
	margin: 0 0 1.5em;
	line-height: 1.4em;
}
DL DT
{
	font-weight: bold;
	margin: 0.25em 0;
}
DL DD
{
	margin: 0 0 0 30px;
}
/*Optional image bullets*/
#main UL LI
{
/*
list-style-image: url(../img/bullet_11x8.gif);
margin-bottom: 0.5em;
font-size: 110%;
*/
}
/*END LISTS
TABLE*/
TABLE
{
}
TABLE CAPTION
{
}
TH
{
}
TD
{
}
/*END TABLE*/
HR
{
	width: 100%;
	border: 100% double #FF0606;
	height: 0px;
}
DIV.hr
{
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}
