/* *!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!* *\
 *                                                           *
 *                          LAYOUT                           *
 *                                                           *
\* *!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!* */

body
{
	margin: 0;
	padding: 0;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

#site-slogan
{
	margin: 0px;
	padding: 6px 15px 4px;
}

#site-name
{
	margin: 0px;
}

#container
{
	margin: 0px auto;
	padding: 0px;
	width: 838px;
	\width: 848px;
	w\idth: 838px;
}

#sidebar-1, #sidebar-2, #content
{
	margin: 15px 0px;
	padding: 2px 10px;
}

#sidebar-1
{
	width: 165px;
	\width: 165px;
	w\idth: 165px;
	float: left;
}

#sidebar-2
{
	width: 150px;
	\width: 150px;
	w\idth: 150px;
	float: right;
}

#content
{
	margin-left: 185px;
	margin-right: 170px;
}

#foot
{
	margin: 5px 0px 15px 0px;
	padding-top: 5px;
	clear: both;
	text-align: center;
}

/* *!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!* *\
 *                                                           *
 *                          VISUALS                          *
 *                                                           *
\* *!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!*!* */

/* *!*!*!*!*!*!*!*!*!* FONTS & COLORS *!*!*!*!*!*!*!*!*!*!*!* */

body
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #A8A8A8;
}

#content h1, #content h2, #content h3, #content h4
{
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

h1
{
	font-size: 400%;
}

h2
{
	font-size: 300%;
}

h3
{
	font-size: 200%;
}

h4
{
	font-size: 160%;
}

#content p
{
	line-height: 1.5;
}

small, .small
{
	font-size: 0.9em;
}

/*.caps
{
	font-size: 0.9em;
	letter-spacing: 0.1em;
}*/

a
{
	text-decoration: none;
	color: #CC0000;
}

#prevnext a, .entry-title a, .interface-archive-list a
{
	text-decoration: none;
	color: inherit;
}

.tags a
{
	text-decoration: none;
	color: #CC0000;
	border-bottom: 1px #CC0000 solid;
}

#loginlink a
{
	text-decoration: none;
	font-size: 70%;
	color: #A0A0A0;
}

a:hover
{
	border: none;
	text-decoration: underline;
	color: inherit;
}

#prevnext a:hover, .entry-title a:hover, .interface-archive-list a:hover
{
	text-decoration: underline;
	color: #CC0000;
}

.tags a:hover
{
	text-decoration: none;
}

#loginlink a:hover
{
	text-decoration: underline;
	color: #000000;
}

#head a
{
	text-decoration: none;
	border: none;
	color: #FFFFFF;
}

#site-slogan
{
	font-family: Times New Roman, Times, Georgia, Serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 16px;
	color: #FFFFFF;
}

#blurb p
{
	font-size: 90%;
}

.interface-archive-list
{
	font-size: 90%;
}

/* *!*!*!*!*!*!*!*!*!*!*!*!* TAGS *!*!*!*!*!*!*!*!*!*!*!*!*!* */

blockquote
{
	margin-right: 0;
	margin-left: 20px;
}

h1
{
	margin: 27px 0px 27px 0px;
}

h2
{
	margin: 27px 0px 27px 0px;
}

h3
{
	margin: 27px 0px 18px 0px;
}

h4
{
	margin: 18px 0px 12px 0px;
}

#sidebar-1 > *:first-child, #sidebar-2 > *:first-child, #content > *:first-child, .hfeed > *:first-child
{
	margin-top: 0px;
}

#sidebar-1 .category_list
{
	margin-bottom: 0px;
}

#content p
{
	margin-bottom: 0px;
}

#blurb p
{
	margin-top: 0px;
}

.entry-title
{
	margin-bottom: 0px;
}

.published
{
	font-size: 85%;
}

.tags
{
	margin-top: 1ex;
	margin-left: 2em;
}

hr
{
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

a img
{
	border: none;
}

/* *!*!*!*!*!*!*!*!*!*!*!* LAYOUT BLOCKS *!*!*!*!*!*!*!*!*!* */

#container
{
	background-color: #FFFFFF;
}

#head
{
	text-align: left;
}

#site-slogan
{
	background-color: #3A1E1A;
}

#content
{
	border-left: 1px dotted black;
	border-right: 1px dotted black;
}

#prevpage, #nextpage
{
	display: inline-block;
	width: 50%;
}

#nextpage
{
	text-align: right;
}

#foot
{
	font-size: 75%;
	color: #606060;
	background-color: #A8A8A8;
}

#content ul, #content ol
{
	padding-left: 3em;
	text-indent: -2em;
	list-style-position: inside;
}

.section_list, .category_list
{
	padding: 0;
	list-style-type: none;
}

.category_list > li
{
	margin-top: 1ex;
}

.category_list > li:first-child
{
	margin-top: 0ex;
}

.section_list ul, .category_list ul
{
	list-style-type: none;
	padding-left: 2em;
}

.category_list ul li
{
	text-indent: -1em;
}

.interface-archive-list li
{
	text-indent: -1em;
}

.section_list li
{
	margin: 0px 0px 2px 0px;
	padding: 0;
}

/* *!*!*!*!*!*!*!*!*!*!*!* ETC *!*!*!*!*!*!*!*!*!* */

div.divider
{
	margin: 2em 0;
	text-align: center;
}

.directory
{
	list-style-type: circle;
}
