body {
	
}

a {
    color: #600;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h6 {
    color: #600;
    font-size: 200%;
    font-weight: lighter;
    margin: 0.1em 0.1em 0.1em 0;
}
p {
    color: #777;
    font-size: 140%;
    font-weight: lighter;
    margin: 0.1em 0.1em 1em 0;
}

/* added for the gallery wysiwyg component in editor */



#gallery a:link {text-decoration: none;}
#gallery:hover {border: 2px solid #862633;opacity: 0.8;}

.gallery {
    height: 200px;
    margin: 0 0 10px 10px;
    width: 300px;
    display: inline-block;
	border:2px solid #eee;
		}
	
	.gallery:hover {border:2px solid #862633;opacity:.7;}
	
	
	
	.gallery img {width:300px;height:200px;margin:0;vertical-align:bottom;border:0;}
	
	.gallery img:hover {border:0;}
	
	#gallery-text {
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    display: block;
    margin: -24px auto 0 auto;
    letter-spacing: .1em;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
	float:none;
	opacity:1;
	position: relative;
}

#gallery-text a {color: #fff;}


