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

body {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-size:contain;
    background-size: 100%;
    width: 100%;
    height: 100%;
    font-size: 1.25em;
     font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	 color:#000;
}
a:link {
	text-decoration: none;
	color: #336600;
}
a:visited {
	text-decoration: none;
	color: #669966;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
	color: #009900;
}
.outer {
	max-width: 1200px;
	/* background-color: rgba(255,255,255,0.4); */
	background-color:#fff;
	padding: 15px;
	text-align:center;
	margin-left: auto;
   margin-right: auto;
	border:5px;
	border-style: solid;
    border-color: #960;
	}
.outer2 {
	max-width: 1200px;
	/* background-color: rgba(255,255,255,0.4); */
	  background: #ffffff;
	padding: 15px;
	text-align:center;
	margin-left: auto;
   margin-right: auto;
	}
h1 {
	color="#960";
	}
.nav { 	background-color:#ffffff; 
		max-width: 100%;
		top:0;
		margin:auto;
		margin-top:0px;
		padding-top:0px;
#		overflow: hidden;
}
img { margin:6px}
.smbox2 { 
	max-width:400px;
	padding:8px;
	display: inline-block;
	border: 0;
	margin: 8px;
	text-align:left; 
	vertical-align:top;
}
.smbox3 { 
	width:300px;
	padding:15px;
	display: table-cell;
	vertical-align:top;
	/*background-color:#CC9999;*/ 
	margin: 15px;
	text-align:left;
	font-size:.75em;
	margin-left: auto;
   margin-right: auto;
}
.smbox { 
	max-width:60%;
	padding:8px;
	display: inline-block;
	margin: 8px;
	text-align:left; 
	vertical-align:top;
	margin-left: auto;
   	margin-right: auto;
}
.bnav { display:inline-block;
		padding: 15PX;
		max-width: 250;
		color:#ffffff;
		vertical-align:top;
		font-size:1em;
}
.bnav > a:link {
	color: #ffffff;
	text-decoration: none;
}
.bnav > a:visited {
	text-decoration: none;
	color: #888888;
}
.bnav > a:hover {
	text-decoration: underline;
	color: #ad5da8;
	background-color:#222;
}
.bnav > a:active {
	text-decoration: none;
	color: #330066;
}
.smbox3 { 
	width:300px;
	padding:15px;
	display: table-cell;
	border:1px;
	border-style: solid;
    border-color: #111111;
	vertical-align:top;
	/*background-color:#CC9999;*/ 
	margin: 15px;
	text-align:left;
	font-size:.75em;
	margin-left: auto;
   margin-right: auto;
}
.footcont {
	display:table;
	width: 100%; 
}
.btn {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  max-width:100%;
  display:block;
  font-size: 1em
}

.btn:hover {
  background: #111111;
  background-image: -webkit-linear-gradient(top, #000000, #111111);
  background-image: -moz-linear-gradient(top, #000000, #111111);
  background-image: -ms-linear-gradient(top, #000000, #111111);
  background-image: -o-linear-gradient(top, #000000, #111111);
  background-image: linear-gradient(to bottom, #000000, #111111);
  text-decoration: none;
  width:100%;
  display:block;
}
.articles {  
	max-width:95%;
	padding: 8px;
	text-align:left;
}
h1 {
	color: #960;
}
.bio {
	display: none;
	}
ul { line-height: 1.5em;
}

@media only screen and (max-width: 700px) {
    .smbox3 { 
        display: inline-block;
        width: 100%;
    }
}