/*-----------------------------------------------
 outreachmediagroup.com
 contribute styles - These styles are available to contribute users.
 author: kris hull
 updated: april 2007
-----------------------------------------------*/

.hide{
display: none;
}
.highlight{
color: #06c;
}
.fade{
color: #999;
}
.left{
float: left;
margin-right:10px;
}
.right{
float: right;
margin-left:10px;
}
.pullquote{
/*display: block;
float: right;
margin: 5px 7px 0 0;
color: #ca4;
font: 300 italic 20px/30px Georgia, "Hoefler Text", "Times New Roman", Times, serif;
background:  url("../images/article_quote.gif") no-repeat top left;
padding: 5px 0 0 15px;
width: 185px;*/
}
.skinnycol .pullquote{
color: #6aa2De;
font-size:.83em;
font-style:italic;
background:  url("../images/article_quote.gif") no-repeat 0 1em;
padding:2em 0 0 0;
}
.copyright{
font-size: 9px;
font-style:italic;
color: #aaa;
}
.note{
font-size: 9px;
font-style:italic;
color: #999;
}
.smallcaps{ 
font-variant:small-caps;
}