

/*
	RESPONSIVENESS
*/

@media screen and (max-width: 40em), screen and (max-height: 40em) /* 640 */ {
    #ad,
    #meta {
        display: none;
    }
}


#container {
    width:auto; /* 660 */
    padding: 0 3px;
    margin: 0em auto 0em; /* 50 100 */
}

#container h1 {
    font-size: 2.125em; /* 34 */
    line-height: 0.882em; /* 30 (34) */
}

#container h1 span {
    font-size: 0.588em; /* 20 (34) */
    line-height: 1em; /* 20 (20) */
    color: #000;
    display: block;
}

#container h1 a:hover,
#container h1 a:hover span {
    color: #000;
}

#container h2 {
    padding-top: 0px; /* 30 */
	padding-left:0px; /* 30 */
	line-height:18px;
}

#container h2 span {
    color: #000;
}

#container ul {
	    color: #000;

}

#container li {
	    color: #000;

    display: inherit;
    margin: 0em; /* 10 */
}

#container img {
	    color: #000;

    width: 100%; /* 140 */
    height: auto; /* 140 */
    border-color: #000;


    -webkit-box-shadow: 0 0 0.313em rgba(0, 0, 0, .05); /* 5 */
    -moz-box-shadow: 0 0 0.313em rgba(0, 0, 0, .05); /* 5 */
    box-shadow: 0 0 0.313em rgba(0, 0, 0, .05); /* 5 */

    -webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
    -moz-transition: -moz-box-shadow .3s ease, border-color .3s ease;
    -ms-transition: -ms-box-shadow .3s ease, border-color .3s ease;
    -o-transition: -o-box-shadow .3s ease, border-color .3s ease;
    transition: box-shadow .3s ease, border-color .3s ease;
}

#container img:hover {
    border-color: #fff;

    -webkit-box-shadow: 0 0 0.938em rgba(0, 0, 0, .25); /* 15 */
    -moz-box-shadow: 0 0 0.938em rgba(0, 0, 0, .25); /* 15 */
    box-shadow: 0 0 0.938em rgba(0, 0, 0, .25); /* 15 */
}

footer {
    font-size: 0.875em; /* 14 */
    color: #aaa;
    border-top: 1px solid #ddd;
    padding-top: 2.143em; /* 30 (14) */
    margin-top: 2.143em; /* 30 (14) */
}