/*
 Theme Name:   IMC [Fluida Child]
 Theme URI:    http://imc.edu.ru/
 Description:  IMC Theme [Fluida Child Theme]
 Author:       Dmitry Serzhenko
 Author URI:   http://serzhenko.biz
 Template:     fluida
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  imc
*/

.entry-content a[href*="//"]:not([href*="imc.edu.ru"]):not(.noarrow), .taxonomy-description a[href*="//"]:not([href*="imc.edu.ru"]):not(.noarrow), .external {
	line-height: 20px;
	padding: 0 0 0 20px;
	background: url(/_icons/external.png) left 5px no-repeat;
}

.entry-content a[href^="tel:"], .taxonomy-description a[href^="tel:"], .phone {
	line-height: 20px;
	padding: 0 0 0 20px;
	background: url(/_icons/telephone-handset-wire.png) left 5px no-repeat;
}

.entry-content a[href^="mailto:"]:not(.noatsign), .taxonomy-description a[href^="mailto:"]:not(.noatsign),  .email {
	line-height: 20px;
	padding: 0 0 0 20px;
	background: url(/_icons/at-sign.png) left 5px no-repeat;
}

.geomarker {
	line-height: 20px;
	padding: 0 0 0 20px;
	background: url(/_icons/marker.png) left 5px no-repeat;
}

.boss {
	line-height: 20px;
	padding: 0 0 0 20px;
	background: url(/_icons/user-business-boss.png) left 5px no-repeat;
}

.entry-content a[href$=".pdf"], .taxonomy-description a[href$=".pdf"], .pdf {
	line-height: 20px;
	padding: 0 0 0 20px;
	background: url(/_icons/pdf.png) left 5px no-repeat;
}

.entry-content a[href$=".doc"], .entry-content a[href$=".docx"], .taxonomy-description a[href$=".doc"], .taxonomy-description a[href$=".docx"], .taxonomy-description a[href$=".rtf"], .entry-content a[href$=".rtf"], .rtf, .doc {
	line-height: 20px;
	padding: 0 0 0 20px;
	background: url(/_icons/doc.png) left 5px no-repeat;
}

.entry-content a[href$=".ppt"], .entry-content a[href$=".pptx"], .taxonomy-description a[href$=".ppt"], .taxonomy-description a[href$=".pptx"], .ppt, .entry-content a[href$=".odp"], .taxonomy-description a[href$=".odp"] {
	line-height: 20px;
	padding: 0 0 0 20px;
	background: url(/_icons/ppt.png) left 5px no-repeat;
}

.entry-content a[href$=".xls"], .entry-content a[href$=".xlsx"], .taxonomy-description a[href$=".xls"], .taxonomy-description a[href$=".xlsx"], .xls {
	line-height: 20px;
	padding: 0 0 0 20px;
	background: url(/_icons/xls.png) left 5px no-repeat;
}

.entry-content .icon,  .taxonomy-description .icon {
	vertical-align: middle;
}

/* Spoiler styles */
.spoiler-wrap {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #c3cbd1;
    border-left-width: 2px;
    margin: 6px;
    width: 99%;
}
.spoiler-head {
    font-size: 11px;
    background: #ffffff;
    line-height: 15px;
    margin-left: 6px;
    padding: 1px 14px 3px;
    cursor: pointer;
    width: 99%;
}
.spoiler-head > h6 {
    margin: 0;
    font-weight: normal;
    font-size: 1em;
}
.folded {
    background: url(img/spoiler_plus.gif) no-repeat scroll left center transparent;
    display: block;
    padding-left: 14px;
}
.unfolded {
    background: url(img/spoiler_minus.gif) no-repeat scroll left center transparent;
    display: block;
    padding-left: 14px;
}
.spoiler-body {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px solid #c3cbd1;
    padding: 1px 6px 2px;
    line-height: 20px;
}

.main h1.page-title, .main h1.entry-title {
    font-size: 2.2em;
}

#site-header-main:not(.header-fixed) {
    position: relative !important;
}

#access ul li a {
    letter-spacing: 0;
}
