/*
Theme Name: multinews_MUR_child
Description: <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> - you can use child theme to make a lot of customization that's not gonna be deleted with any new theme update
Version: 2.5.1
Author: Mir Ulova
Author URI: http://mirulova.ru
Template: multinews
*/


/*---------------------------------
    Add your custom styles here
---------------------------------*/
/* #Typography */
h1,h2,h3,h4,h5,h6 {
	color:#666;
	font-weight:normal;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight:inherit;
}
strong {
	font-weight:bold;
}
small {
	font-size: 80%;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1em;
}
h5 {
    font-size: .83em;
}
h6 {
    font-size: .67em;
}	
.weather-results-status {
    font-size: 14px !important;
}
.weather-results .weather-icon .basecloud:before {
    font-size: 48px !important;
}
.find-weather-box {
    font-size: 12px !important;
}
.t-w-title .weather-date {
    font-size: 12px !important;
}
.search-form .search-field {
color:#0787FF !important;
}
.error-page h1 {
    color: #599DB7 !important;
}
.error-page h4 {
    color: #527F91 !important;
}

/*=== MirUlova ===*/
.locked {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
pointer-events: none;
}
/*===  прозрачность картинок ===*/
#banners a img {
opacity:0.2; -moz-opacity:0.2; filter:alpha(opacity=20);
}
#banners a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
#knop a img {
opacity:0.85; -moz-opacity:0.85; filter:alpha(opacity=85);
}
#knop a:hover img {
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
/*===  прозрачность картинок ===*/ 
#metrika {
display: none;
}
/*=== WP-Note MirUlova ===*/
.note
{
    text-align: center;
}
.noteclassic, .noteimportant, .notewarning, .notetip,.notehelp{
	width: auto!important;
	margin-top:2em;
	margin-left: auto;
	margin-right: auto;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    padding: 15px 20px 15px 80px;
	margin: 0px 0px 0px 0px;
	-webkit-box-shadow: 2px 2px 3px #1D9BF3;
	-moz-box-shadow: 2px 2px 3px #1D9BF3;
    /*IE min-height hack*/
    min-height:40px;
    height:auto !important;
    height:40px;
    overflow:visible;
    position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #0099ff;
    /*Set the position of the background image*/
    background-position: 20px 50%;
    background-repeat: no-repeat;
    text-align: justify;
}
.noteclassic, .noteimportant, .notewarning, .notetip,.notehelp{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.noteclassic {
  background-color: #EEF;
  background-image: url(/img/note/note.png);
}
.noteimportant {
  background-color: #FFC;
  background-image: url(/img/note/important.png);
}
.notewarning {
  background-color: #FDD;
  background-image: url(/img/note/warning.png);
}
.notetip {
  background-color: #E4F6F8;
  background-image: url(/img/note/tip.png);
}
.notehelp {
  background-color: #D8F3C9;
  background-image: url(/img/note/help.png);
}
/*=== end WP-Note MirUlova ===*/
/* простой код установки адаптивной ширины видео */
embed,
iframe,
object,
video {
	max-width: 100%;
}
/*=== End MirUlova ===*/

