@font-face {
  font-family: 'Alice';
  font-style: normal;
  font-weight: 400;
  src: local('Alice'), local('Alice-Regular'), url(http://fonts.gstatic.com/s/alice/v7/acf9XsUhgp1k2j79ATk2cw.ttf) format('truetype');
}
@font-face {
  font-family: 'Handlee';
  font-style: normal;
  font-weight: 400;
  src: local('Handlee Regular'), local('Handlee-Regular'), url(http://fonts.gstatic.com/s/handlee/v5/cNycqCSU8dNAVKEAWPvbqw.ttf) format('truetype');
}
@font-face {
  font-family: 'Numans';
  font-style: normal;
  font-weight: 400;
  src: local('Numans'), local('Numans-Regular'), url(http://fonts.gstatic.com/s/numans/v6/jo5H7wJqSfJsmNqH5TLJfA.ttf) format('truetype');
}

hr {
    clear: both;
    height: 0;
    margin-top: 3px;
    margin-right: auto;
    margin-bottom: 3px;
    margin-left: auto;
}
#donate {
align-content: center;
background: #5e4d2e;
font-family: proxima-nova,sans-serif;
font-size: 1.30em;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
height: 50px;
width: 250px;
border: 1px solid #A58f5b;
color: #E5Cf9b;
font-weight: 900;
letter-spacing: 1px;
cursor: pointer;
-webkit-appearance: none
}
#donate_div {
	display: inline-block; 
	position: relative; 
	top: -40px; 
	left: 100px
}
h2 {
	color: #789965;
	margin: 3px 0 15px 0;
}
#dtable {
	margin: 10px 0;
	padding: 10px;
	font-size: .85em;
}
.donate {
	width: 200px;
	text-align: center;
	padding-left: 50px;
}
.ldonate {
	width: 147px;
	text-align: center;
	padding: 25px 50px 0 0;
}

#page {
	text-align: left;
}
#logo { 
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: center;
}
#credits {
	margin: 5px;
	color: #927856;
	text-align: center;
}
img.logo {
	height: 110px;
}
#paypal_buynow {
	text-align: center;
	width: 250px;
	margin: 10px auto;
}
#paypal_buynow table {
	margin: 20px 0;
}

#content {
	font-family: 'Alice';
	overflow: auto;
	min-height: 450px;
	margin: 0 auto 10px auto;
	margin-top: 25px;
	width: 940px;
}
#wishlist {
	border: 1px solid rgba(0,0,0,.30);
	margin: 5px;
}
#wishlist td {
	padding: 3px;
	border-bottom: 1px solid rgba(0,0,0,.10);
}
.page_image {
	border: 0;
	display: block;
	margin: 0 auto;
}
#copy p {
	margin: 0 auto;
	width: 700px;
	padding: 5px 0;
}
#copy2 {
	width: 400px;
	margin: 0 auto;
}
#navigation {
	position: relative;
	margin: 15px auto;
	width: 940px;
	z-index: 1000;
}
body {
    margin: 40px 0;
	background-image: url('/img/Atai_BG.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Alice'; 
} 
* {
	margin: 0;
	padding: 0;
}

/*** Overides for the bootstrap themes ***/
#bs-override fieldset.fs-grp {
	border: 1px groove #d2d7c7;
	border-radius: 6px;
	padding: 20px 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	-webkit-box-shadow: 0px 0px 0px 0px #050;
	box-shadow: 0px 0px 0px 0px #050;
	position: relative;
	display: block !important;
	width: auto;
	min-height: 450px;
	z-index: 1;
	background: rgba(255,255,255,1)
	
}
#primary_nav_wrap
{
	margin: 10px;
	text-align: center;
}
#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	margin:0;
	padding:0
}
#primary_nav_wrap ul a
{
	display:block;
	color: #7c745a;
	text-decoration:none;
	font-weight:700;
	font-size:14px;
	line-height:32px;
	padding:0 15px;
	//font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-family: 'Numans', sans-serif;
}
#primary_nav_wrap ul a:hover {
	color: #d2452a;
}
#primary_nav_wrap ul a:active {
	color: #6d9f72;
}
#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}
#primary_nav_wrap ul li.current-menu-item
{
	color: #6d9f72;
	background-color: rgba(200,200,200,.1);
}
#primary_nav_wrap ul li:hover{}
#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background-color: #ccc;
	padding:0
}
#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}
#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
}
#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}
#primary_nav_wrap ul li:hover > ul
{
	display:block
}

@media print {
	body * {
		visibility: hidden;
	}
	.section-to-print, .section-to-print * {
		visibility: visible;
	}
	.section-to-print {
		position: absolute;
		left: 0;
		top: 0;
	}
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
    -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
    p a, p a:visited { color: #444 !important; text-decoration: underline; }
    p a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
	table { width: 700px; }
}