/* $Id: pages.css,v 1.18.2.3 2010/06/26 17:18:58 johnalbin Exp $ */
/*
 * Body
 */
body {
margin: 0;
padding: 0;
}

#page-wrapper {
	padding-bottom:100px;
}

#page {
}
.page-cart-checkout-complete .error {
	display:none;
}
/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
position: absolute;
display: block;
left: 0;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
text-align: center;
background-color: #666;
color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
position: static;
width: 100%;
height: auto;
padding: 2px 0 3px 0;
}
.node .submitted {
	display:none;
}

/*
 * Header
 */
#header {
background: url("../images/Header_Tile_02.jpg") repeat scroll 0 0 transparent;
height: 117px;
}

#header .section {
background: url("../images/special.png") no-repeat scroll 90% 0 transparent;
}

#logo /* Wrapping link for logo */ {
float: left; /* LTR */
  margin: 0;
padding: 0;
margin-left: 40px;
display: block;
}

#logo img {
vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
margin: 0;
font-size: 2em;
line-height: 1.3em;
visibility: hidden;
}

#site-name a:link,
#site-name a:visited {
color: #000;
text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
visibility: hidden;
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
margin: 1em 0;
}

.more-help-link /* Link to more help */ {
font-size: 0.85em;
text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
	padding-right:40px;
}

ul.links /* List of links */ {
/*margin: 1em 0;*/
padding: 0;
}

ul.links.inline {
margin: 0;
display: inline;
}

ul.links li {
display: inline;
list-style-type: none;
padding: 0 0.5em;
}
.uc_out_of_stock_html {
	position: absolute;
	    right: 26px;
	    top: 4px;
}
.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}


/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
	position: relative;
}
/* about and help pages */
.page-about-our-journals .content, .page-help .content {
	line-height: 1.6em;
	    width: 626px;
}
.page-help .help-header {
	border-top:4px double #E65C40;
	border-bottom:4px double #E65C40;
	padding: 10px 0;
}
.page-help .help-red {
	color:#E65C40;
}
.page-help .help-red a:link {
	color:#E65C40;
}
.page-help #help-contact-info {
	padding: 0;
}
.page-help #help-contact-info li {
	list-style:none;
	padding: 7px 0;
}
#help-contact-info li .help-red {
	display: block;
    margin: -24px 0 0 74px;
}
.page-help .views-field-title {
	cursor:pointer;
}
/** Request page **/
.node-type-webform .content {
	max-width: 600px;
}
.node-type-webform .meta {display:none}
.node-type-webform #webform-client-form-3740 {
	border-top:4px double #E65C40;
}
.node-type-webform .form-submit {
	background: url("/sites/all/themes/libris/images/white-arrow.png") no-repeat scroll 95% center #E65C40;
    border: medium none;
    color: #FFFFFF;
    padding: 4px;
	float:right;
	width:300px;
	font-size: 14px;
}
.node-type-webform label {
   color: #E65C40;
   font-size: 14px;
   padding: 10px 0 10px 0;
}
/*Shopping Cart*/
.uc_out_of_stock_throbbing {
	display:none;
}
.product-in-cart {
	position: absolute;
	right: 32px;
	top: 19px;
}

#block-uc_ajax_cart-0 {
background: url(../images/cart-bg.png) no-repeat transparent;
width: 210px;
height: 400px;
position: absolute;
padding-top: 40px;
color: #636466;
}
#block-uc_ajax_cart-0 h2.title {
	display:none;
}
#block-uc_ajax_cart-0 a {
color: #E65C40;
font-size: 12px;
}
div.empty-cart {
background: url("../images/shipping.jpg") no-repeat scroll 84px 134px transparent;
height: 273px;
line-height: 1.6em;
text-align: center;
}
p.empty-cart-text {
padding-top: 42px;
color: #9A9A9C;
}
#block-uc_ajax_cart-0 .cart-block-items ul {
display: block;
height: 230px;
list-style: none outside none;
overflow: hidden;
}
.cart-block-summary-links ul.links li {
	border:0 none;
}
#block-uc_ajax_cart-0 .cart-block-items ul li {
margin: -2px 0;
position: relative;
}
#block-uc_ajax_cart-0 .cart-block-item-image {
background-color: #FFFFFF;
display: block;
padding: 3px 0;
text-align: center;
width: 30px;
}
#block-uc_ajax_cart-0 .cart-block-item-image2 {
	display:none;
}
#cboxLoadedContent #ajaxCartUpdate h2.title {
	background: url("../images/cart-page-cart.gif") no-repeat scroll 96% 11px transparent;
    font-size: 17px;
    padding: 15px 62px 0 0;
    text-align: right;
}
#cboxLoadedContent #ajaxCartUpdate .cart-block-checkout {
 background: url("../images/checkout-arrow.png") no-repeat scroll right center transparent;
    bottom: 15px;
    padding-right: 20px;
    position: absolute;
    right: 10px;	
}
#cboxLoadedContent #ajaxCartUpdate .cart-block-checkout a {
	text-decoration:none;
	color: #E65C40;
}
#cboxLoadedContent #ajaxCartUpdate a {
	color: #E65C40;
}
#cboxLoadedContent #ajaxCartUpdate .cart-block-summary-total {
	bottom: 15px;
    left: 20px;
    position: absolute;
font-size: 17px;
}
#cboxLoadedContent #ajaxCartUpdate .cart-block-summary-total label {
	color: #E65C40;
	float:left;
	 padding-right: 8px;
}
#cboxLoadedContent #ajaxCartUpdate #cart-block-list li {
	display: block;
    float: left;
     height: 120px;
    list-style: none outside none;
    margin: 8px;
    padding: 1px;
    position: relative;
    width: 110px;
}
#cboxLoadedContent #ajaxCartUpdate #cart-block-list .cart-block-item-remove {
	font-size:10px;
	position:absolute;
	bottom:0;
}
#cboxLoadedContent #ajaxCartUpdate #cart-block-list .cart-block-item-image {
  display:none;
}
#cboxLoadedContent #ajaxCartUpdate #cart-block-list .cart-block-item-image2 {
display: block;
    height: 80px;
    width: 70px;
}
#cboxLoadedContent #ajaxCartUpdate .cart-block-item-price {
	display:none;
}
#block-uc_ajax_cart-0 .cart-block-item-price {
left: 42px;
position: absolute;
top: 8px;
}
#block-uc_ajax_cart-0 .cart-block-item-remove {
 left: 78px;
    position: absolute;
    top: 6px;
}
#block-uc_ajax_cart-0 div#cart-block-summary-ajax {
    	border-top: 4px double #E65C40;
	 margin-left: 10px;
	    width: 191px;
	position:relative;
}
#block-uc_ajax_cart-0 .cart-block-summary-total {

    font-size: 20px;
    
}
#block-uc_ajax_cart-0 .cart-block-summary-total .uc-price {
   	position: absolute;
	    right: 8px;
	    top: 6px;
	    white-space: nowrap;
}
#block-uc_ajax_cart-0 .cart-block-summary-total label {
	color: #E65C40;
	    display: block;
	    font-size: 15px;
	    padding: 6px;
}
#block-uc_ajax_cart-0 .cart-block-summary-links {
	text-align: right;
	margin:-15px 20px 8px 0;
}
.cart-block-view-cart {
 	position: absolute;
	    right: 28px;
	    text-align: right;
	    top: 276px;		
}
.cart-block-view-cart a {
	font-size: 12px;
	color: #E65C40;
}
#block-uc_ajax_cart-0 .cart-block-checkout a {
  background: url("../images/checkout-arrow.png") no-repeat scroll right center transparent;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 20px;
    padding: 0 26px 0 0;
    text-decoration: none;
}
/*  POPOUT */
#colorbox .product-image-popup {
display: block;
margin: 80px 0 0 100px;
}
#colorbox .product-cost-popup {
 bottom: 10px;
    font-size: 25px;
    position: absolute;
    right: 25px;
}
#colorbox .product-disclaimer-popup {
	display: block;
    font-size: 10px;
    margin-top: 24px;
    padding: 0 25px;
}
#colorbox .product-disclaimer-popup a {
color: #E65C40;	
}

#colorbox .product-social-popup {
	bottom: 14px;
	    display: block;
	    left: 25px;
	    position: absolute;
}
#colorbox .product-social-popup ul {
    margin: 0 0 0 10px;
display: inline;
}
#colorbox .product-social-popup ul li {
	padding:0;
}
#colorbox .ajax-cart-submit-form-button {
background: url("../images/cart-page-cart.gif") no-repeat scroll right center transparent;
border: medium none;
cursor: pointer;
display: block;
font-size: 16px;
height: 25px;
letter-spacing: 0.1em;
position: absolute;
right: 10px;
top: 15px;
width: 180px;
}
#colorbox .add-to-cart .inCart {
	background: url("../images/checkout-arrow.png") no-repeat scroll right center transparent;
}
/* Individual product page */
.individual-product {
	position:relative;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	box-shadow: 0 0 3px #888;
}
.individual-product .product-node-header {
	background: url("../images/popup-top.jpg") repeat-x scroll 0 0 transparent;
	    height: 51px;
	    padding: 4px;
}
.individual-product .product-node-header span {
	display: block;
	    font-size: 12px;
	    margin: 14px 0 0 20px;
}
.individual-product .content {
	min-height:240px;
}
.individual-product .product-node-footer {
	background: url("../images/popup-bottom.jpg") repeat-x scroll 0 0 transparent;
	    height: 51px;
	    padding: 4px;
}
.individual-product .product-image {
	float: none;
	    margin: 0;
	    padding: 55px;
	    text-align: center;
}
.individual-product .service-links {
 bottom: 13px;
    left: 20px;
    position: absolute;
    width: 200px;
}
.individual-product .service-label {
	 float: left;
	margin-right: 10px;
}
.individual-product .service-links ul {
margin:0;
}
.individual-product .service-links li {
	padding:0;
}
.individual-product .product-info .uc-price {
	bottom: 17px;
	    font-size: 24px;
	    letter-spacing: 0.1em;
	    position: absolute;
	    right: 0;
}
.individual-product .add-to-cart .ajax-cart-submit-form-button {
    background: url("../images/cart-page-cart.gif") no-repeat scroll right center transparent;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 25px;
    letter-spacing: 0.1em;
    position: absolute;
    right: 14px;
    top: 15px;
    width: 200px;
}
.individual-product .add-to-cart .ajax-cart-submit-form-sold {
	width:404px;
}
/* Checkout Page */
#uc-cart-checkout-form {
	width:630px;
	position:relative;
}
#uc-cart-checkout-form legend {
	width:100%;
	font-size:14px;
	color:#E65C40;
	padding:10px 0 10px 20px;
	background: url("../images/checkout-arrow.png") no-repeat scroll left center transparent;
}
fieldset#cart-pane legend {
		border-top: 4px double #E65C40;
}
#uc-cart-checkout-form legend a:link {
	text-decoration:none;
		color:#E65C40;
}
html.js fieldset.collapsible legend a {
    background: #fff;
    padding-left: 15px;
}
#uc-cart-checkout-form .cart-review {
	border:0 none;
	font-size:12px;
}
#uc-cart-checkout-form .cart-review thead {
	border-top: 4px double #E65C40;
	padding: 8px 0;
}
.cart-review thead th {
	color:#E65C40;	
	padding: 4px 6px;
	border-bottom: 1px solid #E65C40;
}
.cart-review tr.even, .cart-review tr.odd {
background-color:#fff;	
}
.cart-review td.qty, .cart-review th.qty {
	border-left:1px solid #E65C40;
	border-right:1px solid #E65C40;
}
.cart-review td.dis-row {
border-top:1px solid #E65C40;
border-bottom:1px solid #E65C40;
}
.cart-review .dis-sum, .cart-review #subtotal-title {
		color:#E65C40;	
}
.cart-review tr.subtotal {
	border-bottom:4px double #E65C40;
	border-top:1px solid #E65C40;
}
fieldset#delivery-pane {

}
.field-label {
	font-weight:normal;
	font-size:12px;
}
.address-pane-table tr {
	
}
#edit-panes-billing-copy-address-wrapper {
	margin:0;
}
fieldset#billing-pane legend, fieldset#delivery-pane legend {
		border-top: 4px double #E65C40;
}
fieldset#billing-pane {
   
}
#uc_discounts-pane legend {
	width:100%;
	border-top:4px double #E65C40;
}
#uc_discounts-pane .resizable-textarea textarea {
	height:20px;
}
#edit-panes-uc-discounts-uc-discounts-button {
	background-color:#E65C40;
    border: medium none;
    color: #FFFFFF;
    padding: 4px;
}
#payment-pane #line-items-div {
	border:0 none !important;
}
#checkout-form-bottom {
	border:0 none;
}
#edit-continue, #uc-cart-checkout-review-form #edit-submit {
  background: url("../images/white-arrow.png") no-repeat scroll 95% center #E65C40;
	border: medium none;
    color: #FFFFFF;
    padding: 4px;
 width: 430px;
}
#edit-cancel, #uc-cart-checkout-review-form #edit-back {
	 width: 180px;
	color: #FFFFFF;
	background-color:#898888;
	padding:4px;
	border: medium none;
	float: left;
}
/** Checkout Review */
.page-cart-checkout-review p {
	padding: 20px 0;
    width: 630px;
}
.order-review-table {
	border:none;
	width: 630px;
	margin:0;
	padding:20px;
}
.order-review-table .pane-title-row {
 background-color: #FFFFFF;
    border-color: #FFFFFF #FFFFFF #E65C40;
    border-style: solid;
    border-width: 1px;
    color: #E65C40;
    font-weight: bold;
    padding: 1em;
    text-align: left;
}
.order-review-table .title-col {
    font-weight: bold;
    text-align: left;
}
.order-review-table td {
    padding:10px 0;
}
.order-review-table .review-button-row {
    background-color: #fff;
    border:0 none;
}
/* Social block */
#block-block-4 {
 display: block;
    font-size: 16px;
    margin-left: 12px;
    position: absolute;
    top: 396px;
    width: 210px;
}

#block-block-4 h2.title {
font-size: 14px;
font-weight: normal;
color: #636466;
}
#block-block-4 a {
text-decoration: none;
color: #578BAC;
display: block;
height: 18px;
line-height: 18px;
padding: 5px 32px;
margin: -3px 0;
}
.pinterest {
background: url(../images/pinterest.png) no-repeat scroll left center transparent;
}
.fb {
background: url(../images/fb.gif) no-repeat scroll left center transparent;
}
.flickr {
background: url(../images/flickr.gif) no-repeat scroll left center transparent;
}
.twitter {
background: url(../images/twitter.gif) no-repeat scroll left center transparent;
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
	display: block;
    float: left;
    width: 100%;
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}


/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
