/**
 * Acumen for Magento
 * http://gravitydept.com/to/acumen-magento
 *
 * @author     Brendan Falkowski
 * @package    gravdept_acumen
 * @copyright  Copyright 2011 Gravity Department http://gravitydept.com
 * @license    All rights reserved.
 * @version    1.1.0
 */

/*--------------------------------------------------------------------------------------------------*/
/*  CUSTOM OVERRIDES FOR BASE.CSS
/*--------------------------------------------------------------------------------------------------*/

/* your code here */
body {
	background: #6b762a;
}

body, button, input, select, table, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

div#container {
	margin-top: 15px;
	margin-bottom: 15px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div#wrapper {
	border-top: 0;
}

#header #header-bar, #footer-bar {
	background: #ef6258;
}

body, button, input, select, table, textarea { 
	font-size: 13px; line-height:20px;
}

p { margin-bottom:10px; line-height:20px; }

h1 {
	margin: 14px 0;
	font-size: 30px;
	line-height: 34px;
}

#product-info h1 {
	font-size: 28px;
	line-height: 32px;
}

#product-media {
	display: block;
	padding-bottom: 0px;
}

#nav li.level1 {
	width: 148px;
	margin: 0 2px;
}

#nav .children-6 .menu {
	width: 922px;
}

#nav ul.level1 a {
	font-size: 12px;
	line-height: 18px;
	text-indent: -10px;
}

div.amazon-iframe-wrapper
{

}

iframe.amazon-iframe-full
{
	border: 1px solid #ccc;	
	margin-bottom: 10px;
}

/*
Kinda hackish, but it makes it so you only see the average customer reviews
*/
iframe.amazon-iframe-summary
{
	border: 0px solid black;
	margin-top: -80px;
	margin-left: -30px;
}

.update-date
{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: .9em;
	color: #999;
}

a.all-amazon-reviews {
	padding-left: 20px;
	font-size: 15px;
}

/*
Adds some spacing between the pinterest "Pin it" button and the Facebook "Like" button 
*/
li.pinterest
{
	margin-top: 3px;
}

/*
Fixes the alignment of the facebook/twitter/pinterest buttons
*/
.pinterestHorizontal, .twitterHorizontal, .facebookHorizontal {
    display: inline-block;
	margin-right: 8px;
	float: right;
}

/*
The homepage share buttons need a different style
*/
#amgHomeShareButtons .pinterestHorizontal, #amgHomeShareButtons .twitterHorizontal, #amgHomeShareButtons .facebookHorizontal {
    display: inline-block;
	margin-top: 5px;
	float: none;
}

/* 
These next to are completely hackish, but for some reason, Pinterest stopped lining up.
Thus I'm bringing down the facebok, twitter divs with a top of 10px and leaving the pinterest at 0
*/
/*
OK, Now the hack caused it to error so I'm commenting it out.

.twitterHorizontal, .facebookHorizontal {
	position: relative;
	top: 10px;
}

.pinterestHorizontal
{
	top:0px;
}

*/

div .fb_reset {
    display: inline;
} 

/*
 * Removes the cart at the top of the page
 */
div#mini-cart
{	
	display: none;
}

#privacy-content li
{
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}

/* .nav-3 is for the 'Movies' menu, .nav-4 is for the 'Music Of' menu, .nav-5 is clothing, .nav-6 is for Best of */
#nav .nav-3 .menu .ul, 
#nav .nav-4 .menu .ul, 
#nav .nav-5 .menu .ul, 
#nav .nav-6 .menu .ul
{
	display:block;
	width: 500px;
}

#nav .nav-3 li.level1 > a:first-child, 
#nav .nav-4 li.level1 > a:first-child, 
#nav .nav-5 li.level1 > a:first-child, 
#nav .nav-6 li.level1 > a:first-child
{
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

#nav .nav-3 li.level1, 
#nav .nav-4 li.level1,  
#nav .nav-5 li.level1, 
#nav .nav-6 li.level1
{
	width: 300px;
}

/* This is to make the Toys menu take up the whole menu bar, but also start on the far left side */
#nav li.nav-2:hover .menu {
	left: -87px;
	width: 922px;
}


/* This is to make the character collection menu take up the whole menu bar, but also start on the far left side */
#nav li.nav-8:hover .menu {
	left: -496px;
	width: 770px;
}

/* This is to make the parenting take up the whole menu bar, but also start on the far left side */
#nav li.nav-9:hover .menu {
	left: -165px;
	width: 260px;
}

#nav li.nav-9:hover .menu li.level1 {
	width: 250px;
}

#nav li.nav-9:hover .menu li.level1 ul {
	margin-top: -7px;
}

#nav li.nav-9:hover .menu li.level1 li.level2 {
	margin-left: 10px;
}

#nav li.nav-9:hover .menu a.view-all {
	display: none;
}

/* End Nav stuff */

#slogan {
	position: absolute;
	right: 0;
	top: 110px;
	width: 600px;
	text-align: right;
	color: #923630;
	font-size: 13px;
	line-height: 14px;
}

.category-description {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
}

/* 
 * Menu tweaks because there are so many items on the menu now 
 */

/* Make the menu search form smaller */
#search-form input {
	width: 166px;
}

/* Add a little pink border to seperate the menu items */
#nav li.level0 {
	border-right: 1px solid #F19C95;
	padding-left: 4px;
	padding-right: 4px;
}

#nav li.level0:last-child {
	border-right: 0;
}

/* Remove some of the padding within menu items */
#nav li.level0 > a {
	padding: 8px 13px;
}


/*
 * Changing colors from blue to green
 */

a {
	color: #007d6a;
}

a:hover { color:#00a88e; }

#account ul.links li a:hover {
	color: #00a88e;
}

.menu, .search-autocomplete { 
	background:#ef6258; 
	background:rgba(241,90,79,0.7);
}

#nav > li:hover > a	{ 
	color:#00a88e;
}

.newsletter form .validation-advice { 
	border:5px solid #00a88e;
}

.newsletter form .validation-advice:after { 
	border-top:5px solid #00a88e;
}

button { 
	background:#00a88e;
	color: #fff;
}

button:hover { border-color:#00a88e; color: black }


input[type=text]:focus,
input[type=password]:focus,
textarea:focus { 
	border-color:#00a88e;
}

a.faux-button { 
	background:#00a88e;
}

a.faux-button:hover { 
	border-color:#00a88e;
}

a.product-image:hover img { 
	border-color:#00a88e;
}

.tooltip { 
	position:relative; padding:5px; background:#00a88e; background:rgba(0,168,142,0.7);
}

.remember-me-popup { 
	background:#00a88e; 
	background:rgba(0,168,142,0.7);
}

ul.dashboard-links li.current { 
	background:#00a88e;
}

#cboxContent { 
	border:5px solid #00a88e;
}

.grid-slider .slides-container a:hover:after,
.promo-slider .slides-container a:hover:after,
.promo-slider .promos li a:hover:after,
.static-promo a:hover:after,
.wide-slider .slides-container a:hover:after,
.thumb-slider .slides-container a:hover:after,
.thumb-slider .slides-pagination li a:hover:after { 
	border:5px solid #00a88e;
}

/*
 * This is for page headers that aren't categories
 */
.block h2 {
	margin: 14px 0;
}

ol.sideMenu {
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 5px;
}

ol#faq li
{
	list-style: decimal;
	margin-bottom: 20px;	
}

ol#faq li ul li
{
	list-style: disc;
	margin-bottom: 5px;	
	margin-left: 20px;
}

#follow-us {
	/*background:#F8F8F8;*/
	padding: 10px 10px 10px 43px;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
}
/*
#account-links ul li:first-child a
{
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	border-left: 1px solid #ccc;
}

#account-links ul li:last-child a
{
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
	border-right: 1px solid #ccc;
}

#account-links li a {
	/*background-color: #fff;*//*
	border-bottom: 1px solid #ccc;
}
*/

#account ul.links li {
	font-size: 11px;
}

#account #account-links li a {
	font-size: 14px;
	padding-left: 6px;
	padding-bottom: 0px;
	color: blue;
	background-color: #fff;
	padding-top: 3px;
}

#account #account-links li a:hover, #account-links li a:active {
	color: #007d6a;
}
#follow-us img
{
	display: inline;
}

#follow-us div
{
	float: right;
	margin-left: 5px;
}

#follow-us #topLocation div:nth-child(2) 
{
        margin-left: 4px;
        margin-right: 5px;
}

#follow-us #topLocation div:nth-child(3)
{
	margin-left: 10px;
	margin-right: 5px;
}

#account,#account-links {
	width: 575px;
}

#topLinks {
	/*padding-left: 36px;*/
	margin-bottom: 2px;
	float:right;
}

#slogan {
	padding-top: 5px
}

#topFollow {
	clear: both;
}

#search-form {
	border: 1px solid #ccc;
	/*height: 20px;*/
}

#topLocation {
	clear: both;
}

.tooltipPopup a {
	position:relative;
	z-index:24;
}
.tooltipPopup a:hover{
	z-index:25;
}
.tooltipPopup span{display: none}
.tooltipPopup a:hover span{
	display:block;
	position:absolute;
	/*top:100px;*/ 
	right:0;
	padding: 5px;
	border: 1px solid #999;
	color:#000; background:#FF9;
	text-align:center;
	font-weight: normal;
	text-transform: none;
}

div.wordpressTitles
{
	margin-top: 10px;
	border: 1px solid #999;
	background-color: #f3f3f3;
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.wordpressTitles h4
{
	margin-bottom:0;
}

div.wordpressTitles p
{
	margin-bottom:7px;
}

a.read-more {
	display: block;
	margin-top: 10px;
	clear: both;
}

div.entry a, div.entry a:visited {
	color: blue;
	text-decoration: underline;
}

div.entry a:hover, div.entry a:active {
	color: #00a88e;
	text-decoration: none;
}

/*div#frontSlider, div#frontSlider div
{
	height: 220px;
}*/

.grid-slider
{
	margin-top:10px;
}

.wp-sidebar .block
{
	margin: 0;
}

#blog-search
{
	width: 145px;
}

.wp-sidebar .block-blog
{
	margin-top: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wp-sidebar .block
{
	width: 100%;
}

.wp-sidebar .block-title
{
	text-transform: uppercase;
	margin-bottom: 3px;
	background-color: #eee;
	padding: 5px;
}

.wp-sidebar .block-content
{
	padding: 5px;
}

.wp-sidebar .block-content a
{
	color: #333;
}

.wp-sidebar .block-content input[type="text"]
{
	padding: 0;
} 

.wp-sidebar .block-content a:active, .wp-sidebar .block-content a:hover
{
	color: #00a88e;
	text-decoration: none;
}

.wp-sidebar .block-blog
{
	margin-top: 20px;
	border: 1px solid #ddd;
}

.wp-sidebar li
{
	font-size:12px;
	line-height: 14px;
	margin-bottom: 6px;
}

.post-list ul li p.details {
	font-style: italic;
	color: #666;
	margin-bottom: 5px;
}

.entry .right
{
	float: right;
}

.wp-caption-text
{
	font-style: italic;
	text-align: center;
}

.post-view ul li {
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom: 10px;
	margin-left: 20px;
}

.post-list ul li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

/*
.wp-sidebar {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-right: 5px;
}

.wp-sidebar .odd {
	background-color: #ddd;
}
*/
.post-list ul li p.on {
	font-style: italic;
}

#nav li.level0:hover {
	background-color: #F19C95;
}

#nav li.level0 > a:hover, #nav li.level0 > a:active, #nav li.level0 > a, #nav li.level0 > a:visited {
	color: white;	
}

#adBlogSidebar
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#adProductBanner
{
	margin-bottom: 15px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	text-align: center;
}

.amgTooltipBigDisplay {
    display:none;
    background:url(/images/tooltip/black_arrow_big.png);
    height:163px;
    padding:40px 30px 10px 30px;
    width:310px;
    font-size:12px;
    color:#fff;
}

.amgTooltipSmallDisplay {
    display:none;
    background:url(/images/tooltip/black_arrow.png);
    height:70px;
    padding:25px;
    width:160px;
    font-size:12px;
    color:#fff;
}

#categoryTitle
{
	float: left;
}

#categoryShareButtons
{
	float: right;
	margin-top: 20px;	
}

#categorySidebarAd {
	margin-left: 0px auto;
	margin-right: 0px auto;
	text-align: center;
}

#categorySidebarAd iframe
{
	margin: 0 auto;
	display: block;
}

.topPickList
{
	margin-right: 100px;
	display: inline;
}

.topPickList img
{
	padding-bottom: 30px;
	display: inline;
}

ul.leftMenu
{
	/*margin-top: 5px;*/
	/*padding-bottom: 5px;*/
	/*border-bottom: 2px solid #202020;*/
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
}

ul.leftMenu li
{
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #ccc;	
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.leftMenu li:hover
{
	background-color: #f8f8f8;
}

ul.leftMenu li:hover a
{
	text-decoration: blink;
}

div.contentPage
{
	margin-bottom: 10px;
}

.pressPost
{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

/*
AS: Make links blue; enable later

.pressPost a, .pressPost a:visited
{
	color: blue;
	text-decoration: underline;
}

.pressPost a:active, .pressPost a:hover
{
	color: #007D6A;
	text-decoration: none;
}
*/

.pressReadMore
{
	color: 007D6A;
	text-decoration:none;
	text-align: right; 
	padding-right: 5px; 
}

.switchers {
	padding-bottom: 55px;
}

#productsSliders .grid_9
{
	margin-left: 10px;
	margin-right:0;
	width: 650px;
}

#productsSliders .grid_3
{
	margin-left:0;
	width: 270px;
}

.slide-product-list li
{
	margin-left: 5px;
}

.padded ol li 
{
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 20px;
}

.padded ul li 
{
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 20px;
}

div.padded
{
	padding: 5px;
}

.padded img
{
	display: inline;
}

.post-view .when
{
	font-style: italic;
	color: #888;
	padding-bottom: 4px;
}

ul.noBullet li
{
	list-style-type:none;
	margin-bottom: 10px;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 5px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 5px 20px;
}

a img.alignnone {
    margin: 5px 20px 5px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

div.page-title h1 {
	/*
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #ddd;
	color: #000;
	border: 1px solid #ccc;
	padding: 5px;
	*/
}

div.entry h2 {
	/*background-image: url("/images/blog/mighty-header.png?v1");
	background-repeat:no-repeat;*/
	font-family: Verdana, sans-serif;
	background-color: #00a88e;
	color: #fff;
	border: 1px solid #00574a;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 1px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}

div.entry h3 {
	text-decoration: underline;
	margin-top: 15px;
}

div.entry blockquote {
	font-style: italic;
	margin-left: 50px;
}
.entry img[class*="align"], .entry img[class*="wp-image-"], .entry .gallery .gallery-icon img {
	border: 0
}

/*
 * International Amazon product links
 */

/*#amazon-ca, #amazon-uk, #amazon-us-small, #amazon-us, #bookdepository {*/
.affiliateLink {
	float: left;
	display: none;
}

#bookdepository {
    margin-top: 0px;
    margin-bottom: 1px;
}

/* Gets rid of the lines and extra space from the non-existant add to cart form */
#product_addtocart_form .options {
	border-bottom: 0;
	margin-bottom: 0;
}

/* Removes the bottom padding from the Add to Wishlist/Email buttons */
.product-actions {
	padding: 10px 5px 0px 10px;
}

/* Reduces the padding between the social buttons and the related products/description */
.social-share li.facebook {
margin-bottom: 5px;
}


.short-description ul li {
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom: 7px;
	margin-left: 20px;
}

.amgLastCategory {
    font-weight: bold;
}

div.supportBox {
    font-style: italic;   
    font-family: verdana, arial, sans-serif;   
    font-size: 1.0em;   
    border: 1px solid black;   
    -moz-border-radius: 5px;   
    border-radius: 5px;   
    background-color: #eee;   
    margin: 20px 5px 0px 5px;   
    padding: 5px; 
}

.amgDialogNoTitle .ui-dialog-titlebar {
    display: none;
}

#amgBlogPreviewPopup {
    /*padding: 0;*/
    color: #909090;
    font-size: 13px;
    min-height: 100px;
}

#amgBlogPreviewPopup .price {
    color: #202020;
    font-size: 20px;
    line-height: 24px;
}

#amgBlogPreviewTitle {
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 20px;
    color: #000;
}

.amgBlogPreviewLink {
    margin-left: 2px;
    color: #006;
}

div.entry a.amgBlogProduct {
    /*font-family: verdana, arial, sans-serif;*/
    font-weight: bold;
    color: #00d;
    text-decoration: none;
    border-bottom: 1px dashed #00d;
}

.entry h4 {
    font-family: verdana, arial, sans-serif;
    margin-top: 20px;
}

.ui-widget .entry  {
    font-family: Arial, Helvetica, sans-serif;
}

#amgBlogTabs.ui-widget-content {
    border: 0;
    margin-top: 13px;
}

#amgBlogTabs .ui-widget-header {
    border-top: 0;
    border-left:0;
    border-right: 0;
    background: transparent;
    border-radius: 0;
}

#amgBlogTabs .ui-tabs-panel {
    padding: 0;
    margin-top: 10px;
}

#amgBlogTabs .ui-widget-content .details a {
    color: #007d6a;
}