/* Quovolver Demo Styles */

/*
 |	All required styles for the effect
 |	are labeled with this *required*
*/

/*body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; color: #373737; }
a { text-decoration: none; color: #52b7d4; }
a:hover { color: #ea9941; }
#header, #footer { padding: 20px 0; }
#wrapper { width: 100px; margin: 0 auto; }
#description { margin-bottom: 40px; padding-bottom: 10px; }
h1, h2 { font-weight: normal; }
h1 { font-family: Georgia, Times, serif; font-size: 42px; color: #1f1f1f; margin-left: -60px; }
h2 { font-size: 12px; }
#description p { margin-bottom: 10px; }
#footer { font-size: 11px; line-height: 16px; }
#footer a { color: #373737; border-bottom: 1px solid #f2f2f2; }
#footer a:hover { color: #ea9941; border-color: #ea9941; }
code { font-family: "Courier New", Courier, Monaco, monospace; background: #f2f2f2; margin-bottom: 20px; display: block; padding: 20px; }	
blockquote p { margin-bottom: 10px; font-style: italic; }
blockquote cite { font-style: normal; display: block; text-align: right; text-transform: uppercase; font-size: 10px; font-weight: bold; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; }*/

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/
blockquote p
{
    margin-bottom: 10px;
    margin-top: -5px;
    margin-left: 10px;
    /*font-size: 14pt;*/
    font-style: italic;
    text-align: left;
    /*padding: 0 3px 0 3px;*/
    color: #666666;
    font-weight: bold;
}
blockquote cite { display: block; text-align: left; font-style: italic; /*font-size: 8pt;*/ font-weight: normal; color:#666666; /*letter-spacing: 1px;*/ margin-left: 10px;}


#wrapper { width: 150px; margin: 0 auto; }
#article { width: 150px; margin: 0 auto; }

blockquote {
	/*font-family: Georgia, Times, serif;*/
	/*width: auto; /* required */
	margin: 0 auto;
	width:140px;
	padding:3px 3px 3px 3px;
	}
	
/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/
/*
#quote_wrap { 
	background: #fbffec url(
	http://sandbox.sebnitu.com/jquery/quovolver/demo/images/quote-mark.png
	) no-repeat 5px 5px;
	margin: 0 0; padding: 10px; border: 1px solid #edffaf;
	}
	*/
#quote_wrap
{
    background-image: url('../Image/Background/quote1.png');
    background-position: 5px 5px;
    /*margin: 0 0;
    padding:10px;*/
    border: 1px solid #CCCCFF;
    background-repeat: no-repeat;
    background-color: #D6FEDC;
    padding: 10px 5px 5px 4px; margin-left:-5px;
    width:100%
}	
