@charset "utf-8";

#container,
#main {
    width: 649px;
    font-size: 14px;
}
header .right,
#main .social,
#main .post .ads,
#main iframe,
#main .footerAds,
#main .related,
#main #respond,
#sidebar {
    display: none;
}
header .logo {
    float: left;
    width: 300px;
    height: 64px;
    padding: 0;
    font-size: 64px;
    text-transform: uppercase;
    font-family: 'Hammersmith One', sans-serif;
    line-height: 75px;
}
header .logo .image {
    float: left;
    margin: 0 15px 0 0;
}
header .logo .name {
    text-shadow: 0px 0px 5px #fff;
}
header .logo .name a {
    color: #333;
    text-decoration: none;
}
#main aside {
    width: 349px;
    float: right;
    text-align: right;
}
#main h1 {
    clear: both;
    margin: 0;
    padding: 30px 0 20px;
    font-size: 18px;
}
#main h1 a {
    text-decoration: none;
    color: #222;
}
#main h2 {
    margin: 20px 0;
    padding: 5px 0;
    border-bottom: 1px #ddd solid;
    font-size: 16px;
}
#main h3 {
    margin: 20px 0;
    padding: 0;
    font-size: 14px;
}
#main article table {
	background: #fff;
	border: 1px #ddd solid;
	border-collapse: collapse;
	width: 100%;
    text-align: left;
	border-radius: 5px; /* CSS3 */
}
#main article table th,
#main article table td {
	border-bottom: 1px #ddd solid;
	padding: 8px 10px;
}
#main article table.nowrapTable th {
	white-space: nowrap;
}
#main article table th {
	font-weight: normal;
    background: #f1f1f1;
}
#main article table td {
	font-weight: normal;
}
footer {
    display: none;
}
