#content {
	color: #212527;
}

#content a {
	text-decoration: underline;
}

#page_header {
	border-bottom: 1px dotted #212527;
	height: 20px;
	margin-bottom: 10px;
}

#toolbar {
	float: right;
}

#toolbar img {
	cursor: pointer;
	margin-left: 5px;
}

img#illustration {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

p#attachment {
	background-color: #54b824;
	clear: both;
	color: white;
	margin-top: 20px;
	padding: 5px 10px 5px 10px;
}

p#attachment a {
	color: white;
}

h2 {
	font-size: 25px;
	margin-bottom: 15px;
}

#sticky h2, #listed h2 {
	background-color: #4a4d4f;
	color: white;
	font-size: 15px;
	padding: 5px;
	padding-left: 7px;
}

#sticky h3, #listed h3 {
	clear: none;
}

h3 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

h4 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}

h5 {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.item {
	border-bottom: 1px dotted #AAA;
	margin-bottom: 10px;
}

.item h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}

.item h3 a {
	color: #ce1d1d !important;
	text-decoration: none !important;
}

.thumbnail {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.item .info {
	font-size: 11px;
	margin: 0px 0px 5px 0px !important;
}

.item .intro {
	font-style: italic;
	margin-bottom: 0px !important;
	margin-top: 20px !important;
}

.plus {
	clear: both;
	text-align: right !important;
	margin-bottom: 0px !important;
}

#pagination {
	margin-top: 30px;
	text-align: center !important;
	text-transform: lowercase;
}

#pagination_current {
	background-color: #AAA;
	padding: 3px;
}

#content p, #content ul,  dl,  dd,  table, #content form {
	margin-bottom: 20px;
}

#content a {
	color: #212527;
}

#content p {
	text-align: justify;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#content ul li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 7px;
}

#content ol li {
    list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 7px;
}

table {
	border: 1px solid #787B7E;
	font-size: 11px;
}

table button {
	font-size: 11px;
	position: relative;
	top: 5px;
}

table .title {
	text-align: left;
}

.even {
	background-color: #AAA;
}

th {
	background-color: #787B7E;
	color: white;
	padding: 3px 5px;
}

th a {
	color: white !important;
}

td {
	text-align: center;
	padding: 1px 5px 1px 5px;
}

dt {
	font-size: 11px;
}

#content input, textarea, #content button {
	border: 1px solid #444;
}

#content input, textarea {
	padding: 3px;
}

#content input[type="text"], #content input[type="password"] {
	width: 250px;
}

textarea {
	width: 500px;
}

#content button {
	padding: 1px;
}

.errors {
	color: red;
}

div.thumbnail {
	display: inline;
}

#content img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

#content img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

