/*
 * DocuShare CSS - Blue Clean Theme for Weblogs
 * A theme with dominant blue colors
 * Copyright (c) 2002-2007 Xerox Corporation.  All Rights Reserved.
 */
 
/* ------------------------ */
/* Weblog Main Page Styling */
/* ------------------------ */ 

/* Heading Styles */
#weblogHeader{
  background: #1B65B1 url(images/header_sitebkgnd.gif) repeat-x 0% 100%;
  border-bottom:1px solid #d4dced;
  padding:10px;
  margin-bottom:1px;}
#weblogHeader h1{font-size:200%;color:#fff;text-align:center;}
#weblogHeader h1 a{color:#fff;}
#weblogHeader h1 a:hover{color:#2792ff;}
#weblogHeader p{color:#b9c8d9;text-align:center;}

/* Breadcrumb styling */
.webLogBreadcrumbs{padding:5px 32px; background:#EDF3FF;}
.webLogBreadcrumbs .breadcrumbs{
	position:relative;_height:1%; /*I.E. Bug for position absolute elements in relative containers */
	font-family:Arial, Helvetica, Sans-serif;
	font-size:90%;color:#555;}
.webLogBreadcrumbs #contents_anchor{position:absolute;left:-9000px;}
.webLogBreadcrumbs #bcExpand{
	position:absolute;
	bottom:0;margin-bottom:-13px;
	border:1px solid #b9d3ff;
	padding:1px 2px;
	background:#fff;
	z-index:100}
.webLogBreadcrumbs #bcCollapse{
	position:absolute;
	bottom:0;margin-bottom:-13px;
	border:1px solid #b9d3ff;
	padding:1px 2px;
	background:#fff;
	z-index:100}
#space_navigator{display:none} 


#weblogentry-contents{margin:0 200px 20px 40px;}
#weblog-contents-wrapper{
	_height:400px;min-height:400px;
	 border-top:1px solid #b9d3ff;}
.weblog-entries{padding-top:20px} /* Wrapper for all the entires and the sidebar */

/* The entry listing */
.weblog-published{font: 120% Lucinda Grande, "Trebuchet MS", Helvetica, sans-serif; font-weight:bold;color:#555; margin:0 0 4px 0; padding:0px;}

.weblog-entry{margin:10px 270px 30px 35px;}
.weblog-entry h2{display:inline;font-size:140%}
.weblog-entry-published-time-label{font-weight:bold}
.weblog-entry-published-time-value {color:gray;margin:3px 0 10px 0;}
.weblog-entry-title {font: 100% Lucinda Grande, "Trebuchet MS", Helvetica, sans-serif; margin:0 0 4px 0; padding:0px;}
.weblog-entry-published-date {font: 110% Lucinda Grande, "Trebuchet MS", Helvetica, sans-serif; margin:0 0 4px 0; padding:0px;}
.weblog-entry-published-date-value {color:gray}
.weblog-entry-description, .weblog-entry-description p{margin:0 0 10px 0;text-indent:0;color:#444;line-height:1.4em;}
.weblog-entry-summary{margin:0 0 10px 0;text-indent:0;color:#555;}
.weblog-entry-description ul, .weblog-entry-summary ul{margin:10px 0 10px 20px;padding:0;color:#555;}
.weblog-entry-description ol, .weblog-entry-summary ol{margin:10px 0 10px 20px;padding:0;color:#555;}

.weblog-readmorelink{margin-bottom:15px;}
.weblog-entry-footer{
	color:#b2b2b2;
	font-size:90%;
	font-family:Arial, Helvetica, Sans-serif;
	margin:10px 0;
	padding-top:5px;
	border-top:1px solid #e6e6e6;
	text-align:right}
a.weblog-entry-comments-link{
  _display:inline-block;
  _height:1%;
  _border-bottom:1px solid white;
  _white-space:nowrap;
  background: transparent url(images/action_comment_inline2.gif) no-repeat 0% 50%;
  padding: 2px 0 2px 17px;_padding:2px 0 0 17px;
  margin-left:5px;}
		
.weblog-entry-author-label, .weblog-entry-contributors-label{font-weight:bold;}
.weblog-entry-approve-icon a{font-size:85%;text-decoration:none;}
.weblog-entry-unapproved-icon a{font-style:italic;font-size:85%;text-decoration:none;}
.weblog-entry-resubmit-icon {vertical-align: middle; margin-top: 2px;}
.weblog-entry-reapprove-icon a{font-size:85%;text-decoration:none;}
.weblog-entry-status-rejected, .weblog-entry-status-rejected a { font-style: italic; color: grey; }
.weblog-entry-status-toBeApproved, .weblog-entry-status-resubmitted { font-style: italic; }
.weblog-entry-status-approved { }
.weblog-entry-updated{ }
.weblog-entry-author{ }
.weblog-entry-contributor { }
.weblog-entry-podcast { }

/* Weblog Sidebar Styles */
#weblog-archive-sidebar {float:right;width:200px;margin:35px 10px 0 0;font-size:85%;}
#weblog-archive-sidebar ul { margin: 0; padding: 0;background:none; }
#weblog-archive-sidebar ul li { margin: 0; padding: 0  }
#weblog-archive-sidebar h3{font: 130% Lucinda Grande, "Trebuchet MS", Helvetica, sans-serif; color:gray;border-bottom:1px solid #e6e6e6;}
li.weblog-archive-entry-current:after {content: "\00AB";}
li.weblog-archive-entry { list-style: none; }
li.weblog-archive-title { }
li.actiondisabled {}

.weblog-sidebar-section{margin-bottom:15px;}
.weblog-sidebar-section img{border:0;vertical-align:middle;margin-right:3px;}
.weblog-sidebar-section ul {list-style:none;}
.weblog-sidebar-section ul li{margin:0;padding:0;}
.weblog-sidebar-section ul li hr{margin:0;padding:0;}

/* Weblog Footer */
.weblog-copyright{clear:both}
.weblog-footer{clear:both;color:#b2b2b2;text-align:center; margin-bottom:10px;}
.weblog-copyright{
	clear:both;
  text-align:center;
	position:relative;
  font-size:85%;
  color:#666;
  border-top:1px solid #CFE2FF;
  padding:5px 0;
	background:#EDF3FF}


	
/* The Comments Page for Documents Uses the Weblog Page
 * These are styling instructions for that page...
 */
 
.propertycontents .weblog-entry-edit-icon{padding-right:10px}
.propertycontents #weblog-contents-wrapper{height:1%;background:#fff;border-top:none;}
.propertycontents #weblog-archive-sidebar{display:none;}
.propertycontents .weblog-entry{
	padding:10px 10px 2px 10px;
	margin:10px 0;
	font-size:90%;
	background-color:#f9fafd;border-top:1px solid #d4dced
	}
.propertycontents .weblog-entry h2{
	font-size:120%;
  background: url(images/action_comment_inline2.gif) 0% .2em no-repeat;
  padding: 0 0 2px 17px;_padding:0 0 0 19px;
  margin:0;}
.propertycontents .weblog-entry-description{font-size:.95em;line-height:1.4em;font-family:Verdana, Helvetica, Sans-serif; margin-top:10px}
.propertycontents .weblog-entry h2 {font-weight:bold}
.propertycontents .weblog-entry-footer{font-size:85%;font-family:Verdana, Helvetica, Sans-serif;}
.propertycontents .weblog-copyright{display:none}