@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

#clearleft {
 	clear: left;
}

#clearright {
 	clear: right;
}

#clearboth {
 	clear: both;
}

/* ==================================================================================== */
/* = TYPOGRAPHY =========================================================================== */
/* ==================================================================================== */

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
a:link {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #;
}
a:hover {
	color: #a90101;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
/* Extra Hover That Allows Visited Links To Keep Their Rollover Property */
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}



/* ==================================================================================== */
/* = HEADER =========================================================================== */
/* ==================================================================================== */

.networkheader {
	text-align: right;
}
.networknav {
	width: 1000px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-position: right;
	background-repeat: no-repeat;
}
.container {
	background-color: #000;
	background-image: url(../images/revolt_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}
.masthead {
	width: 1000px;
	height: 122px;
	margin-right: auto;
	margin-left: auto;
}
.mainnav {
	background-color: #000;
	height: 35px;
	margin-bottom: 30px;
	background-image: url(../images/navmenu_bg.png);
}
.content_main {
	line-height: 18px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

.content_main p {
	padding-top: 5px;
}

.content_main a:link {
	border-bottom-width: 0px;
	text-decoration: none;
}

.content_main a:hover {
	border-bottom-width: 0px;
	text-decoration: none;
}

.content_main a:visited {
	border-bottom-width: 0px;
	text-decoration: none;
}

.content_main a:active {
	border-bottom-width: 0px;
	text-decoration: none;

}

.content_main img{
	padding-bottom: 2px;
}

.content_main .heading {
	width: 370px;
	border-bottom-color: #3b3b3b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 8px;
 	margin-bottom: 8px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #ffc500;
}



/* ==================================================================================== */
/* = HOMEPAGE TABLES =========================================================================== */
/* ==================================================================================== */
	
#content_main_left {
	width: 600px;
	background-color: #000;
	margin-bottom: 30px;
	float: left;
}

#content_main_right {
	width: 370px;
	margin: 0 0 0 -15em;
	float: right;
}

.home_videoclip {
	width: 600px;
	float: left;
}

.home_news {
	padding-top:10px;
	padding-bottom: 2px;
	float: right;
}

.home_prayer {
	padding-bottom: 0px;
	width: 370px;
	float: right;
}

.home_movement {
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	height: 420px;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2e2e2e;
}

.home_imagetable {
	border-collapse: collapse;
	width: 1000px;
	color: #000000;
	}

.home_imagetable td:first-child {
	width: 485px;
	vertical-align: top;
	}
	
.home_imagetable td+td {
	width: 235px;
	vertical-align: top;
	padding-left: 21px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	}
	
.home_imagetable h1 {
	padding-bottom: 20px;
	color: #191919;
	}
	
.home_imagetable p {
	font: 14px/18px Helvetica, Verdana, Arial, sans-serif;
}

.home_imagetable img {
	margin-right: 5px;
	text-align: left;
	float: left;
}



/* ==================================================================================== */
/* = SUBPAGE CONTENT =========================================================================== */
/* ==================================================================================== */

.sub_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
	
#sub_left {
	width: 640px;
	background-color: #000;
	margin-bottom: 30px;
	float: left;
}

#sub_right {
	width: 230px;
	margin: 0 0 30px -15em;
	float: right;
}

.sub_content {
	width: 100%;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	padding: 30px;
	margin: -4px 0 0 0;	 
	background-image: url(../images/sub_article.png);
	background-repeat: repeat-x;
	background-color: #F4F4F4;
}

.sub_ad {
	float: right;
	padding-bottom: 10px;
}
.sub_ad a:link, a:hover, a:visited{
	border-bottom-style: none;
}
.sub_side {
	width: 100%;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 20px;
	background-image: url(../images/sub_right.png);
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	float: right;
}
.sub_side a:link, a:hover, a:visited{
	border-bottom-style: none;
}
.sub_side_bottom {
	width: 300px;
	height: 35px;
	background-color: #000;
	float: right;
	background-image: url(../images/sub_right_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}
	
.sub_container p {
	line-height: 18px;
	font: 16px/18px;
}	

.sub_container h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
}
	
.sub_container h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 5px;
}

.sub_container h3 {
	padding-top: 10px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-color: #c7c7c7;
	border-bottom-style: dotted;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 2px;
}

.sub_container .manifesto {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.sub_container .blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 600px;	
	line-height: 24px;
	font-style: italic;
	font-size: 18px;
	padding-left: 20px;
}

/* ==================================================================================== */
/* = BOTTOM OF SITE  =========================================================================== */
/* ==================================================================================== */

.bottom {
	background-color: #FFF;
	padding-bottom: 30px;
	background-image: url(../images/revolt_bg_bottom.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

.container_bottom {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

.content_bottom {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 35px;
}

.bottom_table {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	color: #999999;
	margin-top: 40px;
	width: 1000px;
	}

.bottom_table th {
	padding: 0 0.5em;
	text-align: left;
	vertical-align: top;
	}
	

.bottom_table td:first-child {
	vertical-align: top;
	width: 166px;
	}
	
.bottom_table td+td {
	text-align: left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 14px;
	width: 166px;
	}

.bottom_menu {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	vertical-align: top;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 20px;
}

.bottom_menu p {
	color: #999;
}

.bottom_menu a:link {
	color: #a0a0a0;
}

.bottom_menu a:hover {
	color: #000;
}

.bottom_menu a:visited {
	color: #a0a0a0;
}



/* ==================================================================================== */
/* = FOOTER =========================================================================== */
/* ==================================================================================== */

.footer {
	background-position: 0 12px;
	width: 1000px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;

	margin-right: auto;
	margin-left: auto;
	padding-top: 45px;

	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;

	background-image: url(../images/logo_heart.jpg);
	background-repeat: no-repeat;
	}



/* ==================================================================================== */
/* = FORMS =========================================================================== */
/* ==================================================================================== */

input, textarea, select {
	color:#999;
	background-color: #222;
	font-size: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	}
	
select {
	border-width: 0px; 
	}


/* ==================================================================================== */
/* = SLIDE IT (MOO TOOLS) ============================================================= */
/* ==================================================================================== */

#SlideItMoo_info_outer { 
	display:block; 
	position:relative; 
	width:370px; 
	height:125px;
	z-index: 10;
}
#SlideItMoo_info_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:370px;
	height:125px;
	z-index: 10; 		
}
#SlideItMoo_info_items { 
	display:block; 
	position:relative; 
	z-index: 10; 

}

#SlideItMoo_info_items .info_item{
	display:block; 
	position:relative;
	width:370px;
	height:125px;
	float:left;
	z-index: 10; 
}

#SlideItMoo_info_items .info_item a img{
	border:none;
	z-index: 10;
}
	