/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.custom-logo {
	display: inline-block;
	width: 210px;
	height: 90px;
	background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
	background-size: contain;
}
/* Only Phones (Portrait) */
@media (max-width: 479px) {

	.custom-logo {
		height: 60px;
	}

}

/*icon pour les tableus de telechargement*/
.icon-ubuntu, .icon-redhal, .icon-redhal, .icon-opensuse, .icon-mondriva, .icon-fedora, .icon-debian, .icon-centos, .mac-os, .icon-exe {
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	width: 45px;
	height: 45px;
}
.icon-ubuntu {
	/*background-size:cover;*/
	background-image: url(/elkirtasse/images/stories/distrib_ico/ubuntu.png);
}
.icon-redhal {
	background-image: url(/elkirtasse/images/stories/distrib_ico/rhel.png);
}
.icon-opensuse {
	background-image: url(/elkirtasse/images/stories/distrib_ico/opensuse.png);
}
.icon-mondriva {
	background-image: url(/elkirtasse/images/stories/distrib_ico/mandriva.png);
}

.icon-fedora {
	background-image: url(/elkirtasse/images/stories/distrib_ico/fedora.png);
}

.icon-debian {
	background-image: url(/elkirtasse/images/stories/distrib_ico/debian.png);
}

.icon-centos {
	background-image: url(/elkirtasse/images/stories/distrib_ico/centos.png);
}
.mac-os {
	background-image: url(/elkirtasse/images/stories/distrib_ico/mac_os.png);
}

.icon-exe {
	background-image: url(/elkirtasse/images/stories/distrib_ico/exe.png);
}

/*icons pour les categories*/
.img-download, .img-app-Desktop, .img-help, .img-info, .img-misc-box, .img-download-iso, .img-kuran, .img-training {
	display: table;
	width: 99%;
	vertical-align: middle;
	line-height: 4;		
	background: #fafafa;
	border: 1px solid #ddd;
	min-height: 128px;
}

.img-download span, .img-app-Desktop span, .img-help span, .img-info span, .img-misc-box span, .img-download-iso span, .img-kuran span, .img-training span 
{
	padding-right: 20px;
}
.img-download {
	background:#faffe6 url(/elkirtasse/images/stories/pixmap/buttonized-icons/72x72/download.png) 2% 50% no-repeat
	
	/*border-color: #dce6be;*/
}
.img-app-Desktop {
	background: #faffe6 url(/elkirtasse/images/stories/pixmap/app-Desktop.png) 0 0 no-repeat;
	/*border-color: #dce6be;*/
}
.img-help {
	background: #faffe6 url(/elkirtasse/images/stories/pixmap/buttonized-icons/72x72/help.png) 2% 50% no-repeat;
}
.img-training {
	background: #faffe6 url(/elkirtasse/images/stories/pixmap/buttonized-icons/72x72/elerning.png) 2% 50% no-repeat;
}

/*icons pour les liens de téléchargement cellons le packages */
a.icon-down,a.icon-down-deb, a.icon-down-rpm ,a.icon-down-tar,a.icon-down-tragz,a.icon-down-dmg{
	
	padding-right: 34px;
	background-position: 0% 90%;
	
}
a.icon-down-deb {
	background: url(/elkirtasse/images/stories/typography/icon-down-deb.png) no-repeat scroll right center transparent;
}
a.icon-down-deb {
	background: url(/elkirtasse/images/stories/typography/icon-down-deb.png) no-repeat scroll right center transparent;
}
a.icon-down {
	background: url(/elkirtasse/images/stories/typography/icon_download.png) no-repeat scroll right center transparent;
}
a.icon-down-rpm {
background: url(/elkirtasse/images/stories/typography/icon-down-rpm.png) no-repeat scroll right center transparent;	
}
a.icon-down-tar{
background: url(/elkirtasse/images/stories/typography/icon-down-tar.png) no-repeat scroll right center transparent;	
}
a.icon-down-tragz{
background: url(/elkirtasse/images/stories/typography/icon_down_targz.png) no-repeat scroll right center transparent;	
}
a.icon-down-dmg{
background: url(/elkirtasse/images/stories/typography/icon-down-dmg.png) no-repeat scroll right center transparent;	
}


/*les videos */
a.video{
	background-size:32px 32px;
	padding-right: 36px;
	background-position: right center;	
	background-repeat:no-repeat;
line-height: 2;
/*no-repeat scroll right center transparent;*/
}
a.video{
background-image: url(/elkirtasse/images/stories/pixmap/buttonized-icons/72x72/video.png) ;	
}
/*liste header all categories*/
.category-title, .category-numitems, .category-desc {
	font-size: 12pt;
	/*background-color: #faffe6;*/
	border: 1px solid #ddd;
	padding: 8px;
}
/*liste all categories*/
.category-item-title, .category-item-numitems, .category-item-desc {
	font-size: 12pt;
	font-family: DroidArabicKufiRegular;
	line-height: 4;
	/*background-color: #faffe6;*/
	border: 1px solid #ddd;
	min-height: 128px;
	padding: 8px;
}

/*icon petite de menu*/

.menu-dropdown .level1 .level1 span.icon {
	background-size: cover;
}

}
div.note, span.note {
margin: 10px 0px 10px 0px;
padding: 5px 10px 5px 10px;
background: #444444;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
text-align: justify;
color: #ffffff;
text-shadow: 0px -1px 0 rgba(0,0,0,1);
}



.box-module
{
	margin: 15px 0;
	padding-left:3px;
	padding-right:3px;
	/*padding: 10px;*/
	background: #fafafa;
	border: 1px solid #ddd;
}

.button-more{
	color: #2fb4af;
	
}