/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	font-family: Verdana,sans-serif;
	color: #333333;
	background-color: #cecece;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}

a:visited 
{
  color: #999999;
  text-decoration: line-through;
}

a:hover 
{
 color: #FF0000;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	font-family: Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 1.75em;
 color: #ffffff;
 font-weight: normal;
 padding: 7px 0px 7px 20px;
}

h2{
 font-size: 1.15em;
 color: #000000;
 font-weight:bold;
}

h3{
 font-size: 1em;
 color: #663366;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	border-bottom: 5px solid #CD5C5C;
	background-color: #663366;
	width: 100%;
}
#titlehead{
	margin: 0;
	border-bottom: 5px solid #CC0066;
	background-color: #CCCC9A;
	width: 100%;
}

#contentWrapper {
 display:block;
	position:relative;
	float:left;
	width: 70%;
	margin: 0;
}

#content {
	font-size: 1em;
	padding: 20px;
	background-color: #ffffff;
	color: #000000;
}

#footer{
 display:block;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #dddddd;
	font-size: .7em;
	text-align:right;
	color: #666666;
}
#footer a, a:visited {
  color: #333333;
		text-decoration:underline;
}

#johnherr {
 display:block;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: .7em;
	text-align:left;
	color: #666666;
}
#johnherr a, a:visited {
  color: #666666;
		text-decoration:underline;
}

#navBar{
 display:block;
	position:relative;
	float:left;
	width: 28%;
	margin: 0 0 0 0;
	padding: 0px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eeeeee;
}

#textSize {
  background-color:#dddddd;
  font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:.7em;
		padding:5px;
		color:#666666;
 }
	
a.textSizeControl, a.textSizeControl:visited {
	 position:relative;
		margin-top: 6px;
		margin-right: 2px;
		padding: 3px;
		color: #333333;
		text-decoration:underline;
}
a.textSizeControl:hover {
  color: #999999;
}

/***********************************************/
/*Component Divs                               */

/*************** #pageName styles **************/

#pageName img {
  float: left;
  padding-right: 10px;
		max-width: 480px;
		height: inherit;
}

#pageName 
{
  display:block;
}

#story p {
	padding: 0px 0px 0px 0px;
	font-size: .68em;
}

/************** .feature styles ***************/

#story p.feature_title, #story p.feature_author, #story p.feature_takeaway {
 font-family: Verdana, sans-serif;
	position:relative;
	display:block;
	background-color:#eeeeee;
 margin: 0px;
	padding:0px;
 padding-left: 10px;
 padding-right: 10px;
}

#story p.feature_title{
 border-top: 2px solid #663366;
	padding-top: 10px;
 font-weight: bold;
 font-size: .9em;
 color: #663366;
}

#story p.feature_author 
{
 font-weight: bold;
 color: #000000;
}

#story p.feature_takeaway 
{
 font-style: italic;
	padding-bottom:10px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

#story h3
{
  font-size: .68em;
}

#story 
{
  font-size: 1em; 
}

#story li
{font-size: .68em;}


/*************** optionals ******************/

table {
  color: #000000;
  font-size: .7em;
}
#story table p { 
  font-size: 1em;
}
td {
  vertical-align: top;
  border: solid 1px #999999;
  padding: 4px;
}

td.cell
{
  background-color: #eeeeee;
}

#story td li  { font-size: 1em; }

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#anchorLinks 
{
  font-weight: bold;
  font-size: .9em;
		padding-bottom: 10px;
}

#navBar hr
{
  margin-bottom: 14px;
  color: #ffffff;
  background-color: #ffffff;
  height:3px;
  border: none;
}

#photos img 
{
  display:block;
  margin-right: 5px;
  margin-bottom: 10px;
  max-width:120px;
  border: solid 2px #ffffff;
		height: inherit;
}

#photos 
{
  background-color: #dcdcdc;
  padding:14px;
  padding-bottom:20px;
		font-size: 1em;
}

#photos p
{
		font-family: Verdana, sans-serif;
		font-size: .7em;
		color: #000000;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	font-family:Verdana, sans-serif;
	position: relative;
	margin: 0px;
	padding: 10px;
	font-size: .9em;
	font-weight:bold;
}

#sectionLinks li{
	padding: 0px 0px 0px 0px;
}

#sectionLinks a 
{
  padding:4px;
}

#sectionLinks a:link {
	color: #663366;
	text-decoration: none;
}

#sectionLinks a:visited{
	color: #663366;
	text-decoration: none;
}

#sectionLinks a:hover{
 color: #ff6600;
	background-color: #ffffff;
	text-decoration: none;
}


