/* @override http://seattle-ta.local/access/public/theme/css/theme.css */

/** 
    This CSS file is included into <head> of each user template after amember.css
    and before site.css (if it is exists).

    There you can see variable  - it is configured in setup form 
    (see application/default/themes/sample/Theme.php) and now substituted here.
    Files with variables must be added to special list ($publicWithVars) of Am_Theme
    class and these files are routed via special URL. Routed via URL, it is cached
    in browser for 1 hour.

    @link Am_View->printLayoutHead()
*/
body, .am-layout { 
	background-image: none; 
	background-color: #000; }

html{
	font-size: 2em;
}

.am-header-content-wrapper {
    border-color: #666;
    height: auto;
}

.am-body, am-main,.am-header-content-wrapper, .am-header{
	background-image: none;
    background: #000 !important;
    z-index:1;
    overflow: visible ;
}

div.am-header-content-wrapper.am-main{
	background-color: #666 !important;
	
}

div.am-header{
	overflow: visible ;
	z-index: 3;
}

.am-footer-content-wrapper {
    background: #000;
    color: white;
    height: 30px;
    border: none !important;
}

.am-header-line{
	display: none;
}

div.am-body-content-wrapper.am-main, {
	background: #CCC;
	z-index: 3;	
}

div.am-body{
	z-index: -1;
}
.am-header-content-wrapper.am-main img.logo {
	float:  right;
	margin: -10px 40px 5px 0 ;
}

.am-header-content-wrapper h1 {
	color: #FFCC99;
 	font-family: times new roman, georgia, garamond, 'palatino linotype', 'book antigua', 'ms mincho', serif;
 	font-size: 3.5em;
 	font-weight: bold;
 	margin: 15px 0 0 0;
}

.am-header-content-wrapper h1 a, .am-header-content-wrapper h1 a:visited{
	color: #FFCC99;
	text-decoration: none;
	}
.am-header-content-wrapper h1 a:hover{color: #FFCC99;
	text-decoration: underline;}

div.am-body-content-wrapper{
	z-index: 1;
}
.clear{clear: ;both;}