/*
Theme Name: Rallart
Theme URI:
Author: ColibriSoft
Author URI: https://colibrisoft.bg/
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:
*/

.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

:focus {
	border: 0;
}

body {
	background:  url(img/bgrBody.png) repeat;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

#body {
	background: url(img/bgrHeader.gif) repeat-x;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: 3px;
}

h2, .home h3 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

#main p, #sidebar p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 145%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(img/dot.png) no-repeat;
	background-position: 0 9px;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}
a:hover,
a:active {
    outline: 0;
}
em {
   font-style: italic;
}
strong {
	font-weight: 600;
}
a img {
    border: 0;
}
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
article img.aligncenter, article img.alignleft, article img.alignright {
	max-width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
img.alignleft {
	margin-right: 15px;
}
img.alignright {
	margin-left: 15px;
}
img.aligncenter {
	margin: 10px auto;
}
.wp-caption {
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-bottom: 10px;
	text-align: center;
}
.wp-caption-text {
	font-size: 14px !important;
	margin: 0 !important;
}
.clear {
	clear: both;
}
img {
	border: 0;
	display: block;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}

/* Nav */

#nav {
	width: 980px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #883a3f;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	padding: 0;
	display: inline;
	background: none;
}

#nav a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#nav a:hover {
	background: #883a3f;
	text-decoration: none;
	color: #FFFFFF;
}

#nav b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(img/bgrLogo.jpg)
}

#logo h1 {
	margin: 0;
	padding: 95px 20px 0 0;
	text-align: right;
	letter-spacing: 6px;
	font-size: 180%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* content */

#content {
	float: left;
	width: 980px;
	border-left: 20px solid #883A3F;
	background: #fff;
}

/* main */

#main {
	float: left;
	width: 680px;
	padding: 20px 30px 20px 30px;
	background: #eeefde;
	min-height: 710px;
}

#heading {
	margin-bottom: 10px;
	padding-bottom: 1px;
	background: url(img/dot_spacer.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box.m20 {
	margin-right: 20px;
}

.home p, .floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 95%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

.home .sow-image-container {
	max-height: 210px;
	overflow: hidden;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(img/quote.gif) no-repeat right bottom;
	border-left: 5px solid #883a3f;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
	font-size: 100%;
}
#links ul {
	background: url(img/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(img/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(img/arrow.png) no-repeat left center;
	color: #883a3f;
}
/* Footer */

#footer {
	clear: both;
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .footer {
	width: 1000px;
	margin: 0 auto;
}

#footer .menu {
	float: left;
	width: 710px;
	height: 34px;
	padding: 18px 30px 0 0;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}
#footer .menu li {
	float: left;
	background: none;
}
#footer .menu li a:after {
	content: "|";
	padding-left: 10px;
}
#footer .menu li:last-child a:after {
	content: "";
}
#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 18px 20px 0 0;
	background: #883a3f;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

#footer .legal a {
	color: #FFFFFF;
}