
div.blurbs {
	clear: both;
	margin-bottom: 1em;
}

.blurbs:before, .blurbs:after{
	clear: both;
	content: '';
	display: table;
}

/* HEADS W BACKGROUND BAR */

#container h2.colorbar, #container h2.bar, body.maintext h2.bar, body.maintext h2.colorbar {
	border-bottom: 2px solid #dfbd00;
}


h2.bar a {
  color: #fff !important;
  text-decoration: none !important;
}

h2.bar a:hover {
  color: #cc9 !important;
}


/* CUTLINE */

.cutline {
  font-size: 11px;
}

/* PHOTOS */

.photoR60, .photoL60 {
        width: 60px;
        margin: 0;
        }

.photoR100, .photoL100 {
        width: 100px;
        margin: 0;
        }

.photoR200, .photoL200 {
        width: 200px;
        margin: 0;
        }

.photoR250, .photoL250 {
        width: 250px;
        margin: 0;
        }

.photoR, .photoR60, .photoR100, .photoR200, .photoR250 {
        float: right;
        padding: 0 0 0 1em;
        font-size: xx-small;
        line-height: 1.3em;
        font-family: verdana, arial, helvetica;
        }

.photoL, .photoL60, .photoL100, .photoL200,.photoL250 {
        float: left;
        padding: 0 1em 0 0;
        font-size: xx-small;
        line-height: 1.3em;
        font-family: verdana, arial, helvetica;
        }


img[width="370"]{
	height: auto;
	width: 100%;
}


div.clear { 
	clear: both; 
	}



.pullquote p p.pullquote{
        font-family: verdana, arial, sans-serif;
        }

p.pullsource {
        font-family: verdana, arial, sans-serif;
        font-size: x-small;
        padding: 0 1em 1em 0;
        text-align: right;
        }

