@charset "utf-8";

/*this is for the whole page, sets default font attributes and centers page in browser.*/
body {
	margin: 15px 25px 15px 25px;
	padding: 0px;
	text-align: center;
	color: #716e67;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color:#FFFFFF;
}
.footer {
	font-size: 9px;
	margin: 5px auto;
	color: #716e67;
	width:1002px;
}
/*attributes for default links, no underlines, */
a:link, a:active, a:visited {
	text-decoration: none;
	COLOR: #1577c0;
}

/*attributes for hovering over default links, no underlines & changes color */
a:hover {
	text-decoration:none;
	COLOR: #0a9341;
}

/*classes for different colored text and link behavior*/
.white, .white a:link, .white a:visited {
	COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
.white a:hover {
	COLOR: #EEEEEE;
}
.blue, .blue a:link, .blue a:visited {
	COLOR: #1577c0;
	TEXT-DECORATION: none;
}
.blue a:hover {
	COLOR: #0a9341;
}
.green, .green a:link, .green a:visited {
	COLOR: #0a9341;
	TEXT-DECORATION: none;
}
.green a:hover {
	COLOR: #716e67;
}
.gray, .gray a:link, .gray a:visited {
	COLOR: #716e67;
	TEXT-DECORATION: none;
}
.gray a:hover {
	COLOR: #1577c0;
}
/*these are for the main header tags, customize these for headers over creating new style*/
h1 {
	margin-top: 15px;
	margin-bottom:15px;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 30px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom:5px;
	margin-top:10px;
	line-height:16px;
	color: #0a9341;
}
h3 {
	font-size: 1.3em;
	margin-top:0px;
	margin-bottom: 5px;
	font-weight: bold;
}

/*if need to change space above or below all paragraphs*/
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*Unordered List, if you're making a bulleted list, this changes indent and such.*/
ul {
	margin-top:0px;
	padding-left:20px
}

/*this is the outer container, telling it margins from the edges of browser. */
.container {
	margin: 0 auto;
	text-align: left;
	border-color:#716e67;
	border: 1px solid;
	border-top:none;
	width:1002px;
	font-size:1.1em;
	line-height:1.4em;
}

/*padding can be applied to a td (cell) tag or to image if placing it within a box*/
.padding {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align:top;
}
.tweets {
	list-style:none;
}
.homefeed ul{
	list-style:none;
	padding:15px 15px 0px 15px;
	vertical-align:top;
}
.homefeed img {
	border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
border-style:solid;
border-width:1px;
display:block;
padding:4px;
}
.homefeed ul ul {
	list-style:disc;
}
.headline {
	font-size:2em;
}
#creditfooter {
	display:none;
}
.wp-caption {
	float:right;
	padding-left:5px;
}
p.wp-caption-text {
	font-size:0.9em;
margin:0.25em 0 0;
text-align:center;
}