/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */
/* Pager fix for IE */
.pager li.pager-current {
	background: #1a1a1a;
	background: linear-gradient(to bottom, #1A1A1A 0%, #5A5A5A 100%);
}
.pager li a {
	background: linear-gradient(to bottom, #fff, #ddd);
}

/* Info Box */
.info-box {
	xmargin-left: 25px;
	xdisplay: inline-block;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
	border: 1px solid #DEDEDE;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.info-box.full {
	display: block;
}
.info-box p {
	margin-bottom: 5px;
}

.info-box h2.block-title {
	font-size: 20px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	vertical-align: center;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0;
	xpadding-top: 10px;
	xpadding-bottom: 8px;
}

.info-box  .content {
	margin-top: 10px;
}

.info-box.border-left {
	border-left: 4px solid #007996;
}
.info-box.border-right {
	border-right: 4px solid #007996;
}
.info-box.border-top {
	border-top: 4px solid #007996; 
}
.info-box.border-bottom {
	border-bottom: 4px solid #007996; 
}

/* Headings */

.field-name-field-heading {
	color: #007996;
	font-size: 1.15em;
	font-weight: bold;
}

/* Companion Blocks */
.node-companion-block a:hover {
	background: #fbe9c2;
}

.node-companion-block a{
	color: #000;
	text-decoration: none !important;
	display: block;
}

.node-companion-block .field-items img {
	padding: 0;
}

.node-article .field-name-field-image img {
	float: left;
	padding-right: 10px;
}

/* Tabs */
/* Recipe Box / Panel Page Tabs */
.ui-widget-content {
	border: 0;
}

.ui-widget-header {
	border: 0;
	background: none;
}

.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #68BACE;
	xheight: 25px;
}

.ui-widget-content .ui-state-default a, .ui-widget-header .ui-state-default a {
	color: #fff;
}

.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #fff;
}

.ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active a {
	color: #000;	
}

.ui-tabs .ui-tabs-nav li a {
	padding: .2em .5em;
}

.ui-tabs .ui-tabs-panel {
	padding: 5px;
	border: 1px #aaa solid;
	font-size: 0.9em;
}

.ui-tabs-panel a {
	text-decoration: none;
}

.grid-6 .ui-tabs-panel  ol, .ui-tabs-panel  ul{
	padding-left: 0;
	margin-bottom: 0;
	max-height: 300px;
	overflow-y: auto;
}

.ui-tabs-panel ul li {
	padding: 0 5px;
	line-height: 2em;
}

.grid-6 .ui-tabs-panel .views-row-odd {
	background: #fbe9c2;
}

/*Pager Fixes */
.pager li.pager-first a, .pager li.pager-previous a, .pager li.pager-next a, .pager li.pager-last a {
	width: 70px;
}

.pager li.pager-next {
	right: 70px;
}

/* Float Field Image*/
.field-image-float-left .field-item img {
	float: left;
	padding-right: 10px;
}
