/*
$Id: components_pullquote.css,v 1.8 2012-12-07 08:45:22 vhamill Exp $
*/
/* Colour */
.pullquote .container{border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;}
.pqcomment p{color:#990000;}
.pqcomment p.bodystrong{color:#000000;}
.pqthumb h3{color:#990000;}
.pqthumb .container{background-color:#F6F2EE;}
.pqmega p{color:#990000;}
.pqmega p.bodystrong{color:#000000;}
/* Fonts */
.pqcomment h3{font-size:0.9em;}
.pqcomment p{font-weight:bold;font-size:0.9em;}
.pqthumb h3{font-size:0.9em;}
.pqthumb p{font-size:0.9em;}
.pqmega h3{font-size:1em;}
.pqmega p{font-weight:bold;}
/* Pullquote */
.pullquote{float:left;margin:5px 0 10px 0;}
.pullquote h3{margin:0 10px 0.1em 12px;}
.pullquote p{margin:0 0 0.5em 12px;padding:0;}
.pullquote img{float:left;margin:0 10px 5px 12px;}
.pullquote .container{margin:0 10px 0 12px;padding:5px 10px 5px 0;}
/* pullquote comment */
.pqcomment{width:16em;}
.pqcomment h3{margin:0 10px 0.5em 0;}
.pqcomment h3.subs{margin-left:12px;}
.pqcomment p{margin-left:0;}
.pqcomment img{margin-left:0;}
.pqcomment .container{padding:10px 0 5px 0;}
/* pullquote thumb */
.pqthumb{width:15em;}
.pqthumb li a{display:block;}
/* pullquote mega */
.pqmega{width:20em;}
.pqmega h3{margin:0 10px 0.5em 0;}
.pqmega h3.subs{margin-left:12px;}
.pqmega p{margin-left:0;}
.pqmega img{margin-left:0;}
.pqmega .container{padding:10px 0 5px 0;}
/* pullquote right align */
.pqright{float:right;}
.pqright .container{margin:0 0 0 10px;}
