@charset "utf-8";
/* CSS Document */

@import "top2.css?v=1";
@import "footer.css?v=1";
@import "nicetitle.css?v=1";
a {
	outline: none;
}
body,*{
	margin:0;
	padding:0;
}
body{
	background:#080808;
	font-family:Arial, Helvetica, sans-serif;
}

::-moz-selection {
	background-color:transparent;
	color:#FF7001;
}
::selection {
	background-color:transparent;
	color:#ff5f1d;
}
/**/

#page {width:980px;margin:0 auto;}

#basdebit{
	clear:both;
	background:#ff5f1d;
	height:18px;
	color:white;
	padding:2px 5px 0 5px;
	font-size:12px;
}
#basdebit a{
	color:white;
}
#basdebit::selection  {
	background-color:transparent;
	color:white;
}
#basdebit a::selection  {
	background-color:transparent;
	color:white;
}
#basdebit::-moz-selection  {
	background-color:transparent;
	color:white;
}
#basdebit a::-moz-selection  {
	background-color:transparent;
	color:white;
}
/**/

#top ul li a.nav-time{color:#ff5f1d;}

.wrap{
	width:890px;
	margin:0 auto;
}

.time{
    background: url(../img/topics/bg-dots.png) 50% 290px no-repeat;
	color:#79767c;
    float:left;
    font-size:12px;
    height:700px;
	width:100%;
	margin:20px 0;
}

.time-gaza{
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    width:430px;
}

.time-sderot{
    float:right;
    font-family:Georgia, "Times New Roman", Times, serif;
    text-align:right;
    width:430px;
}

.time h2, .time h3, .time h4{color:#ffffff; line-height:22px;}

.time h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:20px;
    letter-spacing:-1px;
    margin-top:20px;
    text-transform:uppercase;
}
.time h3{
    font-size:16px;
    font-weight:normal;
}
.time h4{
    font-size:12px;
    font-weight:normal;
}

.time p{
    line-height:20px;
}
.time-gaza p{margin:20px 50px 20px 0;}
.time-sderot p{margin:20px 0 20px 50px;}

.time p a{
	color:#ff5f1d;
}
.time p a:hover{color:#ffffff;}

.time .more{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}
.time .more a{
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
}
.time .more a:hover{color:#ff5f1d;}

.loader{
	width:418px;
	height:360px;
	text-align:center;
}
.loader img{
	margin-top:164px;
}
.time-gaza #player{
	/*clear:left;*/
	height:360px !important;
	margin-bottom:28px;
}
#player embed, #player object{
	height:360px !important;
}
/****************************************************************************************************************************************************** PAGINATION */
.pagination{
	clear:both;
	padding:5px 0;
	text-align:center;
}
.pagination span{
	font-size:14px;
	font-weight:bold;
	color:white;
	border:1px solid white;
	padding:2px 6px;
}
.pagination a{
	font-size:14px;
	font-weight:bold;
	color:#8a8a8a;
	text-decoration:none;
}
.pagination a:hover{
	text-decoration:underline;
}


/******************************************************************************************************************************************************** PREVNEXT */
#wrap_prev{
	position:absolute;
	width:200px;
	height:103px;
	left:0;
	top:370px;
}
#wrap_next{
	position:absolute;
	width:200px;
	height:103px;
	right:0;
	top:370px;
}

#prev, #next{
	width:165px;
	height:103px;
}
#prev{float:left;}
#next{float:right}

#prev a,
#next a{
	text-align:center;
	color:#ffffff;
    cursor:pointer;
	display:block;
	font-size:14px;
	line-height:103px;
    font-weight:bold;
    text-decoration:none;
	height:103px;
    width:90%;
}
#prev a{background:#3f3f3f url(../img/time/bg-prev.jpg) top right repeat-y;padding-right:10%;}
#next a{background:#3f3f3f url(../img/time/bg-next.jpg) top left repeat-y;padding-left:10%;}
#prev a:hover{background:#ff5f1d url(../img/time/bg-prev-active.jpg) top right repeat-y;}
#next a:hover{background:#ff5f1d url(../img/time/bg-next-active.jpg) top left repeat-y;}
/**/
.visible{
	display:block;
}
.invisible{
	display:none;
}
.wr_content p{
	min-height:100px;
}

/**/

.archives{
	clear:both;
	text-align:center;
}
.archives a{
	font-weight:bold;
	font-size:12px;
	color:#ff5f1d;
	text-decoration:none;
	text-transform:uppercase;
}
.archives a:hover{
	color:#ff5f1d;
	text-decoration:underline;
}
