/* unvisited link */
a:link {
  color: #996633;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #996633;
	text-decoration: none;
}

/* mouse over link */
a:hover {
  color: red;
	text-decoration: underline;

}

/* selected link */
a:active {
  color: #996633;
	text-decoration: none;
}

.site-header {
width:100%;
height: 500px;
}

.first-letter {
	font-weight: 200;
  font-size: 23px;
  line-height: 30px;
}

#content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	color: #919191;
        font-family: Georgia,"Times New Roman",Times,serif;
        font-style: italic;
	font-size: 18px;
}


#mainMenu{
  display: block;
	width: auto;
	margin-top:3px;
	margin-bottom:3px;
	position: relative;
  top: -40px;
	float: left;
	border-radius: 30px;
	background-color: #fffce5;
	border-style: solid;
	border-color: white;
	border-width:.5px;
	padding-right: 20px;
	padding-left: 10px;
  padding-top: 10px;
	padding-bottom: 10px;
  box-shadow: -0px 0px 8px #c4896c;
}

img {
  border-radius: 15px;
	border-style:solid;
	border-width: 1px;
	border-color: white;
	vertical-align: middle;
}
video{
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    overflow:hidden;
		border-style:solid;
	  border-width: 1px;
	  border-color: white;
}

#featured {
	font-size: 14px;
	background-color: rgba(242, 226, 207, 0.54);
  display: block;
  width: auto-flow;
	height: auto-flow;
	padding-left:25px;
	padding-right:25px;
	padding-top:32px;
	padding-bottom:32px;
	border-radius: 100px;
	border-width: 5px;
	border-style: dotted;
	border-color: wheat;
  position: absolute;
  top: -350px;
	right: 200px;
	z-index: 9999;}

#ATfeature{
	border-radius: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	width:100%;
}
@media screen and (max-width: 1200px)
{
    #featured{
		visibility: hidden;
    }
}
@media screen and (max-width: 1000px)
{
	.site-header {height: auto;}
}
@media screen and (max-width: 750px)
{
	#mainMenu.childDiv {padding-top: 20px; height: inherit;}
}
#ATfront{
  display: block;
	width: auto;
	border-style: solid;
	border-color: white;
	border-width: 3px;
  border-radius:15px;
	background-color:#fffce5;
	padding-left: 7px;
	padding-right: 7px;
	box-shadow: 0px 0px 8px #c4896c;
}
#whiteDiv{
  display: block;
	width: auto;
	border-radius:10px;
	background-color:white;
	padding-top:24px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:7px;
	box-shadow: -0px 0px 8px #c4896c;
}
#emptyDiv{
	border-radius:10px;
}
hr { 
	width:auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-style: dotted;
  border-width: 1px;
}
#ATfrontpageLeaf  {
    height:300px;
    position:absolute;
    z-index:-100;
    }
