/*

    -- -- -- -- -- -- -- -- --
    http://www.kenousa.com - v1.0
    last edit:  May 29, 2014
    author:  Zachary Draper - Zadra Design
    -- -- -- -- -- -- -- -- --

*/


/* page background image */
body{
	background: #f2f2f2;
}

.frame{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	box-shadow: none;
}

/* game board background image */
#mainWrapper{
	background: transparent url(../images/board-background.png) no-repeat left top;
	background-size: 100% 100%;
}

/* sidebar (where the game information displays) */
#sidebarTop{
	background: transparent url(../images/sidebar-top-background.png) no-repeat left top;
	background-size: 100% 100%;
	color: #ffffff;
}
#sidebarTop hr{ /* the horizontal dividers in the sidebar */
	background: #ffffff;
	border-color: #ffffff;
}

/* XpertX box background image (below sidebar) */
#sidebarBottom{
	background: transparent url(../images/sidebar-bottom-background.png) no-repeat left top;
	background-size: 100% 100%;
}

/* ticker */
#ticker{
	color: #ffffff;
}
