/* --------- robs.css --------- */

body {
color: black;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
background-color: #3f3f3f;
background-image: url(images/background1.jpg);
background-repeat: repeat;
margin: 0;
padding: 0;
}
#wrapper {
width: 942px;
margin-right: auto;
margin-left: auto;
padding: 0;
}
#top {
background-image: url(images/top.png);
background-repeat: repeat-y;
position: relative;
width: 942px;
}
#top img {
margin: 0;
}
#header {
background-image: url(images/header.png);
width: 942px;
height: 134px;
}

#logo {
padding-top: 25px;
padding-right: 15px;
padding-left: 65px;
}

#banner_ad {
position: absolute;
top: 20px;
left: 415px;
}

#banner_ad p {
font-size: x-small;
padding: 0;
margin: 2px;
}

#main {
background-image: url(images/main-back.png);
background-repeat: repeat-y;
width: 646px;
margin: 0;
padding: 0 27px 0 42px;
}
#main a:link {
color: #c8e39f;
font-weight: bold;
text-decoration: none;
}
#main a:visited {
color: #c8e39f;
font-weight: bold;
text-decoration: none;
}
#main a:hover {
color: #c8e39f;
font-weight: bold;
text-decoration: underline;
}
#main h1 {
font-size: 20px;
font-weight: bold;
line-height: 20px;
background-image: url(images/h1header.png);
background-repeat: no-repeat;
width: 626px;
height: 47px;
margin: 0 0 0 -5px;
padding: 10px 0 0 20px;
}
#main h2 {
font-size: 20px;
font-weight: bold;
}
#main p {
color: white;
font-size: 16px;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
font-weight: normal;
line-height: 22px;
margin: 0;
padding: 0 0 10px;
}
#side {
background-image: url(images/side-back.png);
background-repeat: repeat-y;
vertical-align: top;
position: relative;
width: 201px;
margin: 0;
padding: 0 0 0 26px;
}

#footer {
color: white;
background-image: url(images/footer.png);
background-repeat: no-repeat;
text-align: center;
margin: 0;
padding: 40px 0 20px;
}
#footer p {
font-size: 14px;
line-height: 18px;
margin: 0;
padding: 0;
}
#footer a:link {
color: white;
font-weight: bold;
text-decoration: none;
}
#footer a:visited {
color: white;
font-weight: bold;
text-decoration: none;
}
#footer a:hover {
color: #c8e39f;
font-weight: bolder;
text-decoration: underline;
}

#nav {
text-align: center;
margin: 0;
padding: 0;
}
#nav h3 {
font-size: 16px;
line-height: 16px;
margin: 0;
padding: 0 0 20px;
}
#nav a:link {
color: white;
font-weight: bold;
text-decoration: none;
}
#nav a:visited {
color: white;
font-weight: bold;
text-decoration: none;
}
#nav a:hover {
color: #c8e39f;
font-weight: bold;
text-decoration: underline;
}

#site_nav_links {
float: left;
padding-left: 30px;
}

#login_status {
text-align: right;
padding-right: 30px;
}

/* --------- main.css --------- */

.game_list {
    width: 205px;
    padding: 0px;
}

.game_list ol {
    padding: 0px;
}

.game_list li {
    list-style-type: none;
}

#game_lists ol {
    padding: 0px;
    margin: 0px;
}        

#game_lists li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#game_lists td {
    vertical-align: top;
    padding-right: 5px;
}            

.game_list_message {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.game_pile div {
    display: inline-block;
}

ul.game_pile {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.game_pile li {
    display: inline;
}

.miniview_list li {
    list-style-type: none;
}

.success {
    color: green;
}

table.user_summary {
text-align: right;
}

#xbox_live_user_info {
    float: right;
    margin: 10px;
    margin-right: 25px;
}

#user_favorite_games {
clear: both;
}

#game_big_tile {
    float: right;
    margin: 10px;
}

#buddy_controls {
    clear: both;               
}

.front_page_big_button {
    float: right;
    margin: 5px;
    padding: 10px;
    text-align: center;
    background: pink;
    }

#login_page {
    position: relative;
}
    
#login {
    width: 45%;
    position: relative;
}

#register {
    width: 45%;
    position: absolute;
    top: 0;
    left: 50%;
}

#login_email_input {
    position: absolute;
    left: 100px;
}

#login_password_input {
    position: absolute;
    left: 100px;
}

.url_copy_box {
    background-color: #777777;
    padding: 3px 8px;
    border: 1px solid #606060;
    font-size: 14px;
    color: white;
    width: 580px;
}

.image_header {
position: relative;
}

.image_header h1 {
position: relative;
top: 10px;
z-index: 0;
}

.image_header .header_text {
position: relative;
left: 100px;
}

.header_text_label {
font-size: 14px;
padding-left: 10px;
}

.image_header img {
position: absolute;
left: 25px;
top: -4px;
z-index: 1;
border: 2px solid lightgreen;
}

.image_header {
height: 64px;
margin-bottom: 10px;
}

#ical_link {
margin-left: 30px;
width: 600px;
margin-bottom: 20px;
}

.error {
color: yellow !important;
}

.forum_label {
font-size: 10px !important;
color: #dddddd !important;
}

#topic_list {
display: none;
font-size: small;
color: #ffffff;
}

#topic_list_tbody {
width: 626px;
}

#topic_list_subject {
width: 225px;
}

#topic_list_poster {
width: 100px;
}

#topic_list_replies {
width: 50px;
}

#topic_list_last_post {
width: 240px;
}

#topic_list th { color: #000000; }

#topic_list hr {
clear: both;
height: 2px;
color: #d8d8d8;
background-color: #d8d8d8;
border: 0;
margin-left: 0px;
margin-right: 0px;
}

#posts_table {
width: 615px;
border-collapse: collapse;
}

#posts_table td {
padding-top: 10px;
border-top: 2px solid #d8d8d8;
color: #ffffff;
}

.forum-poster {
vertical-align: top;
}

#topic_list th { background: #d0d0d0 }

tr.topic_summary { background: #717278 }

td.forum-poster p {
line-height: 15px !important;
font-size: 12px !important;
text-align: center;
}

.forum-message {
vertical-align: top;
font-size: 13px !important;
line-height: normal !important;
width: 83%;
padding-left: 10px;
}

.forum-message p {
font-size: 13px !important;
line-height: normal !important;
}

#topic_reply_link {
float: right;
}

#new_marker {
float: right;
}

#main ol li {
color: white;
margin-bottom: 5px;
}

#new_topic {
width: 100%;
}

/* --------- mv-event.css --------- */

.mve { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif !important; width: 206px !important; padding-bottom: 5px; }
.rule { background-image: url(images/rule.png) !important; width: 176px !important; height: 21px !important; clear: both !important; margin: 0 !important; padding: 0 !important; }
.mve-top {
background-image: url(images/mve-top.png) !important;
background-repeat: no-repeat !important;
width: 206px !important;
height: 69px !important;
}
.mve-top .minih1 { display: block !important; color: white !important; font-size: 17px !important; font-weight: bold !important; line-height: 17px !important; background-image: none !important; height: auto !important; margin: 0 !important; padding: 12px 0 2px 15px !important; }
.mve-top .minih2 {
display: block !important;
color: black !important;
font-size: 12px !important;
font-weight: bold !important;
line-height: 12px !important;
margin: 0 !important;
padding: 0 0 0 15px !important;
}
.mve-game {
background-image: url(images/mv-back.png) !important;
background-repeat: repeat-y !important;
margin: 0 !important;
padding: 0 15px !important;
}
.mve-game img {
float: left !important;
margin: 0 !important;
padding: 0 10px 0 0 !important;
}
.mve-game .minih1 { display: block !important; color: black !important; font-size: 14px !important; line-height: 14px !important; background-color: #eff0f1; background-image: none !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important; }
.mve-game .minih2 { display: block !important; background-color: #eff0f1; width: auto !important; margin: 0 !important; padding: 0 !important; }
.mve-game .minih3 { display: block !important; color: #939498 !important; font-size: 8px !important; line-height: 8px !important; background-color: #eff0f1; text-transform: uppercase !important; letter-spacing: 3px !important; width: auto !important; margin: 0 !important; padding: 4px 0 0 !important; }
.mve-game a:hover { color: #68b020 !important; }
.mve-host {
background-image: url(images/mv-back.png) !important;
background-repeat: repeat-y !important;
margin: 0 !important;
padding: 0 15px !important;
}
.mve-host img {
float: left !important;
margin: 0 !important;
padding: 0 10px 0 0 !important;
}
.mve-host .minih1 { display: block !important; color: black !important; font-size: 14px !important; line-height: 14px !important; background-color: #eff0f1; background-image: none !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important; }
.mve-host .minih2 { display: block !important; color: #939498 !important; font-size: 9px !important; line-height: 9px !important; background-color: #eff0f1; width: auto !important; margin: 0 !important; padding: 2px 0 0 !important; }
.mve-host .minih3 { display: block !important; color: #939498 !important; font-size: 8px !important; line-height: 8px !important; background-color: #eff0f1; text-transform: uppercase !important; letter-spacing: 3px !important; width: auto !important; margin: 0 !important; padding: 0 !important; }
.mve-host a:hover { color: #68b020 !important; }
.mve-details {
background-image: url(images/mv-back.png) !important;
margin: 0 !important;
padding: 0 15px !important;
}
.mve-details p {
color: #939498 !important;
font-size: 15px !important;
line-height: 15px !important;
text-align: center !important;
margin: 0 !important;
padding: 0 !important;
}
.mve-details a:link {
color: #92c83e !important;
font-weight: bold !important;
text-decoration: none !important;
}
.mve-details a:visited {
color: #92c83e !important;
font-weight: bold !important;
text-decoration: none !important;
}
.mve-details a:hover {
color: #68b020 !important;
font-weight: bold !important;
text-decoration: underline !important;
}
.mve-info {
background-image: url(images/mv-back.png) !important;
background-repeat: repeat-y !important;
height: 15px !important;
margin: 0 !important;
padding: 0 15px !important;
width: 176px;
}
.mve-info p {
color: #939498 !important;
font-size: 12px !important;
line-height: 12px !important;
margin: 0 !important;
padding: 0 !important;
}
.guests {
float: left !important;
}
.privacy {
float: right !important;
}
.mve-bot {
background-image: url(images/mv-bot.png) !important;
background-repeat: no-repeat !important;
width: 206px !important;
height: 15px !important;
}

/* --------- mv-user.css --------- */

.mvu { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif !important; width: 206px !important; padding-bottom: 0px; }
.mvu-top {
background-image: url(images/mvu-top.png) !important;
background-repeat: no-repeat !important;
width: 206px !important;
height: 15px !important;
}
.mvu-info a:hover {
color: #68b020 !important;
}
.mvu-info {
background-image: url(images/mv-back.png) !important;
background-repeat: repeat-y !important;
margin: 0 !important;
padding: 0 15px !important;
width: 176px;
}
.mvu-info img {
float: left !important;
margin: 0 !important;
padding: 0 10px 0 0 !important;
}
.mvu-info .minih1 { display: block !important; color: black !important; font-size: 14px !important; line-height: 14px !important; background-color: #eff0f1; background-image: none !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 4px 0 0 !important; }
.mvu-info .minih2 { display: block !important; color: #939498 !important; font-size: 9px !important; line-height: 9px !important; background-color: #eff0f1; width: auto !important; margin: 0 !important; padding: 2px 0 4px !important; }
.mvu-bot { background-image: url(images/mv-bot.png) !important; background-repeat: no-repeat !important; width: 206px !important; height: 15px !important; }

hr {
height: 1px;
width: 90%;
border: 0;
color: #BFBFBF;
background-color: #BFBFBF;
}

p.create_event_link {
text-align: center !important;
padding: 0px 0px 0px 0px !important;
font-size: small !important;
line-height: 14px !important;
}

.create_event_link a:link {
color: #92c83e !important;
font-weight: bold !important;
text-decoration: none !important;
}
.create_event_link a:visited {
color: #92c83e !important;
font-weight: bold !important;
text-decoration: none !important;
}
.create_event_link a:hover {
color: #68b020 !important;
font-weight: bold !important;
text-decoration: underline !important;
}

#blog_header p {
font-style: italic;
margin-left: 20px;
margin-right: 20px;
}

#blog_body {
margin-left: 20px;
margin-right: 20px;
}

#blog_body p {
font-size: 15px !important;
line-height: normal !important;
}

.header_rss_button {
float: right;
margin-right: 35px;
border: 0;
height: 24px;
width: 24px;
}

.image_header .header_rss_button {
position: static;
left: 0;
top: 0;
border: 0;
}

#sideinfo {
width: 160px;
}

#sideinfo h1 {
font-size: 12px;
color: white;
text-align: center;
}

#sideinfo p {
font-size: 12px;
color: white;
}

#sideinfo a:link {
color: #c8e39f;
font-weight: bold;
text-decoration: none;
}
#sideinfo a:visited {
color: #c8e39f;
font-weight: bold;
text-decoration: none;
}
#sideinfo a:hover {
color: #c8e39f;
font-weight: bold;
text-decoration: underline;
}
#twitter_image {
float: left;
margin-right: 2px;
border: 0;
}


div.calendar
{
  font-size: smaller;
  color: #000;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
}

div.calendar table
{
  background-color: #eee;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #34ABFA;
  cursor: pointer;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #000;
}

div.calendar td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar td.otherDay
{
  color: #bbb;
}

#main .history_title {
font-size: 36px;
height: 36px;
}

.history_comment {
border-bottom: 1px solid green;
margin-bottom: 5px;
}

.history_title img {
float: left;
margin: 2px;
margin-right: 5px;
position: relative;
top: -10px;
}

#main .history_title p {
margin: 0;
padding: 0;
position: relative;
top: 10px;
}

#main .history_title a {
color: black;
}

#main .history_comment a {
color: white;
}
