* {
	margin: 0;
	padding: 0;
}

#top-wrapper {
	background: #202020;
	height: 40px;
}

#menu-wrapper, #path-wrapper {
	float: left;
}

#path-wrapper {
	position: absolute;
	margin-left: 260px;
}

#content {
	margin-left: 260px;
}

#bottom-wrapper {
	clear: both;
}

.main-wrapper {
	width: 780px;
	padding: 0 10px;
	margin: 0 auto;
}

#bottom-wrapper {
	padding: 20px 0 0;
}

#page-footer {
	padding: 10px 0;
	border-top: 1px solid #c5c5c5;
	color: #797979;
	font-size: .9em;
}

/**
 * ACTIONS
 * Article actions
 */
 
aside.actions {
	top: -30px;
	position: relative;
	float: right;
	text-align: right;
}

aside.actions.no-title {
	top: 0;
}

aside.actions a {
	padding: 0 5px;
}

aside.actions a img {
	border: none;
}

/**
 * LOGO
 * Site logo
 */
h1.sitelogo {
	padding: 40px 0 0;
	text-align: center;
}

h1.sitelogo a {
	outline: none;
}

h1.sitelogo a img {
	border: none;
}

/**
 * MENUS
 * Site main- and submenus
 */
.mainmenu-container {
	background: #eb9605;
	width: 200px;
	border: 4px solid #fff;
	border-top: none;
	box-shadow: 0px 0px 10px #333;
}

.menu_main {
	padding: 20px 0 60px;
	margin: 0 20px 0;
	list-style: none;
	background: url(../images/mainmenu_bg.png) no-repeat 50% 100%;
}

.menu_main li {
	border-bottom: 1px solid #bf8116;
}

.menu_main li.active a {
	position: relative;
	color: #fff;
	z-index: 1;
	-webkit-text-shadow: 0 0 10px #ccc;
	-moz-text-shadow: 0 0 10px #ccc;
	-ms-text-shadow: 0 0 10px #ccc;
	-o-text-shadow: 0 0 10px #ccc;
	text-shadow: 0 0 10px #ccc;
}

.menu_main li:last-child {
	border-bottom: none;
}

.menu_main a {
	display: block;
	padding: 10px;
	color: #46281b;
	text-decoration: none;
	outline: none;
}

.menu_main a:hover,
.menu_main a:focus {
	color: #fff;
	-webkit-text-shadow: 0 0 10px #46281B;
	-moz-text-shadow: 0 0 10px #46281B;
	-ms-text-shadow: 0 0 10px #46281B;
	-o-text-shadow: 0 0 10px #46281B;
	text-shadow: 0 0 10px #46281B;
}

.menu_main .ribbon {
	background: url(../images/ribbon.png) no-repeat 0 0;
	height: 48px;
	width: 299px;
	position: absolute;
	margin-left: -34px;
	z-index: 0;
}

/**
 * BASIC FONTS
 * Site basic typography
 */

html { font-size: 62.5% }

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	color: #2e2e2e;
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a  {
	font-weight: normal;
	color: #5b3427;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, 
h3 a:hover, h4 a:hover, h5 a:hover  {
	text-decoration: underline;
}

p {
	margin: 0 0 10px;	
}

/**
 * BREADCRUMBS
 * Navigation breadcrubs
 */
.breadcrumbs {
	padding: 12px 0 0;
	color: #fff;
	font-size: .8em;
}

.breadcrumbs span {
	color: #b3b3b3;
}

.breadcrumbs a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/**
 * SITE HEADING
 * Main heading of the site
 */
.site-heading {
	font-size: 1.9em;
	margin: 20px 0 20px;
	padding: 0 0 20px;
	background: url(../images/siteheader_bg.png) no-repeat 0 100%;
}

.site-heading h1 {
	color: #333;
}

/**
 * ABOUT MODULE
 * About module on frontpage
 */
 
.custom_about {
	background: #eeeae2;
	border: 1px solid #dfdad0;
	padding: 15px;
	margin: 0 0 30px;
	-webkit-box-shadow:  0 0 10px #ddd;
	-moz-box-shadow:  0 0 10px #ddd;
	-ms-box-shadow:  0 0 10px #ddd;
	-o-box-shadow:  0 0 10px #ddd;
	box-shadow:  0 0 10px #ddd;
	font-size: .9em;
}

.custom_about h2 {
	margin: 0 0 10px;
}

/**
 * ARTICLES
 * Content articles
 */

.contentarticle h1,
.contentarticle h2,
.contentarticle h3,
.contentarticle h4 {
	margin: 0 0 10px;
}

#content h1 {
	font-size: 1.6em;
}

.contentarticle header time {
	font-size: .9em;
	color: #6f6f6f;
	text-transform: capitalize;
}

section .content {
	margin: 10px 0;
}

.articlereadmore, .contentarticle footer {
	text-align: right;
}

.articlereadmore a {
	color: #bf7902;
	text-decoration: none;
}

.articlereadmore a:hover,
.articlereadmore a:focus {
	text-decoration: underline;
}

.contentarticle footer {
	font-size: .8em;
	color: #6f6f6f;
}

.row-separator {
	display: block;
	width: 100%;
	height: 28px;
	background: url(../images/article_spr.png) no-repeat 100% 50%;
	margin: 20px 0;
}

.separator {
	padding: 0 5px;
}

.contentarticle a {
	color: #BF7902;
	text-decoration: none;
}

.contentarticle a:hover,
.contentarticle a:focus {
	text-decoration: underline;
}

/**
 * FORMS
 * Forms and form controls
 */
.formrow {
	margin: 5px 0;
}

.formrow.buttons {
	border-top: 1px dashed #ccc;
	margin: 20px 0 0;
	padding: 10px 0 0;
}

.formrow label {
	display: block;
	font-size: .9em;
	margin: 0 0 2px;
}

.formrow label.inline {
	display: inline;
	margin: 0 5px 0 0;
}

.formrow input[type="text"] {
	padding: 2px;
}

.formrow input[type="submit"],
.formrow button[type="submit"] {
	padding: 5px 10px;
}

.formrow .date {
	width: 70px;
}

.formrow .email {
	width: 250px;
}

.formrow .required {
	color: #B60101;
	padding: 0 2px;
}

.tiprow {
	font-size: .8em;
}

#bottest {
	display: none;
}

#formerrors {
	list-style: none;
}

#formerrors li {
	padding: 10px;
	margin: 5px 0;
	background: #ffe5e5;
	color: #730909;
	font-size: .85em;
}

span.formerror {
	color: #b60101;
	display: block;
	font-size: .8em;
	margin: 2px 0 0;
}

/**
 * LOGIN
 * Login page
 */
.login fieldset {
	border: none;
}

ul.loginlinks {
	list-style: none;
	font-size: .8em;
	margin: 10px 0 0;
}

ul.loginlinks a {
	color: #333;
}

/**
 * JOOMLA
 * Override some Joomla! core styles
 */
 
.tip-wrap {
	background: #333;
	color: #fff;
	padding: 10px;
	font-size: .8em;
	border-radius: 10px;
}

.component .edit {
	position: relative;
}

.component .edit fieldset {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0 0 10px;
}

.component .edit legend {
	color: #333;
	padding: 0 10px;
}

.editor-xtd-buttons a {
	text-decoration: none;	
}

.formelm {
	margin: 0 0 10px;
}

.formelm label,
.formelm-area label {
	display: block;
	font-size: .8em;
	margin: 0 0 2px;
}

.formelm-buttons {
	position: absolute;
	right: 10px;
	top: 20px;
}

.formelm-buttons button {
	padding: 5px 15px;
}