
/*
Designed by kthetruth.com 2011-2015
*/

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

@import url(joomlaCore.css);
@import url(protostar.css);

body {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color: #3E3E3E;}

/* ------- Global Links ------- */
a {text-decoration:none; color: #CC3300;}
a:active {outline: none;}
a:hover {color: #CC6633;}
a img {border: none;}

h1 {font-size: 13px;}
h2 {font-size: 13px;}
em {font-weight: normal; font-style: normal;}

/* ------- Header + its content ------- */
#header {
	width:1060px; 
	height:108px; 
	margin:0 auto; 
	position:relative;
	padding:0;
	}
	
#logo {
	width:265px; 
	margin-left:40px; 
	float:left; 
	position:absolute;
	}
	
#translate {
	width:170px; 
	height:50px; 
	margin:60px 0 0 480px; 
	position:absolute;
	}
	
#search {
	width:300px; 
	height:30px; 
	margin:30px 0 0 740px; 
	position:absolute; 
	z-index:1000;
	}

/*------------- What's new module -------------*/
#whatNew {
	border:1px solid #D7D7D7;
	background: #FFFFFF; /*F3F3F3*/
	border-radius:5px; 
		-o-border-radius:5px;
		-moz-border-radius:5px; 
		-webkit-border-radius:5px;
	padding:5px 0 0 20px;
	margin:0 0 10px 0;
	height:auto;
	}

/* ----------------------- Menu Holder-----------------------  */
#menuBar {
	width:1074px; 
	height:34px; 
	margin:0 auto;
	padding:2px;
	background:#CDCDCD;
	position: relative;
	background: url('../images/fond_bg.png') repeat-x top left;
	}

/* -------------------- Subscribe module --------------------*/
#subscribe {
	display:block;
	background-image:url(../images/subscribe.png);
	width:98px;
	height:19px;
	margin:6px 0 0 900px;
	text-indent:-9999px;
	position: absolute;
	}
#subscribe:hover{
	display:block;
	background-image:url(../images/subscribe2.png);
	width:100px;
	height:20px;
	margin:6px 0 0 900px;
	text-indent:-9999px;
	position: absolute;
	}

/* ----------------------------- CONTENT ------------------------------ */
/* ----------------------- Breadcrumbs-----------------------  */
#brdCrmbsWrppr {
	width:1080px;
	margin:0 auto;
	}

#testmodule {
display:none;	
	}
	
.contentb { /*--- side borders ---*/
	background-color: #FFFFFF;
	}

/*--- joomla core ---*/
.breadcrumbs {
	background:#FFFFFF;
	height:23px;
	padding:10px 0 0 10px; 
	font-size:12px;
	}

/* ----------------------- Content Wrapper -----------------------  */
#cntntCntnr {
	width:1080px; 
	margin:3px auto 0 auto; 
	background: url(../images/cntnt_bg.png) #F2F3F3;
	background-repeat: no-repeat;
	border-radius:10px; 
		-o-border-radius:10px;
		-moz-border-radius:10px; 
		-webkit-border-radius:10px;
	overflow: hidden;
	padding-bottom:10px;
	}

#innrCntnt {
	padding:30px 0 0 0; 
	width:930px;
	margin:0 auto;
	}
	
/* read first message */
#homeNote {
	color: #FFFF00;
	text-align:center;
	background: #FF0000;
	width:970px;
	height:23px;
	margin:20px 0 5px -20px;
	padding:5px 0 0 0;
	}
#homeNote a {
color: #FFFF00;
}

.menu a {color: #FFFFFF;}

/* --------- Wake-up Videos (home page) ----------- */
#video1 {
	float:left;
	margin-right:10px;
	}
#video2 {float:left;}

/* --------- Articles ----------- */
.articleHeader {font-size:15px;}
#homeArticleBox {
	background:none; /* IE7 fix */
	border:#BFBFBF 2px dashed;
	padding:10px;
	margin:0;
	border-radius:5px; 
	-o-border-radius:5px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	}
a #homeArticleBox {color:#000000;}
a:hover #homeArticleBox  {
	color:#000000;
	background: #DDDDDD;
	}
.textFloat, .textFloat2012 {
	float:left;
	margin:15px;
	height:100%;
	padding:0;
	}
.textFloat2012 {
	margin:0 15px 15px 15px;
	}
.textFloatRight {
	float:right;
	margin:15px;
	border:7px double #B9B9B9;
	}
	
#emptyBox {color:#000000;}
a:hover #emptyBox {color: #666666;}

/* ------- illuminati cards ------ */
img.floatRight {
	float:right;
	margin:0 0 0 10px;
	border:7px double #B9B9B9;
	}
.imageBorder img{
	border:7px double;
	margin:25px auto;
	}
.imageBorder a img{border:7px double #000000;}
.imageBorderAll img{
	padding:2px;
	border:1px solid #000000;
	}
#slideDescr {
	width:700px;
	margin:0 auto;
	}
	
.content_rating, .content_vote { 
	color:#B6B6B6;
	background: #EEF7F7;
	margin:-110px 0 0 400px;
	padding:5px;
	width:220px;
	position: absolute;
	border: #FF0000 2px;
	display:none;/* core joomla article voting disabled*/
	}
.content_vote {margin:-90px 0 0 400px;}

#bibleWrapper {
	margin:0 auto;
	width:800px;
	}
.bibleQuotation {
	margin:0;
	clear: both;
	font-style:italic;
	background: url(../images/bible.png) no-repeat 1% 50% #D9EBF9;
	padding:2px 25px 2px 40px;
	border:1px #C7C7C7 dashed;
	border-radius:3px; 
		-o-border-radius:3px;
		-moz-border-radius:3px; 
		-webkit-border-radius:3px;
	}
#bibleOldT {
	width:320px;
	float:left;
	padding-right:75px;
	border-right:1px solid;
	}
#bibleNewT {
	width:300px;
	float:right;
	}

.italicFont {font-style:italic;}

#movieCell {
	hight:auto;
	display:block;
	background:#F8F8F8;
	padding:5px;
	margin-bottom:5px;
	}

/* ----------- article video ------------ */
#videoTLDiv {
	float:right;
	text-align:center;
	background: #FFFFFF;
	margin:0 0 10px 7px;
	padding:5px;
	}
#videoDLink {/*video download link*/
	text-align:right;
	padding-right:5px;
	font-size:11px;
	}

.clearboth {clear:both; height:0;}

/* --------- Youtube Videos ----------- */
.yVideoFrame {
	padding:7px;
	margin-top:15px;
	border: 1px solid #CCCCCC;
	}
.yVideoCell {float:left;}
.yVideoDescr {
	float:left;
	width: 420px;
	margin: 0 0 0 20px;
	}

/* ----------------------- Buttom Modules Wrapper -----------------------  */
#bottommodules {
	width:905px;
	min-height:280px;
	margin:5px auto 0 auto;
	padding:10px; 
	border:1px solid #D7D7D7; 
	overflow:hidden;
	border-radius:5px; 
	-o-border-radius:5px;
	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	position:relative;
	background: #F3F3F3;
	}
#sepLine {
	border-bottom:1px #9F9F9F dashed;
	padding-bottom:15px;
	margin-bottom:15px;
	}
#modulesHolder { 
	overflow:hidden;
	position:relative;
	}
	
/* ----------------------- Buttom Module Boxes -----------------------  */
#latestArticlesBox, #popularArticlesBox, #allArticlesBox {
	width:200px;
	float:left;
	position:relative;
	margin-left:10px;
	}
#popularArticlesBox {margin:0 0 0 115px;}
#allArticlesBox{margin:0px 0 0 115px;}

#loginBox{
	width:240px;
	float:left;
	margin:0 0 0 10px;
	position:relative;
	}
/* ----------------------- Buttom Module Headers -----------------------  */
#modArticlesHeader, #modArticlesHeaderAllArtcls {
	width:230px;
	height:25px;
	padding-top:10px;
	background:url(../images/right_module.png) repeat-x #F7F7F8;
	color:#7E7E7E;
	font-weight:600;
	border-top:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-bottom:none;
	text-align:center;
	}
#modArticlesHeaderAllArtcls {width:250px;}

/* ----------------------- Buttom Module Content -----------------------  */
.mostread, .latestnews, #lcaHolder {
    background:#F7F7F8;
    margin:0;
    padding:15px;
	width:200px;
	border-top:none;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
	}
#lcaHolder{width:220px;}
.mostread li, .latestnews li {
	padding-left:25px; 
	list-style:none; 
	background:url(../images/document.png) 0 50% no-repeat;
	border-bottom:1px dotted #CFCFCF;
	}

/* ----------------------- Content Holders Round Corners -----------------------  */
.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#888; margin:0 5px;}
.b2 {height:1px; border-right:2px solid #888; border-left:2px solid #888; margin:0 3px;}
.b3 {height:1px; border-right:1px solid #888; border-left:1px solid #888; margin:0 2px;}
.b4 {height:1px; border-right:1px solid #888; border-left:1px solid #888; margin:0 1px;}

.contentb {
	border-right:1px solid #888; 
	border-left:1px solid #888;
	}

.brclear{
	clear:both; 
	height:0; 
	margin:0; 
	font-size: 1px; 
	line-height: 0; 
	}

/* ----------------------- download page -----------------------  */
#download_language_title {
    border-bottom: 1px solid #514E79;
    color: #12213E;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-left: 6px;
	}
#download_category_content {
    border-bottom: 1px dotted #9F9F9F;
    margin-left: 14px;
    width: 646px;
	}

/* --------------------------- Footer --------------------------- */
#footer {
    text-align:center;
	padding: 20px 15px; 
	line-height: normal; 
	font-family: Verdana, Arial, Helvetica, sans-serif Verdana; 
	font-size: 10px;
	color:#FFFFFF;
	}

/*end CSS*/