/*  
 * Theme Name: Arthemia
 * Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
 * Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish.
 * Version: 1.0
 * Author: Michael Jubel Hutagalung
 * Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

 * The CSS, XHTML and design is released under GPL:
 * http://www.opensource.org/licenses/gpl-license.php
 * Theme ported to Drupal by nbz (http://drupal.org/user/123528/track) and the necessary changes made to the files.
*/


/*
 * HTML Elements
 */
* {
	margin:0;
	padding:0;
}

body {

	font: 18px Calibri, Arial, Sans;

	background: #505050 url(images/bg.png) top left repeat-x;

	color: #666;

}
  
dl {
  margin: 0.5em 0 1em 0.5em;
}

dl dd {
  margin: 0 0 .5em 1em;
}

fieldset {
  border:1px solid #C8DBEA;
}

legend {
  font-weight: bold;
  color: #3c78a7;
}

p {	
	margin: 15px 0;
}

a:link, a:visited {
	color: #3c78a7;
	text-decoration:none
}

a:hover, a:active {
	color: #3c78a7;
	text-decoration:underline;
}

a img {
	border:0;
}

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}			

acronym, abbr {
	border-bottom: 1px dashed #999;
}

li{	
	margin-left:30px;
}

.tabs li {
	margin-left:0;
}

/*
 * Text
 */
h1 {

	font:2.3em Calibri, Arial, Sans;

}



h2 {

	font:1.8em Calibri, Arial, Sans;

}



h3 {

	font:1.5em Calibri, Arial, Sans;

	margin-bottom:3px;

}



h4 {

	font:1.3em Calibri, Arial, Sans;

}

#content h1, #content h2, #content h3, #content h4 {
  text-shadow: #bbb 1px 1px 2px;
}

/*
 * Theme code and blockquote elements
 */
code {

  display:block;

	font: 1.0em Calibri, Arial, Sans;

	padding: 10px;

	margin:10px;

}	

blockquote {
	padding: 10px;
	line-height:1.5em;
	margin:10px;
}

#page blockquote, #page  code {
	border-top: 1px solid #DAE7F1;
	border-bottom: 1px solid #DAE7F1;
  background-color: #EDF3F8;
}

#page blockquote blockquote {
  background-color: #DAE7F1;
}

#page .comment blockquote {
	border-top: 1px solid #C8DBEA;
	border-bottom: 1px solid #C8DBEA;
	background-color: #DAE7F1;
}

#page .comment blockquote blockquote {
  background-color: #EDF3F8;
}

/* 
 * Structure
 */
#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
}

#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:0.7em;
}

/*
 * Navigation Bar
 */
#navbar {

	margin:0 auto;

	margin-top:0px;

	padding:0px 10px;

	text-transform:uppercase;

	background: url(images/navbar.png);

}

#page-bar ul {
	list-style: none;
  z-index:10;
}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
}

#page-bar li:hover, #page-bar li a:hover {
	background: #3c78a7;
}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 16px;
	font-weight:bold;
	color:#FFF;
	display:block;
}

#page-bar a:hover {
	text-decoration:none;
	display:block;
}

/*
 * Dropdown Menus
 */
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {

	background: #141414;

	width: 122px;

	float: none;

	margin: 0px;

	padding: 5px 10px 5px 18px;

	border-top: 1px solid #C0C0C0;

}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
}

#page-bar li ul {
	position: absolute;
	width: 10em;
	display: none;
}

#page-bar li:hover ul {
	display: block;
}

#page-bar li li ul {
  top:0px;
  left:140px;
  display: none!important;
}

#page-bar li li:hover ul {
  display: block!important;
  border-left: 1px solid #C0C0C0;
}

/*
 * Form Elements
 */
#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
}

#logo {
	width:350px;
  float:left;
}

#banner-region {
	float:right;
}

#sitename {
  float:left;
  height:60px;
  font-size:4em;
}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
  clear:left;
}

#top {
	padding:0;
}

#headline {
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0 0 10px 0;
}

.with-featured {
	width:590px;
  }

.no-featured {
  width:920px;
}

#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
  margin-bottom:10px;
}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin: 0 0 10px 0;
}

#bottom {
  display:table;
	width: 940px;
  margin-top:10px;
}

#headline p {
	padding-bottom:15px;
}

#headline p, #featured p {
	margin:0;
}

/*
 * Content Page
 */

#content {
	width:920px;
  background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
}

.two-sidebars #content {
  width:440px;
  margin:0px 10px 0px 150px;
}

.sidebar-first #content {
  width:590px;
  margin:0px 10px 0px 0px;
}

.sidebar-second #content {
  width:770px;
  margin:0px 0px 0px 150px;
}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
}

#content .content {
  font-family: Verdana, "DejaVu Sans", Sans;
}

.node .content {
  margin-top:10px;
  display:block;
}

#content .content p {
	margin-top:0px;
}

#content .content .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
}

#content .content ul, #content .content ol{
	margin-bottom:15px;
}

#content .content li{	
	list-style:square;
  line-height:1.7em;
}

#content .content ol li{	
	list-style:inherit;
}

#content .content li ul li{	
	list-style:square;
	margin-left:20px;
}

.node {
  border-bottom: 1px dotted #ccc;
  margin-bottom:20px;
}

.node .links {
  clear:both;
  padding-left:20px;
}

.links li {
  margin-left:0px!important;
}

#content table {
  width:100%;
  border:1px solid #C8DBEA;
  border-collapse: separate;
  padding:0;
  margin:0px 0 10px 0;
}

#content table th {
  background-color:#C8DBEA;
  padding: 2px 5px;
  color: #3c78a7;
  line-height:1.5em;
}

#content table th, .topics, .posts, .last-reply , .created {
  text-align:center;
}

#content table td {
  padding: 2px 5px;
  line-height:1.5em;
}

#content tr.odd {
  background-color: #edf5fa;
}

#content tr.even {
  background-color: #E7F2F9;
}

.picture img {
  padding:2px;
  border: 1px solid #C8DBEA;
  background:#fff;
  margin-top:5px;
}

.field-type-taxonomy-term-reference {
  float:left;
  clear:both;
  width:100%;
  margin-botton:2em;
}

.field-type-taxonomy-term-reference .field-item {
  float:left;
  padding-right:2em;
}

/* 
 * Comments
 */

.comment {
  background-color:#EDF3F8;
  margin: 0 0 10px 0;
  display:block;
}

.comment .author-data {
  float:left;
  width:120px;
  height:100%;
  text-align:center;
  line-height:1.1em;
}

.comment .author-data  div{
  margin-top:5px;
}

.comment .comment-main {
  margin-left:120px;
  border-left:1px solid #C8DBEA;
  min-height: 200px;
  height: auto !important;
  height: 200px;
}

.comment .content {
  padding: 10px;
  margin:0px;
}

.comment-header {
  background-color: #DAE7F1;
  border-bottom:1px solid #C8DBEA;
  padding: 0 5px;
}
.comment-header .submitted {
  float:left;
  font-weight:bold;
}

.comment-header .comment-link {
  float:right;
}

.comment .new {
  float:right;
  color:#CC0000;
  padding: 0 10px;
}

.comment .links {
  float:left;
  clear:both;
  text-align:right;
  display:block;
  padding:0px;
  background-color:#DAE7F1;
  border-top:1px solid #C8DBEA;
  width:100%;
}

.comment .links ul{
  padding: 0px 5px;
}

/*
 * System messages
 */
.messages {
  padding: 10px;
  margin:10px 0;
}

.status {
	border: 1px solid #C8DBEA;
	background-color: #DAE7F1;
  color: #3c78a7;
}

/*
 * Sidebar
 */
#sidebar-primary {
	width:320px;
	float:left!important;
	margin:0px 0px 0px 0px;
}

#sidebar-primary .block{
	width:300px;
}

#sidebar-secondary {
	width:140px;
  float:left;
	margin:0px 0px 0px -940px;
}

#sidebar-secondary .block{
  float:left;
	width:120px;
}

.sidebar h3 {
	font:1.5em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
}

.sidebar .odd h3 {
  background:#3c78a7;
}

.sidebar h3 a{
  color:#fff;
}

.sidebar .content {
  font-size:1.1em;
}

.sidebar .content h3 {
  font:1.2em Arial;
  background:#aaa;
}

.sidebar .block{
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
  margin-bottom:10px;
}

.sidebar ul {
  margin:0px;
  padding:0px;
}

.sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
  margin:0px;
	background:url(images/sub.png) no-repeat 0 0px;
}

.sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
}

/*
 * Theming for the poll block
 */
.poll .title {
  margin-bottom:10px;
  font-weight:bold;
}

/*
 * Fix menu CSS by overriding the default icons.
 */
.menu li.expanded, .menu li.collapsed, .menu li.leaf {
  list-style-image:none;
}

/* 
 * Footer
 */
#footer-region {
	font-size:0.7em;
	color:#ccc;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
}

#triptych-first, #triptych-second{
	width:280px;
	float:left;
	padding:10px;
}

#triptych-second {
	margin-left:17px;
}

#triptych-third {
	width:280px;
	float:right;
	padding:10px;
}

#footer-region a {
	color:#fff;
}

#footer-region ul {
	margin:5px 0 0 0;
  padding:0px;
}

#footer-region li{
	list-style:none;
	border-top:1px dotted #ccc;
	padding:5px;
  margin:0px;
	display:block;
}

#footer-region li:hover {
	background:#3c78a7;
	color:#fff;
}

#footer-region li:first-child {
	border-top:0px dotted #fff;
}

#footer-region h3{
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
}

#footer-region h3 {
	color:#fff;
}

#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
}

/*
 * Pager Navigation links
 */
.pager ul {
  padding:0px!important;
  margin:10px 0px!important;
  font-size:0.82em;
}

.pager li {
	padding: 2px!important;
  margin:10px 2px!important;
	text-decoration: none;
	border: 1px solid #C8DBEA!important;
	color: #3c78a7;
	background-color: #EDF3F8;
  background-image:none!important;
}

.pager li a {
	color: #3c78a7;
}

.pager li:hover  {
  background-color: #DAE7F1!important;
}

.pager li a:hover  {
  text-decoration: none;
}

/* 
 * Hack to show the pager properly in blocks - not pefect as it is no longer centered
 */
.block .pager li {
  float:left;
}

/* ===== CSS Extra ===== */
/* == Global == */

/* Standard clear tag */
div.clear {
	clear: both;
}

/* Used for centering of various objects and texts */
div.centeredtitleimgloc, div.centeredmorelinks, div.centeredtitlevideo, p.textcenter {
	text-align: center;
}

/* Used to center images */
img.imagecenter {
	display: block;
	margin: 0 auto;
}

/* Used to center the youtube video and mibbit frames */
iframe.yt_video_embeds1, iframe.mibbitchat {
	display: block;
	margin: 10px auto 20px auto;
}

/* Used to set the style of every command */
span.command1 {
	font-weight: bold;
	font-style: italic;
	color: #FF9600;
}

/* Removes the numberings and indent on a ordered list */
ol.removelist {
	list-style: none;
	margin-left: -10px;
}


/* Link buttonstyle */
a.buttonstyle {
	text-decoration: none;
	border: solid 1px #AAAAAA;
	background: #EEE;
	margin: 5px 5px;
	padding: 3px 15px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
}
a.buttonstyle:hover {
	background: #0E76BC;
	text-decoration: none;
	font-weight: bold;
	color: #F7941E;
}

div.serverlinks {
	display: none;
}
div.serverlinks>ul {
	list-style: none;
}
div.serverlinks>ul>li {
	margin-left: 0px;
}


/** This section handles the styling of the menus on the Skills, Commands and Admins pages **/
/* Centers the div list wrapper and leaves whitespacing under the menu */
div.listmenuwrapper, div.col1, div.col2, div.col3 {
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}

/* Removes the numbers from all the lists */
div.listmenuwrapper ol, div.col1 ol, div.col2 ol, div.col3 ol {
	list-style: none;
	margin: 0 auto;
}

/* Clears margins of list elements */
div.listmenuwrapper ol li, div.col1 ol li, div.col2 ol li, div.col3 ol li {
	margin: 0;
}

/* floats all menu items so they are aligned horizontally, centers them, adds border and the background color */
div.listmenuwrapper ol li a, div.col1 ol li a, div.col2 ol li a, div.col3 ol li a  {
	float: left;
	border: solid 1px #AAAAAA;
	background: #EEE;
	margin: 5px 5px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/* Changes the background color and style on mouseover of the menu */
div.listmenuwrapper ol li a:hover, div.col1 ol li a:hover, div.col2 ol li a:hover, div.col3 ol li a:hover {
	background: #0E76BC;
	text-decoration: none;
	font-weight: bold;
	color: #F7941E;
}




/** Style for the line divider and the Top text **/
/* Moves the top div higher so it overlaps any above content */
div.topstuff div.topdiv{
	margin-top: -2em;
	margin-bottom: -0.5em;
}

/* Aligns the Top text to the right and adds margins */
div.topstuff p.toptext {
	text-align: right;
	margin-right: 1em;
	margin-bottom: 1em;
}

/* Adds the coloring, border and rounded corners */
div.topstuff p.toptext a {
	background-color: #DEDEDE;
	padding: 3px 15px;
	text-align: right;
	border: solid 1px #AAAAAA;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
/* Hover effects */
div.topstuff p.toptext a:hover {
	background-color: #0E76BC;
	font-weight: bold;
	color: #F7941E;
	text-decoration: none;
}

/* Adds the seperation line */
div.topstuff div.linedivider {
	border-bottom: solid 1px #999;
	text-align: right;
	margin-bottom: 1.5em;
}



/* Link Big buttonstyle */
a.buttonstylebig {
	text-decoration: none;
	border: solid 1px #AAAAAA;
	background: #EEE;
	padding: 23px 100px;
	font-size: 2em;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
}
a.buttonstylebig:hover {
	background: #0E76BC;
	text-decoration: none;
	font-weight: bold;
	color: #F7941E;
}
p.textcenterbigbutton{
	padding: 20px 0;
}
p.textunderbigbutton{
	font-style: italic;
}


/* == FAQ and Rules == */
/* Definition title style */
dl.faqdeflist>dt, dl.rulesdeflist>dt {
	text-shadow: 1px 1px 2px #BBBBBB;
	font-size: 1.5em;   
}

/* Definition style - adds 20px whitespace between each line */
dl.faqdeflist>dd, dl.rulesdeflist>dd {
	margin-bottom: 20px;
}



/* == Skills == */
/* Defines the width of the skill specific command lists, needed to prevent overlapping with Top button */
div.cmds {
	width: 840px;	
}

/* All of the following define the sizes of the menu boxes on the skills page, these are all aligned to fit properly */
div.skillscontainer div.listmenuwrapper {

}
div.skillscontainer div.listmenuwrapper ol.skilllist {
	width: 810px;
}
div.skillscontainer div.listmenuwrapper ol.skilllist li a {
	width: 190px;
}



/* == CnR 10 Codes == */
/* Sets the width and centers */
div.cnr10codescontainer div.cnr10codeslistwrapper {
	width: 800px;
	margin: 0 auto;
}

/* Leaves whitespacing between the 2 sections */
div.cnr10codescontainer div.listpart1 {
	margin-bottom: 50px;
}

/* Removes all listnummbers, floats all the seperate lists and sets their width inside the div */
div.cnr10codescontainer div.cnr10codeslistwrapper ol {
	list-style: none;
	float: left;
	width: 400px;
}



/* == Race Challanges == */
/* Sets the size of the 'box' in which all the races are listed */
ol.racelist {
	width: 600px;
	list-style: decimal;
	margin: 20px auto;
}

/* Floats all list elements making them into columns */
ol.racelist>li {
	float: left;
	width: 265px;
}

/* Adds 20px whitespace at the top */
div.raceitemlistfull {
	padding-top: 20px;
}



/* == Players == */
/* Centers the player list div */
div.playercontainer div.playerlistwrapper {
	width: 730px;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* Centers the list inside the div and removes the numbers */
div.playercontainer div.playerlistwrapper ol.playerlist {
	list-style: none;
	width: 710px;
	margin: 0 auto;
}

/* Floats all list elements making them into columns */
div.playercontainer div.playerlistwrapper ol.playerlist li {
	float: left;
	width: 140px;
}


/* == Whats New == */
/* Defines the style for the release date */
div.whatsnewcontainer p.releasedate {
	float: right;
	font-weight: bold;
	margin-right: 1em;
	padding: 1em;
}


/* == Admins == */
/* Big group image top admin page override */
img.admingimage {
	display: block;
	margin: 0 auto;
}

/* Centers the discription text */
div.admincontainer div.adminsection {
	text-align: center;
}

/* Puts the Top button down to allow the description text to be wider */
div.admincontainer div.topstuff {
	margin-top: 2.3em;
}
/*************************************************************************************************************************************/
/***************** This section contains all of the widths to define the sizes of the button box lists on every page *****************/
/*************************************************************************************************************************************/
/* == Whats New == */
/* All of the following define the sizes of the menu boxes on the Commands page, these are all aligned to fit properly */
div.whatsnewcontainer div.listmenuwrapper {
	width: 840px;
}
div.whatsnewcontainer div.listmenuwrapper ol.playerlist {
	width: 832px;
}
div.whatsnewcontainer div.listmenuwrapper ol.playerlist li {
}
div.whatsnewcontainer div.listmenuwrapper ol.playerlist li a {
	width: 100px;
}

/* == Admins == */
/* All of the following define the sizes of the menu boxes on the Commands page, these are all aligned to fit properly */
div.admincontainer div.listmenuwrapper {
	width: 900px;
}
div.admincontainer div.listmenuwrapper ol.playerlist {
	width: 856px;
}
div.admincontainer div.listmenuwrapper ol.playerlist li {
}
div.admincontainer div.listmenuwrapper ol.playerlist li a {
	width: 159px;
}


/* == Maps == */
/* All of the following define the sizes of the menu boxes, these are all aligned to fit properly */
div.mapscontainer div.listmenuwrapper {
	width: 850px;
}
div.mapscontainer div.listmenuwrapper ol {
	width: 835px;
}
div.mapscontainer div.listmenuwrapper ol li a {
	width: 405px;
}

/* == Airports == */
div.airportcontainer div.listmenuwrapper {
	width: 650px;
}
div.airportcontainer div.listmenuwrapper ol {
	width: 640px;
}
div.airportcontainer div.listmenuwrapper ol li a {
	width: 200px;
}

/* == Ammunation == */
div.ammunationcontainer div.listmenuwrapper {
	width: 520px;
}
div.ammunationcontainer div.listmenuwrapper ol {
	width: 505px;
}
div.ammunationcontainer div.listmenuwrapper ol li a {
	width: 240px;
}

/* == Bank == */
div.bankcontainer div.listmenuwrapper {
	width: 500px;
}
div.bankcontainer div.listmenuwrapper ol {
	width: 490px;
}
div.bankcontainer div.listmenuwrapper ol li a {
	width: 150px;
}

/* == Bars and Dance Club == */
div.barsdancecontainer div.listmenuwrapper {
	width: 480px;
}
div.barsdancecontainer div.listmenuwrapper ol {
	width: 471px;
}
div.barsdancecontainer div.listmenuwrapper ol li a {
	width: 223px;
}

/* == Car Dealership == */
div.dealershipcontainer div.listmenuwrapper {
	width: 660px;
}
div.dealershipcontainer div.listmenuwrapper ol {
	width: 647px;
}
div.dealershipcontainer div.listmenuwrapper ol li a {
	width: 310px;
}

/* == Drug Refill Point == */
div.drugrefillcontainer div.listmenuwrapper {
	width: 545px;
}
div.drugrefillcontainer div.listmenuwrapper ol {
	width: 528px;
}
div.drugrefillcontainer div.listmenuwrapper ol li a {
	width: 250px;
}

/* == Hospital == */
div.hospitalcontainer div.listmenuwrapper {
	width: 520px;
}
div.hospitalcontainer div.listmenuwrapper ol {
	width: 507px;
}
div.hospitalcontainer div.listmenuwrapper ol li a {
	width: 240px;
}

/* == Other == */
div.otherlocscontainer div.listmenuwrapper {
	width: 410px;
}
div.otherlocscontainer div.listmenuwrapper ol {
	width: 395px;
}
div.otherlocscontainer div.listmenuwrapper ol li a {
	width: 350px;
}

/* == Police Department == */
div.policedepcontainer div.listmenuwrapper {
	width: 550px;
}
div.policedepcontainer div.listmenuwrapper ol {
	width: 530px;
}
div.policedepcontainer div.listmenuwrapper ol li a {
	width: 250px;
}

/* == Restaurants and Diners == */
div.restaurantdinercontainer div.listmenuwrapper {
	width: 730px;
}
div.restaurantdinercontainer div.listmenuwrapper ol {
	width: 710px;
}
div.restaurantdinercontainer div.listmenuwrapper ol li a {
	width: 340px;
}

/* == Stores and Shops == */
/* Each amount of columns has a different tag */
div.storesshopscontainer div.col3 {
	width: 830px;
}
div.storesshopscontainer div.col3 ol {
	width: 820px;
}
div.storesshopscontainer div.col3 ol li a {
	width: 260px;
}
div.storesshopscontainer div.col2 {
	width: 555px;
}
div.storesshopscontainer div.col2 ol {
	width: 548px;
}
div.storesshopscontainer div.col2 ol li a {
	width: 260px;
}
div.storesshopscontainer div.col1 {
	width: 220px;
}
div.storesshopscontainer div.col1 ol {
	width: 215px;
}
div.storesshopscontainer div.col1 ol a {
	width: 200px;
}

/* == CnR Commands == */
/* Defines the width of the definition lists, needed to prevent overlapping with Top button */
div.commandssection dl.cmdsdeflist {
	width: 840px;	
}

/* All of the following define the sizes of the menu boxes on the Commands page, these are all aligned to fit properly */
div.commandscontainer div.listmenuwrapper {
	width: 850px;
}
div.commandscontainer div.listmenuwrapper ol.commandlist {
	width: 750px;
}
div.commandscontainer div.listmenuwrapper ol.commandlist li a {
	width: 175px;
}



/* == Restaurants and Diners == */
div.casinogamescontainer div.listmenuwrapper {
	width: 730px;
}
div.casinogamescontainer div.listmenuwrapper ol {
	width: 710px;
}
div.casinogamescontainer div.listmenuwrapper ol li a {
	width: 250px;
}


/* == Connecting to CrazyBob's == */
div.connectingcbcontainer div.listmenuwrapper {
	width: 532px;
	margin-bottom: 10px;
        padding-bottom: 30px;
}
div.connectingcbcontainer div.listmenuwrapper ol {
	width: 530px;
}
div.connectingcbcontainer div.listmenuwrapper ol li a {
	width: 250px;
}


table.center {
    margin-left:auto; 
    margin-right:auto;
}

