/*-------------------------
	Font
--------------------------*/

@font-face {
	font-family: GE_SS;
	src: url('GE_SS_Two_Light.otf');
}


/*-------------------------
	General Styles
--------------------------*/


html{
	background: url('../img/bg_tile.jpg') #18222b;
}

body{
	color:#fcfcfc;
	font:14px/1.3 'Segoe UI', 'Lucida Grande', Tahoma, sans-serif;
	//min-height: 930px;
	margin: 0;
	background:url('../img/bg_center.jpg') center 240px no-repeat;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	font-weight: lighter;
	color:#00baff;
	//text-shadow:0 1px 0 rgba(0,0,0,0.4);
}

a:hover{
	color:#000;	
	//text-shadow:0 1px 2px #000;
}

p {
	text-align: center;	
	direction: rtl;
}

img {
	border: none;
}

.right {
	float: right;
}

.left {
	float: left;
}


/*----------------------------
	Header
-----------------------------*/


header{
	background:url('../img/header.png') repeat-x;
	display: block;
	height: 280px;
	//padding: 10px;
}

h1 {
	background:url('../img/logo.png') no-repeat center center;
	height: 280px;
	margin: 5px auto;
	width: 265px;
	overflow: hidden;
	text-align: center;
}

h1:hover {
	background:url('../img/logo_hover.png') no-repeat center center;
	height: 280px;
	margin: 5px auto;
	width: 265px;
	overflow: hidden;
	text-align: center;
}


/*----------------------------
	filter bar
-----------------------------*/


#filter {
	background: url("../img/bar.png") repeat-x 0 -94px;
	display: block;
	height: 39px;
	margin: 0px auto 20px auto;
	position: relative;
	width: 900px;
	text-align:center;
	-moz-box-shadow:0 4px 4px #000;
	-webkit-box-shadow:0 4px 4px #000;
	box-shadow:0 4px 4px #000;
}

#filter:before, #filter:after {
	background: url("../img/bar.png") no-repeat;
	height: 43px;
	position: absolute;
	top: 0;
	width: 78px;
	content: '';
	-moz-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow:0 2px 0 rgba(0,0,0,0.4);
	box-shadow:0 2px 0 rgba(0,0,0,0.4);
}

#filter:before {
	background-position: 0 -47px;
	left: -78px;
}

#filter:after {
	background-position: 0 0;
	right: -78px;
}

#filter a{
	font-size: 15px;
	color: #323232;
	display: inline-block;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	text-shadow:1px 1px 1px #fff;
}

#filter a:hover{
	text-decoration:none;
	background: url("../img/bar.png") repeat-x 0 -138px;
	box-shadow:	1px 0 0 rgba(255, 255, 255, 0.2),
				-1px 0 0 rgba(255, 255, 255, 0.2),
				1px 0 1px rgba(0,0,0,0.2) inset,
				-1px 0 1px rgba(0,0,0,0.2) inset;
}

#filter a.active{
	background: url("../img/bar.png") repeat-x 0 -138px;
	box-shadow:	1px 0 0 rgba(255, 255, 255, 0.2),
				-1px 0 0 rgba(255, 255, 255, 0.2),
				1px 0 1px rgba(0,0,0,0.2) inset,
				-1px 0 1px rgba(0,0,0,0.2) inset;
}


/*----------------------------
	Content area
-----------------------------*/

#container{
	display:block;
	min-height: 330px;
	width: 830px;
	margin:0 auto;
}

#container li.title{
	background: url(../img/title_bg.jpg) repeat;
	border: dashed #ababab 1px;
	text-shadow: 2px 2px 0px #fff;
	color: #00bedd;
	float: none;
	height: 37px;
	list-style: none outside none;
	margin: 18px;
	padding: 10px;
	position: relative;
	width: 90%;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


#container li.text{
	background: url(../img/title_bg.jpg) repeat;
	color: #565656;
	float: none;
	height: auto;
	list-style: none outside none;
	margin: 18px;
	padding: 10px;
	position: relative;
	width: 90%;
	text-align: left;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#container li.text .period{
	color: gray;
}

#container p{
	text-align: left;
	direction: ltr;
	margin: 0;
}

#container h2{
	font-size: 30px;
	margin: 0;
	font-weight: 100;
	text-transform: uppercase;
}

#container h3{
	margin: 0;
	margin-top: 10px;
	font-family: Calibri;
	font-weight: 100;
	font-size: 20px;
	text-transform: uppercase;
}


/*----------------------------
	The Footer
-----------------------------*/

footer{
	display: block;
	background-color:#13181d;
	color: #323232;
	text-align: center;
	padding-top: 20px;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
	z-index: 100;
}