/* Supermono site CSS */



/*-----------------------------------------
 These are default settings for everything
-----------------------------------------*/
body, table
{
	font-size: 12px;
	line-height: 15px;
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	text-align: left;
	
}

body
{
	
	background-image: url("../images/wallpapers/bg_standard0.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #000000;
}






/*-----------------------------------------
 These are all window definitions
 Color definitions are SEPARATE!!!
 That's so you can make 'em dynamic
-----------------------------------------*/


/*this is the top of the header bar, with the bevelled corners and the logo*/
div.headerBarTop
{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;	
	width: 770px;
	height: 120px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

div.headerBarBottom
{
	/*this is the lower half of the header bar, with the buttons*/
	position:relative;
	padding-top:   0px;
	padding-bottom:0px;
	padding-left:  0px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-top-style: solid;
	border-width: 15px;
	width: 755px;	
	height:20px;
	text-align: right;
}


div.mainBox
{
	/*this is the big box with all the content in*/
	position: relative;
	padding-top:   20px;
	padding-bottom:15px;
	padding-left:  20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 730px;	
}

div.sideBar
{
	/*float: right;*/
	position: absolute;
	left: 590px;
}

div.footerBar
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;	
	margin-bottom: 30px;
	width: 770px;
	height: 90px;
	background-position: left top;
	background-repeat: repeat-x;
}

div.leftColumnItem
{
	/* this is the x parameters for the left, wider column */
	position: relative;
	width: 540px;
	padding-left: 10px;
	padding-right: 0px;
}

div.thirdColumn
{
	padding-left: 370px;
	width: 180px;
}

div.rightColumnItem
{
	/* this is the x parameters for the sidebar column */
	position: relative;
	width: 150px;
	padding-left: 10px;
	padding-right: 0px;
}

div.titleBox
{
	/* this is the y parameters for the title bar thing. 
	   note: this one actually changes font and padding! */
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	font-family: "arial rounded mt bold", helvetica, arial, sans-serif;
	font-style: bold;
	
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	
	padding-top:   5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

div.itemBox
{
	padding-top:   10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

div.gameBox
{
	position: relative;
	padding-top:   0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 5px;
	height: 140px;
	width: 550px;
}

div.gameBoxTitleBar
{
	width: 300px;
	margin-bottom: 5px;
}
div.gameBoxTitleText
{
	padding-left: 10px;
}

a.gameBoxLink
{
	position: absolute;
	left:0px;
	top:0px;
	width: 548px;
	height: 148px;
	padding:0px;
	z-index: 99;
	border-width: 1px;
}
a.gameBoxLink:hover
{
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
}

img.gameBox
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	clear:both;
}

img.gameBannerSquare
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}



div.pictureFrame
{
	width: 510px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right:10px;
}

div.slideShowControls
{
	padding-top: 5px;
	border: 0px;
}

div.singleColumn
{
	text-align: left;
	float:left;
	width: 170px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.doubleColumn
{
	text-align: left;
	float:left;
	width: 350px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.tripleColumn
{
	text-align: left;
	width: 530px;

	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.gameBoxColumn
{
	text-align: left;
	width: 220px;
	
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div.fullWidthColumn
{
	text-align: left;
	width: 550px;

	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.buyButton
{
	text-align: center;
	font-weight: bold;
	color: #ffffff;

	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;

	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

div.imageCaption
{
	font-style: italic;
	padding-right: 10px;
}

div.cornerSlice
{
	background-repeat: no-repeat;
	background-position: right top;
}

/*-----------------------------------------
 These are miscellaneous overrides for things
 like image centring
-----------------------------------------*/

img
{
	border: none;
}
.centred
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.nonUnderlined
{
	text-decoration: none;
}

/* stops firefox doing its crappy outlines */
a:focus
{ 
    outline: none; 
}

hr
{
	background-color: #ffffff;
	
	border: 0;
	height: 1px;
	width: 100%;
	text-align: left;
}

table
{
	
	border-collapse:collapse;
	width: 100%;
	vertical-align: middle;
}
table,th, td
{
	font-weight: normal;
	border: 0px;
}
th, td
{
	height: 40px;
}
th.oneColumn
{
	width: 180px;
}


/*-----------------------------------------
This is an attempt at doing sprites!
-----------------------------------------*/

.iconmenu
{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	
	/* hack to target ie7 */
	zoom: 1;
	*display: inline;
}

.iconmenu li
{
	width: 20px;
	height: 20px; 
	position: relative; 
	

	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block; list-style: none;

	/* hack to target ie7 */
	zoom: 1;
	*display: inline;
}

.iconmenu a
{
	width: 20px; height: 20px; display: block; border: none 0px #fff;
}

.iconmenu a:hover
{
	border: none 0px #000;
}

.iconmenu .prevbutton_unlit
{
	background-position: 0px 0px;
}
.iconmenu .selectbutton_selected_unlit
{
	background-position: -25px 0px;
}
.iconmenu .selectbutton_unselected_unlit
{
	background-position: -50px 0px;
}
.iconmenu .nextbutton_unlit
{
	background-position: -75px 0px;
}
.iconmenu .playbutton_unlit
{
	background-position: -100px 0px;
}
.iconmenu .pausebutton_unlit
{
	background-position: -125px 0px;
}
.iconmenu .mutebutton_on_unlit
{
	width: 18px;
	background-position: -150px 0px;
}
.iconmenu .mutebutton_off_unlit
{
	width: 18px;
	background-position: -205px 0px;
}
.iconmenu .volbutton0_on_unlit
{
	background-position: -175px 0px;
	width: 4px;
}
.iconmenu .volbutton1_on_unlit
{
	background-position: -175px 0px;
	width: 4px;
}
.iconmenu .volbutton2_on_unlit
{
	background-position: -180px 0px;
	width: 4px;
}
.iconmenu .volbutton3_on_unlit
{
	background-position: -185px 0px;
	width: 4px;
}
.iconmenu .volbutton4_on_unlit
{
	background-position: -190px 0px;
	width: 4px;
}
.iconmenu .volbutton0_off_unlit
{
	background-position: -225px 0px;
	width: 4px;
}
.iconmenu .volbutton1_off_unlit
{
	background-position: -230px 0px;
	width: 4px;
}
.iconmenu .volbutton2_off_unlit
{
	background-position: -235px 0px;
	width: 4px;
}
.iconmenu .volbutton3_off_unlit
{
	background-position: -240px 0px;
	width: 4px;
}
.iconmenu .volbutton4_off_unlit
{
	background-position: -245px 0px;
	width: 4px;
}
/* now the mouseover versions*/
.iconmenu .prevbutton_lit
{
	background-position: 0px -20px;
}
.iconmenu .selectbutton_selected_lit
{
	background-position: -25px -20px;
}
.iconmenu .selectbutton_unselected_lit
{
	background-position: -50px -20px;
}
.iconmenu .nextbutton_lit
{
	background-position: -75px -20px;
}
.iconmenu .playbutton_lit
{
	background-position: -100px -20px;
}
.iconmenu .pausebutton_lit
{
	background-position: -125px -20px;
}
.iconmenu .mutebutton_on_lit
{
	width: 18px;
	background-position: -150px -20px;
}
.iconmenu .mutebutton_off_lit
{
	width: 18px;
	background-position: -205px -20px;
}
.iconmenu .volbutton0_on_lit
{
	background-position: -175px -20px;
	width: 4px;
}
.iconmenu .volbutton1_on_lit
{
	background-position: -175px -20px;
	width: 4px;
}
.iconmenu .volbutton2_on_lit
{
	background-position: -180px -20px;
	width: 4px;
}
.iconmenu .volbutton3_on_lit
{
	background-position: -185px -20px;
	width: 4px;
}
.iconmenu .volbutton4_on_lit
{
	background-position: -190px -20px;
	width: 4px;
}
.iconmenu .volbutton0_off_lit
{
	background-position: -225px -20px;
	width: 4px;
}
.iconmenu .volbutton1_off_lit
{
	background-position: -230px -20px;
	width: 4px;
}
.iconmenu .volbutton2_off_lit
{
	background-position: -235px -20px;
	width: 4px;
}
.iconmenu .volbutton3_off_lit
{
	background-position: -240px -20px;
	width: 4px;
}
.iconmenu .volbutton4_off_lit
{
	background-position: -245px -20px;
	width: 4px;
}

.iconmenu .timer
{
	width: 30px;
	height: 10px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	text-align: center;
}

.iconmenu .progressbar
{
	list-style: none;
	position:relative;
	width: 415px;
	height: 8px;

	margin-top: 6px;
	margin-bottom: 6px;	
	margin-right: 10px;
	margin-left: 10px;

	background-image: none;
	border-width: 0px;
}

.iconmenu ul.progressbar_clickableareas
{
	display: inline-block;
	float: left;
	top: -6px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	height: 10px;
	background-image: none;
	
	/* hack to target ie7 */
	zoom: 1;
	*display: inline;	
}

.iconmenu ul.progressbar_clickableareas li
{
	position: relative;
	padding: 0px;
	margin:0px;
	height: 10px;
	width: 20px;

	background-image: none;
	border: solid;
	background: transparent;
	z-index: 99;
	border-width: 1px;
}

.progressbar_clickableareas li
{

}
.playedbar
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 8px;
	z-index:98;
}



/* quicktime stuff! */
.title
{
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton
{
  cursor: pointer;
  /*font-weight: bold;
  font-size: 1.25em;*/
  /*opacity: .8;
  filter: alpha(opacity=80);*/
  /*-moz-border-radius: 1em;
  -webkit-border-radius: 1em*/;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground
{
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}


/* This is a list order test! inline-block, yeah? */
ul#display-inline-block-example, ul#display-inline-block-example li
{
	position:relative;
	right:0px;
	top: -5px;

	/* Setting a common base */
	margin: 0;
	padding: 0;
}

ul#display-inline-block-example li
{
	text-align: center;
	display: inline-block;
	width: 105px;
	min-height: 25px;
	
	/* hack to target ie7 */
	zoom: 1;
	*display: inline;
}

ul.featureList
{
	padding-left:20px;
}

/* ok, that was it */




/*-----------------------------------------
 These are all font definitions
-----------------------------------------*/

h1, .playButton
{
	display:inline;
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	font-family: "arial rounded mt bold", helvetica, arial, sans-serif;
}

indent
{
	text-indent: 10px;
}


.date, .platform
{
	font-style:italic;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
}

a.quoteAuthor
{
	font-style:italic;
	text-align: right;
}

/* for hyperlink
a:hover
{
	text-transform: uppercase;
	text-decoration: line-through;
	color: purple;
}*/

/*p
{
	border-style: solid;
	border-width: 1px;
	border-top-color: #AA44AA;
	border-right-color: #AA44AA;	
	border-style: none;
}*/



p.floatStop
{
	clear: both;
}



/* strange hack to fix inline-block */
.ib-fix li { display:-moz-inline-box; -moz-box-orient:vertical;
             display:inline-block; vertical-align:top; word-wrap:break-word; }
* html .ib-fix li { display:inline; }
* + html .ib-fix li { display:inline; }
.ib-fix li > * { display:table; table-layout:fixed; overflow:hidden; }






