/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/

body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #333;
  background: #e5e5e5;
	text-align: center;
}

/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; }


/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/

a {text-decoration: underline; padding: 1px; }
a:link { color: #03c; }
a:visited { color: #03c; }
a:hover { color: #fff; background-color: #30c; text-decoration: none; }


a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
	padding: 0;
	margin: 0;
}

a.admin:link, a.admin:visited {
	color: #f00;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

a.admin:hover { color: #fff; background: #f00; }

a.black:link, a.black:visited {
	color: #000;
}

a.black:hover {
	color: #fff;
	background: #000;
}

a.anchor:link, a.anchor:visited, a.anchor:hover {
	color: #fff;
	background: #fff;
	font-size: 0px;
	text-decoration: none;
	padding: 0;
}

a.showing,
.Sidebar p.invite a.showing {
  color: black;
  background: #bababa;
	text-decoration: none;
  font-weight: normal;
}

form {
	margin: 0;
	padding: 0;
}

.red {
	color: #c00;
}

.blue {
	color: #06c;
	}
	
.green {
	color: #390;
	}
	
.highlight {
	background-color: #ffc;
}

ins {
	background-color: #cfc;
	text-decoration: none;
}

del {
	color: #999;
}

code, pre	{
	font-family: monospace;
	background: inherit;
	color: #333;
	font-size: 12px;
}

	/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
	font-size : 105%; 
}

div#flash {
  margin: 0 0 20px 0;
  padding: 5px 12px;
  text-align: left;
  color: #252;
  border: 2px solid white;
  font-size: 14px;
  margin-left: 10px;
}

div#flash.notice {
  background: #dfd;
  border-color: #beb;
  color: #252;
}

div#flash.progress {
  border-color: #ddd;
  background: #eee url(/images/indicator.gif) 10px 50% no-repeat;
  color: #555;
  padding-left: 35px;
}

div#flash.alert {
  background: #fed;
  border-color: #c33;
  color: #c00;
  font-weight: bold;
}

p.goback {
  color: #666;
  font-size: 12px;
  padding: 0 0 8px 0;
  margin: 3px 0 0 10px;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

div#Header {
  background: #093;
  padding: 10px 0;
}

div#Header div {
  margin: 0 auto;
  width: 95%;
  min-width: 750px;
  text-align: left;
  font-size: 12px;
  color: #fff;
}

div#Header div a {
  color: #fff;
}

  div#Header div span {
    margin: 0 0 0 20px;
  }

/*-------------------------------------------------
STRUCTURE
-------------------------------------------------*/

div#Container {
	margin: 12px auto 0 auto;
	text-align: center;
	width: 95%;
	min-width: 750px;
	}

.ClearAll {
	padding: 0px;
	clear: both;
	font-size: 0px;
	}

.Left {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 70%;
	float: left;
	}

.Right {
	margin: 0px 0 0 0;
	padding: 0;
	text-align: left;
	/*position: absolute;*/
	float: left;
	width: 30%;
	}

#Footer {
  clear: left;
  /*border-top: 1px solid #ccc;*/
  padding: 3px;
  font-size: 11px;
  margin-left: 10px;
}

div#Footer img#Logo {
  float: left;
  margin: 0 10px 30px 0;
}

#Footer p {
  margin: 5px 0 10px 0;
  padding: 0;
  line-height: 16px;
}

#Footer a#RSS img {
  vertical-align: top;
}

#Footer p img {
  vertical-align: middle;
}

#Footer div {
  padding-top: 3px;
}

/*--------
FOR PROPORTIONAL WIDTH 
------*/

.col {
	padding: 0 20px;
	text-align: left;
}

.Left .col {
	padding: 1px 0 0 0;
  background: #fff url(/images/right-bg.gif) right repeat-y;
}

.Left .col .content {
  padding: 0 70px 1px 20px;
}

.Left .col .content .showhide {
  margin-top: 8px;
}

.Left .bottom {
  background: url(/images/bottom-bg.gif) top right no-repeat;
  font-size: 8px;
}

.Right .col {
	min-width: 200px;
	padding: 5px 20px 0 9px;
}


/*-------------------------------------------------
VERSION BAR
-------------------------------------------------*/

div#VersionTools { /* version tools */
  padding: 0 0 6px 0;
  margin: 6px 70px 0 17px;
  border-bottom: 1px solid #ddd;
}

div#VersionTools img {
  margin-top: 2px;
  vertical-align: middle;
}


div#VersionTools a:link,
div#VersionTools a:visited {
  padding: 0;
  border: 0;
}

div#VersionTools a:hover {
  background: none;
}

div#VersionTools a#editButton {
  margin-right: 9px;
}

div#VersionTools a#editButton img {
  margin-top: 0;
}

div.offer_to_revert {
  background: #ffc;
  padding: 5px;
  font-size: 12px;
}

/*-------------------------------------------------
VERSION HEADER
-------------------------------------------------*/

div#VersionHeader {
  display: none; /* VersionHeader is for print only */
}

/*-------------------------------------------------
COMPARING HEADER
-------------------------------------------------*/

div#ComparingHeader {
  font-size: 12px;
  margin: 0;
  padding: 6px 0 6px 20px;
  background: #ffc url(/images/right-bg.gif) right repeat-y;
}

div#ComparingHeader span.pipe {
  color: #ccc;
}

div#ComparingHeader span.added,
div#ComparingHeader span.struck {
  padding: 1px 3px;
}

div#ComparingHeader span.added {
	background-color: #cfc;
	border: 1px solid #9c9;
}

div#ComparingHeader span.struck {
	background-color: #efefef;
	border: 1px solid #ccc;
}

/*-------------------------------------------------
WRITEBOARD TITLE
-------------------------------------------------*/

div.writeboardtitle h1 {
  color: #000;
	font-size: 24px;
}

/*-------------------------------------------------
WRITEBOARD BODY
-------------------------------------------------*/

div.writeboardbody {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  margin: 0 0 30px 0;
}

div.writeboardbody h1 {
  font-size: 140%;
  margin-top: 35px;
}

div.writeboardbody h2 {
  font-size: 120%;
	margin-top: 35px;
}

div.writeboardbody h3 {
  font-size: 100%;
}

div.writeboardbody blockquote p {
	font-family: monospace;
	font-size: 12px;
	line-height: 1.3em;
	color: #333;
}

div.writeboardbody table {
	background: #dcdcdc;
}

div.writeboardbody td {
	background: #fff;
	padding: 5px;
	font-size: 12px;
	word-break: break-word;
}

/*-------------------------------------------------
COMMENTS
-------------------------------------------------*/

div#comments {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  margin: 0 0 15px 0;
  border-top: 1px solid #ddd;
}

div.comment {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

div#comments.archived {
  border-top: none;
}

div#comments.archived div.comment {
  border-bottom: none;
  border-top: 1px solid #ddd;
}

div#comments h2.commentsheader {
  margin: 0 0 5px 0;
  padding: 2px 0 2px 5px;
  background: #555;
  color: #fff;
  font-size: 11px;
}

div#comments h2.allcommentsheader {
  margin: 0 0 5px 0;
  padding: 5px 0 5px 5px;
  background: none;
  color: #000;
  font-size: 16px;
}

div.comment h2.title {
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin: 0; padding: 0;
}

div.comment h2.title span {
  font-size: 11px;
}

div.comment h2.title a {
  margin-right: 2px;
}

div.comment h2.title span a:link,
div.comment h2.title span a:visited {
  color: #666;
}

div.comment h2.title span a:hover {
  color: #fff;
}

div.comment h2.title strong {
  color: #000;
}

div#comments.archived div.trashed h2.title strong {
  color: #666;
}

div#comments.archived div.trashed {
  background: #ddd;
  color: #555;
  padding-left: 5px;
  border-top: 1px solid #fff;
}

div#comments.archived div.comment h2.title span.trashed {
  font-style: italic;
  color: #000;
  margin-right: 5px;
}

div#comments.archived div.comment h2.title span.trashed a:link,
div#comments.archived div.comment h2.title span.trashed a:visited {
  color: #03c;
}

div#comments.archived div.comment h2.title span.trashed a:hover {
color: #fff; background-color: #30c; text-decoration: none;
}

div#comments p.commentlinks {
  color: #666;
  font-size: 12px;
}

div#NewComment p {
  font-size: 12px;
  margin: 0 0 8px 0;
}

div#NewComment textarea {
  width: 100%;
}

div#NewComment h2 {
  margin: 0px 0px 5px 0px;
  font-size: 12px;
}


/*-------------------------------------------------
SIDEBAR
-------------------------------------------------*/

.Sidebar h1 {
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #000;
}

.Sidebar p {
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 5px 0;
  padding: 0;
}

.Sidebar p.compare {
  /*margin: 0 0 15px 0;*/
}

.Sidebar h1 span {
  font-weight: normal;
  font-size: 11px;
  color: #666;
}

.Sidebar h2, .Sidebar h2.border {
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 3px 0;
	padding: 0;
	border: none;
}

.Sidebar h2.border {
	border-bottom: 1px solid #d5d5d5;
}


.Sidebar p.invite {
  margin: 0 0 15px 0;
  color: #666;
  font-size: 11px;
}

.Sidebar p.invite a {
  font-weight: bold;
  font-size: 12px;
}


/*-------------------------------------------------
FADE EFFECT
-------------------------------------------------*/

#fade {
	background-color: #ffff99;
}


/*-------------------------------------------------
SHOW / HIDE
-------------------------------------------------*/

div.showhide {
  background: #efefef;
  margin: 0 8px 15px 0;
  padding: 10px 15px 5px 15px;
  border: 2px solid #ccc;
}

div.showhide textarea {
  width: 400px;
  font-size: 14px;
}

div.showhide input {
  font-size: 14px;
}

div.showhide input#inviter,
div.showhide input#emailer {
  width: 300px;
}

div.showhide h2 {
  font-size: 14px;
  margin: 0 0 5px 0;
}

div.showhide p {
  font-size: 13px;
}

div.showhide p.submit {
  color: #999;
  font-size: 12px;
}

div.showhide table {
  border-collapse: collapse;
}

div.showhide table th {
  text-align: right;
  font-size: 12px;
}

div.showhide table td {
  padding: 3px;
}

div.showhide table td p {
  margin-top: 0;
}


/*-------------------------------------------------
EDITING
-------------------------------------------------*/

div.edit {
  margin-bottom: 20px;
}

div.edit h1 {
	padding-bottom: 2px;
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #000;
}

div.edit h2, div.signup h3 {
	margin: 0 0 2px 0;
	text-transform: uppercase;
	font-size: 9px;
	padding: 0;
	color: #666;
	font-weight: normal;
}

div.edit p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

div.edit input.title {
	font-size: 20px;
	font-weight: bold;
	width: 500px;
	padding: 5px;
	margin: 0 0 10 0px;
}

div.edit textarea {
	width: 500px;
	min-height: 400px;
	padding: 5px;
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 18px;
	font-family: monospace;
	resize: vertical; /* prevent widening in Chrome */
}

/* for Internet Explorer */
/*\*/
* html div.edit textarea {
  height: 400px;
}
/**/

div.edit div.submit {
	margin: 10px 0 0 0;
	padding: 5px;
  color: #999;
	background: #efefef;
	font-size: 12px;
}


div.intro {
  margin-bottom: 15px;
}

div.intro p {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 10px 0;
}

div.formattingtips p {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 10px 0;
}

div.markdownexamples p {
	font-family: monospace;
	font-size: 12px;
}

div#formatting_guide table {
  margin: 15px 0 15px 0;
  background: #fff;
}

div#formatting_guide table th {
  text-align: left;
  border: 1px solid #ddd;
  padding: 5px;
  font-weight: normal;
  background: #666;
  color: #fff;
}

div#formatting_guide table td {
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 3px 5px;
}

div#formatting_guide table td ol,
div#formatting_guide table td ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

div#formatting_guide table td blockquote {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

div#formatting_guide table td h1 {
  font-size: 130%;
}

div#formatting_guide table td h2 {
  font-size: 100%;
}

div#formatting_guide table td h3 {
  font-size: 100%;
}

/*-------------------------------------------------
VERSION HISTORY SIDEBAR TABLE
-------------------------------------------------*/

table.versionhistory {
  border-collapse: collapse;
  margin-bottom: 5px;
}

table.versionhistory td {
	padding: 3px 5px 3px 0;
  font-size: 10px;
  color: #000;
  white-space: nowrap;
}

table.versionhistory td.version {
  font-family: times, serif;
  font-size: 9px;
  color: #c6c;
  padding-left: 3px;
  padding-right: 3px;
  text-align: right;
}

table.versionhistory td.version span.mark {
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 1px 2px;
}

table.versionhistory td.drop {
  padding-right: 2px;
}

table.versionhistory td.therest {
  padding-right: 3px;
  padding-left: 0px;
  font-size: 10px;
}

table.versionhistory tr.current td {
	background-color: #ffc;
	border-top: 1px solid #cc6;
	border-bottom: 1px solid #cc6;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.versionhistory tr.current td a:link,
table.versionhistory tr.current td a:visited {
  color: #000;
  text-decoration: none;
}

table.versionhistory tr.current td a:hover {
  background: none;
}

table.versionhistory tr.current td.version {
  border-left: 1px solid #cc6;
}

table.versionhistory tr.current td.therest {
  border-right: 1px solid #cc6;
}

table.versionhistory tr.added td {
	background-color: #cfc;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
}

table.versionhistory tr.added td.version {
  border-left: 1px solid #9c9;
}

table.versionhistory tr.added td.therest {
  border-right: 1px solid #9c9;
}

table.versionhistory tr.struck td {
	background-color: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.versionhistory tr.struck td.version {
  border-left: 1px solid #ccc;
}

table.versionhistory tr.struck td.therest {
  border-right: 1px solid #ccc;
}

table.versionhistory tr.current td.version {
  color: #969;
}

table.versionhistory tr.added td.version,
table.versionhistory tr.struck td.version {
  color: #969;
  font-size: 10px;
}

p.togglelink {
  margin: 0 0 5px 0;
  color: #999;
}

/*-------------------------------------------------
MODAL LAYOUT
-------------------------------------------------*/

#ModalContainer {
	border: 10px solid #ccc;
	background: #fff;
  text-align: left;
  width: 650px;
	margin: 20px auto 20px;
}

#ModalContainer div.inner {
  margin: 15px 20px 10px 20px;
}

/*-------------------------------------------------
MODAL: LOGIN SCREEN
-------------------------------------------------*/

.modal {
  background: #f0f0f0;
}

.modal div#ModalContainer {
  width: 525px;
  margin: 60px auto 20px auto;
}

.modal div#ModalContainer div.inner {
  margin-bottom: 15px;
}

.modal img#logo {
  float: left;
}

.modal div#errorMessage, .modal div#Message {
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
	border-bottom: 1px solid #c99;
	padding: 5px;
	font-size: 11px;
	margin: 0 0 0 80px;
	background: #c00;
	color: #fff;
}

.modal div#errorMessage a:link,
.modal div#errorMessage a:visited {
  color: #fff;
}

.modal div#Message {
  background: #080;
}

.modal h1 {
  font-size: 16px;
	margin-bottom: 20px;
}

.modal h1.attention {
  color: red;
  margin-bottom: 0;
}


.modal h2 {
  font-size: 16px;
  margin-left: 20px;
  font-weight: normal;
}

.modal p {
  font-size: 14px;
  line-height: 18px;
}

.modal dl {
	margin: 10px 0 0 93px;
}

.modal dt {
	float: left;
	clear: right;
	width: 80px;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

.modal dd {
	margin: 0 0 5px 0px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-left: 85px;
}

.modal input {
	font-size: 14px;
}

.modal input#password {
	width: 150px;
}

.modal input#Signin {
  margin-top: 5px;
}


/*-------------------------------------------------
NOTIFICATION
-------------------------------------------------*/

table.notifiees {
  margin: 12px 0 0px 0px;
  border: none;
  border-collapse: collapse;
}

table.notifiees td {
  vertical-align: top;
  padding: 0 15px 0 0;
  line-height: 120%;
  white-space: nowrap;
}

table.notifiees td p {
  font-size: 10px;
  line-height: 120%;
}
