/*----------- Master CSS Style -----------*/	

@font-face {
    font-family: 'itc_avant_garde_gothic_proBk';
    src: url('itcavantgardepro-bk-webfont.eot');
    src: url('itcavantgardepro-bk-webfont.eot?#iefix') format('embedded-opentype'),
         url('itcavantgardepro-bk-webfont.woff') format('woff'),
         url('itcavantgardepro-bk-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'itc_avant_garde_gothic_prdemi';
    src: url('itcavantgardepro-demi-webfont.eot');
    src: url('itcavantgardepro-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('itcavantgardepro-demi-webfont.woff') format('woff'),
         url('itcavantgardepro-demi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Calibri, Verdana, Arial;
	font-size: 13px;
	color: #000000;
}

#sheet_container
{
	width: 100%;
	height: 100%;
}

#sheet
{
	width: 940px;
	/*background-color:#FFFFFF;*/
	margin: 0 auto;
	/*box-shadow: #666666 0px 1px 5px;*/
}


/*----------- Header -----------*/

#header_container
{
	clear: both;
	width: 100%;
	height: 360px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#header
{
	width: 940px;
	height: 100px;
	margin: 0 auto;
}

#header_logo
{
	width: 80px;
	height: 100px;
	float: left; 
	background-image: url(../images/algeria.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
}

#header_title
{
	width: 460px;
	height: 100px;
	float: left; 
}

#header_title p
{
	padding: 10px;
	font-family: Trebuchet MS, Calibri, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

marquee p
{
	margin: 8px 0px;
	font-family: Calibri, Verdana, Arial;
	font-size: 13px;
}

#menu_bar
{
	/*position: absolute;*/
	width: 940px;
	height: 40px;
	margin: 0px auto;
	/*background-image: url(../images/menu_bar_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #FFFFFF;*/
}

#menu
{
	list-style: none;
	height: 40px;
	margin: 0px;
	padding: 0px 5px;
}

nav ul 
{
	position: relative;
	display: inline-table;
}
nav ul:after 
{
	content: ""; clear: both; display: block;
}

nav ul .submenu
{
	display: none;
	min-width: 200px;
	position: absolute;
	margin-top: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 9999;
	box-shadow: #666666 0px 1px 5px;
}

nav .level2
{
	display: none;
	min-width: 200px;
	position: absolute;
	margin-top: -30px;
	margin-left: 200px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 9999;
	box-shadow: #666666 0px 1px 5px;
}

nav .level3
{
	display: none;
	min-width: 200px;
	position: absolute;
	margin-top: -30px;
	margin-left: 200px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 9999;
	box-shadow: #666666 0px 1px 5px;
}

nav ul li:hover > ul 
{
	display: block;
}

.submenu li:hover > ul 
{
	display: block;
}

.level2 li:hover > ul 
{
	display: block;
}


nav ul .submenu a, .level2 a
{
	display: block;
	min-width: 100px;
	height: 20px;
	padding: 5px 10px;
}

nav ul .submenu a.double_height, .level2 a.double_height
{
	height: 36px;
}

nav ul .submenu a:hover, .level2 a:hover
{
	background-image: none;
	background-color: #e6f6d7;
}

nav li
{
	display: inline-block;
	padding: 11px 0px;
	padding-left: 0px;
	/*height: 50px;*/
}

nav .submenu li
{
	display: block;
	padding: 0px;
}

nav a
{
	padding: 12px 10px;
	margin: 0px;
	color: #888;
    font-family: 'itc_avant_garde_gothic_proBk';
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:hover
{
	color: #00480b;
	background-image: url(../images/menu_bar_hover_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
}


/*----------- Body -----------*/	


.twocols
{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.threecols
{
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

.infoblock
{
	width: 900px;
	height: 35px;
	margin: 0px auto;
	margin-bottom: 15px;
	background-color: #cae683;
	border: solid 1px #aac679;
	/*Firefox*/
	-moz-border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	/*Safari, Chrome*/
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.menublock, .bodyblock
{
	margin-bottom: 20px;
	background-color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.menublock
{
	border: solid 1px #cccccc;
	background-image: url(../images/bodyblock_bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}

.bodyblock
{
	min-height: 50px;
	padding: 15px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
}

#body
{
	width: 940px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}

#slider_container
{
	width: 940px;
	height: 240px;
	margin: 0 auto;
}

#slider
{
	width: 940px;
	height: 240px;
	margin: 0 auto;
}

#content_left
{
	width: 340px;
	float: left;
	padding: 0px;
	vertical-align: top;
}

#content_center
{
	width: 580px;
	float: right;
	padding: 0px;
	vertical-align: top;
}

#content p
{
	margin: 10px 0px;
	font-family: Calibri, Verdana, Arial;
	font-size: 13px;
	text-align: justify;
	color: #000000;
}

#content a, marquee a
{
	margin:0 3px;
	color: #669900;
	text-decoration: none;
}

#content a:hover, marquee a:hover
{
	text-decoration: underline;
	color: #80b020;
}

#content h2
{
	margin: 0px;
	padding-bottom: 5px;
    font-family: 'itc_avant_garde_gothic_proBk';
	font-size: 16px;
	color: #669900;
}

#content .art_title
{
}

#content .art_title span
{
	display:inline-block;
	margin-bottom: 5px;
	padding: 5px 15px;
    font-family: 'itc_avant_garde_gothic_proBk';
	font-size: 16px;
	color: #fff;
	background-color: #669900;
}

#content .art_intro
{
	font-size: 14px;
	font-weight: bold;
	color: #669900;
}

#content .readmore
{
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#content .readmore a
{
	padding: 3px 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #669900;
	border: 1px solid #336600;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .readmore a:hover
{
	background-color: #80b020;
}

#content .featured
{
	border-bottom: dotted 1px #ccc;
	padding-bottom: 5px;
}

#content .featured .thumb
{
	width: 160px;
	display: inline-block;
	margin-top: 15px;
	margin-right: 10px;
	vertical-align: top;
}

#content .featured .text
{
	width: 370px;
	display: inline-block;
}

#content .playlist_item
{
	padding-bottom: 1px;
}

#content .playlist_item .btn_play
{
	width: 23px;
	display: inline-block;
	margin-top: 15px;
	margin-right: 10px;
	vertical-align: top;
}

#content .playlist_item .txt_play
{
	display: inline-block;
	width: 270px;	
}

#content .theme
{
    font-family: 'itc_avant_garde_gothic_proBk';
	font-size: 14px;
	text-decoration: none;
}

#content .theme img
{
	width: 80px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

#content .theme span
{
	width: 180px;
	display: inline-block;
}

#content .arrow
{
	display: block;
	min-width: 150px;
	max-width: 240px;
	margin-bottom: 15px;
	padding: 15px;
	background-image: url(../images/arrow_bg.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #669900;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content .arrow a
{
    font-family: 'itc_avant_garde_gothic_proBk';
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}

a img
{
	border: none;
	margin-bottom: -20px;
	margin-left: 5px;
}

a.doc
{
	padding-left: 20px;
	margin-right: 10px;
	background-image: url(../images/doc_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
}

a.pdf
{
	padding-left: 20px;
	margin-right: 10px;
	background-image: url(../images/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.article
{
	display: inline-block;
	/*background-color: #ffddaa;*/
}

.form
{
	margin-top: 0px;
	padding: 15px;
}

.form#search
{
	display: inline-block;
	right: 0px;
	padding: 15px 0px 15px 0px;
}

.form#newsletter
{
	width: 220px;
	/*height: 140px;*/
	padding: 7px;
	float: right;
	margin: 10px 0px 0px 20px;
	background-image: url(../images/newsletter_bg.png);
	background-repeat: repeat;
	background-position: top left;
	background-color: #f0f0f0;
}

.form#newsletter form
{
	/*width: 100%;
	height: 100%;*/
	padding: 15px;
	background-color: #f0f0f0;
}


.form input
{
	padding: 0px;
}

.form .txt_field
{
	height: 24px;
	margin: 0px;
	padding: 0px 10px;
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #797979;
	background-image: url(../images/txt_field_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 1px #cccccc;
	border-right: none;
	float: left;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}

.form .btn
{
	height: 26px;
	width: 26px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #797979;
	background-image: url(../images/txt_field_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 1px #cccccc;
	border-left: none;
	float: left;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}

.form #src_btn
{
	background-image: url(../images/src_btn_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.news
{
	margin: 20px 0px;
}

.date_box
{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	background-color: #74ae1e;
}

#content .date
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}


/*----------- Footer -----------*/	

#footer_container
{
	clear: both;
	width: 100%;
	bottom: 0px;
	background-color: #ed9a04;
}

#footer
{
	width: 920px;
	margin: 0 auto;
}

#footer_menu
{
	padding: 10px 0px;
}

#footer_menu p, #footer_menu a
{
	text-decoration: none;
	color: #FFFFFF;
}

#footer_menu a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#footer_menu ul
{
	list-style: none;
	padding: 0;
}

#footer_menu ul li
{
	display: inline-block;
}

#footer_menu ul li a
{
	margin: 0px 7px;
	text-decoration: none;
}

#footer #copyright
{
	height: 30px;	
	padding: 0 10px;
	clear: both;
	/*background-color: #FFEECC;*/
}

#footer #copyright p
{
	text-align: center;
	margin: 0px;
	padding-top: 12px;
	color: #FFFFFF;
}

#footer #copyright a
{
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 12px;
	text-decoration: underline;
}

#footer #copyright a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Login slide-out form */
.slide-out-div {
	padding: 10px 20px;
	width: 220px;
	height: 221px;
	background: #dae6ef;
	border: 1px solid #fff;
}

.login_formzz {
	padding: 0 20px;
	width: 220px;
	height: 221px;
	background: #dae6ef;
	border: 1px solid #fff;
}

.label {
	margin-bottom: 10px;
}
