#custom-doc {
	margin:auto;text-align:left; /* leave unchanged */
	width:848px;
	margin-bottom: 20px;
}

#sc_container {
	background: #fbf8eb url(images/bkg-body.jpg) no-repeat 50% 0;
	font-family: Arial;
	color: #444;
	margin: 0;
	padding: 0;
}


/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:197%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:153.9%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin: 0 0 0.75em;
	font-family:Georgia;
	color: #c90b53;
	font-style: italic;
}
h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

a:link { color: #c90b53; }
a:visited { color: #c90b53; }
a:focus { color: #000; }

a:hover
{
	color: #c90b53;
	background-color: #deccbf;
	text-decoration: none;
}

a:active
{
	background-color: #c90b53;
	color: #fff;
}

/* HEADER ------------------------------------------------------------------- */
#hd
{
	background: url(images/bkg-navigation.jpg) no-repeat 100% 100%;
	height: 98px;
	padding-top: 80px;
}

#hd h1
{
	width: 348px;
	height: 98px;
	background: url(images/bkg-site-name.jpg) no-repeat 0 0;
	float: left;
	margin: 0;
}

#hd h1 span { margin-left: -4000px; }


/* NAVIGATION ------------------------------------------------------------------- */
#navigation
{
	font-family:Georgia;
	height: 31px;
	padding-top: 67px;
}

#navigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
}

#navigation ul li { display: inline; }

#navigation ul li a
{
	padding: 4px 6px 12px 6px;
	text-decoration: none;
	color: #000;
	font-size: 13px;
}

#navigation ul li a:hover
{
	color: #c90b53;
	background: transparent url(images/bkg-nav-select.gif) no-repeat 50% 20px;
}

/* BODY ------------------------------------------------------------------- */
#bd {
	padding: 20px 14px 14px;
background-color: #fdfcf8;
}

blockquote
{
	background: url(images/bkg-quote-right.gif) no-repeat 100% 100%;
	font-size: 108%;
	margin: 0em;
	padding: 0em;
	clear: left;
}

blockquote p
{
	padding: 1em 2em;
	background: url(images/bkg-quote-left.gif) no-repeat 0 0;
	text-align: center;
	color: #c90b53;
}

blockquote p span
{
	color: #777;
	font-style: italic;
	font-family: Georgia;
}

ul.links
{
	padding: 0;
	margin: 0;
}

ul.links li
{
	background-image: url(images/bkg-more-links.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
	padding-left: 1.5em;
	margin-top: 0.6em;
	list-style-type: none;
}

div.hr
{
	height: 15px;
	background: url(images/bkg-hr.gif) repeat-x center;
	clear: both;
	margin: 0 0 0.6em;
	padding: 0;
}

div.hr hr { display: none; }

div.feature
{
	background-color: #eedacc;
	background-image: url(images/bkg-events.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 1.25em 10px 10px;
	margin-bottom: 1em;
}

div.feature ul.post-list
{
	padding: 0;
	margin: 0;
}

div.feature ul.post-list li
{
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.8em;
	padding-left: 1em;
	margin-top: 0.6em;
}

div.feature ul.post-list li a
{
	display: block;
	padding: 0.2em 0.5em;
	text-decoration: none;
}

div.feature ul.post-list li a:hover, div.feature ul.post-list li a:active
{
	color: #c90b53;
	background-color: #deccbf;
}

div.feature span.date { padding-left: 0.5em; }

/*blogs*/
#posts ul.post-list
{
	padding: 0;
	margin: 0;
}

#posts ul.post-list li
{
	list-style-type: none;
	margin-top: 0.8em;
	background-color: #eedacc;
	padding: 0.3em 0.5em;
}

#posts ul.post-list li a
{
	display: block;
	font-family: Verdana;
	font-weight: normal;
	font-size: 1em;
}

#posts ul.post-list li a
{
	text-decoration: none;
	color: #353434;
}

#posts ul.post-list li a:hover, #posts ul.post-list li a:active
{
	color: #c90b53;
	text-decoration: underline;
	background: transparent;
}

/* FOOTER ------------------------------------------------------------------- */
#ft
{
	padding: 1em 2em;
	color:#bd6e8b;
	font-size: 85%;
}

/* TIMELINE ------------------------------------------------------------------- */
div.timeline {
background: #FFF url(images/bkg-timeline.jpg) no-repeat 100% 0;
	padding: 1.25em 10px 10px;
	margin-bottom: 1em;
}

div.timeline ul {
margin: 0;
padding: 0;
}

div.timeline li {
border-bottom:1px solid #f5dcdb;
padding: 0.75em 0;
list-style: none;
font-size: 85%;
}

div.timeline li strong {
font-size: 93%;
}

/* CLASSES ------------------------------------------------------------------- */
.structure {
	display: none;
}
span.date
{
	font-size: 85%;
	color: #777777;
	line-height: 1em;
	padding: 0;
	margin-top: -1em;
}
.sf_commentListing
{ 
	list-style: none;
}
#bd ul.sf_commentListing li
{
	list-style: none;
	padding: 10px 10px 10px 100px;
display: block;
position: relative;
min-height:80px;
  height:auto !important;
  height:80px;
border-bottom: 1px solid #deccbf;
}
li.sf_authorComment
{
background-color: #deccbf
}
ul.sf_commentListing img
{
position: absolute;
left: 10px;
}
