body {
	font-size: 14.4px;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

p {
	margin: 0;
	min-height: 17px;
}

.items .item a {
	font-size: 17px;
	color: #000;
	font-weight: bold;
}

.items .item a:hover {
	color: #f00;
	text-decoration: none;
}

#content p {
	text-indent: 30px;
	line-height: 16px;
}

.admin-panel #content p,
#content form p {
	text-indent: 0;
}

#content p > img:first-child {
	margin-left: -30px;
}

#page {
	border: 1px solid #000000;
}

#footer {
	border: none;
	padding: 8px 16px;
	background-color: #DDDDDD;
}

#footer-left {
	width: 60%;
	float: left;
}

#footer-right {
	width: 23%;
	float: right;
	text-align: right;
}

.toUp {
	float: right;
}

form .row {
	margin-left: 0;
}

.navbar {
	position: relative;
}

.container {
	width: 1300px;
}

.container .brand {
	margin-left: -5px;
}

.header-bg {
	background-image: url(../images/header-bg.jpg);
	height: 185px;
}

/* navbar */
.navbar-inner {
	background-image: url(../images/navbar-bg.png);
}

.navbar .brand {
	color: #fff;
	text-shadow: 0 1px 0 #2c6800;
}

.navbar .brand:hover {
	color: #f00;
	text-shadow: none;
}

.navbar .nav > li > a {
	color: #fff;
	text-shadow: 0 1px 0 #2c6800;
	padding: 10px 17px 10px 15px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #fff;
	background-color: #688256;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	color: #f00;
	text-shadow: none;
	/*background-color: #688256;*/
	/*-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);*/
	/*-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);*/
	/*box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);*/
}

.navbar-fixed-top .container {
	width: 1300px;
}

.navbar a {
	background-image: url(../images/navbar-el-bg.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
/* \ navbar */

/* modal */
.modal.modal_download {
	width: 600px;
	margin-left: -300px;
}
/* \ modal */

.download_button {
	margin-left: 20px;
}

#main_left, #main_center, #main_right {
	float: left;
}

#main_left {
	width: 256px;
	padding: 10px 15px;
	background-color: #EEEBD9;
}

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

#main_left ul a {
	font-size: 17px;
	color: #000000;
	line-height: 30px;
}

#main_left ul a:hover {
	color: #ff0000;
	text-decoration: none;
}

#main_center {
	width: 680px;
	margin: 10px 17px 10px 18px;
	/*padding: 10px 20px;*/
}

#main_right {
	width: 269px;
	padding: 10px 15px;
	background-color: #EEEBD9;
}

#content {
	/*width: 675px;*/
}

#content h4 {
	width: 660px;
}

.list-view {
	padding-top: 0;
}

.btn-link {
	padding: 0;
}

.btn-primary {
	background-color: #688256;
	background-image: -moz-linear-gradient(top, #799864, #627b52);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#799864), to(#627b52));
	background-image: -webkit-linear-gradient(top, #799864, #627b52);
	background-image: -o-linear-gradient(top, #799864, #627b52);
	background-image: linear-gradient(to bottom, #799864, #627b52);
	border-color: #799864 #6e8a5b #627b52;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #627b52;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #6E8A5B \9;
}

.admin-panel #content {
	padding: 0 20px 20px 20px;
}

.comment .muted {
	font-size: 12px;
}

.share {
	margin: 10px 0 10px 0;
}