/* This was created for Artisteer templates. This will display the content only
Please format coupons properly in blockquotes.
Tested with the 2 column template.
*/

/* general stuff */
body {
     background: white;
     font-size:10pt; 
     color: black; }

/* getting rid of whole blocks we don't want to see for Artisteer */

.sidebar1, #sidebar1, .sidebar2, #sidebar2, .Footer, #Footer, .Header, #Header, .nav, #nav, .PostMetadataHeader, .PostHeader { display:none;  }

/* getting rid of whole blocks we don't want to see for WOO themes */

.header, #header, .sidebar, #sidebar, .leftbar, #leftbar, .rightbar, #rightbar, .footer, #footer { display:none;  }

/* Start blockquote */
blockquote p
{
	color:#111311;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

blockquote
{
	border:dashed 2px #707A6C; 
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 5px;
	background: white;
	width: 500px;
}


/* Finish blockquote */