
body {
    font-size: 17px;
    line-height: 21px;
	font-family: "Helvetica";
	background-color: #f9f9f9;
}

@media screen and (min-width: 800px) {
	body {
	    font-size: 22px;
	    line-height: 30px;
		width: 800px;
    	margin: 0 auto;
	}
}

a {
	color: #007aff;
}

p {
	color: #111;
}

#savedMeditations {
	margin-bottom: 40px;
}

ul {
    padding-left: 0;
    margin-top: 8px;
    margin-bottom: 15px;
    list-style: none;
}

li, #savedMeditations > div, #savedMeditations > p, .defaultMeditations {
    position: relative;
    padding: 11px 11px 11px 15px;
    overflow: hidden;
	cursor: pointer;
	
	margin: 0 10px 8px 8px;
    word-wrap: break-word;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
	background-color: #fff;
}

#savedMeditations > p, .defaultMeditations {
	cursor: default;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #2f2a2a;
	margin-top: 15px;
	color: #dcdc0d;
	text-align: center;
}

li:hover, li:active, #savedMeditations > div:hover {
	background-color: #eee;
}

li.saved {
	background-color: orange;
}

div.col2 {
	display: none;
}

li.explanation {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #2f2a2a;
	margin-top: 15px;
}

li.explanation a {
    color: #dcdc0d;
	text-decoration: none;
}

li.explanation:hover a {
    color: #dcdc0d;
	text-decoration: underline;
}

.tve-tl-cnt-wrap {
	padding: 20px;
}

@media screen and (min-width: 800px) {
	.tve-tl-cnt-wrap {
		width: 800px;
		margin: 0 auto;
	}
	
	blockquote {
	    padding: 10px 20px 10px 50px;
	}
}

span.dropcap {
    font-size: 300%;
    font-weight: bold;
    float: left;
    position: relative;
    margin: 5px 7px 0 0;
    line-height: 0.7em;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #ccc;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}