/* CSS Document */

* {margin: 0;}
    
html, body 
	{ 
	background-image:url(ihsahn-amr-bg.png);
	background-repeat:no-repeat;
    background-size:cover;
	height: 100%;
	background-color:#000000 ;
	TEXT-ALIGN:center;font-size:11px;
	color:#958887;
	line-height:28px;
	text-transform:uppercase;
	}



#tourdates a:hover {
    background-color:#000;    
	color: #f45c5c; 
	text-transform:uppercase;

}

img {
    max-width: 100%;
    height: auto;
}

#amr {color:#f45c5c;margin-top:45px;margin-bottom:45px;}
#amr a {color:#f45c5c;margin-top:45px;text-decoration:none;}
#amr a:hover {color:#f45c5c;margin-top:45px;border-bottom: 1px solid #f45c5c;}

#tourdates {
	height:auto; 
	WIDTH:66%; 
	margin-left:auto; 
	margin-right:auto;
	TEXT-ALIGN:center;
	margin-top:45px;
}

#tourdates a {
	color:#958887;
	text-decoration:none; 
	padding-left:3px;
	padding-right:3px;
	}


    
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0;
	padding-top: 10px;
TEXT-ALIGN:center;
vertical-align:central;
font-family: 'Crimson Text', serif;
font-weight: 100;
font-size: 14px;
letter-spacing:1px;
    }

#wrapper img {margin-top:0px;margin-bottom:0px;}

.footer, .push {
    height: 80px;

    }


.footer{ padding-top:45px;}


::-moz-selection { /* Code for Firefox */
    color: #f45c5c;
    background: #000000;
}

::selection {
    color: #f45c5c; 
    background: #000000;
}


#menubox {
	height:auto; 
	WIDTH:100%; 
	margin-left:auto; 
	margin-right:auto; 
	TEXT-ALIGN:center;
	margin-bottom:45px;
	letter-spacing:3px;}
#menubox a {color:#958887;text-decoration:none;}
#menubox a:hover {color:#958887;border-bottom: 1px solid #aaa;}









