p.verse {margin:0; padding: 0; line-height:130% !important;}
/*
Design by Joshua Tenpenny
Inspired by Metamorph_Garden http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*{
margin: 0px;
padding: 0px;
}
p.verse{padding: 0px !important;}

#content img {margin:10px}
.jot-row {border-radius:5px;border:1px solid white !important;}
body {
        font: 12px "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 20px;
	color: #2D461B;
	background:#62993B;
}
img.background {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
#page { position: relative; margin: 0 auto; }
h1, h2, h3 {
   font-family: HeadingFont;
   color: #235003;
}
@font-face {
    font-family: 'HeadingFont';
    src: url('/assets/fonts/GreatVibes-Regular-webfont.eot');
    src: url('/assets/fonts/GreatVibes-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/GreatVibes-Regular-webfont.woff') format('woff'),
         url('/assets/fonts/GreatVibes-Regular-webfont.ttf') format('truetype'),
         url('/assets/fonts/GreatVibes-Regular-webfont.svg#GreatVibesRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a { color: #235003;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: white;
  text-decoration: underline;
}
#header {
    	width: 500px;
    	height: 75px;
    	margin: 50px auto;
	
	background: url(/assets/images/freya/template/header-bottom.gif) no-repeat bottom left;
	background-color: rgba(178,192,29,0.9);
	border:white 3px solid;
	border-radius: 15px;
}
#logo { padding: 8px 100px 15px;
	background: url(/assets/images/freya/template/header-top.gif) no-repeat top right;
}
#header h1 {
	display: inline-block;
	font-size: 48px;
	margin: 2px 10px 15px;
}
#header h2 {
	margin:10px 10px 5px;
	font-size: 28px;
	display: inline-block;
}
#main {
	display:table;
	margin: 0 auto;
}
#sidebar {
	display:table-cell;
	background: url(/assets/images/freya/template/top.gif) no-repeat top right;
	background-color: rgba(98,153,59,0.9);
	border:white 3px solid;
	border-left: white 1px solid;
	border-radius: 15px;
//	float: right;
	padding: 30px 25px 20px 15px;
	width: 175px;
}
#sidebar li H2 {
	font-size:28px;
	margin-left: -15px;
}
#sidebar ul {
	border: 0px;
	margin-bottom: 10px;
	list-style: none;
	height: 600px
}
#sidebar li {
	margin-bottom: 5px;
	padding-left:17px;
}
#sidebar img {
    width: 150px;
    margin: 10px auto;
}
#sidebar a {
	color: #B2C01D;
	font-weight: bold;
	text-decoration:none;
}
#sidebar a:hover{
	color: #2D461B;
}
#sidebar p {
  text-align: center;
  margin-bottom:8px;
}
#content {
	background: url(/assets/images/freya/template/bottom.gif) no-repeat bottom left;
	background-color: rgba(178,192,29,0.9);
	width: 600px;
	padding: 15px 30px 60px 40px;
	border:white 3px solid;
	border-radius: 15px;
	border-right:white 2px solid;
	display:table-cell;
	font-size: 14px;
}
#content h2, h3 {
        font-size: 32px;
	margin: 0;
	margin-left: -10px;
	padding: 10px 0 2px;
}
#content h3 {
        font-size: 24px;
}
#content .subtitle {
    font: 12px "Trebuchet MS",Helvetica,sans-serif;
    margin: -15px 0px 0px;
    padding: 0;
    text-align: right;
    font-style: italic;
}
#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
        line-height: 130%;
        text-align: justify;
}
.verse {
   padding: 0 10px;
   text-align: left;
}
#content ul {
	border: 0px;
	margin-bottom: 10px;
	list-style: none;
}
#content li {
	margin-bottom: 5px;
	padding-left:17px;
	background: url(/assets/images/freya/template/main-bullet.gif) left 1px no-repeat;
}
#footer {
	position:absolute;
	bottom:0;
	width:600px;
        color: #235003;
	clear: both;
	height: 40px;
	padding-top: 20px;
}
#footer p {
	margin: 0;
	font-size: 11px;
	text-align: center;
}
#footer a
{
      font-weight: bold;
|</p>
