/*
Theme Name: Caliber
Theme URI: http://www.themeweaver.net/
Description: WordPress Theme by Josh Stauffer
Author: Theme Weaver
Author URI: http://www.themeweaver.net/
Version: 1.0

License: GNU General Public License v2.0
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* =CSS Reset, by Eric Meyer, v2.0, 20110126: http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
@font-face {
    font-family: polel;
    src: url(panasonic.eot);
    src: url(panasonic.eot?#iefix) format('embedded-opentype'),
         url(panasonic.woff) format('woff'),
         url(panasonic.ttf) format('truetype'),
         url(panasonic.svg#polel) format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
h3.blue {
	color: #FFFFFF;
	background-color: #CC99FF;
	text-transform: none;
	padding: 5px;
	text-transform: uppercase;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* Home Page */
  .apps_container{width:100%; height:302px; display:inline; clear:both; margin:0 0 15px 0 }
  .apps_item{width:183px; height:150px; display:inline; float:left; margin:0 1px 1px 0 ;}
  .apps_item img{padding: 0 !important;}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #00aaee;
		background: rgba(0, 170, 238, 0.7);
		z-index: 100;
        	zoom:1;
                filter:alpha(opacity=70);
                filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
                -moz-opacity: 0.7;
                -khtml-opacity: 0.7;
                opacity: 0.7;
		display: none;
		top: 0;
		left: 0; 
		}

	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 

/* =Global
-------------------------------------------------------------- */

hr {
	background-color: #ddd;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 15px 25px;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin-bottom: 15px;
}
dt {
	font-weight: bold;
}
dd {
	font-style: italic;
	margin: 0 15px 5px;
}
table {
	margin-bottom: 15px;
}
th, td {
	padding: 2px 5px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	background: #f5f5f5;
	border-left: 1px solid #ddd;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 15px 15px 0 15px;
}
code, kbd {
	background: #eee;
	font-family: "Courier New", Courier, monospace;
	padding: 0 3px;
}
pre {
	background: #f5f5f5;
	border: 1px solid #ddd;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 15px;
	overflow: auto;
	padding: 15px;
}
pre code {
	background: transparent;
	padding: 0;
}
address {
	font-style: italic;
	margin: 0 0 15px;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
acronym {
	text-transform: uppercase;
}
ins {
	border-bottom: 1px solid #666;
	font-style: italic;
	text-decoration: none;
}
big {
	font-size: 120%;
}
small,
sup,
sub {
	font-size: 80%;
}
sup,
sub {
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Form Elements */
input,
select,
textarea {
	background: #f9f9f9;
	border: 1px solid #ddd;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #444;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 4px;
}
input[type=text]:focus,
select:focus,
textarea:focus {
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
}
textarea {
	width: 97%;
}
input[type=submit] {
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 8px;
	text-transform: uppercase;
}
input[type=submit]:hover {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
input[type=submit]:active {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
}

/* Links */
a {
	color: #e00000;
	outline: none;
	text-decoration: none;
}
a:active,
a:focus,
a:hover {
	color: #e00000;
	text-decoration: underline;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'polel';
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 5px;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 15px;
}


/* =Structure
-------------------------------------------------------------- */

body {
	background: #f9f9f9 url(images/bg-speckle.jpg);
	color: #555;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#wrap {
	background: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	clear: both;
	margin: 20px auto;
	padding: 0 20px;
	width: 920px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	overflow: hidden;
        clear: both;
	width: 100%;
}
#header .wrap {
	background: none;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#branding {
	margin: 0 auto;
        float:left;
}
#site-logo {
	margin: 0;
	padding: 0;
}
#site-logo a img,
#site-logo a:hover img {
	opacity: 1;
}
#site-title {
	color: #444;
	font-family: 'polel';
	font-size: 50px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#site-title a,
#site-title a:hover {
	color: #444;
	text-decoration: none;
}
#site-description {
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 10px;
}
#telephone {
	position:relative;
        font-size: 16px;
        font-weight: bold;
	float:right;
        top: 10px;
}
#panasonic {
	position:relative;
	visibility: visible;
    font-weight: bold;
	font-size: 13px;
    line-height: 1.3;
	color: #2554a5;
        float:left;
        top: 5px;
}
#polel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	position:relative;
	visibility: visible;
	font-weight: bold;
        float:right;
        top: 5px;
        
}

/* =Menus
-------------------------------------------------------------- */
/* Хлебные крошки */
.breadcrumbs {
	background-color: #F0F0FF;
	padding-bottom: 2pt;
	padding-left: 2pt;
}


/* Menu Constants */
.menu ul {
	margin: 0;
	padding: 0;
}
li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}
li:hover,
li.sfHover {
	position: static;
}
span.sf-sub-indicator {
	display: none;
}

/* Primary Menu */
#menu-primary {
	background: #fff url(images/line-grid.png) repeat-x 0 10px;
	clear: both;
        float:left;
	overflow: hidden;
	width: 100%;
}
#menu-primary ul {
	background: #fff;
	float: right;
}
#menu-primary li {
	float: left;
	list-style-type: none;
	margin-left: 5px;
}
#menu-primary li a {
	color: #444;
	display: block;
	font-family: 'polel';
	font-size: 16px;
        font-weight: 500;
	line-height: 20px;
	padding: 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-primary li a:hover,
#menu-primary li a:active,
#menu-primary li:hover > a,
#menu-primary li.sfHover > a {
	background: #CC99FF;
	color: #fff;
}
#menu-primary li li {
	margin-left: 0;
}
#menu-primary li li a,
#menu-primary li li a:link,
#menu-primary li li a:visited {
	background: #fff;
	border-bottom: 1px solid #DDDDFF;
	color: #444;
	font-family: 'polel';
	font-size: 16px;
        font-weight: 500;
	line-height: 30px;
	padding: 0 10px;
	text-transform: none;
	width: 160px;
}
#menu-primary li li a:hover,
#menu-primary li li a:active,
#menu-primary li li:hover > a {
	background: #f8f8f8;
	color: #222;
}
#menu-primary li ul {
	border: 1px solid #CC99FF;
	border-width: 3px 0;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}
#menu-primary li ul a {
	width: 160px;
}
#menu-primary li ul ul {
	margin: -34px 0 0 180px;
}
#menu-primary li:hover > ul,
#menu-primary li.sfHover ul {
	left: auto;
}

/* Footer Menu */
#menu-footer {
	background: #fff;
	clear: both;
	overflow: hidden;
	padding: 5px 0 8px;
	width: 100%;
}
#menu-footer ul#menu-footer-left {
	float: left;
}
#menu-footer ul#menu-footer-right {
	float: right;
}
#menu-footer li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}
#menu-footer li a {
	color: #444;
	display: block;
	font-family: 'polel';
	font-size: 14px;
	line-height: 20px;
	padding: 1px 5px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-footer li a:hover,
#menu-footer li a:active,
#menu-footer li:hover > a,
#menu-footer li.sfHover > a {
	background: #CC99FF;
	color: #fff;
}
#menu-footer li li {
	margin-left: 0;
}
#menu-footer li li a,
#menu-footer li li a:link,
#menu-footer li li a:visited {
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
	color: #444;
	font-family: 'polel';
	font-size: 14px;
	line-height: 25px;
	padding: 0 5px;
	text-transform: none;
	width: 140px;
}
#menu-footer li li a:hover,
#menu-footer li li a:active,
#menu-footer li li:hover > a {
	background: #f8f8f8;
	color: #222;
}
#menu-footer li ul {
	border: 1px solid #444;
	border-width: 3px 0;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}
#menu-footer li ul a {
	width: 140px;
}
#menu-footer li ul ul {
	margin: -29px 0 0 150px;
}
#menu-footer li:hover > ul,
#menu-footer li.sfHover ul {
	left: auto;
}

/* Social Icons */
#menu-footer .facebook a,
#menu-footer .feedburner a,
#menu-footer .flickr a,
#menu-footer .google a,
#menu-footer .linkedin a,
#menu-footer .twitter a,
#menu-footer .vimeo a,
#menu-footer .youtube a {
	background: #fff url(images/social.png) no-repeat;
	display: block;
	height: 20px;
	padding: 0;
	text-indent: -9999px;
	width: 20px;
}
#menu-footer .facebook a:hover,
#menu-footer .feedburner a:hover,
#menu-footer .flickr a:hover,
#menu-footer .google a:hover,
#menu-footer .linkedin a:hover,
#menu-footer .twitter a:hover,
#menu-footer .vimeo a:hover,
#menu-footer .youtube a:hover {
	background: #fff url(images/social.png) no-repeat;
}
#menu-footer .facebook a {
	background-position: 0 0;
}
#menu-footer .feedburner a {
	background-position: 0 -20px;
}
#menu-footer .flickr a {
	background-position: 0 -40px;
}
#menu-footer .google a {
	background-position: 0 -60px;
}
#menu-footer .linkedin a {
	background-position: 0 -80px;
}
#menu-footer .twitter a {
	background-position: 0 -100px;
}
#menu-footer .vimeo a {
	background-position: 0 -120px;
}
#menu-footer .youtube a {
	background-position: 0 -140px;
}
#menu-footer .facebook a:hover {
	background-position: -20px 0;
}
#menu-footer .feedburner a:hover {
	background-position: -20px -20px;
}
#menu-footer .flickr a:hover {
	background-position: -20px -40px;
}
#menu-footer .google a:hover {
	background-position: -20px -60px;
}
#menu-footer .linkedin a:hover {
	background-position: -20px -80px;
}
#menu-footer .twitter a:hover {
	background-position: -20px -100px;
}
#menu-footer .vimeo a:hover {
	background-position: -20px -120px;
}
#menu-footer .youtube a:hover {
	background-position: -20px -140px;
}


/* =Main
-------------------------------------------------------------- */

#main {
	clear: both;
	margin: 40px auto 0;
	width: 100%;
}
.page-template-template-home-php #main {
	margin: 20px auto 0;
}

/* =Content
-------------------------------------------------------------- */
.wrap1 {
         max-width: 830px;/*фиксируем ширину обертки*/
         margin: 0 auto;/*центрируем ее*/
        }
 
.bblock2 {
        float: left; /*Задаем обтекание*/
        font-size: 16px;
        max-width: 415px; /*Фиксируем ширину блока*/
}
.wrap1 :last-child {
        margin-right: 0px;/*Убираем поле последнего div-а*/
                       }

.hentry {
	border-bottom: 1px dotted #ddd;
	margin: 0 0 30px;
	overflow: hidden;
	padding: 0 0 30px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 5px;
	padding: 0;
}
.entry-title a {
	color: #222;
}
.entry-title a:active,
.entry-title a:focus,
.entry-title a:hover {
	color: #555;
	text-decoration: none;
}
.entry-meta {
	clear: both;
	font-size: 10px;
}
.entry-content {
	margin: 15px 0 0;
}
.page-links {
	clear: both;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 4px 0 0;
	word-spacing: 6px;
}
.page-links a:link,
.page-links a:visited {
	background: #f9f9f9;
	border: 1px solid #ddd;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #444;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 5px;
	padding: 4px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.page-links a:hover {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.page-links a:active {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
}
.entry-info {
	clear: both;
	font-size: 10px;
}

/* Sticky Posts */
.sticky .entry-meta {
	display: none;
}

/* Archive/Search Loop Meta */
.loop-meta {
	margin: 0 0 30px;
	overflow: hidden;
}
.loop-title {
	color: #222;
	font-family: 'polel';
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.loop-description {
	overflow: hidden;
	padding: 5px 0 0;
}
.loop-description p {
	margin: 0 0 5px;
}
.loop-meta .avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 1px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 5px 10px 10px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 5px 0 10px 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 5px auto 10px;
}
.alignnone {
	display: block;
	margin: 5px 0 10px;
}
blockquote.alignleft,
blockquote.alignright {
	width: 33%;
}
.clear {
	clear: both;
}


/* =Page Templates
-------------------------------------------------------------- */

.archives-left {
	float: left;
	margin: 10px 0 0;
	width: 55%;
}
.archives-right {
	float: right;
	margin: 10px 0 0;
	width: 40%;
}
.archives-right select {
	margin: 0 0 25px;
	width: 95%;
}


/* =Home
-------------------------------------------------------------- */

#tw-slider-wrap {
	background: #fff url(images/line-grid.png) repeat-x 0 350px;
	height: 360px;
	margin: 0 0 40px;
}
#tw-slider {
	background: #333 url(images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	height: 340px;
	position: relative;
	width: 920px;
}
#tw-slider img {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
}
#tw-slider a {
	border: 0;
	display: block;
}
#tw-slider-wrap .nivo-directionNav {
	background: #fff;
	bottom: -18px;
	right: 0;
	padding-left: 3px;
	position: absolute;
}
#tw-slider-wrap .nivo-directionNav a {
	background: url(images/slider-arrows.png) no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 13px;
	margin-left: 2px;
	position: relative;
	text-indent: -9999px;
	width: 30px;
}
#tw-slider-wrap a.nivo-nextNav {
	background-position: -30px 0;
}
#tw-slider-wrap .nivo-controlNav {
	background: #fff;
	bottom: -18px;
	left: 0;
	padding-right: 3px;
	position: absolute;
}
#tw-slider-wrap .nivo-controlNav a {
	background: url(images/slider-bullets.png) no-repeat;
	border: 0;
	display: block;
	float: left;
	height: 13px;
	margin-right: 2px;
	text-indent: -9999px;
	width: 30px;
}
#tw-slider-wrap .nivo-controlNav a.active {
	background-position: 0 -13px;
}
#tw-slider-wrap .nivo-caption {
	background-color: inherit;
	background: url(images/slider-caption.png);
	font-family: 'polel';
	font-size: 24px;
	line-height: 1;
	margin: 10px;
	width: auto;
}
#tw-slider-wrap .nivo-caption p {
	padding: 0;
	margin: 15px 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#tw-slider-wrap .nivo-caption a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}
#tw-slider-wrap .nivo-caption a:hover {
	color: #fff;
}


/* =Images
-------------------------------------------------------------- */

.entry-content img {
	border: 1px solid #ccc;
	height: auto;
	padding: 4px;
}
.gallery img {
	border: 1px solid #ccc !important;
}
a:hover img {
	opacity: .9;
}

/* Max-widths for images */
.entry-content img {
	max-width: 570px;
}
.layout-fwc .entry-content img {
	max-width: 910px;
}

/* Image Captions */
.wp-caption {
	max-width: 100%; /* Fixes inline styling */
}
.wp-caption {
	overflow: hidden;
	padding: 0 0 4px;
	text-align: center;
}
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	margin: 5px;
}
.pp_description {
	display: none !important;
}

/* Misc */
object,
embed {
	width: 100%;
}
img.wp-smiley {
	background: transparent;
	border: none;
	max-width: 12px;
	padding: 0;
}
.gallery-caption {
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	margin: 0 5px;
}


/* =Pagination
-------------------------------------------------------------- */

.comment-pagination,
.pagination {
	overflow: hidden;
	padding: 0 0 15px;
}
.pagination .page-numbers,
.comment-pagination .page-numbers {
	background: #f9f9f9;
	border: 1px solid #ddd;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #444;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 0 5px;
	padding: 4px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.pagination a:hover,
.comment-pagination a:hover {
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.pagination a:active,
.comment-pagination a:active {
	box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
}
.pagination .current,
.comment-pagination .current {
	color: #aaa;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget {
	background: url(images/line-grid.png) repeat-x 0 100%;
	margin: 0 0 20px;
	padding: 0 0 25px;
}
.widget-area .widget-title {
	color: #FFFFFF;
	background-color: #CC99FF;
	font-weight: bold;
	text-transform: none;
	padding: 5px;
	text-transform: uppercase;
}
/* добавил для увеличения шрифта на главной */
.widget-area .widget-title2 {
	color: #FF0000;
	background-color: #E0FFFF;
	font-weight: bold;
	text-align: center;
	font-size: 46px;
	text-transform: none;
	padding: 5px;
	text-transform: uppercase;
}
/* добавил для увеличения шрифта на главной */
/* добавил для уменьшения шрифта на главной */
.widget-area .widget-title3 {
	color: #000000;
	background-color: #E0FFFF;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	text-transform: none;
	padding: 5px;
	text-transform: uppercase;
}
/* добавил для увеличения шрифта на главной */
/* Text widget */
.widget-area .textwidget {
	padding: 5px 0 0;
}
.widget-area .textwidget p {
	margin: 0 0 3px;
}
	
/* Widget unordered lists */
.widget-area .widget ul {
	margin: 5px 0 0 15px;
}
.widget-area .widget ul ul {
	margin: 0 0 0 15px;
}
.widget-area .widget ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

/* Dropdowns  */
.widget-area .widget select {
	border: 1px solid #ddd;
	display: inline;
	margin: 5px 0 0;
	width: 258px;
}

/* Search form widget */
.widget-area .search-form {
	margin: 5px 0 0;
	overflow: hidden;
}
.search-form input[type="text"] {
	border: 1px solid #ddd;
	padding-left: 4px;
	padding-right: 4px;
	text-indent: 5px;
	width: 248px;
}
.search-form .search-submit {
	display: none;
}

/* Calendar widget */
.widget-area #calendar_wrap {
	margin: 5px 0 0;
}
#wp-calendar {
	margin: 0;
	width: 100%;
}
#wp-calendar caption {
	font-size: 11px;
	padding: 2px 5px 0 0;
	text-align: right;
	text-transform: uppercase;
}
#wp-calendar td,
#wp-calendar th {
	border: 1px solid #ddd;
	padding: 2px;
	text-align: center;
}

/* Tag cloud */
.widget-area .tagcloud {
	padding: 5px 0 0;
}


/* =Home Widgets
-------------------------------------------------------------- */

#home-widgets {
	clear: both;
}
#home-widgets .widget-area .widget {
	background: none;
	margin: 0 0 0px;
	padding: 0;
}
#home-widgets .textwidget img {
	margin-bottom: 5px;
}
#sidebar-home-welcome {
	clear: both;
}
.widget-wrap .widget-inside {
	clear: both;
}
/* #sidebar-home-welcome .widget_text {
	text-align: center;
} */
#sidebar-home-welcome .widget_text .widget-title {
/*	color: #222;
	font-family: 'polel';
	font-size: 36px; 
	font-weight: normal;
	line-height: 45px;
	margin: 0 0 5px;
	padding: 5;
	text-transform: none;  */
}
/*
#sidebar-home-welcome .widget_text .textwidget {
	font-family: 'polel';
	font-size: 16px;
	font-style: italic;
	line-height: 25px; 
	padding: 0;
}
*/
#sidebar-home-1,
#sidebar-home-2,
#sidebar-home-3,
#sidebar-home-4 {
	float: left;
	margin: 0 20px 0 0;
	width: 215px;
}
#sidebar-home-4 {
	margin: 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul.children {
	margin: 10px 0 0;
}
#comments li {
	border: 1px solid #ddd;
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 10px 0;
	position: relative;
}
#comments li.bypostauthor {
	background: #fff;
}
#comments li.thread-even,
#comments li.thread-even .comment {
	background: #fff;
}
#comments li.thread-even .alt {
	background: #f5f5f5;
}
#comments li.thread-odd,
#comments li.thread-odd .comment {
	background: #f5f5f5;
}
#comments li.thread-odd .alt {
	background: #fff;
}
#comments li.pingback p {
	margin-bottom: 10px;
}
#comments .avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: right;
	padding: 1px;
}
.comment-author .says {
	display: none;
}
cite.fn {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}
.comment-meta {
	font-size: 10px;
	margin: 0 0 10px;
}
.comment-meta a {
	color: #666;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin: 0 0 15px 25px;
}
#comments .comment-body ul li {
	list-style: square;
}
#comments .comment-body ol li {
	list-style-type: decimal;
}
#comments .comment-body ul ul,
#comments .comment-body ol ol,
#comments .comment-body ul ol,
#comments .comment-body ol ul {
	margin-bottom: 0;
}
#comments .comment-body li {
	border: none;
	margin: 0;
	padding: 0;
}
.reply {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 10px;
}

/* Comment Form */
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}
#reply-title small {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#cancel-comment-reply-link {
	font-family: Tahoma, Geneva, sans-serif;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	margin: 0 0 10px;
	overflow: hidden;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	float: left;
	margin-right: 10px;
	width: 240px;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	line-height: 25px;
}
.comment-form-comment label {
	display: none;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	background: #fff url(images/line-grid.png) repeat-x 0 0;
	clear: both;
	color: #aaa;
	font-size: 10px;
	overflow: hidden;
	padding: 10px 5px;
	text-transform: uppercase;
	width: 910px;
}
#footer a {
	color: #666;
}
#footer .copyright {
	float: left;
	margin: 0;
	width: 50%;
}
#footer .credit {
	float: right;
	margin: 0;
	text-align: right;
	width: 50%;
}


/* =Layouts
-------------------------------------------------------------- */

#content {
	float: left;
	margin: 0 0 40px;
	width: 580px;
}
#sidebar-primary {
	float: right;
	margin: 0 0 40px;
	width: 280px;
}
.layout-fwc #content {
	width: 100%;
}
.layout-sc #sidebar-primary,
.layout-cs #content {
	float: left;
}
.layout-cs #sidebar-primary,
.layout-sc #content {
	float: right;
}


/* =Shortcodes
-------------------------------------------------------------- */

/* Button Shortcode */
.button a,
.button a:visited {
	background: #222 url(images/button.png) repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	color: #fff;
	display: inline-block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 5px 0;
	padding: 5px 15px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
}
.button a:hover {
	background-position: 0 -50px;
	color: #fff;
	text-decoration: none;
}
.button a:active {
	background-position: 0 -100px;
	top: 1px;
}
.small.button a,
.small.button a:visited {
	font-size: 11px;
	padding: 0 10px;
}
.big.button a,
.big.button a:visited {
	font-size: 15px;
	padding: 10px 25px;
}
.dark.button a,
.dark.button a:visited {
	background-color: #000;
}
.light.button a,
.light.button a:visited {
	background-color: #f3f3f3;
	color: #000;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.4);
}
.blue.button a,
.blue.button a:visited {
	background-color: #0095cd;
}
.gray.button a,
.gray.button a:visited {
	background-color: #6e6e6e;
}
.green.button a,
.green.button a:visited {
	background-color: #64991e;
}
.orange.button a,
.orange.button a:visited {
	background-color: #f78d1d;
}
.pink.button a,
.pink.button a:visited {
	background-color: #f895c2;
}
.purple.button a,
.purple.button a:visited {
	background-color: #a9014b;
}
.red.button a,
.red.button a:visited {
	background-color: #e33100;
}
.yellow.button a,
.yellow.button a:visited {
	background-color: #ffb515;
}

/* Column Shortcode */
.one-half,
.one-third,
.one-fourth,
.two-thirds,
.two-fourths,
.three-fourths {
	float: left;
	margin: 0 0 15px 3%;
}
.first {
	clear: both;
	margin-left: 0;
}
.one-half,
.two-fourths {
	width: 48%;
}
.one-third {
	width: 31%;
}
.one-fourth {
	width: 22.5%;
}
.two-thirds {
	width: 65%;
}
.three-fourths {
	width: 73.5%
}

/* Box Shortcode */
p.alert,
p.download,
p.info,
p.note {
	padding: 10px 15px;
}
p.alert {
	background: #ffd9c8;
	border: 1px solid #f0baa2;
}
p.download {
	background: #edfcd5;
	border: 1px solid #d4ebaf;
}
p.info {
	background: #f9f9f9;
	border: 1px solid #eee;
}
p.note {
	background: #fef6d2;
	border: 1px solid #efe3ae;
}