div#content div.padding, div#right div.padding {
	float: left;
	width: 96%;
}


div#content div.padding {
	padding: .8em 2%;
}

div#content img, div#viewpage img, div#preview img {
	float: left;
	margin: 0px 1em 0px 0px;
	padding: 3px;
	border: solid 1px #5e666b;
	background: #cdcdcd;
}

div#content h1, div#viewpage h1, div#preview h1 {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-family: georgia, serif;
	font-size: 150%;
 font-weight: normal;
 color: #3c4347;
}

div#content h1.section {
 border-top: dotted 2px #cdcdcd;
 padding-top: .3em;
}

body#help div#content h1 {
	font-size: 150%;
	margin-bottom: 1em;
	border-bottom: solid 1px #d6d6d6;
}

div.post-title {
	float: left;
	width: 100%;
	margin-bottom: .3em;
}

div#content div.post-title h2, div#preview div.post-title h2 {
	float: left;
	font-family: georgia, serif;
 margin: 0px 0px .1em 0px;
  padding: 0px;
  font-size: 120%;
  font-weight: normal;
  color: #606a74;
}

div#content div.post-title h2.c, div#preview div.post-title h2.content {
	border-bottom: solid 2px #ffdfce;
}

div#content h2, div#viewpage h2, div#preview h2 {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	font-family: georgia, serif;
	font-size: 130%;
	line-height: 140%;
 font-weight: normal;
 color: #606a74;
 background: none;
}


div.post {
	float: left;
	width: 100%;
	margin: 0px 0px 2em 0px;
	padding: 0px;
}

div#content div.post-title h2 {
 color: #3c4347;
 font-size: 130%;
}

div.post-title h2 a {
  color: #3c4347;
}

div.post-title h2 a:hover {
  text-decoration: none;
}

div.post p, div#viewpage p, div#content p {
	font-size: 90%;
	margin: 0px 0px 1.2em 0px;
	padding: 0px;
	line-height: 160%;
}

div.post p.auth {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: 70%;
	font-weight: bold;
}

div.post ul, div#viewpage ul, div#preview ul {
	margin: 0px 0px 3em 3em;
	padding: 0px;
	font-size: 90%;
	clear: both;
}

div.post ul li, div#viewpage ul li, div#preview ul li {
	margin: 0px 0px .6em 1em;
}

div.post div.mas {
  text-align: right;
  font-size: 90%;
}

/* Tables */

div.post table {
 clear: both;
}

div.post table.cms {
  margin: 0px 0px .6em 0px;
  padding: 0px;
  border-collapse: collapse;
}

div.post table.cms td {
  border: solid 1px #868686;
  padding: 2px;
  font-size: 90%;
}

/* Errors */
div.errors {
  background: red;
  color: white;
  margin-bottom: 1em;
  padding-left: 2em;	
}

/* Flash */
#flash {
	background: #ffd181;
    padding: 5px;
    border-top: 1px solid #808183;
    border-bottom: 1px solid #808183;
    margin-top: 10px;
    margin-bottom: 10px;
}

