/**
* @chrome vine
* @css-class .chrome_vine
* @original-author lance
*/

/*****************************************************************************
Global styles
*****************************************************************************/

body.chrome_vine {
	background-color:#bbb;
}


/*****************************************************************************
Chrome styles
*****************************************************************************/

.chrome_vine #vine-t {
	width:932px;
	background-image:url(../images/bg_master.gif);
	background-repeat:repeat-y;
}

.chrome_vine #header_main, 
.chrome_vine #footer_main {
	width:900px;
}

.chrome_vine #body_main,
.chrome_vine #main_grid {
	width:900px;
}

.chrome_vine #body_main.sidebar #main_grid {
	width:740px;
}

.chrome_vine #sidebar_grid {
	width:160px;
}


/*****************************************************************************
Widescreen Sidecar styles
*****************************************************************************/

.chrome_vine #vine-t.widescreen {
	width:1272px; 
}

.chrome_vine #header_expanded, 
.chrome_vine #body_expanded, 
.chrome_vine #footer_expanded {
	width:340px;
}


/*****************************************************************************
Custom styles
*****************************************************************************/

.chrome_vine #header_grid, 
.chrome_vine #body_grid, 
.chrome_vine #footer_grid {
	margin-left:16px; 
	margin-right:16px;
}

.chrome_vine #body_main.sidebar {
	background-image:url(../images/bg_leftnav.gif); 
	background-repeat:repeat-y;
}

.chrome_vine #vine-t.widescreen #body_grid, 
.chrome_vine #vine-t.widescreen #footer_grid {
	background-image:url(../images/bg_master_widescreen.gif); 
	background-repeat:repeat-y;
	width:1272px; 
}

.chrome_vine #header_main #reportabug {
	position:absolute;
	top:65px;
	right:20px;
}

.chrome_vine #header_main #leaderboard {
	position: absolute;
	top: 55px;
	left: 93px;
}