/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
body{
background:url("images/Positive-Thinking-Self-Confidence-Background.jpg")0 0 repeat;
background-attachment: fixed;
}
 
.custom #container {
margin-bottom: 20px;
margin-top: 20px;
border: 4px solid #96A1FF;
}
/* Pull Quotes */

.pullquote_left, .pullquote_right { 
	line-height: 22px; 
	padding-left: 20px; 
	color: #8c8c8c; 
	font-style: italic; 
	font-size: 15px; 
	font-weight: bold;
}

.pullquote_left { 
	background: url("custom/images/shortcodes/pullquote1.jpg") repeat-y; 
	position: relative; 
	float: left; 
	width: 30%; 
	margin: 20px 15px 20px 0px;
}

.pullquote_right { 
	background: url("custom/images/shortcodes/pullquote1.jpg") repeat-y; 
	position: relative; 
	float: right; 
	width: 30%; 
	margin: 20px 0px 20px 15px;
}


/* Block Quotes */

.blockquote1, .blockquote2 {
	line-height: 24px; 
	font-style: italic; 
	font-size: 15px; 
	font-weight: bold;
}

.blockquote1 {
	border-style: solid; 
	border-color: #cecece; 
	border-width: 1px 1px 1px 5px; 
	background-color: #efefef; 
	padding: 10px 10px 10px 20px; 
	margin: 10px 0px 10px 0px; 
	color: #797979; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-box-shadow: 0 0 5px rgba(0,0,0, .3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, .3);
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=115, Color='#afafaf');
}

.blockquote2 { 
	background: url("custom/images/shortcodes/open-quote.gif") no-repeat left top; 
	padding-left: 30px; 
	font-style: italic;
	padding: 10px 10px 10px 50px; 
	margin: 10px 0px 10px 0px;
	color: #8c8c8c; }
/* AUTHOR INFO BOX CSS BY Howard Platt Positive-Thinking-For-You.com */
#postauthor { background: #E6E6E6; border: 2px solid #080080; padding:2em; margin:15px 0;}
.author-info{float:left; width:100%; padding:0 15px 0 0;}
.author-info img {background:#fff; border: 1px solid #ddd; float: left; margin-right:10px; padding:3px;}
.author-info h4 { color: #080080; font-size: 15px; }
.author-info h5 {color:#666; text-transform:none; font-size:12px; letter-spacing:0;}
.author-info p { color: #515151; font-size: 12px; line-height:16px;}