﻿body {
    background: url(../images/diamond_upholstery.png);/*Background Pattern from SubtlePatterns.com*/
    margin: 0;
    font-family: "Helvetica", sans-serif;
    line-height: 1.4em;
}

h1, h2, h3 {
    margin: 0;
}

img {
    position: static;
}

h1 {
    text-indent: -9000px;
}

h2 {
    padding-top: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}

h3 {
    padding-left: 15px;
    margin-bottom: 5px;
    font-weight: normal;
}

hgroup {
    margin: 0 0 40px 0;
}

.container {
    width: 975px;
    margin: 0 auto;
}

#introduction {
    
    background: white;
    border-top: 10px solid #313b40;
    border-bottom: 10px solid #f00;
    float: left;
}


#footer {
        font-family: "Helvetica", sans-serif;
	font-size: 10px;
	font-weight: bolder;
}
#footer img {
	margin-top:-50px;
	float: left;
}
#footer p.copyright {
        font-family: "Helvetica", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444;
}


article {
    width: 650px;
    float: left;
}

.p1 {
    margin-left: 35px;
    margin-right: 40px;
}

.p2 {
    margin-left: 130px;
    float: inherit;
}

.p3 {
    margin-left: 128px;
    margin-right: 0px;
}

ul {
    margin-left: 15px;
}

h4 {
    border-bottom: 3px ridge #424d63;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
}

aside {
    width: 250px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 3px ridge #424d63;
}

.aside1 {
    height: 575px;
}

.aside2 {
    height: 1085px;
}

.aside3 {
    border-bottom: 3px ridge #424d63;
    height: 300px;
}

.aside4 {
    height: 505px;
}

.aside5 {
    height: 530px;
}

h6 {
    font-size: large;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
}

h5 {
    text-align: left;
    font-size: 10px;
}

.out {
    filter:alpha(opacity=100);
    opacity:1;
}
.over {
    filter:alpha(opacity=50);
    opacity:0.5;
}


@media (max-width: 320px) {
    .mobile {
        width: 100%;
    }
    .container {
        width:75%;
        margin: 0;
    }
    article {
        width: 100%;
    }
    .p1 {
    margin-left: 5%;
    margin-right: 5%;
    }

    .p2 {
    margin-left: 0px;
    float: inherit;
    }

    .p3 {
    margin-left: 0px;
    margin-right: 0px;
    }

    .aside1 {
    border-bottom: 3px ridge #424d63;
    height: 300px;
    }

    .aside2 {
    border-bottom: 3px ridge #424d63;
    height: 300px;
    }

    .aside3 {
    border-bottom: 3px ridge #424d63;
    height: 300px;
    }

    .aside4 {
    border-bottom: 3px ridge #424d63;
    height: 300px;
    }

    .aside5 {
    border-bottom: 3px ridge #424d63;
    height: 300px;
    }

}