/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
/*
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}
*/

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

/* ROY */
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-style: normal;
	}

.widecolumn {
	line-height: 1.6em;
        text-align: left;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

/* ROY */
.narrowcolumn {
	float: left;
	padding: 20px 10px 5px 25px;
	margin: 0px 0 0;
	width: 490px;
        font-style: normal;
        background-color: white;
	}

.widecolumn {
	padding: 20px 50px 50px 50px;
	margin: 5px 0 0 150px;
	width: 450px;
        background-color: white;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* ROY */
.postmetadata {
	clear: left;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/* ROY */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
        text-align: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Xbox */
/* generated on 6/27/2007 1:30:38 PM */
div.XbcGamercardMeContainer,
div.XbcGamercardMeContainer01{
    background-color:#515151;
    width:473px;
    padding-top:5px;
    padding-bottom:5px;
    }
div.XbcGamercardMeContainer p,
div.XbcGamercardMeContainer01 p{
    margin-left:15px;
    margin-top:10px;
    }
div.XbcGamercardMeContainer a,
div.XbcGamercardMeContainer a:link,
div.XbcGamercardMeContainer a:visited,
div.XbcGamercardMeContainer a:hover,
div.XbcGamercardMeContainer01 a,
div.XbcGamercardMeContainer01 a:link,
div.XbcGamercardMeContainer01 a:visited,
div.XbcGamercardMeContainer01 a:hover{
    color:#E88D00;
    }
div.XbcGamercardMe{
    color:#fff;
    width:465px;
    margin:0 0 0 5px;
    }
div.XbcGamercardMe h3{
    height:28px;
    margin:0;
    padding:5px 0 0 15px;
    font-family:Verdana,
     Helvetica,
     Arial,
     Sans-Serif;
    color:#000;
    }
div.XbcGamercardMe h3 img{
    margin-right:10px;
    }
div.XbcGamercardMe h3.XbcGamertagSilver{
    background-position:0 0;
    }
div.XbcGamercardMe h3.XbcGamertagGold{
    background-position:-465px 0;
    }
div.XbcGamercardMe div.XbcGamercardInfo{
    background-position:0 -50px;
    margin:0;
    width:465px;
    height:95px;
    }
div.XbcGamercardMe div.XbcGamercardStats{
    width:230px;
    padding-top:15px;
    float:left;
    }
div.XbcGamercardMe div.XbcGamercardStats p{
    display:block;
    font-size:115%;
    font-weight:bold;
    margin:0;
    padding-top:1px;
    padding-left:10px;
    padding-right:10px;
    border-bottom:1px solid #898989;
    position:relative;
    height:21px;
    }
div.XbcGamercardMe div.XbcGamercardMotto{
    width:142px;
    margin-top:15px;
    margin-left:3px;
    float:left;
    overflow:hidden;
    }
div.XbcGamercardMe div.XbcGamercardMotto p{
    color:#000;
    font-size:115%;
    text-align:center;
    }
div.XbcGamercardMe .XbcGamercardGamertile{
    margin:14px 0 0 13px;
    float:left;
    border:1px solid #AFAFAF;
    }
div.XbcGamercardMe div.XbcGamercardGames{
    height:72px;
    width:225px;
    margin:4px 0 0 2px;
    float:left;
    overflow:hidden;
    }
div.XbcGamercardMe div.XbcGamercardGames a{
    margin:4px 8px 0 0;
    display:block;
    float:left;
    }
div.XbcGamercardMe div.XbcGamercardGames div{
    display:block;
    float:left;
    margin:4px 8px 0 0;
    padding:0;
    width:30px;
    height:30px;
    border:1px solid #757575;
    }
div.XbcGamercardMe div.XbcGamercardBannerSlot{
    height:72px;
    width:230px;
    margin:4px 0;
    float:right;
    overflow:hidden;
    }
div.XbcGamercardMe div.XbcGamercardPresence{
    min-height:40px;
    width:465px;
    margin-top:4px;
    background-position:-465px -50px;
    }
div.XbcGamercardMe div.XbcGamercardOnlineStatus{
    width:136px;
    min-height:40px;
    color:#000;
    float:left;
    }
div.XbcGamercardMe div.XbcGamercardOnlineStatus p{
    margin:0;
    margin-top:6px;
    width:135px;
    text-align:center;
    font-weight:bold;
    }
div.XbcGamercardMe div.XbcGamercardPlaying{
    width:315px;
    min-height:40px;
    float:left;
    margin-left:10px;
    }
div.XbcGamercardMe div.XbcGamercardPlaying p{
    margin:0;
    margin-top:6px;
    }
div.XbcGamercardMe div.XbcGamercardLinksBox{
    display:block;
    width:460px;
    background-color:#757575;
    margin:10px 0 10px 3px;
    overflow:hidden;
    }
div.XbcGamercardMe div.XbcGamercardLinksBox p{
    margin:7px 5px 7px 10px;
    }
div.XbcGamercardMeContainer div.XbcGamercardMe h3,
div.XbcGamercardMeContainer div.XbcGamercardMe div.XbcGamercardInfo,
div.XbcGamercardMeContainer div.XbcGamercardMe div.XbcGamercardPresence{
    background-image:url(/xweb/lib/images/gamercardMeImagesheet.gif);
    }
div.XbcGamercardMeContainer01 div.XbcGamercardMe h3,
div.XbcGamercardMeContainer01 div.XbcGamercardMe div.XbcGamercardInfo,
div.XbcGamercardMeContainer01 div.XbcGamercardMe div.XbcGamercardPresence{
    background-image:url(/xweb/lib/images/gamercardMeImagesheet01.gif);
    }
div.XbcGamercardShell{
    width:285px;
    height:60px;
    overflow:hidden;
    position:absolute;
    left:484px;
    top:8px;
    color:#515151;
    }
div.XbcGamercardShell a,
div.XbcGamercardShell a:link,
div.XbcGamercardShell a:visited,
div.XbcGamercardShell a:hover{
    color:#7FAD2A;
    }
div.XbcGamercardShell h3{
    padding:0;
    margin:0;
    line-height:16px;
    margin-left:2px;
    font-size:10px;
    }
div.XbcGamercardShell div.XbcGamercardInfo{
    margin:0;
    width:255px;
    height:45px;
    border-top:1px solid #7FAD2A;
    }
div.XbcGamercardShell div.XbcGamercardStats{
    width:200px;
    height:40px;
    float:left;
    margin-top:5px;
    }
div.XbcGamercardShell .XbcGamercardGamertile{
    margin:4px 0 0 1px;
    float:left;
    border:1px solid #AFAFAF;
    }
div.XbcGamercardShell div.XbcGamercardStats p{
    width:175px;
    display:block;
    margin:0 0 0 5px;
    float:left;
    line-height:11px;
    font-size:10px;
    }
body *{
    font-size:100%;
    }
#XbcCmsConsole{
    margin-bottom:15px;
    border:double 3px orange;
    padding:3px 10px 3px 10px;
    color:Black;
    font-family:Verdana,
     Arial,
     sans-serif;
    font-size:12px;
    width:1100px;
    background-color:silver;
    text-align:left;
    }
#XbcCmsConsole a,
#XbcCmsConsole a:link{
    color:Black;
    }
#XbcCmsConsole .XbcAuthoringButton{
    border:double 3px green;
    margin-left:15px;
    padding:1px;
    }
#XbcCmsConsole .XbcAuthoringButton a{
    text-decoration:none;
    padding:0 0 0 3px;
    margin-right:1px;
    }
#XbcCmsConsole .XbcAuthoringButton a:focus,
#XbcCmsConsole .XbcAuthoringButton a:hover{
    background-color:Green;
    color:Silver;
    }

body{
    font-family:Verdana,
     Helvetica,
     Arial,
     Sans-Serif;
    margin:0;
    padding:0;
    height:100%;
    font-size:.7em;
    }

a,
a:link,
a:visited{
    text-decoration:none;
    }
a:focus,
a:hover{
    text-decoration:underline;
    }
em,
i{
    font-style:italic;
    }
form{
    margin:0;
    padding:0;
    }
h1{
    margin:0;
    padding:0;
    font-size:175%;
    }
h2{
    margin:0;
    padding:0;
    font-size:160%;
    }
h3{
    margin:0;
    padding:12px 0;
    font-size:150%;
    }
h4{
    margin:0;
    margin-top:20px;
    padding:0;
    font-size:120%;
    }
h5{
    margin:0;
    padding:0;
    font-size:100%;
    }
h6{
    margin:0;
    padding:0;
    margin-top:15px;
    font-size:100%;
    }
hr{
    height:1px;
    }
html{
    height:100%;
    }
img{
    border:0;
    }
p{
    margin:0;
    padding:0;
    margin-bottom:.6em;
    line-height:1.3em;
    }
strong,
b{
    font-weight:bold;
    }
li{
    margin-bottom:5px;
    }
textarea{
    border:1px solid #d1d1d1;
    font-family:Verdana,
     Helvetica,
     Arial,
     Sans-Serif;
    font-size:.9em;
    }
a,
a:link{
    color:#7FAD2A;
    }
hr{
    color:#000;
    }
textarea{
    border-color:#d1d1d1;
    }
input[disabled]{
    color:#aaa;
    }
a.XbcLinkRight,
a.XbcMoreLink{
    display:block;
    background-image:url(/xweb/lib/images/xbox/genericGreenArrow.gif);
    background-position:100% 50%;
    background-repeat:no-repeat;
    padding:0 15px 0 0;
    text-align:right;
    }
a.XbcMoreLink{
    margin:5px 10px;
    }
.XbcAlignLeft{
    text-align:left;
    }
.XbcAlignRight{
    text-align:right;
    }
.XbcAlignCenter{
    text-align:center;
    }
.XbcDisplayNone{
    display:none;
    }
.XbcRelative{
    position:relative;
    }
.XbcErrorMessage{
    display:block;
    clear:both;
    }
.XbcFloatLeft{
    float:left;
    display:block;
    }
.XbcFloatLeftAlignLeft{
    float:left;
    text-align:left;
    display:block;
    }
.XbcFloatRight{
    float:right;
    display:block;
    }
.XbcFloatRightAlignRight{
    float:right;
    text-align:right;
    display:block;
    }
.XbcFloatClear{
    margin:0;
    padding:1px;
    clear:both;
    }
.XbcFloatClearLeft{
    margin:0;
    padding:1px;
    clear:left;
    }
input.XbcTextBox{
    border:1px solid #d1d1d1;
    padding-left:5px;
    padding-right:5px;
    }
.XbcRadioButtonList{
    display:block;
    margin:5px 15px;
    }
.XbcRadioButtonList br{
    clear:both;
    }
.XbcRadioButtonList input{
    display:block;
    margin:0;
    float:left;
    margin-top:5px;
    }
.XbcRadioButtonList label{
    display:block;
    float:left;
    width:400px;
    margin-bottom:5px;
    margin-top:5px;
    margin-left:5px;
    }
.XbcRadioButtonList label br{
    clear:none;
    }
.XbcLayoutSidebar,
#XbcLayoutSidebar{
    margin:0 0 0 4px;
    padding:0;
    float:right;
    width:283px;
    overflow:hidden;
    }
.XbcLayoutNavbar,
#XbcLayoutNavbar{
    margin:0 4px 0 0;
    float:left;
    width:283px;
    overflow:hidden;
    }
.XbcLayoutBody,
#XbcLayoutBody{
    float:left;
    width:473px;
    }
.XbcLIVEText{
    color:#E88D00;
    }
.XbcShellMainContent{
    width:760px;
    background-color:#e2e2e2;
    }
.XbcErrorMessage{
    color:#FF0103;
    }
.XbcFormButtons{
    font-family:Verdana,
     Helvetica,
     Arial,
     Sans-Serif;
    font-size:11px;
    font-weight:bold;
    padding:0 4px;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #888;
    border-bottom:1px solid #888;
    clear:none;
    }
.XbcFormButtons{
    color:#000;
    background:#ccc;
    border-top-color:#ddd;
    border-left-color:#ddd;
    border-right-color:#888;
    border-bottom-color:#888;
    }
input.XbcTextBox{
    background-color:#FFF;
    border-color:#d1d1d1;
    }
.XbcRequiredField{
    color:#FF0103;
    }
.XbcSuperhead{
    text-decoration:underline;
    }
.XbcSubhead{
    font-style:italic;
    }
h4.XbcPullquote{
    text-align:center;
    margin:25px 0 25px 0;
    padding:10px 0 10px 0;
    font-size:120%;
    color:#7fad2a;
    border-bottom:solid 1px #d1d1d1;
    border-top:solid 1px #d1d1d1;
    }
.XbcGlanceMain{
    float:right;
    border:1px solid #757575;
    width:200px;
    margin-bottom:5px;
    }
.XbcGlanceMain h6{
    font-weight:bold;
    padding:3px;
    padding-left:10px;
    margin-top:0;
    }
.XbcGlanceMain ul{
    padding:1px;
    padding-left:7px;
    padding-right:10px;
    margin-left:18px;
    margin-bottom:5px;
    margin-top:5px;
    }
.XbcByline{
    font-style:italic;
    }
.XbcGamertag{
    font-weight:bold;
    }
.XbcGameTitle{
    font-style:italic;
    }
.XbcNotebox{
    padding:10px;
    margin:10px 0;
    }
.XbcSyndicateByline{
    font-style:italic;
    }
.XbcImageCaption{
    margin:0;
    margin-bottom:1em;
    padding:0 12px;
    line-height:120%;
    font-size:80%;
    }
h4.XbcPullquote{
    color:#7fad2a;
    border-bottom-color:#d1d1d1;
    border-top-color:#d1d1d1;
    }
.XbcGlanceMain{
    border-color:#757575;
    }
.XbcGlanceMain h6{
    background-color:#757575;
    color:#fff;
    }
.XbcNotebox{
    background-color:#F5F5F5;
    }
.XbcImageCaption{
    color:#757575;
    }
a.XbcGdpNav{
    color:#515151;
    text-decoration:none;
    }
a.XbcGdpNav:hover{
    text-decoration:none;
    color:#7FAD2A;
    }
div.XbcHR{
    margin-top:5px;
    height:1px;
    background:#000;
    }
div.XbcHR hr{
    display:none;
    height:1px;
    }
.XbcClearFloat{
    height:0;
    line-height:0;
    }
.XbcFormElements{
    float:left;
    width:45%;
    }
.XbcFormHelp{
    float:right;
    width:45%;
    }
.XbcSearchButtons{
    clear:both;
    color:#fff;
    background-color:#515151;
    border-style:solid;
    border-width:1px;
    border-color:#d1d1d1;
    }
input.XbcPassBox{
    background-color:#FFF;
    border:1px solid #d1d1d1;
    padding-left:5px;
    padding-right:5px;
    }
span.XbcSuperSymbols{
    vertical-align:super;
    font-size:80%;
    }
.XbcSidebar{
    font-size:50%;
    }
.XbcSidebar .XbcSidebar{
    font-size:100%;
    }
img.XbcTrailerImage{
    border:1px solid #fff;
    }
.XbcBannerBottom{
    background-position:0% 100%;
    background-repeat:no-repeat;
    }
.XbcCalendarDate{
    width:66px;
    }
.XbcCalendarPlatform{
    width:28px;
    }
table.XbcCalendar{
    text-align:left;
    width:100%;
    border-bottom:4px solid #fff;
    }
table.XbcCalendar tbody{
    border-bottom:4px solid #fff;
    }
table.XbcCalendar tr{
    cursor:hand;
    }
table.XbcCalendar tr th{
    cursor:auto;
    }
table.XbcCalendar th{
    border-top:4px solid #fff;
    padding:2px 5px 2px 5px;
    }
table.XbcCalendar td{
    border-top:4px solid #fff;
    border-bottom:1px solid #fff;
    padding:0;
    margin:0;
    vertical-align:top;
    }
table.XbcCalendar tbody td a{
    font-weight:bold;
    }
table.XbcCalendar tbody a:hover{
    text-decoration:none;
    }
table.XbcCalendar tr.XbcCalendarHighlight td{
    border-top:4px solid #fff;
    border-bottom:1px solid #9c3;
    }
table.XbcCalendar tr.XbcCalendarHighlight a{
    font-weight:bold;
    }
table.XbcCalendar td div{
    border-top:1px solid #fff;
    padding:2px 5px 2px 5px;
    top:0;
    vertical-align:middle;
    }
table.XbcCalendar tr.XbcCalendarHighlight div{
    border-top:1px solid #9c3;
    padding:2px 5px 2px 5px;
    top:0;
    }
.XbcFMScreen{
    margin:5px;
    border:solid 1px #fff;
    padding:0;
    }
.XbcFMVideoBox{
    margin:0;
    float:left;
    text-align:center;
    }
.XbcFMVideo{
    margin:5px;
    border:solid 1px #fff;
    padding:0;
    }
.XbcLayoutTable{
    border:none;
    border-collapse:collapse;
    padding:0;
    color:inherit;
    }
.XbcLayoutCell{
    padding:0;
    vertical-align:top;
    }
.XbcPITitle{
    padding:7px 12px 7px 12px;
    border-bottom:solid 1px #D1D1D1;
    }
.XbcPIProductImage{
    float:left;
    padding:0 12px 0 12px;
    }
.XbcPIGame{
    margin:0;
    padding:2px 12px;
    line-height:1.1em;
    border-bottom:solid 1px #D1D1D1;
    }
.XbcMSPointsImage{
    margin:0 3px;
    position:relative;
    top:2px;
    }
.XbcPIHardware{
    margin:0;
    padding:9px 10px 10px 10px;
    line-height:1.1em;
    border-bottom:solid 1px #D1D1D1;
    }
.XbcPIRating{
    margin:0;
    padding:7px 0 25px 7px;
    line-height:1.1em;
    clear:both;
    }
.XbcPIRating img{
    margin:1px 12px;
    }
.XbcPIRatingNewLineText{
    padding-left:20px;
    }
.XbcPIBuyNowButton{
    padding-top:2px;
    }
.XbcPIXbox{
    margin:2px 12px;
    padding:2px 10px;
    line-height:1.2em;
    border:solid 1px #7FAD2A;
    border-left-width:17px;
    }
.XbcPILive{
    margin:2px 12px;
    padding:2px 10px;
    line-height:1.1em;
    border:solid 1px #EB8E03;
    border-left-width:17px;
    }
.XbcMediaViewScreenshot{
    margin-top:20px;
    margin-left:0;
    margin-bottom:20px;
    }
ul.XbcExpandoMenu{
    display:block;
    margin:0;
    padding:0;
    line-height:1.5em;
    font-weight:bold;
    list-style-type:none;
    overflow:hidden;
    width:283px;
    }
ul.XbcExpandoMenu li{
    display:block;
    width:100%;
    padding:4px 0 2px 0;
    margin:0;
    }
ul.XbcExpandoMenu span,
ul.XbcExpandoMenu a{
    display:block;
    width:100%;
    margin:0 0 0 0;
    padding:0 0 0 25px;
    border-top:1px solid #BCBCBC;
    border-bottom:1px solid #BCBCBC;
    cursor:hand;
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:0 -20px;
    }
ul.XbcExpandoMenu li.XbcMenuCurrent{
    display:block;
    width:100%;
    margin:0 0 0 0;
    padding:0 0 0 25px;
    border-top:1px solid #BCBCBC;
    border-bottom:1px solid #BCBCBC;
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:0 0;
    cursor:default;
    }
ul.XbcExpandoMenu li.XbcMenuLink a,
ul.XbcExpandoMenu li.XbcMenuLink a:link,
ul.XbcExpandoMenu li.XbcMenuLink a:visited{
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:0 0;
    border-top:1px solid #BCBCBC;
    border-bottom:1px solid #BCBCBC;
    }
ul.XbcExpandoMenu li.XbcMenuLink a:hover{
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:-285px 0;
    }
li.XbcExpandoMenuClosed{
    margin:0;
    padding:0;
    }
li.XbcExpandoMenuClosed ul{
    margin:0;
    padding:0;
    display:none;
    }
li.XbcExpandoMenuOpen{
    display:block;
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:-570px -16px;
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    }
li.XbcExpandoMenuOpen span{
    border:0;
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:-570px -20px;
    padding-left:40px;
    }
li.XbcExpandoMenuOpen ul{
    display:block;
    margin:0;
    padding:0;
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:-570px -200px;
    background-repeat:no-repeat;
    padding-top:.5em;
    list-style-type:none;
    }
li.XbcExpandoMenuOpen ul li{
    display:block;
    width:100%;
    padding:0;
    margin:0;
    border:0;
    border-bottom:1px solid #C5E07F;
    }
li.XbcExpandoMenuOpen ul li.XbcMenuCurrent{
    padding-left:40px;
    margin:0;
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:0 -200px;
    background-repeat:repeat-x;
    }
li.XbcExpandoMenuOpen ul li.XbcMenuLink a,
li.XbcExpandoMenuOpen ul li.XbcMenuLink a:link,
li.XbcExpandoMenuOpen ul li.XbcMenuLink a:visited{
    background-image:none;
    padding-left:40px;
    display:block;
    border:0;
    }
li.XbcExpandoMenuOpen ul li.XbcMenuLink a:hover{
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:-285px -200px;
    background-repeat:repeat-x;
    }
li.XbcExpandoMenuOpen ul li.XbcMenuSelected a{
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:0 -200px;
    background-repeat:repeat-x;
    }
ul.XbcExpandoMenu span.XbcExpandoHighlight{
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-position:-285px -20px;
    background-repeat:no-repeat;
    }
ul.XbcExpandoMenu a:hover{
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-repeat:no-repeat;
    background-position:-285px -20px;
    }
ul.XbcExpandoMenu ul li a:hover{
    background-image:url(/xweb/lib/images/xbox/ExpandoImagesheet.gif);
    background-repeat:no-repeat;
    background-position:-285px -20px;
    }
.XbcProgressBar ul,
.XbcProgressBar li{
    display:inline;
    }
.XbcPullQuote{
    font-style:italic;
    }
.XbcChrome h5{
    margin:0;
    padding:0;
    padding-top:2px;
    padding-bottom:3px;
    padding-left:1em;
    }
.XbcWpColumn{
    margin:0;
    padding:0;
    }
.XbcWpFriendsList{
    margin:0;
    padding:0;
    }
.XbcWpColumnGroup{
    width:100%;
    margin:0;
    padding:0;
    }
.XbcDownrule{
    padding:0;
    margin:0;
    border:none;
    width:4px;
    }
.XbcWpFreeForm{
    margin:10px;
    padding:0;
    }
.XbcWpFreeForm1{
    margin:10px;
    padding:0;
    }
.XbcWpFreeForm1 h3{
    padding:0;
    }
.XbcWpFreeForm1 h4{
    margin-top:0;
    }
.XbcWpFreeForm1 h6{
    margin-top:0;
    }
.XbcWpFreeForm1 ol{
    padding:0;
    list-style-position:outside;
    margin:5px 0 5px 20px;
    }
.XbcWpFreeForm1 ul{
    padding:0;
    list-style-position:outside;
    margin:5px 0 5px 20px;
    }
.XbcWpFreeForm1 li{
    padding:0 0 0 0;
    margin:0 0 8px 0;
    }
.XbcWpFreeForm2{
    margin:10px;
    padding:0;
    }
.XbcWpFlash{
    margin:0;
    padding:0;
    }
.XbcWpFeatureMedia{
    padding:5px;
    margin:0;
    }
.XbcWpMenu{
    margin:0;
    margin-bottom:10px;
    padding:0;
    }
.XbcWpFindAGame{
    margin:14px 10px 5px 10px;
    padding:0;
    }
.XbcWpFindAGame input.XbcTextBox{
    }
.XbcWpFindAGamer{
    margin:14px 10px 14px 10px;
    padding:0;
    }
.XbcWpProductInfo h6{
    padding:8px 10px;
    margin:0;
    }
.XbcWpProductInfo{
    margin-bottom:15px;
    }
.XbcWpKBSearch{
    margin:14px 10px 5px 10px;
    padding:0;
    }
.XbcSearchResults{
    padding-left:15px;
    }
.XbcWpAddAFriend{
    margin:14px 10px 5px 10px;
    padding:0;
    }
.XbcWpAddAFriend form p input{
    margin-top:3px;
    margin-right:10px;
    }
ul.XbcDynamicProductsList{
    padding:0;
    margin:0;
    text-align:left;
    width:99.9%;
    border-bottom:4px solid #fff;
    }
ul.XbcDynamicProductsList li{
    border-top:4px solid #fff;
    border-bottom:1px solid #fff;
    padding:0;
    margin:0;
    vertical-align:top;
    cursor:hand;
    }
ul.XbcDynamicProductsList li div{
    padding-left:5px;
    padding-top:4px;
    padding-bottom:3px;
    }
ul.XbcDynamicProductsList li a{
    font-weight:bold;
    color:#515151;
    }
ul.XbcDynamicProductsList li a:hover{
    text-decoration:none;
    }
ul.XbcDynamicProductsList li.XbcDynamicProductsListHighlight{
    border-top:4px solid #fff;
    border-bottom:1px solid #9c3;
    background-color:#fff;
    }
ul.XbcDynamicProductsList li.XbcDynamicProductsListHighlight a{
    font-weight:bold;
    color:#9c3;
    }
ul.XbcDynamicProductsList li.XbcDynamicProductsListHighlight div{
    padding-left:5px;
    padding-top:3px;
    padding-bottom:3px;
    border-top:1px solid #9c3;
    top:0;
    }
table.XbcDynamicProductsBoxArt{
    text-align:center;
    width:100%;
    vertical-align:top;
    }
table.XbcDynamicProductsBoxArt td{
    vertical-align:top;
    }
.XbcBuyNowGameImage{
    float:left;
    padding:0;
    margin:1px,
     0,
     1px,
     12px;
    }
.XbcBuyNowHardwareImage{
    float:left;
    padding:0;
    margin:1px,
     0,
     1px,
     0;
    }
.XbcBuyNowGameTitle{
    margin:0;
    font-size:13px;
    padding:2px 12px;
    line-height:1.1em;
    width:320px;
    }
.XbcBuyNowGame{
    margin:0;
    padding:2px 12px;
    line-height:1.1em;
    }
.XbcBuyNowOfferTable{
    text-align:left;
    width:100%;
    }
.XbcBuyNowFeaturedText{
    font-size:13px;
    font-weight:bold;
    }
.XbcBuyNowOfferTable td.XbcBuyNowOfferVendorCell{
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    border-top:solid 1px #BCBCBC;
    border-bottom:solid 1px #BCBCBC;
    border-right:solid 1px #BCBCBC;
    width:40%;
    }
.XbcBuyNowOfferTable td.XbcBuyNowOfferAvailabilityCell{
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    border-top:solid 1px #BCBCBC;
    border-bottom:solid 1px #BCBCBC;
    border-right:solid 1px #BCBCBC;
    width:20%;
    }
.XbcBuyNowOfferTable td.XbcBuyNowOfferPriceCell{
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    border-top:solid 1px #BCBCBC;
    border-bottom:solid 1px #BCBCBC;
    border-right:solid 1px #BCBCBC;
    width:15%;
    }
.XbcBuyNowOfferTable td.XbcBuyNowOfferErrorCell{
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    padding-top:15px;
    padding-bottom:15px;
    border-top:solid 1px #BCBCBC;
    border-bottom:solid 1px #BCBCBC;
    border-top:solid 1px #BCBCBC;
    font-size:15px;
    }
.XbcBuyNowOfferTable td.XbcBuyNowOfferPurchaseCell{
    padding-top:15px;
    padding-bottom:15px;
    text-align:center;
    border-top:solid 1px #BCBCBC;
    border-bottom:solid 1px #BCBCBC;
    width:25%;
    }
.XbcBuyNowButton{
    text-align:center;
    }
.XbcBuyNowButtonHighlight{
    text-align:center;
    }
.XbcBuyNowButtonTop{
    width:103px;
    height:3px;
    background-image:url(/xweb/lib/images/buynow_top.gif);
    background-repeat:no-repeat;
    cursor:hand;
    overflow:hidden;
    }
.XbcBuyNowButtonBottom{
    width:103px;
    height:3px;
    background-image:url(/xweb/lib/images/buynow_bottom.gif);
    background-repeat:no-repeat;
    cursor:hand;
    overflow:hidden;
    }
.XbcBuyNowButton .XbcBuyNowButtonText{
    color:#fff;
    width:103px;
    background-image:url(/xweb/lib/images/buynow_middle.gif);
    background-repeat:repeat;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    display:block;
    cursor:hand;
    padding-bottom:1px;
    }
.XbcBuyNowButtonHighlight .XbcBuyNowButtonText{
    color:#ABEF2E;
    width:103px;
    background-image:url(/xweb/lib/images/buynow_middle.gif);
    background-repeat:repeat;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    display:block;
    cursor:hand;
    padding-bottom:1px;
    }
.XbcProductInfoRating{
    margin:0;
    padding:7px 0 5px 7px;
    line-height:1.1em;
    clear:both;
    }
.XbcProductInfoRatingDescription{
    padding-left:5px;
    padding-bottom:2px;
    }
.XbcProductInfoRatingImage{
    float:left;
    padding:0;
    margin-top:1px;
    margin-bottom:1px;
    margin-left:4px;
    margin-right:7px;
    }
.XbcSponsorshipText{
    }
.XbcSponsorshipTextLeftAlign{
    text-align:left;
    }
.XbcSponsorshipTextCenterAlign{
    text-align:center;
    }
.XbcSponsorshipTextRightAlign{
    text-align:right;
    }
.XbcProductInfoMini{
    margin:0;
    padding:7px 0 2px 7px;
    line-height:1.1em;
    clear:both;
    }
.XbcProductInfoMiniGameImage{
    float:left;
    padding-left:4px;
    padding-right:12px;
    padding-top:0;
    padding-bottom:0;
    margin:1px,
     0,
     1px,
     12px;
    }
.XbcProductInfoMiniHardwareImage{
    float:left;
    padding-left:4px;
    padding-right:12px;
    padding-top:0;
    padding-bottom:0;
    margin:1px,
     0,
     1px,
     0;
    }
.XbcProductInfoMiniReleaseDate{
    margin:0;
    padding:2px 12px 0 4px;
    line-height:1.1em;
    }
.XbcProductInfoMiniTitle{
    padding-top:3px;
    height:68px;
    }
.XbcProductInfoMiniPrice{
    padding:3px,
     0,
     3px,
     0;
    }
.XbcProductInfoMiniBuyNowButton{
    padding-top:5px;
    }
.XbcProductInfoDetails{
    padding-top:3px;
    padding-bottom:6px;
    }
.XbcProductInfoDetailsGame{
    margin:0;
    padding:2px 6px;
    line-height:1.1em;
    }
.XbcProductInfoDetailsHardware{
    margin:0;
    padding:2px 6px;
    line-height:1.1em;
    }
img.XbcTrailerImage{
    border-color:#fff;
    }
table.XbcCalendar{
    border-bottom-color:#fff;
    }
table.XbcCalendar tbody{
    border-bottom-color:#fff;
    }
table.XbcCalendar th{
    border-top-color:#fff;
    background-color:#f9f9f9;
    }
table.XbcCalendar td{
    border-top-color:#fff;
    border-bottom-color:#fff;
    }
table.XbcCalendar tbody td a{
    color:#515151;
    }
table.XbcCalendar tr.XbcCalendarHighlight{
    background-color:#fff;
    }
table.XbcCalendar tr.XbcCalendarHighlight td{
    border-top-color:#fff;
    border-bottom-color:#9c3;
    background-color:#fff;
    }
table.XbcCalendar tr.XbcCalendarHighlight a{
    color:#7FAD2A;
    }
table.XbcCalendar td div{
    border-top-color:#fff;
    }
table.XbcCalendar tr.XbcCalendarHighlight div{
    border-top-color:#9c3;
    }
.XbcFMScreen{
    border-color:#fff;
    }
.XbcFMVideoBox{
    color:#fff;
    }
.XbcFMVideo{
    border-color:#fff;
    }
.XbcPITitle{
    background-color:#f9f9f9;
    color:#7FAD2A;
    border-bottom-color:#D1D1D1;
    }
.XbcPIGame{
    border-bottom-color:#D1D1D1;
    }
.XbcPIHardware{
    border-bottom-color:#D1D1D1;
    }
.XbcPIXbox{
    border-color:#7FAD2A;
    background-color:#fff;
    color:#515151;
    }
.XbcPILive{
    border-color:#EB8E03;
    background-color:#fff;
    color:#515151;
    }
ul.XbcExpandoMenu{
    background-color:#d1d1d1;
    }
ul.XbcExpandoMenu span,
ul.XbcExpandoMenu a{
    border-top-color:#BCBCBC;
    border-bottom-color:#BCBCBC;
    }
ul.XbcExpandoMenu li.XbcMenuCurrent{
    border-top-color:#BCBCBC;
    border-bottom-color:#BCBCBC;
    color:#B2B2B2;
    }
ul.XbcExpandoMenu li.XbcMenuLink a,
ul.XbcExpandoMenu li.XbcMenuLink a:link,
ul.XbcExpandoMenu li.XbcMenuLink a:visited{
    border-top-color:#BCBCBC;
    border-bottom-color:#BCBCBC;
    color:#52971A;
    }
ul.XbcExpandoMenu li.XbcMenuLink a:hover{
    color:#7FAD2A;
    }
li.XbcExpandoMenuClosed{
    color:#515151;
    }
li.XbcExpandoMenuOpen{
    color:#52971A;
    }
li.XbcExpandoMenuOpen ul{
    background-color:#A4D033;
    }
li.XbcExpandoMenuOpen ul li{
    background:#A4D033;
    border-bottom:1px solid #C5E07F;
    }
li.XbcExpandoMenuOpen ul li.XbcMenuCurrent{
    background-color:#DBEBB2;
    color:#52971A;
    }
li.XbcExpandoMenuOpen ul li.XbcMenuLink a,
li.XbcExpandoMenuOpen ul li.XbcMenuLink a:link,
li.XbcExpandoMenuOpen ul li.XbcMenuLink a:visited{
    color:#515151;
    background-color:#A4D033;
    }
li.XbcExpandoMenuOpen ul li.XbcMenuLink a:hover{
    color:#fff;
    }
li.XbcExpandoMenuOpen ul li.XbcMenuSelected a{
    background-color:#DBEBB2;
    color:#52971A;
    }
ul.XbcExpandoMenu span.XbcExpandoHighlight{
    background-color:#fff;
    }
ul.XbcExpandoMenu a:hover{
    background-color:#fff;
    }
ul.XbcExpandoMenu ul li a:hover{
    background-color:#A4D033;
    }
.XbcProgressBar{
    color:#d1d1d1;
    }
.XbcProgressBar ul .XbcProgressBarStep{
    color:#000;
    }
.XbcChrome h5{
    color:#fff;
    background:#757575;
    }
.XbcDownrule{
    background-color:#fff;
    }
.XbcWpSearch{
    background-color:#fff;
    }
.XbcWpFeatureMedia{
    background-color:#515151;
    }
.XbcProductInfoMiniTitle{
    font-weight:bold;
    }