@charset "UTF-8";

/**************************************************/
/**************************************************/
/**************************************************/

/* Start General Styles */

html {
	overflow-y:scroll;
}

html, body {
	width:100%;
	height:100%;
	background:#fff;
}

body {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
}

a {
	text-decoration:none;
    display:inline-block;
}

img {
	border:0;
}

select {
	margin-right:7px;
}

#content {
	border:0px solid #eee;
	margin-top:10px;
	padding-bottom:10px;
}
#wrapper {
	width:900px;
	border:0px solid #bbb;
	padding:10px;
	margin: 0 auto;
}
#wrapper div{
	border:0px solid #bbb;
}
#header{
	height:50px;
	background-color: #b0c4de;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#header2{
	height:25px;
	background-color: #b0c4de;
	padding:0 0 0 30px;
}
#title {
	margin: 0 auto;
	width:70%;
	height:50px;
	font-weight: bold;
	font-size: 200%;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	float:left;
}
#namediv{
	margin-left:10px;
	width:250px;
	height:50px;
	float:left;
	line-height: 50px;
	vertical-align: middle;
}
#content-main {
	margin-left:10px;
	width:500px;
	/* height:500px; */
	float:left;
}
#content-main div {
	padding:10px;
	float:left;
	margin-left:10px;
	width:880px;
}
#content-main2 div {
	/* padding:10px; */
	float:left;
}
#content-right {
	margin-left:10px;
	width:314px;
	height:500px;
	float:right;
}
#content-right div {
	padding:10px;
}
#translationdiv {
	width:400px;
}
#verseref {
	width:400px;
}
#extra {
	width:500px;
}
#knowversediv {
	width:400px;
}
#submitdiv {
	width:190px;
	float:left;
    background: #A9DBC7;
    border: 2px solid #a1a1a1;
    border-radius: 25px;
}
#submitdiv2 {
	width:180px;
	float:left;
    background: #A9DBC7;
    border: 2px solid #a1a1a1;
    border-radius: 25px;
	padding:10px 0px 10px 0px;
	margin-top:10px;
}
#msg {
	width:300px;
	float:left;
}
.label1 {
	font-weight: bold;
	height:10px;
}
.msg {
	width:100px;
	float:left;
}
.box1 {
	background-color: #aeeeae;
	width:20px;
	height:20px;
}
.box2 {
	background-color: #b2b4fe;
	width:20px;
	height:20px;
}
#verselist {
	float:none;
	position: relative;
}
#footer {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	width:880px;
}
@media only screen and (max-device-width: 480px) {
	#wrapper {
		width: 100%;
		float: none;
	}
	#header {
		background-image: url(media-queries-phone.jpg);
		height: 93px;
		position: relative;
		float: none;
	}
	#title {
		font-size: 120%;
		float: none;
		width:95%;
		color: blue;
	}
	#namediv{
		margin:0 0 0 50px;
		width:250px;
		height:0px;
		float:left;
		line-height: 0px;
		vertical-align: top;
	}
	#header2{
		height:20px;
		background-color: #b0c4de;
		padding:0 0 0 0;
		margin:0 0 0 0;
	}
	#content {
		float: none;
		width: 100%;
	}
	#content-main {
		width:280px;
		height:auto;
	}
	#content-main2 {
		width:280px;
		height:auto;
	}
	#knowversediv {
		float: none;
		width: 100%;
	}
	#navigation {
		float:none;
		width: auto;
	}
}
@media print {
body * {
visibility:hidden;
}
#verselist, #verselist * {
visibility:visible;
}
#verselist { /* aligning the printable area */
position:absolute;
left:40px;
top:40px;
}
}
