/* Make sure YUI popups get the right close button */
.yui-panel .container-close {
    background:transparent url(/images/close.gif);
}

/* @group Articles / Blogs */

#articleTitle {
	background: #ecf7fb;;
	padding: 10px;
}

#articleTitle h1 {
	text-transform: capitalize;
	text-align: center;
	color: #764C22;
	width:  600px;
	letter-spacing: 2px;
	font: small-caps 182% georgia;
}

#articleContainer {
	margin-left: 7px;
	margin-right: 8px;
	margin-bottom: 2em;
}

#articleSidebar {
	margin-left:  0;
}

#articleSidebar ul {
	margin-left:  10px;
}

.rssLink a {
  	color: #764C22;
}

p.rssLink img {
	margin-right:  5px;	
}

p.rssLink {
	margin: 10px 0 20px 0px;
}

#articleSidebar ul.archiveLinks {
	list-style-type: circle;
}

#articleSidebar ul.archiveLinks li {
	margin-bottom: 1.25em;
}

#articleSidebar ul.sectionHeads li.first {
	margin-top:  20px;
}

#articleSidebar ul.sectionHeads li {
	font-size: 93%;
	line-height: 2em;
	color:  #764C22;
	font-weight: bold;
}

#articleSidebar ul.sectionArticles {
	margin-left: 0;
}

#articleSidebar ul.sectionArticles li {
	font-weight: normal;
	font-size: 100%;	
	color:  #000;
	margin:  0;
}

#article {
	background: #f4f1ec;
	min-height:  75em;
	text-align: left;
	padding-bottom: 2em; 
}

#article img {
	border:  1px solid #000;
}

#article #articleContent {
	width:  85%;
	margin-left: 50px;
	line-height: 1.5em;
}

#article a {
	text-decoration: underline;
	color:  #764C22;
}

#article h1 {
	padding-top: 20px;
	margin-bottom: 0.5em;
}

#article h1 {
	font-size:  182%;
	font-family: times;
}

#article h2 {
	color: #736157;
	margin-bottom: 1em;
}

#article ul,
#article ol,
#article li {
	margin-top: 1em;
}

#article ul {
	list-style: disc inside;
}

#article ol {
	list-style: decimal inside;
}

#article strong {
	font-weight: bold;
}

#article em {
	font-style: italic;
}

#article p {
	padding-bottom: 1em;
}

/* @end */