/*   
Theme Name: Neuron Pro Audio
Theme URI: 
Description: Neuron Pro Audio site theme.
Author: Kyle Marriott
Author URI: http://neuronproaudio.co.uk/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Import Neuron styling from newsite folder */
/*@import url('../../../newsite/css/main.css');*/
	

/*================================================
General Styles
================================================*/

body {
	font:normal 62.5% helvetica, arial, sans-serif;
	background: rgb(46,3,31);
	color: rgb(30,30,30);
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	}

.hidden {
	display: none;
	}

h1 {
	font-size: 24px;
	text-shadow: 0 1px 1px rgb(255,255,255);
	color: rgb(140,7,43);
	}

h2 {
	font-size: 24px;
	text-shadow: 0 1px 1px rgb(255,255,255);
	color: rgb(140,7,43);
	}

h3 {
	line-height: 1.333em;
	font: normal 2.8em helvetica;
	letter-spacing: -.05em;
	text-shadow: 0 1px 1px rgb(255,255,255);
	}

p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
	text-shadow: 0 1px 1px rgb(255,255,255);
	}

a, a:link, a:visited {
	color: rgb(191,10,43);
	text-decoration: none;
	}

a:hover {
	color: rgb(140,7,43);
	}
	
/* Header and footer styles */
		
#branding {
	padding: 40px 0 20px 0;
	margin: 0px auto;
}


#footer, #header, #access, #main {
	border: none;
}
	
.menu ul.sf-menu {
	border: none;
}
	
.menu ul.sf-menu li {
	background: none;
	font-size: 14px;
	z-index: 2;
}
	
.menu ul.sf-menu li a, .sf-menu a:visited {
	background: rgb(46,3,31) url(images/layout/bg-gradient-large-light.png) repeat-x;;
	color: rgb(255,255,255);
	border: 1px solid rgb(46,3,31);
	border-bottom: none;
	font-weight: normal;
	text-shadow: 0 1px 0 rgb(0,0,0);
	padding: 9px 20px;
}
	
.menu ul.sf-menu li a:hover, .sf-menu a:hover, .menu ul.sf-menu li.current_page_item a {
	background: rgb(194,182,190) url(images/layout/bg-gradient-large.png) repeat-x;
	color: rgb(0,0,0);
	border: 1px solid rgb(0,0,0);
	border-bottom: 0;
	text-shadow: 0 1px 1px rgba(255,255,255,.7);
	z-index: 2;
}

.menu li.page-item-142 {
	visibility: hidden;
	display: none;
	}

/* Content area styles */

#main {
	padding: 0 0 22px 0;
	z-index: 3;
}

#container {
	background: rgb(233,229,232) url(images/layout/bg-gradient-large.png) repeat-x;
	border: 1px solid rgb(0,0,0);
	margin: 0 10px 20px 10px;
	padding: 20px 5px 20px 5px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

#content {
	width: auto;
	margin: 0 10px;
}

#content h1, #content h2, #content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgb(255,255,255);
	color: rgb(140,7,43);
	font-style: normal;
	padding: 0;
}

#content h2.entry-title, #content h2.entry-title a, #content h1.entry-title, #content h1.entry-title a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgb(255,255,255);
	color: rgb(191, 10, 43);
	font-style: normal;
}

#content h1.entry-title, #content h1.entry-title a {
	color: rgb(140,7,43);
}

#content h2.entry-title a:hover {
	color: rgb(140,7,43);
}

#content h2.prodtitles {
	font-weight: normal;
	font-size: 20px;
}

#content div.entry-meta {
	padding-bottom: 10px;
}

#content div.entry-content {
	padding: 0;
}

#content ul.associated-posts {
	margin: 0;
}

#content ul.associated-posts li {
	list-style: none;
}

#content ul.associated-posts h2 {
	font-size: 28px;
	font-weight: normal;
	padding: 10px 0;
}

#content div.entry-utility {
	margin: 0;
}

#content img.ngg-singlepic, #content .ngg-gallery-thumbnail img, #content .ngg-thumbnail img, #content p a img {
	padding: 0;
	border: 1px solid rgb(255,255,255);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}

#content div.vcard div.tags {
	visibility: hidden;
}

#content div.vcard abbr {
	border: 0;
}

/* Sidebar styles */

#primary {
	float: right;
	background: rgb(213,204,210) url(images/layout/bg-gradient-large-light.png) repeat-x;
	border: 1px solid rgb(0,0,0);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	color: rgb(30,30,30);
	text-shadow: white 0px 1px 1px;
}

.main-aside {
	right: 0;
	width: 295px;
}

#ngg-images-2 img {
	margin: 0 1.5em 2em 0;
	border: 1px solid rgb(255,255,255);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

#primary h3.widgettitle, #primary h2.widgettitle {
	font-size: 24px;
	margin-bottom: .3em;
	text-shadow: 0 1px 1px rgb(255,255,255);
	color: rgb(140,7,43);
	font-style: normal;
	font-weight: normal;
}

/* WP-eCommerce specific styling */

#content div.wpsc_description {
	text-align: justify;
}

#content div.textcol {
	width: 494px;
}

#content div.single_product_display div.textcol {
	width: 462px;
}

#content div.wpsc_category_details {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 10px 0;
	text-shadow: 0 1px 1px rgb(255,255,255);
}

#content div.wpsc_product_price {
	visibility: hidden;
	display: none;
	width: 200px;
	font-size: 16px;
	text-align: right;
	float: right;
}

#content div.wpsc_product_price:after {
	visibility: hidden;
	display: none;
	content: "per unit per day";
	font-size: 14px;
}

#content img.product_image {
	margin: 5px 10px 5px 0;
	border: 1px solid rgb(255,255,255);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

#content a.wpsc_category_link, #content div.breadcrumb, #content div.ngg-albumtitle a {
	font-size: 16px;
	font-weight: normal;
}

#content ul.wpsc_categories li ul {
	margin: 10px 0 0 20px;
	list-style: circle;
}

/* Hire stock showcase section on Neuron Homepage template */

#collection {
	width: 630px;
	float: left;
	margin: 0px 10px 20px;
	background: rgb(233,229,232) url(../images/layout/bg-gradient-large.png) repeat-x;
	border: 1px solid rgb(0,0,0);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
	}

#collection p {
	float: right;
	clear: both;
}

p.read-more {
	float: right;
	clear: both;
	font-size: 20px;
	margin-right: 10px;
}

.mod-inner {
	background: url(../images/layout/bg-mod-inner.png) bottom repeat-x;
	padding: 20px 15px;
	}

.meta {
	margin-top: 2em;
	}

.meta a {
	background: rgba(255,255,255,0.1) url(../images/layout/bg-gradient-large.png) repeat-x;
	padding: .714em;
	border: 1px solid rgba(58,88,120,.4);
	margin-right: .714em;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4);
	-moz-box-shadow: 0 0 1px 0 rgba(255,255,255,.4);
	box-shadow: 0 0 1px 0 rgba(255,255,255,.4);
	}		

.items {
	margin-bottom: 2em;
	}

.item {
	width: 150px;
	float: left;
	background: rgb(255,255,255) url(../images/layout/bg-gradient-large.png) repeat-x;
	background: rgba(255,255,255,0.7) url(../images/layout/bg-gradient-large.png) repeat-x;
	border: 1px solid rgb(58,88,120);
	border: 1px solid rgba(58,88,120,.4);
	padding: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4);
	-moz-box-shadow: 0 0 1px 0 rgba(255,255,255,.4);
	box-shadow: 0 0 1px 0 rgba(255,255,255,.4);
	height: 275px;
	margin-bottom: 10px;
	}	

.item h3 {
	font-size: 1.555em;
	}
	
.item.middle {
	margin: 0 2.1em;
	}	
	
.item img {
	margin-bottom: 1em;
	border: 1px solid rgb(255,255,255);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	}