/***********************************
***** Iowa Nation Journal CSS ******
***********************************/

.journal {
  width: 100%;
  height: 116px;
  background: url(../Images/journal-top-bg.gif) repeat-x;
}

:root .journal {
  margin-top: -16px;
}

.journal h1 {
  width: 413px;
  height: 116px;
  background: url(../Images/journal-top.gif) no-repeat;
}

.journalNumber {
  margin: -60px 0px 30px 5px;
  font-weight: bold;
}

:root .journalNumber {
  margin-top: -40px;
}

.newsletter {
  margin: 0px 10px 0px 10px;
}

.newsletter h2 {
  font-size: 16px;
}

.newsletter h3 {
  font-size: 14px;
}

.newsletter ul li {
  padding: 10px 0px 10px 0px;
}

.footerinfo {
  font-size: 11px;
}

.footerinfo span {
  font-size: 10px;
}

.calendar {
  width: 550px; 
  height: 400px;
}

.calendar div {
  width: 100%;	
  text-align: center;
  font-size: 11px;
}

.inthiseditionformat {
  background-color: #FFFFFF; 
  color: #000000; 
  font-size: 13px; 
  font-weight: bold; 
  width: 125px; 
  border: 1px solid #000000; 
  padding: 3px; 
  margin-bottom: 0; 
  padding-bottom: 0;
}

.inthisedition {
  background-color: #F0E2CB;
  width: 125px;
  border: 1px solid #000000;
  border-top: 0;
  padding: 3px;
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}

.inthisedition a {
  color: #000000;
}

.inthisedition a:hover {
  color: #DD9420;
}

.inthisedition ul {
  float: left; 
  width: 100px; 
  padding-left: 20px; 
  margin-left: 0; 
  list-style-type: square; 
  font-size: 11px;
}

.inthisedition center {
  margin: 10px 0px 0px 0px;
}

.veterans_list tr td {
	font-size:.7em;
}

.veterans_box {
	width:280px;
	border:3px solid #339933;
	margin:20px auto 0 auto;
}

.veterans_box p {
	padding:0 10px;
	color:#dd9420;
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}

.large_font_table tr td {
	font-size:1em;
	font-weight:bold;
}

.sub_heading {
	color:#336699;
	font-size:1.1em;
}

.image_border {
	border:1px solid #336699;
}

a.pdf {
	background:url(/Images/pdf-icon.gif) right no-repeat;
	padding-right:13px;
	height:19px;
	margin:0;
}


