@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Snowburst+One);
* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background: #FFF;
	color: #333;
/*
	background-image:url('../img/back.png');
	background-repeat: repeat-y;
	background-position: left top;
*/
	/*font-family: 'Lato', Calibri, Arial, sans-serif;*/
	/*font-family:'lucida grande',verdana,helvetica,arial,sans-serif;*/
}
a {
	color: royalblue;
	text-decoration:none;
}
a:hover {
	color: #1e90ff;
	text-decoration: underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	text-align:center;
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	font-family: 'Snowburst One', cursive;
	color: skyblue;
	font-size: 200%;
}
h2 {
	color: #333;
	font-size: 190%;
}
h3 {
	width:70%;
	margin:0 auto;
	color: #2c6877;
	/*font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;*/
	font-size: 1.5em;;/*165%*/
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	list-style:none;
}
p {
	text-align:center;
}

.f_clear{
	clear:both;
}

/** Layout **/

#search{
	width:80%;
	margin:30px auto;
	text-align:center;
	background-color:skyblue;
	opacity:0.8;
	border-radius:5px;
	padding:10px 0 5px;
}

#search input[type="text"]{
	width: 80%;
	font-size: 14px;
	line-height: 20px;
	border-radius: 5px;
	padding: 5px 0.5%;
}

#search input[type="submit"]{
width: 15%;
padding: 5 2%;
font-size: 14px;
line-height: 20px;
border-radius: 5px;
margin: 10px 0;
}

.verses{
	width:60%;
	margin:10px 20%;
	padding:0;
	box-shadow:2px 2px 8px rgba(0,0,0,0.8);
	border:2px solid skyblue;

	-moz-transition-property: margin, width;
	-webkit-transition-property: margin, width;
	-o-transition-property: margin, width;
	-ms-transition-property: margin, width;

	-moz-transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;

	-moz-transition-timing-function:ease-in-out;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-timing-function:ease-in-out;
	-ms-transition-timing-function:ease-in-out;
}

.versebody{
	padding:0 2%;
	margin:10px 0 0;
}

.verseinfo{
	text-align:right;
	margin:10px 0 0;
	padding:0 2%;
}

.verseinfo a{
	text-decoration:none;
}

.verses .verseinfo a{
	color:#333;
}

.todaysverses{
	width:60%;
	margin:10px auto;
	padding:0;
	box-shadow:2px 2px 5px rgba(0,0,0,0.8);

}

.todaysverses h2{
	padding:0 2%;
	margin:10px 0;
}

.todaysverses .versebody{
	margin:0;
}

.versestart{
	background-image:url("/img/quote_top.gif");
	background-position:left bottom;
	background-repeat: no-repeat;
	width:99%;
	height:25px;
	margin:0 auto;
	padding:0px;
}

.verseend{
	background-image:url("/img/quote_bottom.gif");
	background-position:right top;
	background-repeat: no-repeat;
	width:99%;
	height:25px;
	margin:0 auto;
	padding:0px;
}