@charset "UTF-8";
/* CSS Document */

/* zero-out browser formatting */
/* remove padding and margins */
/* this file may be inserted into the head of EE templates -- check that this file and the IOC_css global variables are in sync */

ol,form { 
	margin:0; 
	padding:0 
}

/* links */
 
Body {
	background-color: #d3d3a9;
}

img {
	display: block
}

hr {
	clear:both
}

#container {
	position:absolute;
	width:900px;
	height:1100px;
	z-index:1;
	top: 15px;
	left: 50%;
	margin-left: -450px;
}

#banner {
	height: 180px;
	width: 900px;
	position: absolute;
	z-index:4;
}

#sidebar {
	height: auto;
	width: 200px;
	top: 169px;
	position: absolute;
	background-color: #85282B;
	border-spacing:0px;
	z-index:3
}

#sidebar img:hover {
	background-color: #E34536;
}

#sidebar a, :link,:visited {
	text-decoration:none;
	color: #85282B
 }
 
 #sidebar2 {
	height: 450px;
	width: 200px;
	top: 169px;
	position: absolute;
	border-spacing:0px;
	z-index:3;
	background-image: url(sidebar-graphics/sidebar2-background.png);
	background-repeat: no-repeat;
}

#sidebar2 img:hover {
	background-color: #cccca4;
}

#sidebar2 a, :link,:visited {
	text-decoration:none;
	color: #85282B
 }

 #sidebar-blog {
 	height: auto;
	width: 200px;
	top: 619px;
	position: absolute;
	background-color: #d4d4aa;
	border-spacing:0px;
	text-align:center;
 }
 
  #sidebar-blog2 {
	height: auto;
	width: 200px;
	top: 620px;
	position: absolute;
	border-spacing:0px;
	text-align:center;
	z-index: 10;
 }
 
#main-text {
	height: auto;
	width: 675px;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 225px;
	top: 180px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
}

#slideshow {
	position: absolute;
	height: 520px;
	width: 900px;
	top: 180px;
	margin-top: 0px;
	background-color: #d4d4aa
}

#slideshow-text {
	position: absolute;
	height: auto;
	width: 675px;
	top: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 112px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 113px;
	left: 0px;
}

#slideshow a, :link,:visited {
	text-decoration:none;
	color: #85282B;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
 }

#footer {
	height: 100px;
	width: 675px;
	margin-top: 25px;
	margin-bottom: 25px;
	position: absolute
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.4em;
	color: #433e7e;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #aeb08e;
	padding-top: 5px
} 

.red-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #C1222D;
	font-weight: bold;
}

.black-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #000000;
	font-weight: bold;
}

#main-text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
}

#main-text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}

#main-text a, :link,:visited {
	text-decoration:none;
	color: #85282B;
	font-weight: bold;
	font-variant: normal;
 }

#sidebar-blog a, :link,:visited {
	text-decoration:none;
	color: #433e7e;
 }

.blog-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration:none;
	line-height: 1em;
	color: #828e46;
	font-weight: bold;
}

.blog-date-lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration:none;
	line-height: 1.1em;
	color: #828e46;
	font-weight: bold;
	clear:both
}

.sidebar-blog-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
}

#main-text .continues {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	font-style: italic
}

#main-text .permalink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	font-style: italic;
	clear:both
}

#main-text .title {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	line-height: 1.2em;
	color: #433e7e;
	font-weight: bold;
	letter-spacing: -1px;
	clear: both;
}
#main-text .blog-title {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #433e7e;
	font-weight: bold;
	letter-spacing: -1px;
}

#main-text  .summary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

#main-text  .body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

#main-text  .extended {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

#main-text .image-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#main-text .image-left {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
}

