﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333;
	
}
#container {
	display: block;
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	background-color: black;
}
.curved {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*behavior: url(../UserFiles/border-radius.htc);*/
}

#masthead {
	clear:both;
	display: block;
	width: 920px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-family: 'trebuchet ms';
	text-align: center;
	background-color: #FFFFC0;
	color: green;
}
#navigation { /*220px*/
	float:left;
	display:inline;
	background-color: white;
	color: black;
	font-family: 'trebuchet ms';
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 15px;
	width: 170px;
	font-family: 'trebuchet ms';
	font-size:medium;
}
#content { /*730px*/
	float:left;
	display:inline;
	background-color: white;
	color: black;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 15px;
	width: 690px;
	font-family: 'trebuchet ms';
	font-size:medium;
}
#footer {
	text-align: center;
	clear: both;
	background-color:black;
	width: 720px;
	border: 0;
	margin-top: 10px;
	margin-left: 220px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 5px;
}
/* Masthead Styles */
#masthead h1,h2,h3 {
	color: #396;
}
/* Navigation Styles */
a {
	color: #116CA6;
	text-decoration: none;
}
a:hover {
	color: #116CA6;
	text-decoration: underline;
}
#navigation a img {
	padding:0px;
	border: medium teal solid;
}
#navigation a:hover img {
	padding:0px;
	border: medium green solid;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: black;
}
#content h1 {
	text-align:center;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
div.center {
    text-align: center;
}

/*set width in tag*/
table {
    border-collapse: collapse;
	border: 1px solid #09818c; 
	margin: auto;
}	
thead { background-color: #7fc1a0; }
tbody { background-color: #FFDD99;}
td, th {
	border: 1px solid #09818c;
    text-align: left;
    padding: 4px;
}
tr:nth-child(even) {
    background-color: #FFCC99;
}
.skip {
	font-size:xx-small;
	color:gray;
}
.copyright {
	font-family: "Times New Roman";
	font-size: medium;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* The div that holds the entire netbible tagger popup */

#nbtDiv {
	padding: 0;
	margin: 0;
	display: none;
	z-index:100;
	border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 2px 3px 5px #BBBBBB;
    -webkit-box-shadow: 2px 3px 5px #BBBBBB;
    box-shadow: 2px 3px 5px #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    background-color: white;
}

/* The Header that includes the Current Verse Reference and Close X */

#nbtHeader {
/*	padding:0px;
	background-color:#3a3877;
	border:0px;
	padding:0px;
	margin:0px;
	height:16px;	 */
    *background: white url('/../../../../../../api/NETBibleTagger/v2/images/headerBackground.png') 0 0;
    background:green url('../UserFiles/nbheadbg.png') 0 0;
    border: 1px solid #DDDDDD;
    height: 24px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
}

/* The span that hold the Current Verse Reference */

#nbtVerseTitle {
  	color:#FFFF66;
    display: inline;
    font-family: Verdana,Arial,Helvetica;
    font-size: 14px;
    font-weight: bold;
    padding-left: 8px;
    position: relative;
    top: 4px;
    width: auto;
}

/* The Close link's child image */

#nbtClose img {
    border: 0 none;
    display: block;
    float: right;
    height: 16px;
    margin-right: 3px;
    margin-top: 3px;
    *margin-top:0px;
}

/* The loading Indicator image */

#nbtLoading {
	position:relative; 
	border:0; 
	margin-left:auto; 
	margin-right:auto; 
	display:block; 
	vertical-align:middle;
}

/* The div containing the content */

#verseTarget {
	height: 150px;
	/*
	border: 1px solid #DDDDDD;
	background-color: white; 
	*/
	color:black;
	overflow: auto;
	padding-left: 3px;
    padding-right: 3px;
    font-family: Verdana,Arial,Helvetica;
    font-size: 13px;
}

#verseTarget a{
	color: #0088CC;
	text-decoration: none;
	font-size: 12px;
}

.nbtWidth {
	width: 350px;
}

#nbtPoweredBy {
	padding-left: 6px;
	border-top: 1px solid #DDDDDD;
	font-size: 11px;
	padding-bottom: 2px;
    padding-top: 2px;
    color:black;
}
#nbtPoweredBy a {
	color: #0088CC;
	text-decoration: none;
	font-size: 12px;	
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1480px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1480px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1480px){
	.modal-content {
        width: 100%;
    }
}