/**
 * @file
 * Positioning for a fixed-width, desktop-centric layout.
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */

/**
 * Center the page.
 *
 * If you want to make the page a fixed width and centered in the viewport,
 * this is the standards-compliant way to do that.
 */

body {
	width: 1000px; 
	margin: 0 auto; 
	background-repeat:no-repeat;
	*background-color:rgb(77,194,194);
	background-color: #ddd;
}

#content {
	width: 1000px; 
}

#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  background-image:url('../../images/main1183.jpg');
  *background-repeat:no-repeat; /* Comented out because there is no support for fixed background on the iPad. */
  background-attachment: fixed;
  background-position: center top; 
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-right: 10px;
  border-left: 0 !important;
  border-right: 0 !important;
  word-wrap: break-word;
  *behavior: url("/path/to/boxsizing.htc");
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
}

/* Containers for grid items and flow items. */
#header,
#main,
#footer {
  *position: relative;
  *zoom: 1;
}
#header:before,
#header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
#main {
  /* Move all the children of #main down to make room. */
  padding-top: 2.5em;
  position: relative;
}
#navigation {
  /* Move the navbar up inside #main's padding. */
  position: absolute;
  top: 0;
  height: 3em;
  width: 960px;
  display: none;
}

/**
 * The layout when there is only one sidebar, the left one.
 */

/* Span 4 columns, starting in 2nd column from left. */
.sidebar-first #content {
  float: left;
  width: 764px;
  margin-left: 196px;
  margin-right: -980px;
}

/* Span 1 column, starting in 1st column from left. */
.sidebar-first .region-sidebar-first {
  float: left;
  width: 176px;
  margin-left: 0px;
  margin-right: -196px;
}

/**
 * The layout when there is only one sidebar, the right one.
 */

/* Span 4 columns, starting in 1st column from left. */
.sidebar-second #content {
  float: left;
  width: 720px;
  margin-left: 10px;
}

/* Span 1 column, starting in 5th column from left. */
.sidebar-second .region-sidebar-second {
  position: absolute;
  top:-50px;
  width: 250px;
  margin-left: 740px;
  text-align: right;
}

/**
 * The layout when there are two sidebars.
 */

/* Span 3 columns, starting in 2nd column from left. */
.two-sidebars #content {
  float: left;
  width: 568px;
  margin-left: 196px;
  margin-right: -784px;
}

/* Span 1 column, starting in 1st column from left. */
.two-sidebars .region-sidebar-first {
  float: left;
  width: 176px;
  margin-left: 0px;
  margin-right: -196px;
}

/* Span 1 column, starting in 5th column from left. */
.two-sidebars .region-sidebar-second {
  float: left;
  width: 176px;
  margin-left: 784px;
  margin-right: -980px;
}

/* Azur*/
a 	{ 
	text-decoration: none; 
	font-weight: bold; 
	color: white;
   	}

.messages--error a { color:black }

.sticky-enabled a { color: black; }

.vertical-tabs a { color:black }

@font-face {
    font-family: 'RxScriptRegular';
    src: url('../../fonts/rxscript.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/rxscript.woff') format('woff'),
         url('../../fonts/rxscript.ttf') format('truetype'),
         url('../../fonts/rxscript.svg#RxScriptRegular') format('svg');
}

@font-face {
    font-family: 'PapyrusRegular';
    src: url('../../fonts/papyrus.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/papyrus.woff') format('woff'),
         url('../../fonts/papyrus.ttf') format('truetype'),
         url('../../fonts/papyrus.svg#PapyrusRegular') format('svg');
}

.RxScript{
	font-family: RxScriptRegular; 
}

.Papyrus{
	font-family: PapyrusRegular; 
}

#pr { 
	font-size: 70pt;
	font-family: RxScriptRegular; 
	color: white;
	margin-top: 40px;
	margin-left: -4px;
}

#hometext {
	position: relative;
	top: 8px;
	left: 8px;
	color: white;
	font-family: PapyrusRegular; 
	font-size: 48pt;
	height:100px;
}

#homebody {
	position: relative;
	top: 8px;
	left: 8px;
	color: #000;
	font-family: PapyrusRegular; 
	font-size: 16pt;
	line-height: 1.5em;
	height: 680px;
	width: 840px;
}

#hometextfooter {
	padding-bottom: 50px;
	width: 1000px;
}

#hometextfooter img {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0 10px 0 0;
	height: 64px;
}

#hometextfooter p {
	margin: 0;
	position: relative;
	top: -24px
}

.brands {
	width: 720px;
	height:1000px;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
	background-color:#ffffff;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.brands li {
	width: 240px;
	height: 240px;
	border: 0px dotted #CCC;
	border-width: 0px 0px 0px 0px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
 }
 
.field-name-field-back-link-text { 
	position: relative;
	top: -75px;
	text-align: left;
}

.field-name-field-back-link-text p { 
	margin: 0;
}

.italic p
{
font-style:italic;
}

.field-name-body img { 
	float: left;
	margin-right: 10px;
	margin-top: 28px;
}

/* Modify picture layout for a specific page*/
.node-xx img { 
	float: none;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

.node-5 { height:1020px; }

.node-11 img {
	float: left;
	margin-right: 0px;
	margin-top: 10px;
	padding-left: 0px;
}

.node-5 img {
	padding-bottom: 10px;
}

.node-151, .node-152, .node-153 {
	height: 500px;
}

.node-108 { width: 740px; }

.press { height:2450px; }

.digital { height:2050px; }

.grid {
	width: 720px;
	margin: 0;
	padding: 0;
	clear: both;
	background-color:#ffffff;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.grid li {
	width: 200px;
	height: 120px;
	*border: 1px dotted #CCC;
	border: none:
	border-width: 0px 1px 1px 0px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 10px 20px 0px 20px;
 }

.brands {
	width: 740px;
	height:1660px;
	margin: 20px 0 0 0;
	padding: 0;
	clear: both;
	background-color:#ffffff;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.brands li {
	width: 200px;
	height: 230px;
	border: 0px dotted #CCC;
	border-width: 0px 0px 0px 0px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
 }

.pressreleases {
	float: left;
	*width: 720px;
	height:20000px;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
	background-color:#ffffff;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.pressreleases li {
	width: 240px;
	height: 240px;
	border: 0px dotted #CCC;
	border-width: 0px 0px 0px 0px;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
 }

.grid img, .brands img, .pressreleases img {
    margin-top: 0;
 	padding-left: 0px;
}

.node.node-article.node-sticky.node-teaser {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border: 0px dotted #AAA;
	border-width: 0px 0px 5px 0px;
}

/* Remove RSS logo and link */
.feed-icon {
	visibility: hidden;
	display: none;
}

h1.page__title { 
	*line-height: 1em;
}

.update tr.ok, .update tr.warning .version-recommended, .update tr.warning { background:none; }

/*
ul {
    list-style-type: disc;
    padding: 10px;
    margin: 10px;
}
*/

.field-items ul {
    list-style: none;
    padding:0;
    margin:0;
}

.field-items li { 
    padding-left: 1em; 
}

.field-items li:before {
    content: "• ";
    color: #999933;
}

.nodisc, .nodisc li  { 
    list-style-type: none;
}

.nodisc li:before {
    content: none;
}

.on-the-web, img {
	padding-left: 2px;
}
