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

* {
	border: 0;
	margin: 0;
	padding: 0;
}
body, td {
	background: #060709;
	color: #ECE8DC;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

/* BASIC STYLES */

p {
	margin: 1em 0;
}
.clear {
	clear: both;
}
.bar {
	background-color: #e2e2e2;
	clear: both;
	display: block;
	height: 1px;
	margin: 1.3em 0 1.6em 0;
	overflow: hidden;
}
.heading {
	margin: 25px 0px 5px 0px;
	color:#ECE8DC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:20px;
	font-variant:small-caps;
}
.subheadlink {
	margin: -5px 0px 0px 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-stretch:ultra-expanded;
	font-size:14px;
	font-variant:small-caps;
	font-weight:lighter;
	}


/* BASIC LINKS */

a:link {
	color: #adacac;
	text-decoration: none;
}
a:visited {
	color: #adacac;
	text-decoration: none;
}
a:hover {
	color: #F25050;
	text-decoration:underline;
	/* border-bottom:1px solid #000; */
}

/* BASIC STRUCTURE */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* BASIC STYLES */

.logolign {
	margin-left: 30px;
	margin-bottom: 10px;
	}

.caption {
	color: #ECE8DC;
	margin-top: 5px;
}
.logo {
	background: #ffffff;
	margin: 10px 5px;
	text-align: center;
}
ul.nav {
	list-style: none;
	text-align: justify;
}
ul.nav li {
	display: block;
	margin-left:10px;
}
ul.nav li.open {
	margin-bottom: 5px;
}
ul.nav li a:link, ul.nav li a:visited {
	color: #adacac;
}
ul.nav li a:hover {
	color: #777;
}
ul.nav li.open a:link, ul.nav li.open a:visited {
	color: #666;
}
ul.nav li.open a:hover {
	color: #333;
}

/* BASIC PAGES */

#main {
	bottom: 0px;
	left: 148px;
	overflow: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	width: auto;
}
#main .content {
	color: #ECE8DC;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 23px;
	padding: 5px 35px 25px 55px;
	text-align: justify;
	width: 600px;
	margin-left:25px;
	margin-top:20px;
	}
#side {
	bottom: 0px;
	left: 10px;
	top: 10px;
	margin-top: -10px;
	/*	top: 10%; */
	position: absolute;
	width: 200px;
}
#footer {
	margin-top:10px;
	font-size: 11px;
}

/* TOUR */

#tour {
	bottom: 0px;
	left: 150px;
	overflow: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	width: auto;
}
#tour .content {
	color: #000;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 23px;
	padding: 5px 35px 25px 55px;
	text-align: justify;
	width: 600px;
	margin-left:10px;
	}
.tourlist {
	list-style: none;
	line-height: 2.5;
	margin: 10px 0 0 25px;
}

/* NEWS */

.newslist {
	list-style: none;
	line-height: 2.0;
	margin: 0 0 0 25px;
}
.newscontlist {
	margin: 15px 0 0 0;
}

/* A/V */

#av {
	bottom: 0px;
	left: 0px;
	overflow: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	width: auto;
}

/* bloog */

.blogtitle {
	margin: 16px 0 0 0;
	font-weight:bold;
	font-stretch:wider;
	font-size:14px;
}
.blogdetails {
	margin: 0 0 0 0;
	font-weight:200;
	font-stretch:wider;
}

.blogcontent {
	color:#FFF;
}

/* av_nav for av-specific content menu */

ul#av_nav
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#av_nav li
{
display: inline;
list-style-type: none;
}

#av_nav a { padding: 3px 10px; }

#av_nav a:link, #navlist a:visited
{
color: #333;
background-color: #EEF;
text-decoration: none;
}

#av_nav a:hover
{
color: #333;
background-color: #F99;
text-decoration: none;
}

.avpic {
	/* float: left; */
	margin: 5px 5px 5px 5px;
}

.avpic-caption {
	color: #712729;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight:lighter;
	line-height: 11px;
	margin: 0 0 0 0;
}


/* HOME */

#home {
	bottom: 0px;
	left: 0px;
	position: absolute;	
	top: 10px;
}

#home table.content {
	width: 450px;
}
#home td.pic {
	width: 400px;
	margin-top:30px;
}
#home td.info {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 60px;
}

#home .caption a:link, #home .caption a:visited {
	color: #999;
}
#home .caption a:hover {
	color: #777;
}

/* DISJOINTED ROLLOVER FUNCTION FOR HOME.php */

#disroll {
position: relative;
}
#disroll a img {
border: 0;
}
#disroll a span {
display: none;
}
#disroll a:hover span {
display: block;
position: absolute;
top: -70px;
left: -260px;
width: 50px;
background:#000;
}



/* jqModal style */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -200px;
    width: 400px;
    
	background-image:url(../img/mailquerybg.gif);
    color: #fff;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* RSS FEED */ 

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


#content {
   	padding: 0px;
}
#content-left {
	font-size:10px;
	float: left;
	/*height: 700px;*/
	width: 750px;
   	padding: 3px;
	text-align:left;
}
#content-right {
	background-image:url(http://akronfamily.com/img/shopcartile.gif);
	
	font-size:10px;
	float: right;
	width: 275px;
   	padding: 3px;
	text-align:left;
}