@charset "UTF-8";
#container {
    margin-right: auto;
    margin-left: auto;
    width: 750px;
}
main {
    float: left;
    width: 550px;
    text-shadow: 0px 0px #FFFFFF;
}
article {
    background-image: url(../img/ptn.png);
    background-color: rgba(216,197,198,1.00);
}
aside  {
    width: 200px;
    background-color: #85E3F6;
    float: left;
}
footer {
    color: #C3B4F3;
    text-align: center;
    font-size: small;
    clear: both;
}


#july {
    height: 150px;
    background-image: url(../img/7.jpg);
}
h1 {
    text-align: center;
    margin-top: 0px;
    color: rgba(188,242,250,1.00);
    font-size: 111px;
}
nav ul {
    padding: 0;
    margin: 0;
    background-color: rgba(116,99,235,1.00);
    list-style-type: none;
    background-repeat: no-repeat;
    height: 40px;
    width: 150px;
}
nav ul li {
    color: rgba(0,0,0,1.00);
    text-align: center;
    float: left;
    width: 200px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    vertical-align: top;
}
nav ul li a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    /* [disabled]width: 50px; */
}
#july h1 {
    text-align: center;
    font-size: 40px;
    color: rgba(255,120,122,1.00);
    padding-top: 17px;
    padding-left: 13px;
}
h2 {
    background-color: rgba(44,105,142,1.00);
    color: rgba(255,255,255,1.00);
}
h3 {
    color: rgba(29,138,192,1.00);
}
article {
    border: 2px solid rgba(42,170,182,1.00);
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
li {
}
nav ul li a:hover {
    color: rgba(196,107,232,1.00);
}
#single {
    width: 100%;
    float: none;
    background-color: rgba(255,255,255,1.00);
}


#single article {
    margin-bottom: 10px;
}

#swap{
	width: 200px;
	height: 40px;
	background-image: url("../img/off.gif");
	text-align: center;
	line-height: 40px;
		
}

#swap:hover{
	background-image: url("../img/on.gif");
	color: rgba(255,253,253,1,00)
}
