/*
* LINKS CSS
*-------------------------------------
*
* Version: 151010A
*
* Author: Abundant Blessing Church Digital Team
*
* Notes: The CSS definitions in this sheet are including:
* 			-All content Styles(fonts, images, etc.)
*			
*
*/
.links_bg{
	background:#111;
	background:linear-gradient(top,#444,#000);
	background:-webkit-linear-gradient(top,#444,#000);
	background:-moz-linear-gradient(top,#444,#000);
	background:-o-linear-gradient(top,#444,#000);
	height:400px;
	overflow:hidden;
	}
.title{background:#555;margin:20px 0 0 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	}
.links_wrap{width:700px;margin:0 auto; text-align:center;}
.links_wrap ul{float:left;margin:20px 0 0 0;}
.links_wrap li{margin:0 35px;}
.links_wrap2{width:650px;margin:0 auto; text-align:center;}
.min_txt{margin:-325px 0 0 0;}
.min_txt ul{float:left;margin:20px 0 0 0;}
.min_txt li{margin:0 60px;}
.min_global{margin:-170px 0 0 0;}
.min_global ul{float:left;margin:20px 0 0 0;}
.min_global li{margin:0 60px;}
.underline1{margin:30px 0 0 0;border-bottom:1px dashed rgba(255,255,255,.5);}