
@import url('/themes/watstart/stylesheets/shared.css');


/*
 * Layout
 ***************************/
div#center { width: 381px; }
div#left-rail { top: 403px; }
div#recommended{ font-size: 12px; line-height: 16px; }

/*
 * Content Header
 ***************************/
div#content-blurb { margin-bottom: 10px; }
div#content-header {
  margin-top: 10px;
}

/*
 * Feed Stream
 ***************************/
div#feed-stream { font: 14px/18px Arial,sans-serif; }
div#feed-stream ul { margin: 0; padding-left: 10px; padding-bottom: 4px; list-style-type: none; }
div#feed-stream li { margin-bottom: 5px; padding-left: 30px; }
li.forum-item { background: url('/themes/watstart/images/bullets/forum.png') no-repeat top left; }
li.wiki-item { background: url('/themes/watstart/images/bullets/wiki.png') no-repeat top left; }
li.blog-item { background: url('/themes/watstart/images/bullets/blog.png') no-repeat top left; }
li.blog-comment-item { background: url('/themes/watstart/images/bullets/blog-comment.png') no-repeat top left; }
li.feed-item { background: url('/themes/watstart/images/bullets/feed.png') no-repeat top left; }
div#feed-stream h2 { margin-top: 12px; margin-bottom: 2px; margin-left: 5px; color: #888; font: 11px Arial,sans-serif; text-transform: uppercase; }
div#feed-stream li a { color: blue; text-decoration: none; }
div#feed-stream li a:hover { text-decoration: underline; }

ul#aggregate-list li, div.reader-publisher-module li {
  font-size: 12px;
  margin: 0;
  margin-bottom: 5px;
}
ul#aggregate-list h2 {
  margin: 0;
  margin-top: 5px;
  margin-left: 5px;
  color: #888;
  font-size: 11px; line-height: 13px;
  text-transform: uppercase;
}

div.postamble a { color: blue;  }

#tags, #authors, #search, #search_results {
	/*display: none;*/
}



/*
 * Center
 ***************************/
#center-inside {
  margin: 30px;
  margin-top: 0;
}

/*
 * Search
 ***************************/
#search, #search_results {
	padding-bottom: 6px;
}
input[id=q] {
    width: 150px;
}
input[id=q],
#login input[type=text],
#login input[type=password] {
	font: normal 12px Arial, Verdana, Sans-serif;
	padding: 2px;
	width: 160px;
	color: #48453c;
}
#results {
	display: inline;
}
#results ol li {
	padding-bottom: 3px;
}

/*
 * Posts and comments
 ***************************/
.item_tags {
    clear: both;
}
table#comment_form {
    margin-top: 10px;
}
table#comment_form td {
    padding: 2px 2px 2px 0;
}
table#comment_form td.labels {
    width: 130px;
}
#comments h4 { }
#comments .comment_content {
    margin-top: 16px;
    width: auto;
}
#comments .approval_required {
    color: #209d20;
    font-size: 12px;
    padding: 10px;
	border: 1px solid #209d20;
}
#comments .comment {
	width: 100%;
	clear: both;
}
#comments .comment_author {
	font-weight: bold;
}
#comments .comment_details {
	font-size: 12px;
	color: gray;
}
#comments .gravatar {
	float: right;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 4px 6px 0 0;
	border: 1px solid #777;
	background: #fff url(../images/default_gravatar.gif) no-repeat top left;
}
#comments h3#post {
	clear: both;
	padding-top: 30px;
}
#comments textarea {
  width: 300px;
}


/*
 * Errors
 ***************************/
.ror_error {
	font-size: 10px;
	color: red;
}
#comments .errorExplanation {
    font-size: 12px;
    line-height: 16px;
    color: #bd0200;
    padding: 10px;
	border: 1px solid #bd0200;
	margin: 5px 0;
	background-color: #fffaf9;
}
#comments .errorExplanation h2 {
	font-size: 14px;
	margin-top: 0;
	color: #bd0200;
	font-weight: bold;
}
#comments .errorExplanation ul {
	margin: 0;
}

/*
 * Warn Bad Browsers
 ***************************/
#warn_bad_browsers {
	padding: 8px;
	background-color: #990000;
	width: 100%;
	margin: 0;
	font-size: 11px;
	color: #fff;
	border-bottom: 1px solid #000;
}
#warn_bad_browsers b {
	font-weight: bold;
}
