/* zone specific styles */ 
#nav.vert a { display:block; }
/* zone generic styles */
.fifth { width:20%; }
.fourth { width:25%; }
.col { width:30%; }
.third { width:33%; }
.half { width:50%; }
.threeQ { width:75%; }
.full { width:100%; }
.narrow { width:40%; }
.wide { width:62%; }
.mTop { margin-top:18px; }
.mBottom { margin-bottom:18px; }
.mAuto { margin:auto; }
.mLeft { margin-left:18px; }
.mRight { margin-right:18px; }
.pTop { padding-top:12px; }
.pBottom { padding-bottom:12px; }
.pLeft { padding-left:12px; }
.pRight { padding-right:12px; }
.noPad { padding:0px; }
.noPadBottom { padding-bottom:0px; }
.noPadTop { padding-top:0px; }
.noM { margin:0px; }
.noMBottom { margin-bottom:0px; }
.noMTop { margin-top:0px; }
.fLeft { float:left; }
.fRight { float:right; }
.clearB { clear:both; }
.clearL { clear:left; }
.clearR { clear:right; }
.autoW { width:auto; }
.fullH { height:100%; min-height:100%; }
.spR { margin-right:5%; }
.journal h3 { margin:0px; font-weight:normal; font-size:1.2em; }
#journal h4 { border-bottom:1px solid gray; }
.journal { border:1px solid gray; padding:5px 12px; margin:12px 0px; }
#logo h1 { margin-bottom:0px; }
.textLeft { text-align:left; }
.textRight { text-align:right; }
.textCenter { text-align:center; }
@media screen and (max-width:768px) {
	.fLeft, .fRight { float:none; }
	.fifth, .fourth, .third, .half, .threeQ, .narrow, .wide { width:100%; }
}