/* -- This is the place to add your own style modifications without touching the original styles -- */

.hometitle {
	background: #663366; 
	color: #fff; 
	padding: 1%; 
	text-align: center; 
	font-weight: bold; 
	font-size: 18px; 
	border-top: 1px double #663366; 
	margin: 1% 1% 0% 1%;
	}


/* ---------[ My Article Email Capture Form ] ---------- */

.article-capture {
	border: 1px solid #bbb;
	margin: 25px 5px 30px 5px;
	padding: 3% 5% 3% 5%;
	background:#ddd url(images/bodybg.png);
	}

.article-capture input {
	display:block;
	text-align:left;
	margin:0 auto;
	width: 38%;
	}

.article-capture label {
	display:block;
	margin:0 auto 1px;
	padding: 0;
	font-size:14px;
	}

.article-capture p {
	margin-bottom:10px;
	}

.article-capture input[type="text"],
.article-capture input[type="email"] {
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
	padding:5px;
	width:54%;
	margin:3px 3% 0 0;
	display:block;
	line-height:1.5em;
	font-family:inherit;
	color:#666;
	float: left;
	}

.article-capture input[type="submit"],
.article-capture .button {
	cursor:pointer;
	font-family: inherit;
	font-size: 16px; 
	display: block;
	height:36px;
	line-height: 36px;
	padding: 0 10px 2px;
	margin:0 auto 0px;
	text-align: center;
	color:#fff;
	background-color:#663366;
	border:1px solid #663366;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 1px hsla(0,100%,100%,.8) /*Shine*/;
	-moz-box-shadow:inset 0 0 1px hsla(0,100%,100%,.8) /*Shine*/;
	box-shadow: inset 0 0 1px hsla(0,100%,100%,.8) /*Shine*/;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: left;
	}

.article-capture input[type="submit"]:hover,
.button:hover {
	color:#fff;
	background-color:#336699;
	border:1px solid #336699;
	}
.article-capture h2 {
	font-size: 16px; 
	color: #660066; 
	font-weight: bold; 
	text-align: center;
	}

/* ---------[ My Sidebar Email Capture Form ] ---------- */

.sidebar-capture {
	background:#ddd url(images/bodybg.png);
	border:1px solid #ccc;
	padding:25px;
	text-align:left;
	font-size:12pt;
	line-height:1.5em;
	text-shadow:0 0 1px #fff;
	z-index:6;
	color:#000;
	margin-bottom: 40px;
	margin-top: 0px;
	}

.sidebar-capture h2 {
	font-size:16pt;
	text-align:center;
	margin-bottom:20px;
	}

.sidebar-capture input {
	display:block;
	text-align:left;
	margin:0 auto
	}

.sidebar-capture label {
	display:block;
	margin:0 auto 1px;
	padding: 0;
	font-size:14px;
	}

.sidebar-capture p {
	margin-bottom:10px;
	}

.sidebar-capture input[type="text"],
.sidebar-capture input[type="email"] {
	border:1px solid #ccc;
	background:#fff;
	font-size:14px;
	padding:5px;
	width:80%;
	margin:0 auto 5px;
	display:block;
	line-height:1.5em;
	font-family:inherit;
	color:#666;
	}

.sidebar-capture input[type="submit"],
.button {
	cursor:pointer;
	font-family: inherit;
	font-size: 16px; 
	display: block;
	height:36px;
	line-height: 36px;
	padding: 0 10px 2px;
	margin:10px auto 0;
	text-align: center;
	color:#fff;
	background-color:#663366;
	border:1px solid #663366;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 1px hsla(0,100%,100%,.8) /*Shine*/;
	-moz-box-shadow:inset 0 0 1px hsla(0,100%,100%,.8) /*Shine*/;
	box-shadow: inset 0 0 1px hsla(0,100%,100%,.8) /*Shine*/;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}

.sidebar-capture input[type="submit"]:hover,
.button:hover {
	color:#fff;
	background-color:#336699;
	border:1px solid #336699;
	}

/* -------- [ Table ] -------- */
	
table {
	border-collapse: collapse;
	margin-bottom: 20px; 
	max-width:100%;
	overflow:hidden;
	font-size: 14px;
	}

table th {
	background:#eeeeee;
	border: 1px solid #fff;
	padding: 10px; 
	}

table tr {
	background:#f5f5f5;
	}

table td {
	border: 1px solid #fff;
	padding: 5px; 
	}
/* -------- [ My Family tree ] -------- */
.timeline {
	margin-bottom: 20px;
	}
.title {
	margin-bottom: 20px; 
	border-bottom: 1px solid #dddddd; 
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	}
.fact {
	overflow: hidden;
	}
.fact-icon {
	border-radius: 50%; 
	float: left; 
	width: 75px; 
	height: 75px; 
	border: 1px solid #dddddd; 
	padding: 5px; 
	text-align: center; 
	background-color: #eeeeee;
	font-weight: bold;
	z-index: 2;
	}
.fact-icon.baptism {
	background: url(http://images.clipartpanda.com/simple-black-cross-clip-art-027442-glossy-black-icon-culture-religion-cross5-sc31.png);
   	background-size: 35px 35px;
   	background-repeat: no-repeat;
	background-position: 25px 30px;
	}
.fact-detail {
	margin-left: 42px; 
	border-left: 2px solid #dddddd; 
	padding-left: 60px;
	z-index: 1;
	}