/* editor styles */

.editor {
	width: 97%;
	margin: auto;
}
.editor a {
	color: #55883d;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	font-family: 'OpenSans-Bold', arial;
	color:#C91214;
	margin-bottom: 0.5em;
}
.editor h1 {
	font-size: 24px;
	margin-bottom: 0.25em;
}
.editor h2 {
	font-size: 22px;
}
.editor h3 {
	font-size: 20px;
}
.editor h4 {
	font-size: 18px;
}
.editor h5 {
	font-size: 16px;
}
.editor h6 {
	font-size: 12px;
}
.editor p, .editor ul, .editor ol, .editor table {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
.editor ul, .editor ol {
	margin-left: 2.5em;
}

/* form styles */

form.styled label {
	float: left;
	width: 140px;
}
form.nofloat label, form.styled label.auto {
	float: none;
	width: auto;
}
form.styled p {
	overflow: auto;
	width: 100%;
}
form.styled .text, form.styled select {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
	padding: 12px 16px;
    width: 80%;
}

input[type=text]:focus, textarea:focus {
	padding: 12px 16px;
	border: 1px solid rgba(244, 101, 35, 1);
	background: #eee;
}
#side form.styled .text, #side form.styled select {
	width: 185px;
}
form.styled textarea.text {
	height: 100px;
	overflow: auto;
}
form.styled .big {
	width: 80%;
}
form.styled .side {
	width: 185px;
}
form.styled textarea.big {
	height: 200px;
}
form.styled .btn {
	background: #CD4C19;
	border-radius: 3px;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-family: 'OpenSans-Bold', arial;
	margin: 20px 0;
    min-width: 100px !important;
    padding: 10px 12px;
    -webkit-appearance: none;
}

form.styled label em {
	font-style: normal;
	color: #e74528;
}
form.styled .center {
	text-align:center;
}
form.styled .left {
	text-align:left;
}

/* messages */

.error {
	border: 1px solid #e74528;
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
	background: url(../img/icons/error.png) 8px 50% no-repeat #eee;
	line-height: 1em;
	color: #e74528;
}
.success {
	border: 1px solid #69a101;
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
	background: url(../img/icons/success.png) 8px 50% no-repeat #eee;
	line-height: 1em;
	color: #69a101;
}
.info {
	border: 1px solid #2a7bc5;
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
	background: url(../img/icons/info.png) 8px 50% no-repeat #eee;
	line-height: 1em;
	color: #2a7bc5;
}

/* tables */

table.styled {
	border-collapse: collapse;
	border-spacing: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
}
table.styled th, table.styled td {
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
table.styled th {
	background: #55883d;
	color: #FFF;
}
table.styled td.min {
	width: 20px;
	text-align: center;
	padding-top: 5px;
}
table.styled td.min img {
	display: block;
	margin: 0 auto;
}

/* skip to content link */

#skip {
	text-align:center;
}

#skip a {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#skip a:focus {
	position:static;
	width:auto;
	height:auto;
	padding:5px;
	display: block;
}

/* blog/news */

.post_thumb {
	float: right;
	margin:0 0 10px 10px;
}

.rss {
	float: right;
	background:url(../img/icons/rss.png) 0 50% no-repeat;
	padding-left:20px;
}