/* This file will hold styles for all layouts using the alpha grid 
   (i.e. not the mobile layout). */

/* Gameplay View */
/*
.view-nodequeue-3 div.content {
	color: #099;
}
.view-nodequeue-3 img {
	width: auto;
	height: auto;
}
*/
/* (end) Gameplay View */


nav.links {
	clear:both;
}
.pager li.pager-first a, .pager li.pager-previous a, .pager li.pager-next a, .pager li.pager-last a {
  width: 64px;
}

.item-list .pager li, .item-list .pager ul li {
  float: none;
}

/* Card Database */

#card-content, #character-content {
  float: left;
  width: 550px;
  margin-top: 20px;
}

#character-content {
  width: 370px;
}

.node-type-card .field-name-field-image,
.node-type-character .field-name-field-image {
  float: right;
	border-radius: 10px;
	border: 3px solid #111;
	overflow:hidden;
	margin-left: 30px;
}

.node-type-card img.icon,
.node-type-character img.icon {
	width: auto;
	height: 50px;
}

.node-type-card img.small-icon,
.node-type-character img.small-icon,
.node-type-character td.icon {
	width: auto;
	height: 30px;
}

.field-name-field-power-name {
	font-weight: bold;
}

.field-name-field-automisses {
	display: inline-block;
	margin-left: 10px;
}

.automiss {
	width: 24px;
	height: 30px;
	display: inline-block;
	background-size: auto 30px;
	text-indent: -1000em;
}
.automiss.hit {
	background-image: url('/sites/all/themes/sentineltactics/images/dice-on.png');
}
.automiss.miss {
	background-image: url('/sites/all/themes/sentineltactics/images/dice-off.png');
}

.automiss.id-2 {
	background-position-x: -23px;
}
.automiss.id-3 {
	background-position-x: -46px;
}
.automiss.id-4 {
	background-position-x: -69px;
}
.automiss.id-5 {
	background-position-x: -92px;
}
.automiss.id-6 {
	background-position-x: -117px;
}
