/*
Theme Name:     Panorama Child
Theme URI:      http: //www.radiantrecovery.com/
Description:    Child theme for the Panorama theme 
Author:         Sam Kirkpatrick
Author URI:     http: //www.radiantrecovery.com/
Template:       panorama
Version:        0.1.0
*/

@import url("../panorama/style.css");

#headerimage {
	background: url("../images/radiant_recovery_logo.jpg") top center no-repeat;
}
a {
	color: #454673;
}
a:hover {
	color: #4B5BAD;
}
ol.commentlist li div.reply {
	background: #ddd;
	border: 1px solid #AAA;
	padding: 2px 10px;
	text-align: center;
	width: 55px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ol.commentlist li div.reply:hover {
	background: #f3f3f3;
	border: 1px solid #aaa;
}
#header {
	height: 30px;
}
.post h2 {
	margin-top: 30px;
}
.post h2.first-h2 {
	margin: 0;
}
.img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.img-right {
	float: right;
	margin: 0 0 10px 10px;
}
.quote {
	font-style: italic; 
	border: 1px dashed #666; 
	background-color: #E2E2E2;
	padding: 0 10px;
}
#footer-inner {
	padding-bottom: 10px;
}

#yld_options img {
	margin: 0 50px;
}
#yld_options div {
	padding: 0 20px; 
	margin-top: 30px
}
#footer_books div {
	margin-left: 45px;
}
.quote {
	font-style: italic; 
	border: 1px dashed #666; 
	background-color: #E2E2E2;
	padding: 6px;
        margin: 20px 0;
}
.yld_class {
	border: 1px dashed #666;
	padding: 10px;
	margin-bottom: 15px;
}