/*
	#acacac - светло-серый
	#666666	- темно-серый
	#eaeaea - светло-светло-серый (границы)
	#f58026 - оранжевый
*/

html { font-size:100.01%; }

body {
  font-size: 75%;
  color: #acacac;
  font-family: Arial, sans-serif;
}

a {
	color: #acacac;
	text-decoration: none;
  outline: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 0.5em;
}

h1, h2 {
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
	color: #666666;
	margin-bottom: 20px;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 1.25em;
	line-height: 1;
	margin-bottom: 0.5em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


.container {
  width: 90%;
  min-width: 980px;
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.logo {
	margin-top: 30px;
}

.logo p {
	text-align: center;
	margin-bottom: 0;
}


.top_menu {
	margin-top: 25px;
}

.top_menu ul {
	text-align: center;
	
}

.top_menu li {
	display: inline;
	padding: 0 20px;
}

.top_menu a {
	font-family: Georgia, Times, serif;
	font-size: 1.25em;
	line-height: 1;
	text-transform: uppercase;
	color: #acacac;
	letter-spacing: -0.5px;
	border-bottom: 1px solid;
	border-bottom-color: #fff;
}

.title {
	background: #eaeaea url(../images/title_bg.png) repeat-x;
}

.title h1 {
	font-size: 1.5em;
	line-height: 38px;
	margin-bottom: 0;
	text-align: center;
}

.featured {
	background: #eaeaea url(../images/featured_bg.png) repeat-x bottom;
	padding: 30px 0;
}

.featured .span {
	width: 28.8%;
	padding: 0 1.5% 0 3%;
	background: url(../images/featured_div.png) repeat-y right center;
}

.featured .last {
	background: none;
}

.featured h2 {
	font-size: 1.5em;
	white-space: nowrap;
}

.featured p {
	color: #666666;
}

.navigation {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.breadcrumbs, .navigation {
	margin-bottom: 0;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	line-height: 1;
	text-transform: uppercase;
	color: #acacac;
	margin-bottom: 30px;
}

.content .span {
	width: 28.8%;
	padding: 0 1.5% 0 3%;
}

.content h2 {
	font-size: 2em;
	text-transform: none;
	font-weight: normal;
}

.previews li {
	width: 280px;
	height: 105px;
	margin-bottom: 20px;
}

.works li {
	height: 140px;
	margin-bottom: 20px;
}

.works .span {
	width: 24.99%;
	padding: 10px 1% 0 2%;
	height: 130px;
}

.works .smalls {
	width: 25%;
	padding-left: 0;
	padding-right: 0;
}

.works .nav {
	text-align: center;
	width: 19%;
	padding-left: 0;
	padding-right: 0;
}

.works h2 {
	font-size: 1.25em;
	color: #acacac;
	margin-bottom: 0.5em;
}

.nav h2 {
	text-transform: none;
	margin-bottom: 4em;
}

.nav a, .nav input {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1;
	text-transform: uppercase;
	color: #acacac;
}

.nav input {
	padding: 0;
	border: none;
	background: none;
	margin-left: -3px;
	cursor: pointer;
}

/* черно-белые - цветные картинки */
.switched_images {
	position: relative;
	border: 10px solid #eaeaea;
}

.des {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.color {
	z-index: 15 !important;
}
/* черно-белые - цветные картинки */

.sidebar {
	width: 28.29%;
	margin-right: 2%;
}

.sidebar h2 {
	font-size: 1.25em;
}

.sidebar h3 {
	font-weight: bold;
	margin: 20px 0;
	text-transform: uppercase;
}

.sidebar .date {
	text-transform: none;
}

.sidebar .nav {
	margin-top: 3em;
}

.left_menu a {
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
	color: #acacac;
	border-bottom: 1px solid;
	border-bottom-color: #fff;
}

.active {
	color: #666666;
	border-bottom-color: #666666;
}

.main {
	width: 69.7%;
	float: right;
	min-height: 300px;
}

.main h2 {
	font-size: 1.5em;
	line-height: 1.5;
}

.main p {
	color: #666666;
}

.one_work {
	border: 10px solid #eaeaea;
}

.one_work img {
	width: 100%;
}

.footer {
	margin-bottom: 10px;
}

.footer p {
	text-align: center;
	font-family: Georgia, Times, serif;
}

.footer a {
	border-bottom: 1px solid;
	border-bottom-color: #fff;
}

.posts {
	position: relative;
}

.posts li {
	margin-bottom: 20px;
	clear: both;
}

.posts img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 10px solid #eaeaea;
}

ul li .date {
	font-family: Georgia, Times, serif;
	color: #acacac;
	margin-bottom: 0;
}

.posts h3 {
	margin-bottom: 1em;
}

.posts h3 a {
	color: #666;
	border-bottom: 1px solid;
	border-bottom-color: #fff;
}

.tags a, .rss a span {
	font-family: Georgia, Times, serif;
	font-style: italic;
	border-bottom: 1px solid;
	border-bottom-color: #acacac;
}

.rss {
 	position: absolute;
	top: 0;
	right: 0;
}

.rss a {
	padding-left: 20px;
	background: url(../images/rss/rss_2.0.png) no-repeat left center;
}

.post p img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* форма обратной связи */
.forms {
	color: #666;
	overflow: hidden;
}

.forms label {
	display: block;
	font-family: Georgia, Times, serif;
}

.forms input,
.forms textarea,
.forms select {
	padding: 3px;
	background: #fff;
	border: 1px solid #acacac;
	color: #666;
	width: 367px;
	vertical-align: top;
	margin-bottom: 0.5em;
}

.forms input:focus,
.forms textarea:focus,
.forms select:focus	{
	border-color: #666;
}

.forms .submit {
	clear: both;
}

.forms .submit input {
	width: 120px;
}


#error {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #CA1D13 dashed;
	color: #CA1D13;
	background-color: #F2EDE9;
	background: url('/hostcmsfiles/images/error.gif') no-repeat 5px 50%;
	width: 343px;
}

.error {
	font-size: 75%;
	line-height: 12px;
	color: #CA1D13;
	width: 200px;
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
}

#message
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #4ba749 dashed;
	color: #4ba749;
	background: url('/hostcmsfiles/images/message.gif') no-repeat 5px 50%;
	width: 343px;
}

#message p
{
	margin: 0px;
	padding: 0px;
}

.captcha_small
{
	padding: 0px;
	font-size: 75%;
}

#captcha_keystring {
	width: 120px;
}

.captcha {
	width: 186px;
}

.image {
	padding-right: 25px;
}

.captcha, .captcha a:link, .captcha a:hover, .captcha a:visited
{
	color: #666;
}

.captcha_small img
{
	margin-bottom: -5px;
}

/* форма обратной связи */

.post h3 {
	color: #666;
	clear: both;
	font-size: 1.5em;
	margin-top: 20px;
}

/* комментарии */
#ShowAddComment
{
	margin-top: 20px;
	margin-bottom: 0.5em;
	font-size: 1.5em;
}

#ShowAddComment a {
	font-family: Georgia, times, serif;
	color: #666;
	border-bottom: 1px solid;
	border-bottom-color: #fff;
	outline: none;
}

/* ссылка "ответить" для комментария */
.c_u_l
{
	font-weight: bold;
}

/* Ответ на комментарий */
.cr
{
	display: none;
	margin: 0px 0px 10px 20px;
}

/* sub-div для дерева комментариев */
.csd
{
	margin-left: 20px;
}

.comment {
	color: #666;
}

.comment_subject {
	font-family: Georgia, times, serif;
	font-size: 1.25em;
	color: #666;
}

.comment_desc {
	font-family: Georgia, times, serif;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

/* комментарии */

.news_list a {
	display: block;
}


