/*  
Theme Name: Blue&Green

*/
body {
    overflow-x:  auto;
	color: #000000; 
	text-align: center;
	margin: 0 0 50px 0;
	font-size:14px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	background-color:#d7e0ef;
}
/* links */
a, a:visited {	
	color: #000000;
        font-weight:bold;
	text-decoration: none;	
}

a:hover {
	color: #0000FF;
        font-weight:bold;
	text-decoration: none;
}

a.amy {	
	color: #000000 !important;
        font-weight: normal;
	text-decoration: underline;
}

a.amy:hover {
	color: #0000FF !important;
        font-weight: normal;
	text-decoration: none;
}

p {text-align: justify;}

/* headers */

h1 {
	font-size: 160%;	
	font-weight: normal;
}

h2 {
	font-size: 130%;
    margin-top: 15px !important;
}
h3 {
	font-size: 105%;	
        font-weight: bold;
        margin-top: 15px !important; 	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
        list-style-type: square;
}
.button 
{
 text-decoration:none; 
 text-align:center; 
 padding:10px 10px; 
 border:solid 1px #004F72; 
 -webkit-border-radius:2px;
 -moz-border-radius:2px; 
 border-radius: 2px; 
 font:12px Verdana, Geneva, sans-serif; 
 font-weight:bold; 
 color:#ffffff; 
 background-color:#3BA4C7; 
 background-image: -moz-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -webkit-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -o-linear-gradient(top, #3BA4C7 0%, #1982A5 100%); 
 background-image: -ms-linear-gradient(top, #3BA4C7 0% ,#1982A5 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1982A5', endColorstr='#1982A5',GradientType=0 ); 
 background-image: linear-gradient(top, #3BA4C7 0% ,#1982A5 100%);   
  }
.button:hover 
{
color:#FFFF00;
}

a.button9 {
  margin-top: 60px;
  position: relative;
  display: inline-block;
  color: #006600;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 1em 2em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
a.button9:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
a.button9:active {
  top: 1px;
}

.table_price {
  width: 97%;
  margin-left: 10px;
  border-collapse: collapse;
  border-left: 3px solid #8dac6c;
  border-right: 3px solid #8dac6c;
  border-bottom: 3px solid #8dac6c;
  font-family: "Lucida Grande", sans-serif;
 }
.table_price caption {
  background: #8dac6c;
  border-radius: 2px;
  padding: 10px;
  box-shadow: 0 2px  4px 0 rgba(0,0,0,.3);
  color: white;
  font-family: Arial, Helvetica, Georgia, Sans-serif;
  font-style: normal;
  font-size: 17px;
  text-align: center;
  margin: 0;
}
.table_price td, .table_price th {
  padding: 10px;
}
.table_price th {
  text-align: left;
  font-size: 16px;
}
.table_price tr:nth-child(2n) {
  background: #E5E5E5;
}
.table_price td:last-of-type {
  text-align: center;
}
.table_price a {
  display: inline-block;
  padding: 5px 10px;
  background: #C4EB9A;
  box-shadow: 2px 2px 0 0 #517828;
  position: relative;
}
.table_price a:hover {
  box-shadow: none;
  top: 2px;
  left: 2px;
}
#wraper {
	position: relative;
	background: #fff;
	width: 900px;	
	margin: 50px auto 0 auto;
	text-align: justify;
}
#header {
    background-image:url('head.jpg');
	width: 870px;	
	height: 175px;	
	padding: 0;	
border-right: solid 15px #ffffff;
border-left: solid 15px #ffffff;
border-top: solid 15px #ffffff;	
}


#blabla {
padding: 15px;
font-weight: bold;

}

#zag {
	font-size: 200%;	
	font-weight: normal;
}

q {
font-style: italic;
font-size: 14px;
color: #006600;
}


/* Navigation */


#navigation {
width: 870px;
background-color: #33481c;
border-right: solid 15px #ffffff;
border-left: solid 15px #ffffff;
color:000000;
}
	
#navigation ul {
margin: 0;
padding: 0;
list-style: none;
}

#navigation ul li {
float: left;
margin: 0;
padding: 0;
}


#navigation ul li a {
float: left;
font-size: 100%;
font-weight: normal;
text-decoration: none;
padding: 5px 15px;
font-size: 14px;
color: #ffffff;
}

#navigation ul li a:hover {
color: #ffffff;
background-color: #8dac6c;
}



#content-wrap {
	position: relative;
    background-color: #dae9bc;
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
}
#main {
	float: left;
	width: 550px;
	padding: 15px 0 0 0; margin: 0 0 0 10px;
	display: inline;	
}

.sidebar{
	float: right;
	width: 280px;
	padding: 45px 0 0 0; margin: 0 10px 0 20px;	
	}
.post{
	padding:10px 0 10px 0;
	}
.post h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}
.entry{
	line-height:18px;
	}
p.postmetadata{
	border-top:1px solid #ccc;
	margin:10px 0 0 0;
	}
.navigation{
	padding:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	}
/* Sidebar */	
#sidebar {
	float: right;
	width: 280px;
	padding: 25px 0 0 0; margin: 0;
}	

.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		

}
.sidemenu li {
	list-style: none;
	padding: 5px 0 5px 5px;
	margin: 0 2px;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
        text-align: justify;
}

.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul li { border: none;}
#footer-wrap {
	clear: both;
	width: 900px;
	text-align: left;
        font-size: 12px;
}


#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	padding: 5px 0 0 0;
	text-align: center;	
}

.soc {font-weight:bold; text-transform:uppercase; color:#1E90FF;}
.ya-share2 {margin-bottom: 10px; padding: 10px; text-align: left; data-size: s;}


/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;		
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
table#wp-calendar{
	width:100%;
	}

/* Убирает иконку капчи Гугла */
.grecaptcha-badge {display: none;}

.cap { padding-left: 10px; padding-top: 10px; }

#vk_groups { margin: 0 auto 20px; }