@import url(reset.css);

body, div, span, img {
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-size: 12px;
    vertical-align: baseline; 
    background: transparent;
    font-family: Arial, sans-serif;
}
ol, ul { 
    list-style: none; 
}

.nav ul { position:absolute; top:-999em; background-position: bottom; background-repeat: no-repeat; z-index: 10; }
.nav li { float:left; position:relative; }
.nav a { display:block; float: left; }
.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:50px; }
.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
.nav li li:hover ul, ul.nav li li.sfHover ul { left:192px; top:0px; }
.nav li:hover ul, .nav li li:hover ul { top: -999em; }
.nav li li { display: block;	padding: 0px; float: left; height: auto !important; }
.nav li ul { width: 191px; z-index:1000; }
		        
.clearfix:after { 
    visibility: hidden; 
    display: block; 
    font-size: 0; 
    content: " "; 
    clear: both; 
    height: 0; 
}

p { 
    padding-bottom: 10px; 
    line-height: 24px; 
}
    
/*Верхняя строка*/
#top-header {
    outline:0px solid #cc0000;
    border-bottom: 2px solid #ffffff; 
    border-color: #dddddd;
    position: relative; 
    background: url(../images/header-bg.png);
    min-height: 46px;
    color: #48423f;
    width: 100%;
}

#top-shadow { 
    background: url(../images/top-shadow.png) repeat-x; 
    width: 100%; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    height: 7px; 
}

#bottom-shadow { 
    background: url(../images/bottom-shadow.png) repeat-x; 
    width: 100%; 
    position: absolute; 
    bottom: 0px; 
    left: 0px; 
    height: 4px;
}

#top-header.container {
    min-height: 46px;
    text-align: left;
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

ul#top-menu.nav { 
    float: left; 
    padding-left: 36px;
    list-style: none;
}
ul#top-menu li { 
    background: url(../images/menu-bg.png) repeat-y top right;
    background-image: url(../images/menu-bg.png); 
    padding-right: 2px; 
    
}
ul#top-menu a.popup, ul#top-menu a.first { 
    font-size: 11px; 
    color: #ffffff; 
    text-decoration: none; 
    text-transform: uppercase; 
    font-weight: bold; 
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7); 
    padding: 16px 12px 10px; 
    line-height: 20px;
}

ul#top-menu a:hover { color: #ebbe5e;}


/*Конец Верхняя строка*/

/*Основной блок серый*/

#content-area {
    background: #dddddd url(../images/areaBg.png) repeat;
    /*height: 3715px;*/
    min-width: 1150px; /* Минимальная ширина контейнера */
    width: 100%;
}

#content-area .container {
    padding-top: 5px;
    padding-bottom: 39px;
}

.container {
    outline:0px solid #cc0000;
    text-align: left; 
    margin: 0 auto; 
    width: 1000px; /*Ширина центральной части*/
    position: relative;
    height: 100%;
}

/*Верхний банер*/
#logo-area { 
    text-align: center; 
    position: relative; 
    padding-bottom: 15px;
}
/*Конец Верхний банер*/

/*Основной контейнер белый*/
#content { 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    border: 1px solid #e2e5e5;
}

#inner-border, #content-shadow, #content-top-shadow, #content-bottom-shadow { 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
}

#inner-border { 
    border: 1px solid #ffffff; 
    background: #ffffff url(../images/content-bg.png); 
    height: 100%;
}

#content-shadow { 
    background: url(../images/content-main-shadow.png) repeat-y; 
    height: 100%;
}

#content-top-shadow { 
    background: url(../images/content-top-shadow.png) repeat-x 0 1px; 
    height: 100%;
}

#content-bottom-shadow { 
    background: url(../images/content-bottom-shadow.png) repeat-x bottom left; 
    height: 100%;
}

/*Меню навигации*/
#second-menu { 
    background: url(../images/menu-bottom-bg.png) repeat-x bottom left; 
}

ul#secondary-menu {
    padding-left: 0px; 
    margin-top: -1px; 
}

ul#secondary-menu li {
    padding-right: 2px; 
    background: url(../images/secondary-menu-bg.png) repeat-y top right;
    height: 56px;
    margin-bottom: 9px;
}

ul#secondary-menu li a#ff {
    background: url(../images/secondary-menu-bg.png) repeat-y top left;
}

ul#secondary-menu li a.first {
    padding-left: 14px;
}

ul#secondary-menu a {
    font-size: 13px;
    font-weight: bold; 
    color: #48423f; 
    line-height: 1.5;
    text-decoration: none; 
    text-transform: uppercase;
    padding: 20px 18px 14px; 
}

ul#secondary-menu a:hover { 
    color: #919e9e;
    display: block;
    opacity: 1;
    visibility: visible;
	margin: 0;
}

ul#secondary-menu li ul { 
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
	position: absolute;
	left: 0;
	z-index: 9999; 
    
    /*width: 360px !important;*/ 
    padding: 5px 0; 
    background: #fff url(../images/content-bg.png); 
    top: 60px !important; 
    
    -moz-box-shadow:3px 3px 7px 1px rgba(0, 0, 0, 0.1); 
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1); 
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1); 
    
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    
    border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px; 
    
    -webkit-border-top-left-radius: 0px; 
    -moz-border-radius-topright: 0px; 
    -webkit-border-top-right-radius: 0px; 
    
    /*Начало плавное появление*/
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
    /*Конец плавное появление*/
    display: inline;
}

ul#secondary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
    
ul#secondary-menu ul li { 
    display: inline;
    margin: 0 !important; 
    padding: 8px 25px 8px 20px; 
    text-align: center;
    /*width: auto !important;*/ 
    float: left; 
}

ul#secondary-menu ul li.last { 
    background: none;
}

ul#secondary-menu ul li.small { 
    padding: 15px 25px 14px 25px !important; 
}

ul#secondary-menu ul li a { 
    padding: 0; 
    text-align: center;
}

ul#secondary-menu li ul#sub-menu3, ul#secondary-menu li ul#sub-menu1 {
    left: 0px;
}

ul#sub-menu3 li, ul#sub-menu1 li {
    background: url(../images/secondary-menu-bg-gorizont.png) repeat-x bottom left;
    padding: 10px 20px !important;
    
}


/*Конец Меню навигации*/

/*Начало Слайдер*/
#featured { 
    position: relative; 
    /*padding-bottom: 20px;*/ 
    margin-bottom: 20px;
    margin-right: -1px; 
}

#slides { 
    height: 340px; 
}

.featured-top-shadow { 
    background:url(../images/featured-top-shadow.png) repeat-x; 
    position: absolute; 
    top:0px; 
    left: 0px; 
    width: 996px; 
    height: 7px; 
}

.featured-bottom-shadow { 
    background:url(../images/featured-bottom-shadow.png) repeat-x; 
    position: absolute; 
    bottom:0; 
    left: 0; 
    width: 996px; 
    height: 8px; 
    z-index: 10;
}

/*Начало Внутренний текст на картинке*/
.featured-description, .featured-description2 { 
    position: absolute; 
    width: 630px; 
    height: 90px; 
    bottom: 20px; 
    right:40px; 
    padding: 20px 20px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
}
.featured-description { 
    background:url(../images/featured-description.png);
    opacity: 0.7;
    -moz-opacity: 0.7;
}


h2.featured-title { 
    font:italic bold 24px 'Palatino', Georgia, serif; 
    letter-spacing: 6px;
    text-shadow: 1px 1px 3px black, 0 0 20px red; 
    margin-top: -4px; 
    text-align: center;
}

h2.featured-title a { 
    text-decoration: none; 
    color: #ffffff; 
}

.featured-description2 p { 
    font: italic 18px 'Palatino', Georgia, serif;
    text-align: right;
    color: #c9c8c8; 
    text-shadow: 1px 1px 3px black, 0 0 10px red;
    letter-spacing: 2px;
    line-height: 1.5;
}
/*Конец Внутренний текст на картинке*/
/*Конец Слайдер*/

/*Начало картинки под Слайдером*/

.recent-from { 
    float: left; 
    width: 199px; 
}

.recent-content-top { 
    background:url(../images/recent-content-bg.png) repeat-y top right;
    margin-top: -1px; 
    padding: 29px 21px 38px; 
}
.clear { 
    clear: both; 
}
/*Конец картинки под слайдером*/
/*Начало Главный контейнер*/
#main-content { 
    position: relative; 
}
/*Начало левая область*/
#left-area { 
    float: left; 
    width: 674px; 
    }

.main-title { /*Заголовок*/
    background:url(../images/title-bg.png) repeat-x; 
    height: 42px; 
    line-height: 42px; 
    font-size: 13px !important; 
    text-transform: uppercase; 
    color: #48423f; 
    text-shadow: 1px 1px 1px #ffffff; 
    font-weight: bold; 
    text-align: center; 
    padding-bottom: 0; 
    font-family: Arial, Verdana, sans-serif !important; 
}

#entries { /*Основное содержание*/
    background:url(../images/recent-content-bg.png) repeat-y 673px 0px; 
    padding: 31px 20px 27px;
    /*height: 3000px;*/ 
}

#entries .zoj {
    background: url(../images/Sem_ZOJ.jpg) no-repeat;
    border: 2px solid #E9ECEC;
    padding: 0px;
    width: 640px; 
    height: 293px;
}

#entries .pitanie {
    background: url(../images/Kursi_pitanie.jpg) no-repeat;
    border: 2px solid #E9ECEC;
    padding: 0px;
    width: 640px; 
    height: 293px;
}


#entries .zoj p {
    /*font-size: 20px;
    font-family: Arial, Verdana, sans-serif;*/
    font:italic 20px 'Palatino', Georgia, serif;
    text-align: center;
    line-height: 16px;
    /*color: #c9c8c8;*/
    text-shadow: 1px 1px 3px black;
}

#entries .zoj p span {
    /*font-size: 20px;
    font-family: Arial, Verdana, sans-serif;*/
    font:italic bold 20px 'Palatino', Georgia, serif;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    /*color: #c9c8c8;*/
    text-shadow: 1px 1px 3px black;
}

#entries .zoj p.smalli {
    font-size: 16px;
}

#entries .pitanie p {
    padding-right: 10px;
    font:italic 20px 'Palatino', Georgia, serif;
    text-align: right;
    line-height: 16px;
    /*color: #c9c8c8;*/
    text-shadow: 1px 1px 3px black;
}

#entries .pitanie p span {
    padding-right: 10px;
    font:italic bold 20px 'Palatino', Georgia, serif;
    text-align: right;
    line-height: 16px;
    text-transform: uppercase;
    /*color: #c9c8c8;*/
    text-shadow: 1px 1px 3px black;
}

#entries .pitanie p.smalli {
    font-size: 16px;
}


.entry { 
    margin-bottom: 10px; 
}

.entry .thumb { 
    display:block; 
    float:left; 
    position:relative; 
    margin-right: 14px; 
    margin-top: 5px; 
}

.latest .thumb { 
    display:block; 
    float:left; 
    position:relative; 
    margin-right: 28px; 
}

#entries h3.title { 
    padding-bottom: 5px; 
    color: #48423F; 
    letter-spacing: 0px; 
    line-height: 1em; 
    font-weight: normal; 
}
.latest h3.title { 
    font-family: 'Kreon', Arial, sans-serif; 
    font-size: 22px; text-shadow: 1px 1px 1px #ffffff; 
}

.entry h3.title { 
    padding-top: 5px; 
}

.latest h3.title a { 
    text-decoration: none; 
    color: #48423f; 
}

.latest p.meta-info { 
    color: #b8c2c2; text-shadow: 1px 1px 1px #ffffff; 
    margin-top: -2px; 
    margin-bottom: -8px; 
    line-height: 20px;
    padding-bottom: 10px;
}

.latest p.meta-info a { 
    text-decoration: none; 
    color: #8c9c9c; 
}

.latest p.meta-info a:hover { 
    color: #444c4c; 
}

.entry p { 
    line-height: 20px; 
    padding-bottom: 10px;
}
/*Кнопка "Далее"*/
a.more span { 
    background:url(../images/more_small.png) no-repeat; 
    display:block; 
    height: 35px; 
    padding-left: 6px; 
}
    
.post a.more { 
    float: right; 
    margin-left: 0; 
    margin-right: 0; 
}
.post a.more span { 
    padding-left: 12px; 
    padding-right: 4px; 
}

a.more { 
    background:url(../images/more_small.png) no-repeat right bottom; 
    color:#8c9c9c; 
    display:block; 
    text-shadow: 1px 1px 1px #ffffff; 
    padding-right:6px; 
    text-decoration:none; 
    height: 35px; 
    line-height: 35px; 
    margin-left: 30px; 
    margin-right: 55px; 
    text-align: center;
}

a.more:hover { 
    color:#111111; 
}
/*Конец Кнопка "Далее"*/
.wp-pagenavi { 
    position: relative; 
    text-align: right; 
    margin-top: 40px; 
}
    
.wp-pagenavi a, .wp-pagenavi a:link { 
    padding: 8px 11px !important; 
    margin: 2px; 
    text-decoration: none; 
    border:1px solid #e2e5e5 !important; 
    color: #8c9c9c !important; 
    background:url(../images/pagination-bg.png) repeat-x !important; 
    font-weight: normal !important; 
}

.wp-pagenavi span.pages { 
    padding: 8px 11px !important; 
    margin: 2px !important ; 
    border: none !important; 
    color: #bcc9c9 !important; 
    background: none !important;
    text-decoration: none;
}

.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { 
    padding: 8px 11px !important; 
    margin: 2px; 
    font-weight: bold; 
    background:url(../images/pagination-bg.png) repeat-x !important; 
    border:1px solid #e2e5e5 !important; 
    color:#8c9c9c !important; 
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active { 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px; 
}

.wp-pagenavi a:hover { 
    color: #000 !important; 
}

.wp-pagenavi {
	clear: both;
}
/*Конец левая область*/

/*Начало Правая (sidebar) область*/
#sidebar { 
    float: left; 
    width: 322px; 
}

.widget { 
    width: 260px; 
    padding: 30px 5px 28px 32px; 
}

.widget .textwidget .issuuembed div div span {
    display: none;
    visibility: hidden;
}

.widget .textwidget .issuuembed div span {
    display: none;
    visibility: hidden;
}

.widget .textwidget .content {
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	height: 0;
	width: 100%;
}

.widget .textwidget .content ul li {
    font-size: 12px;
    line-height: 1.7;
    text-shadow: 1px 1px 1px #ffffff;
    text-align: left;
    text-transform: uppercase;
    
}

.widget .textwidget .content ul li a {
    color:#8c9c9c;
     
    text-decoration:none;
}

.widget .textwidget .content ul li a:hover {
    color:#111111;
}

.widget .textwidget .sslide-button {
    background:url(../images/more_small.png) no-repeat right bottom;
    font-weight: 500;
    color: #8C9C9C;
    display:inline-block; 
    text-shadow: 1px 1px 1px #ffffff; 
    padding-right:4px;
    width: 102px; 
    height: 35px; 
    line-height: 35px;
    text-align: center;
    margin-left: 78px;
}

.widget .textwidget .sslide-button:hover {
    font-weight: 500;
    color:#111111;
}

.widget .textwidget .sslide-button span {
    background:url(../images/more_small.png) no-repeat; 
    display:block; 
    height: 35px; 
    padding-left: 6px;
}











.video-slider { 
    border: 3px solid white; 
    -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); 
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3); 
    position: relative; 
    width: 248px; 
    right:9px;
}

a.more2 { 
    background:url(../images/more_small.png) no-repeat right bottom; 
    color:#8c9c9c; 
    display:inline-block; 
    text-shadow: 1px 1px 1px #ffffff; 
    padding-right:4px; 
    text-decoration:none; 
    width: 102px; 
    height: 35px; 
    line-height: 35px;
    margin-left: 7px; 
    margin-right: 0px; 
    text-align: center;
}

a.more2:hover { 
    color:#111111; 
}

a.more2 span { 
    background:url(../images/more_small.png) no-repeat; 
    display:block; 
    height: 35px; 
    padding-left: 6px; 
}
.adwrap { 
    width: 273px; 
    margin-left: -13px; 
}
    
.adwrap img { 
    margin: 0 9px 9px 0; 
}

#sidebar .myclass {
    line-height: 20px;
}

/*Колендарь*/
.recent-content { 
    background:url(../images/recent-content-bg.png) repeat-y top right;
    margin-top: -1px; 
    padding: 29px 32px 38px 35px; 
}

#wp-calendar { 
    empty-cells: show; 
    margin: 10px auto 0; 
    width: 240px;	
}
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}

#wp-calendar caption {	
    text-decoration: none; 
    font: bold 13px Arial, Sans-Serif; 
    text-align: center;
}

#wp-calendar th {	
    font-style: normal;	
    text-transform: capitalize;	
    padding: 3px 5px; 
}

#wp-calendar td {
    padding: 3px 5px; 
    color: #9f9f9f; 
}    
#wp-calendar a { 
    display: block; 
    text-decoration: none; 
    font-weight: bold; 
    color: #00b7f3;
}
    
#wp-calendar a:hover { 
    text-decoration: underline; 
}

#wp-calendar td#today { 
    color: #000000; 
}

#wp-calendar #prev a, #wp-calendar #next a { 
    font-size: 9pt; 
}

#wp-calendar #next a { 
    padding-right: 10px; 
    text-align: right; 
}
    
#wp-calendar #prev a { 
    padding-left: 10px; 
    text-align: left; 
}

/*Конец Колендарь*/

/*Начало biblical quote*/
#BiblicalQuote.widget { 
    width: 300px; 
    padding: 30px 0 30px 7px; 
}


/*Конец biblical quote*/

/*Конец Правая (sidebar)область*/

/*Конец Главный контейнер*/

/*Конец Основной контейнер белый*/

/*Начало Кнопка вверх*/

a#back-top {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100px;
    background: #ffffff url(../../images/content-bg.png);
    border: 1px solid #e2e5e5;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 67px;
    right: 5px;
    /*margin-left: 1010px;
    margin-right: -120px;*/
    color: #8c9c9c;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
    z-index: 100;
    
    /* замедление */
    -webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

a#back-top:hover {
    color: #9A2032;
}

/*Конец Кнопка вверх*/

/*Конец Основной блок серый*/

/*Начало Footer*/
#footer { 
    background: url(../images/header-bg.png); 
}

#footer-top-shadow { 
    background: url(../images/footer-top-shadow.png) repeat-x; 
}

#footer-top-shadow .container {
    height: 50px;
}

#footer-bottom-shadow { 
    background: url(../images/footer-bottom-shadow.png) repeat-x; 
    height: 5px; 
}

#footer-bottom { 
    background: url(../images/footer-bottom-bg.png) repeat-x rgba(255, 255, 255, 0.3); 
    height: 10px;
}
#footer #footer-top-shadow .container p#copyright { 
    font-size: 11px; 
    float:right; 
    color:#afa59f; 
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4); 
    padding: 14px 0 10px; 
}	

p#copyright a { 
    color:#ffffff;
    text-decoration: none;
}

.footer-widget, p#copyright, .footer-widget a { 
    color: #b4b4b4; 
}
    
.footer-widget a:hover { 
    color: #fff; 
}


/*Конец Footer*/

.popupbox {
	display: none; /* Скрыто по умолчанию */
	float: left;
	position: fixed;
	top: 50%; 
    left: 50%;
	z-index: 99999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

#fade { 
	display: none; /* Скрыто по умолчанию */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popupbox #intabdiv {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 0px 0px 10px 7px #dddddd;
    -webkit-box-shadow: inset 0px 0px 10px 7px #dddddd;
    box-shadow: inset 0px 0px 10px 7px #dddddd;
    width: 520px;
    padding: 15px 0;
    background: #ffffff url(../images/content-bg.png);
    /*background-color: #FFF;*/
	text-align: left;
}
/*Абзацев формы*/
.popupbox #intabdiv p {
    font:bold 13px Verdana,sans-serif; 
    color:#333;
    padding:5px 35px;
    display: block;
}


/*Текстового блока ввода (email) class="inputtext"*/
.inputtext {
    background-image: url(../images/gray_bg.png);
    background-repeat: repeat-x;
    background-position: top; 
    padding:5px;
    width:200px;
}
/*Текстового области ввода (сообщение) class="comarea"*/
.comarea{
    background-image: url(../images/gray_bg.png);
    background-repeat: repeat-x;
    background-position: top; 
    padding:5px;
    width:438px;
}

/*Шрифт, рамка и цвет для блоков ввода*/
input.inputtext, textarea.comarea {
    font:normal 13px Arial, Verdana, sans-serif; 
    color:#333; 
    border:1px solid #ccc;
    padding:5px;
}
/*Кнопки отправки class="formbutton"*/
input.formbutton{
    border: 1px solid #8c4738;
    background: #ea775e;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee937e), to(#ea775e));
    background: -webkit-linear-gradient(top, #ee937e, #ea775e);
    background: -moz-linear-gradient(top, #ee937e, #ea775e);
    background: -ms-linear-gradient(top, #ee937e, #ea775e);
    background: -o-linear-gradient(top, #ee937e, #ea775e);
    background-image: -ms-linear-gradient(top, #ee937e 0%, #ea775e 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    text-shadow: #8c4738 0 1px 0;
    color: #a48541;
    font:13px Arial, Verdana, Geneva, sans-serif;
    font-weight:700;
    text-transform:uppercase;
    height:25px;
    vertical-align: middle;
    width:100px;
}

input.formbutton:hover {
   border: 1px solid #8c4738;
   text-shadow: #8c4738 0 1px 0;
   background: #ea775e;
   background: -webkit-gradient(linear, left top, left bottom, from(#ee937e), to(#ea775e));
   background: -webkit-linear-gradient(top, #ee937e, #ea775e);
   background: -moz-linear-gradient(top, #ee937e, #ea775e);
   background: -ms-linear-gradient(top, #ee937e, #ea775e);
   background: -o-linear-gradient(top, #ee937e, #ea775e);
   background-image: -ms-linear-gradient(top, #ee937e 0%, #ea775e 100%);
   color: #fff;
   }
   
input.formbutton:active {
   text-shadow: #8c4738 0 1px 0;
   border: 1px solid #8c4738;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#ea775e), to(#ee937e));
   background: -webkit-linear-gradient(top, #ea775e, #ee937e);
   background: -moz-linear-gradient(top, #ea775e, #ee937e);
   background: -ms-linear-gradient(top, #ea775e, #ee937e);
   background: -o-linear-gradient(top, #ea775e, #ee937e);
   background-image: -ms-linear-gradient(top, #ea775e 0%, #ee937e 100%);
   color: #fff;
   }








/*Стили в момент ввода (при фокусе)*/
.comareaact {width:438px;  background-image: none; padding:5px; font:normal 13px Arial, Verdana, sans-serif;}
.inputtextact {width:200px; background-image: none; padding:5px; font:normal 13px Arial, Verdana, sans-serif;}

#intabdiv img{
    float: right;
    margin:10px 35px 0 10px;
}

/* Скрипт */

.feedburnerFeedBlock li{
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    padding-top: 20px;
    line-height: 1.5;
}



.feedburnerFeedBlock li div {
    font-size: 14px;
    text-indent: 1.5em;
    text-align: justify;
    width: 634px;
}

.feedburnerFeedBlock li div p {
    padding-bottom: 5px;
}

.feedburnerFeedBlock li div p strong em {
    font-size: 12px;
    text-align: right !important;
    color: #999;
}

.feedburnerFeedBlock ul li div p a img.aligncenter {
    float: left;
    padding: 15px 10px 5px 0;
    width: 30% !important;
    height: 15% !important;
    cursor: default;
}

.headline a{
    color: #7A3254;
    font-family: Arial, Verdana, sans-serif !important;
    font-size: 14px !important; 
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff; 
    text-align: center;
    cursor: default;
}

.feedburnerFeedBlock p.date {
    float: right;
    font-size: 12px;
    color: #999;
}

.feedburnerFeedBlock #creditfooter, .feedburnerFeedBlock p.feedTitle, img.attachment-thumbnail {
    display: none;
}
