/* SECTION: RESET */
/* See <http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/> */
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;
}
:focus
{ /* remember to define focus styles! */
	outline: 0;
}
ins
{ /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
table
{ /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

/* SECTION: TYPE */
/* See <http://www.webtypography.net/Harmony_and_Counterpoint/Size/3.1.1/> */
/* 16x2.25 = 36px
   16x1.5 = 24px
   16x1.125 = 18px
   16x0.875 = 14px
   16x0.75 = 12px
   16x0.6875 = 11px
   16x0.625 = 10px */
body
{
	color: #666;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 100%;
	line-height: 1.45em;
}
h1
{
	font-size: 1.25em;
}
h2
{
	font-size: 1.25em;
}
h3
{
	font-size: 1em;
}
h4
{
	font-size: 1em;
}
h5,h6,p,ul,ol,th,td
{
	font-size: 0.875em;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,hr
{
	margin-top: 1em;
}
h1,h2
{
	color: #333;
}
h1,h2,h3,h4
{
	line-height: 125%;
}
h5,h6,p,ul,ol,hr
{
	line-height: 145%;
}
table,th,td
{
	line-height: 125%;
}
ul
{
	list-style-image: url(../images/bullet.gif);
	padding-left: 1.75em;
}
ol
{
	list-style: decimal;
	padding-left: 2.5em;
}
ul ul,ol ul,ul ol,ol ol
{
	margin-bottom: 1em;
	margin-right: 2em;
}
ul p,ol p, td p
{
	font-size: 100%;
}
table
{
	margin-bottom: 1em;
	margin-top: 1em;
	width: 100%;
}
th
{
	padding-bottom: 0.5em;
	text-align: left;
}
td
{
	border-top: 1px solid #dedede;
	padding: 0.5em 1em 0.5em 0;
}
hr
{
	display: none;
}
form
{
	font-size: 0.8125em;
	margin-top: 0.75em;
	line-height: 145%;
}

/* SECTION: LINKS */
a:link,
a:visited,
a:hover,
a:active
{
	color: #690;
	text-decoration: none;
}
a:hover
{
	color: #360;
	text-decoration: underline;
}
/*.nodelist h2 a:visited
{
	color: #b8cc8f;
}*/

/* SECTION: LAYOUT */
body
{
	background: url(../images/bg.gif) repeat-y 50% 0;
	text-align: center;
}
#page
{
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 800px;
}
	#nav
	{
		font-size: 92%;
		height: 2.8em;
		line-height: 2.8em;
	}
		#nav ul,
		#nav li,
		#nav li a
		{
			display: block;
			float: left;
			height: 2.8em;
			line-height: 2.8em;
		}
		#nav ul
		{
			background: #9c3;
			list-style: none;
			margin: 0;
			padding: 0;
			width: 800px;
		}
			#nav li
			{
/*				border-right: 1px solid #fff;*/
			}
			#nav li a:link,
			#nav li a:visited,
			#nav li a:hover,
			#nav li a:active
			{
				background: #9c3;
				color: #fff;
				padding: 0 0.9em;
				text-decoration: none;
			}
			#nav li a:hover
			{
				background: #690;
			}
			#nav li a.active:link,
			#nav li a.active:visited,
			#nav li a.active:hover,
			#nav li a.active:active
			{
				background: #333;
			}
	#content
	{
		padding-left: 25px;
	}
		#leftside
		{
			float: left;
			padding-bottom: 2.5em;
			width: 500px;
		}
		#rightside
		{
			float: left;
			padding-bottom: 2.5em;
			padding-left: 50px;
			width: 200px; /* see HACK below */
		}
	#footer
	{
		background: #fff;
		border-top: 1px solid #dedede;
		clear: both;
		color: #999;
		font-size: 0.75em;
		line-height: 125%;
		margin-left: 25px;
		padding: 1em 0;
		width: 775px;
	}

/* SECTION: STYLE */
#logo
{
	height: 115px;
}
	#logo a,
	#logo img
	{
		display: block;
	}
#people
{
	height: 164px;
	position: absolute;
	right: 0;
	top: -3px;
	width: 166px;
	z-index: 1000;
}
#slogan
{
	height: 143px;
	position: absolute;
	right: 0;
	top: -28px;
	width: 364px;
	z-index: 500;
}
#rightside
{
	font-size: 86%;
}
	#rightside h3
	{
		border-bottom: 1px solid #dedede;
		color: #333;
		font-size: 1em;
		line-height: 125%;
		margin-top: 2em;
		padding-bottom: 0.35em;
	}
	#rightside ul
	{
		list-style-image: none;
		margin: 0;
		padding: 0;
	}
		#rightside li
		{
			border-bottom: 1px solid #dedede;
			line-height: 125%;
			margin-top: 0.25em;
			padding-bottom: 0.25em;
		}
		#rightside li.lastitem
		{
			border-bottom-width: 0;
		}
			#rightside li.lastitem a
			{
				background: url(../images/more-bullet.gif) no-repeat 0 35%;
				display: block;
				padding-left: 1.5em;
			}

/* SECTION: PAGER */
#pager
{
}
	#pager p
	{
		border-top: 1px solid #dedede;
		color: #999;
		font-weight: bold;
		margin-top: 3em;
		padding-top: 1em;
	}
		#pager p span
		{
			font-weight: normal;
			padding: 0 0.5em;
		}

/* SECTION: COMMENTS */
h2#commenter
{
	color: #ccc;
	margin-top: 0;
	padding-top: 1em;
}
p.comments_invite
{
	font-weight: bold;
	margin-top: 1.5em;
	text-align: right;
}
#comments
{
}
	ol.comments
	{
	}
		ol.comments li
		{
			padding-bottom: 0.75em;
		}
		ol.comments li .label
		{
			font-size: 92%;
		}
		ol.comments li .label strong
		{
			color: #666;
			font-size: 108%;
		}
		#cpreview
		{
			margin-top: 0;
			padding-top: 1em;
			padding-bottom: 0;
		}
			#cpreview .cpreviewlabel
			{
				color: #690;
				font-size: 0.875em;
				font-weight: bold;
				margin: 0;
			}
			#cpreview span
			{
				background-color: #ecf4dc;
				border: 1px solid #690;
				display: block;
				padding: 1em;
			}
	#comments table
	{
		margin-top: 1.5em;
	}
		#comments td
		{
			vertical-align: top;
		}
		#comments td.right
		{
			text-align: right;
		}
			#comments td label
			{
			}
			#comments input,
			#comments textarea
			{
				width: 340px;
			}
			#comments textarea
			{
				height: 11em;
			}
			#comments #txpCommentPreview,
			#comments #txpCommentSubmit
			{
				float: none;
				width: auto;
			}
	#comments .error
	{
		color: #c00;
		list-style-type: none;
		list-style-image: none;
		margin-top: 1.5em;
		padding-left: 3em;
	}
		#comments .error li
		{
			background-color: #fff0f0;
			border: 1px solid #c00;
			font-size: 108%;
			margin-top: 0.5em;
			padding: 0.5em 1em;
		}

/* SECTION: NODE */
.nodelist,
.node
{
	margin-top: 1.5em;
	padding-bottom: 3em;
}
	.nodelist .posted,
	.node .posted
	{
		border-top: 1px solid #dedede;
		color: #999;
		font-size: 0.75em;
		line-height: 125%;
		margin-top: 0.5em;
		padding-top: 0.75em;
	}
		.nodelist .posted a,
		.node .posted a
		{
			font-weight: bold;
		}
	.nodelist strong,
	.node strong
	{
		color: #333;
	}
.nodelist
{
}
	.nodelist h2
	{
		margin-top: 0.5em;
		padding-bottom: 0.15em;
	}
.node
{
	padding-bottom: 1.5em;
}
	.node h1
	{
		padding-bottom: 0.15em;
	}
	.node .posted
	{
		margin-top: 2em;
	}
.staticnodelist
{
	border-top: 1px solid #dedede;
	margin-top: 0.75em;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
	.staticnodelist h2
	{
		margin-top: 0.65em;
		padding-bottom: 0.15em;
	}
.staticnode
{
	margin-top: 1.5em;
	padding-bottom: 2em;
}
	.staticnode h1
	{
		margin-top: 0.5em;
		padding-bottom: 0.15em;
	}
	.staticnode h2
	{
		border-bottom: 1px solid #dedede;
		font-size: 1.125em;
		margin-bottom: 0.5em;
		padding-bottom: 0.25em;
	}
.linksnode
{
}
	.linksnode h2
	{
		border-bottom: 1px solid #dedede;
		font-size: 0.875em;
		font-weight: bold;
		line-height: 125%;
		margin-bottom: 0.5em;
		margin-top: 2em;
		padding-bottom: 0.25em;
	}
	.linksnode ul
	{
		font-size: 1em;
	}
		.linksnode ul p
		{
			font-size: 0.875em;
			line-height: 125%;
		}
		.linksnode ul p.desc
		{
			font-size: 0.75em;
			margin-top: 0;
		}

/* SECTION: HELPER */
.facebook
{
	background: url(../images/icon-facebook.gif) no-repeat 0 50%;
	padding-left: 21px;
}
.twitter
{
	background: url(../images/icon-twitter.gif) no-repeat 0 50%;
	margin-top: 0;
	padding-left: 21px;
}
.download,
.hilite
{
	line-height: 2.5em;
}
	.download span,
	.hilite span
	{
		background-color: #ecf4dc;
		border: 1px solid #dbe6c4;
		display: block;
		padding: 0.15em 1em;
	}
.hilite2
{
}
	.hilite2 span
	{
		background-color: #ecf4dc;
		border: 1px solid #dbe6c4;
		display: block;
		padding: 1em;
	}
.image
{
	float: left;
	padding-top: 0.35em;
	margin-right: 1em;
}
.imageright
{
	float: right;
	padding-top: 0.35em;
	margin-left: 1em;
}
.strong
{
	color: #333;
}
.strong span
{
	border-bottom: 1px solid #dedede;
	display: block;
	font-weight: bold;
	line-height: 125%;
	margin-top: 2em;
	margin-bottom: 0.25em;
	padding-bottom: 0.35em;
}

/* SECTION: HACK */
/* SBMH hack */
#rightside {  width: 200px; } /* browsers with no escapes at all */
#rightside { \width: 250px; } /* IE5/Win */
#rightside { w\idth: 200px; } /* nice browsers */

