@charset "UTF-8";

/* Global Styles */
a, header, table, article, aside, footer address {
    position: relative;
    
    color: white;
    -moz-border-radius:  30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;

}
body {
	color: #575c7a;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background: #515673
}
.page {
	max-width: 1000px;
	margin: 0px auto;
	position: relative; 
}

header {
    background-image: url(../images/gary_mcginnis_t_300x360.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    background-color: black;
    background-color: rgba(0,0,0,0.9); 
    float: left;
    width: 100%;
    height: 350px;
    min-width: 250px;
    max-width: 1200px;
    padding: 2%;
    margin: 10px 10px 20px 10px;
    

    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
}

header a{
    list-style: none;
    background: none;
    float: left;
}

header a:hover{
    background: none;
}





h1 { margin: 0em 0em .5em 0em; font-size: 2em; font-weight: normal; }
h2 { font-size: 1.7em; margin: 0em 0em 1em 0em; }
h3 { font-size: 1.5em; margin: 0em 0em 1em 0em; }

p { margin: 0px 0px .75em 0px; }

a {background-color: rgba(100,100,150,0.9);
    text-decoration: none;
    margin: auto;
    padding: 15px;
    
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

target: tab; }

a:hover {
    color: black;
    background-color: rgba(255,255,255,0.7);
}

#body {
        max-width: 100%;
    margin: 0px auto;
}

.dd {
    float:left;
    clear: left;
}

article {
    width: 65%;
}

table {
    width: 100%;
}

article, table.links {
    text-align: left;
    background-color: black;
    background-color: rgba(0,0,0,0.9);
    float: left;
    clear: left;
    padding: 2%;
    
    margin-left: 10px;
    margin-bottom: 10px;
        
    border-style: outset none;
    border-color: red;
    border-width: 5px;
}

article h1 {
    font-size: 200%;
    font-weight: bold;
    text-align: left;
}

article p {
    font-size: 120%;
}

th,td {
 border:0.2px solid white;
}

table.links tbody tr td a {
    font-size: 100%;
    background-color: rgba(100,100,150,0.9);
    
    padding: 5px;
}

table.links caption {
    font-size: 200%;
    margin: 10px;
}

table.links tr .product {
    width: 20%
}

table.links tr .d {
    width: 35%;
}

table.links tr .price {
    width: 5%;
}

table.links tr .r {
    width: 35%;
}

table.links tr .down {
    width: 5%;
}

aside {
    background-color: rgba(0,0,0,0.8);
    padding: 3px;
    float: left;
    width: 250px;
    padding: 10px;
    margin-left: 10px;
}

aside h1 {
    
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}

aside #voice {
    padding: 10px;
}

aside p {
    font-size: 120%;
}


footer {
    clear: left;
    text-align: center;
    max-width: 100%;
    margin: 0px auto;
    position: relative;
    
}
footer #address{
    max-width: 50%;
    margin: 0px auto;
}
footer #address address {
    background-color: rgba(0,0,0,0.9);
    width: 100%;
    padding: 30px;
}

/*
nav {
    display: none;
}*/

