body {
    font-size: 12px;
}
#wrapper {
    width: 750px;
    margin: 20px auto;
}
#site-header {
    background: url('/live-media/images/round-header-bg.png') no-repeat;
    height: 112px;
    border-style: none;
    width: 100%;
}
.arch-logo {
    padding-top: 30px;
    width: 33%;
}
.arch-logo.left {
    padding-left: 30px;
    text-align: left;
}
.arch-logo.right {
    padding-right: 30px;
    text-align: right;
}
#top-nav {
    background: url('/live-media/images/top-nav-bg.jpg') repeat-x;
    color: #fff;
    width: 100%;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
#top-nav td {
    text-align: center;
    padding: 0 5px;
}
#top-nav .divider {
    background: url('/live-media/images/top-nav-divider.gif') repeat-y;
    width: 3px;
    padding: 0;
}
#top-nav a {
    color: #fff;
    text-decoration: none;
}
#top-nav a:hover {
    text-decoration: underline;
}
#content {
    background-color: #fff;
    padding: 10px 10px;
}
#content .left-column {
    width: 420px;
    vertical-align: top;
}
#content .right-column {
    width: 310px;
    vertical-align: top;
    padding-left: 10px;
}
#during-event-description {
    margin-top: 15px;
    background-color: #ccc;
    border: 1px solid #999;
    padding: 10px;
}
#during-event-rules {
    padding: 5px;
    margin-bottom: 10px;
}
#during-event-rules .title {
    font-size: 14px;
    font-weight: bold;
}
li {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:17px;
    list-style-image:none;
    list-style-type:disc;
}
#chat-window {
    text-align: center;
}
#video-feed {
    width: 400px;
    height: 269px;
    margin-bottom: 20px;
}
#video-feed-alternate {
    background-color: #ccc;
    border: 1px solid #999;
    padding: 10px;
}
.label {
    vertical-align: top;
}
.rate-chart {
    width: 170px;
    vertical-align: top;
}
.editorialRateSidebar h2 {
    font-size: 12px;
}
.editorialRateSidebar .content p {
    text-align: center;
}
.editorialRateSidebar .content td {
    padding: 0 7px;
}
#social-content {
    margin-top: 20px;
    vertical-align: middle;
}
#social-content .actionIcon {
    padding-bottom: 10px;
}
#social-content .actionIcon img {
    border-style: none;
    padding-right: 5px;
}
#countdown {
    margin-bottom: 10px;
}
#countdown h2 {
    color: #cc0000;
    font-size: 18px;
}
#countdown .counter {
    margin-top: 20px;
    text-align: center;
}
#countdown .counter td {
    text-align: center;
    font-size: 15px;
}
.error {
    color: #cc0000;
    font-weight: bold;
    font-size: 14px;
}
.video-paused {
	text-align: center;
	height: 260px;
	width: 415px;
	border: 2px solid #999;
}
.video-paused a {
    position: relative;
    top: 100px;
}
#submit-success {
    font-size: 16px;
    margin-top: 25px;
}
#footer {
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    font-size: 10px;
}
#footer a {
    color: #fff;
}
