/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/


/*.test-recaptcha {
	width: 200px;
	border: 4px double black;
}
*/





body {
  margin: 20px 0px 0px 0px;
}

a {
	color: #675;
}

a img {
	border: none;
}

.leftArrow {
  text-align: right;
  padding-left: 10px;
  padding-right: 20px;
  height: 18px;
}

.rightArrow {
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
  height: 18px;
}

.tableImage {
  padding-top: 20px;
  padding-bottom: 20px;
  
  /* Делаем так, чтобы внутри элемента на фоне показывалась картинка «загрузки» */
  background-image: url(images/please-wait-fon.png); /* Путь к фоновому изображению */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
}

.tableImage a img{
  width: 800;
  height: 587;
}

/* Стили для формы отправки писем */

.clientEmailAndName {
  border:2px solid #CCCCCC;
  height:22px;
  width: 355px;  
  color: #333333;
  
  text-align: center;
  font-family: Arial;
  font-size: 10pt;
}

.clientMainText {
  border: 2px solid #CCCCCC;
  height: 301px;
  width: 737px;
  color: #333333;
  
  text-align: left;
  font-family: Arial;
  font-size: 10pt;
}

.footer {
  height: 50px;
  width: 100%;
  text-align: center;
  background: #000000;
}

/*--------- Социальные закладки ----------*/
.social-like {
  /*height: 50px;*/
  width: 100%;
  background-color: #FF0000;
  text-align: center;
  vertical-align: middle; 
 }

/*--------------------------*/
pre { text-align: left; overflow: visible }
code { background-color: #ffc }
pre code { background-color: #eee }


/*--------- стили сообщений формы обратной связи ---------*/
.checkSendForm{
	position:absolute;
	display:none;
	z-index:1000;
}


/*---------- LJ-copy ----------*/
.lj-like {
    margin: 12px 0 !important;
	vertical-align: middle;
	overflow: visible;
	height: 24px;
}
.lj-like-item {
    display: inline-block !important;
    margin: 12px 12px 12px 0 !important;
    vertical-align: middle !important;
	overflow: visible;
}


/*---------- Сниппеты от Артемия Лебедева ----------*/
.align_center
{
	position: relative;
	width: 100%;
}
.align_center:after
{
	content: '';
	display: block;
	clear: both;
}
.align_center_to_left
{
	position: relative;
	right: 50%;
	float: right;
}
.align_center_to_right
{
	position: relative;
	z-index: 1;
	right: -50%;
}
