body {
    position: relative;
    background: url('images/background.png') #130000;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    font-family: verdana,arial,helvetica,sans-serif;
}

a, a:visited {
    color: black;
}

a img {
    border: none;
}

#wrapper {
    width: 1016px;
    background: url('/images/background_drop.png');
    background-repeat: no-repeat;
    margin: auto;
}

#main {
    width: 976px;
    background-color: #dddddd;
    margin: auto;
}

#header {
    background-image: url('/images/chicken_brick_logo.png');
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-color: white;
    height: 116px;
}

#cbs_title {
    float:left;
    position:absolute;
    margin-left: -95px;
    margin-top: -20px;
    z-index: 99;
}

#cbs_logo {
    float:right;
}

#navbar {
    background: url('/images/nav_bar_background.png');
    height: 28px;
    text-align: right;
    padding-top: 8px;
}

#navbar ul {
    list-style: none;
    padding: 0;
    padding-right: 20px;
    margin: 0;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}

#navbar li {
    float: right;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px solid black
}

#navbar li.last {
    border-left: none;
}

#navbar a, #navbar a:visited {
    color: white;
    text-decoration: none;
}

#navbar a:hover {
    text-decoration: underline;
}

#feature {
    height: 292px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

#content {
    background-color: white;
    margin-right: 250px;
    border-right: 1px dotted #aaaaaa;
}

#content .game {
    height: 200px;
    padding: 20px;
    border-bottom: 1px dotted #cccccc;
    position: relative;
}

#content .game .links {
    position: absolute;
    bottom: 15px;
    right: 35px;
    font-size: 12px;
}

#content .game .links a {
    color: #1d7ec8;
    text-decoration: none;
}

#content .game .links a:hover {
    text-decoration: underline;
}

.game:hover {
    background-color: #eeeeee;
}

#content .game .image {
    float: left;
    margin-right: 20px;
}

#content .game .image img {
    width: 300px;
    height: 200px;
}

#content h1 {
    color: black;
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 22px;
    text-decoration: none;
}

.game h1 a {
    text-decoration: none;
}

#right_column {
    position: relative;
    float: right;
    width: 230px;
    padding: 10px;
}

#footer, #footer a, #footer a:visited {
    color: black;
    background-color: white;
    text-align: center;
    font-size: 12px;
}

#feature {
    background-color: black;
}

#feature a {
    display: none;
}

#feature a.active {
    display: block;
}

.news_sep {
    height: 10px;
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
}

.smallquote {
    padding: 30px;
}

.smallquote i {
    font-size: 12px;
}

.game_mini {
    background-color: white;
    border: 2px solid #1d7ec8;
    height: 100px;
}

.game_mini div {
    padding-top: 10px;
    margin-left: 14px;
    font-size: 10px;
}

.game_mini div a {
    text-decoration: none;
}

.game_mini a.qr_game {
    font-size: 15px;
    color: #1d7ec8;
}

.game_mini .qr_code {
    float: right;
}

#game_screenshots {
    padding-top: 20px;
}

#game_screenshots .break {
    height: 10px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#game_videos {
    margin-top: 20px;
    margin-bottom: 50px;
}

#game_videos object, #game_videos embed {
    width: 480px;
    height: 385px;
}

#about {
    padding: 20px;
}

.blue_border {
    border: 2px solid #1d7ec8;
    background-color: #ffffff;
}
