/*
Theme Name: Design Content
Author: Mariart Design Studio
Author URI: http://www.mariart.com.au
Description: This is the custom-designed theme for the Design Content. This gives us all of our functionality for the products, uploads and more.
Version: 1.0
Text Domain: dc
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}




/*  ********************************************************************************  **

	Our styles go under here!
	
	Standard Colours:
		Text grey:		#767677
		Red:			#ED1C24

/*  ********************************************************************************  */

/*  **********  Standard HTML elements  **********  */

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #767677;
}

p {
	line-height: 20px;
	margin: 10px 0;
}
#content li {
	line-height: 18px;
	margin: 5px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	color: #ED1C24;
}
h1 {
	font-size: 29px;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 20px;
}

b, strong {
	font-weight: bold;
}

a, a:hover, a:visited {
	color: #ED1C24;
}

#primary ul, #primary ol {
	margin-left: 20px;
}
#primary li {
	list-style-position: outside;
}
#primary ol li {
	list-style-type: decimal;
}
#primary ul li {
	list-style-type: disc;
}

input[type=text], input[type=email], input[type=number], input[type=password] {
	width: 400px;
}




/*  **********  Page containers  **********  */

#main {
	width: 980px;
	margin: 40px auto;
	/* padding: 40px 0;
	overflow: auto; */
	background: url("images/sidebar_bg.jpg") top left repeat-y #FFFFFF;
}
.page-template-template-fullwidth-php #main {
	background: #FFFFFF;
	background-image: none;
}
.home #main {
	background: none;
}

#primary {
	margin: 0 0 0 290px;
}
.home #primary {
	margin: 0;
	width: 100%;
}
#secondary {
	width: 230px;
	float: left;
}

#primary.fullwidth {
	width: 100%;
	margin: 0;
}




/*  **********  Header  **********  */

#branding {
	background: #000000;
	color: #FFFFFF;
}
#branding .inner {
	width: 980px;
	margin: 0 auto;
	height: 180px;
	position: relative;
}
#branding #searchform {
	float: right;
}
#header_logo {
	margin: 40px 0 0 0;
}
#head_right {
	float: right;
	width: 280px;
}
#head_login {
	background: url("images/login_bg.png") top left no-repeat #ED1C24;
	height: 28px;
	font-size: 12px;
}
#head_login.active {
	background: url("images/login_active_bg.jpg") top left no-repeat #ED1C24;
}
#head_login a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
}
#head_login a:hover {
	color: #000000;
}
#head_login div {
	float: left;
}
#head_login .login {
	width: 54px;
	margin-left: 5px;
	padding-left: 25px;
	background: url("images/login.png") center left no-repeat;
}
#head_login .register {
	width: 66px;
	margin-left: 0;
	padding-left: 25px;
	background: url("images/register.png") center left no-repeat;
}
#head_login .cart {
	width: 75px;
	margin-left: 5px;
	padding-left: 25px;
	background: url("images/cart.png") center left no-repeat;
}
#head_login .account {
	width: 140px;
	margin-left: 5px;
	padding-left: 25px;
	background: url("images/register.png") center left no-repeat;
}
#header_cart_total {
	font-weight: bold;
}
#branding #searchform {
	margin-top: 20px;
}
#branding #searchform input {
	border: none;
	background: #FFFFFF;
	font-size: 12px;
	height: 26px;
	margin: 0;
	padding: 0 10px;
	width: 228px;
	float: left;
}
#branding #searchform .submit {
	height: 26px;
	width: 32px;
	background: url("images/head_search_btn.jpg") top left no-repeat;
	text-indent: -9999px;
	margin: 0;
}




/*  **********  Navigation Menu  **********  */

#access {
	height: 33px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("images/menu_bg.jpg") top left repeat-x #282828;
	z-index: 3;
}
.sf-menu li a img {
	padding: 7px 0 0 5px;
}
.sf-menu > li {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.sf-menu > li > a {
	color: #FFFFFF;
	text-transform: uppercase;
	border: none;
	margin: none;
	padding: 0 8px;
	font-size: 14px;
	height: 33px;
	line-height: 33px;
}
.sf-menu li.sfHover, .sf-menu li:hover {
	background: none;
}
.sf-menu > li >a:hover {
	background: url("images/menu_over.jpg") top left repeat-x #ED1C24;
}
.sf-menu li.menu_spacer {
	width: 20px;
	height: 33px;
	background: url("images/menu_spacer.jpg") top left no-repeat;
}
.sf-menu li.menu_spacer.sfHover {
	background: url("images/menu_spacer.jpg") top left no-repeat;
}
.sf-menu li.menu_spacer.hover_left {
	background: url("images/menu_over_left.jpg") top left no-repeat;
}
.sf-menu li.menu_spacer.hover_right {
	background: url("images/menu_over_right.jpg") top left no-repeat;
}

.sf-menu > li.current-menu-item > a, .sf-menu > li.current-menu-parent > a, .sf-menu > li.current-menu-ancestor > a {
	color: #ED1C24;
}
.sf-menu > li.current-menu-item > a:hover, .sf-menu > li.current-menu-parent > a:hover, .sf-menu > li.current-menu-ancestor > a:hover {
	color: #000000;
}

.sf-menu ul li {
	border: none;
	background: #ED1C24;
}
.sf-menu ul li a, .sf-menu ul li a:visited {
	border: none;
	color: #FFFFFF;
	background: #ED1C24;
}
.sf-menu ul li a:hover {
	color: #000000;
}


#menu-item-59 a {
	text-indent: -9999px;
	width: 43px;
	height: 33px;
	margin: 0;
	padding: 0;
	background: url("images/home.png") top left no-repeat;
}
#menu-item-59.current-menu-item a {
	text-indent: -9999px;
	background: url("images/home_red.png") top left no-repeat;
}
#menu-item-59 a:hover, #menu-item-59.current-menu-item a:hover {
	text-indent: -9999px;
	background: url("images/home_over.png") top left no-repeat;
}




/*  **********  Side menu  **********  */

#secondary ul.menu, #secondary ul#sidebar_news {
	padding: 10px;
	background: #000000;
	color: #FFFFFF;
}
#secondary ul#sidebar_news a {
	display: block;
}

#secondary ul.menu a, #secondary ul.menu a:visited, #secondary ul#sidebar_news a, #secondary ul#sidebar_news a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0 30px 0 10px;
	line-height: 25px;
}
#secondary ul.menu ul a:hover {
	color: #ED1C24;
}

#secondary ul.menu ul > li, #secondary ul#sidebar_news ul > li {
	margin: 10px 0 0 0;
	background: url("images/side_menu_main.jpg") top right no-repeat #1F1F1F;
}
#secondary ul.menu > li > a, #secondary ul#sidebar_news h2 {
	background: url("images/side_menu_head.jpg") top left no-repeat #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}
#secondary ul#sidebar_news h2 {
	color: #FFFFFF;
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 25px;
	padding: 0 10px;
}
#secondary ul#sidebar_news .widget_categories h2 {
	margin: 0;
}

#secondary ul.menu ul ul li a {
	line-height: 23px;
}
#secondary ul.menu ul ul li a:hover {
	color: #000000;
}
#secondary ul.menu ul ul li {
	margin-top: 0;
	background: url("images/side_menu_sub.jpg") top right no-repeat #7F7F7F;
}

/* Margins for sub-menus... */
#secondary ul.menu ul ul li a {
	padding-left: 20px;
}
#secondary ul.menu ul ul ul li a {
	padding-left: 30px;
}
#secondary ul.menu ul ul ul ul li a {
	padding-left: 40px;
}
#secondary ul.menu ul ul ul ul ul li a {
	padding-left: 50px;
}
#secondary ul.menu ul ul ul ul ul ul li a {
	padding-left: 60px;
}

/* Mainnav menu */
#sidebar_default ul.menu > li {
	display: none;
}
#sidebar_default ul.menu > li.current-menu-item, 
#sidebar_default ul.menu > li.current-menu-parent, 
#sidebar_default ul.menu > li.current-menu-ancestor,
.page-id-144 #sidebar_default ul.menu > li {
	display: block;
}



/*  **********  Footer  **********  */

#colophon {
	background: #EDEDED;
	font-size: 11px;
	margin: 0 0 40px 0;
	clear: both;
}
#colophon .inner {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}
#colophon .inner img {
	position: absolute;
	top: 17px;
	right: 0;
}
#colophon a {
	text-decoration: none;
}




/*  **********  Slider  **********  */

#slider {
	width: 980px;
	height: 370px;
	background: #767677;
	position: relative;
}
#slider_search {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	background: url("images/search_bg.png") top left repeat-x #000000;
	color: #FFFFFF;
	width: 280px;
	height: 340px;
}
#slider_search .inner {
	padding: 35px;
}
#slider_search h2 {
	color: #FFFFFF;
	margin-top: 0;
}
#slider_search input, #slider_search select {
	width: 200px;
	margin: 20px 0;
	font-size: 12px;
	padding: 5px;
	border: none;
}
#slider_search select {
	width: 100%;
	margin: 0;
}
#slider_search input.submit {
	width: 210px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	background: url("images/slider_search.jpg") top left no-repeat #ED1C24;
	color: #FFFFFF;
	text-transform: uppercase;
}

#slider_search .slider_select {
	margin: 10px 0;
	background: none;
	width: 210px;
	height: 25px;
	overflow: hidden;
	background: url("images/slider_select.jpg") top left repeat-x #1F1F1F;
}
#slider_search .slider_select select {
	color: #FFFFFF;
	height: 25px;
	width: 240px;
	-webkit-appearance: none;
	background: none;
	text-transform: uppercase;
}
#slider_search .slider_select select option {
	padding: 5px 5px 5px 5px;
	border: 0;
	background: #1F1F1F;
}

#slider_container {
	position: relative;
}
#slider_container img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}




/*  **********  Home page  **********  */

body.home h1 {
	margin-top: 30px;
}

.home_manufacturers_logo {
	background: #EDEDED;
	padding: 10px 30px;
	margin: 10px 0 40px 0;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
}
.home_manufacturers_logo img {
	margin: 0 15px;
	vertical-align: middle;
}
.home_manufacturers_logo a {
	display: inline-block;
}

#home_links_area {
	overflow: auto;
}
.links_inner {
	width: 300px;
	float: left;
	margin: 0 40px 0 0;
}
.links_inner.last {
	margin: 0;
}
#home_links_area h2 span {
	color: #767677;
}
#home_links_area li {
	margin: 0;
}
h2.man_slider {
	margin: 20px 0 0 0;
}




/*  **********  Product listing lages (categories and manufacturers)  **********  */

header.product_list_title {
	background: url("images/product_list_header.jpg") top right no-repeat #ED1C24;
	line-height: 30px;
	height: 30px;
	width: 100%;
	position: relative;
	margin: 30px 0;
	float: left;
}
header.product_list_title h2, header.product_list_title a, header.product_list_title a:hover {
	color: #FFFFFF;
}
header.product_list_title h2 {
	margin: -2px 0 0 0;
	padding: 0 0 0 20px;
	line-height: 30px;
	font-size: 20px;
	float: left;
}
header.product_list_title span {
	position: absolute;
	line-height: 30px;
	top: 0;
	right: 40px;
	color: #FFFFFF;
}
.product_list_item {
	float: left;
	width: 150px;
	height: 320px;
	margin: 0 30px 20px 0;
	position: relative;
}
.product_list_item a {
	text-decoration: none;
}
.product_list_item.last {
	margin-right: 0;
}
.product_list_item h3 {
	font-size: 15px;
	margin: 5px 0;
}
.product_list_item .man {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.product_list_item .man a {
	color: #767677;
}
.product_list_item p {
	margin: 5px 0;
}
.product_list_item p.view {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 150px;
}
.product_list_item p.select {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 135px;
}

.product_list_item .view a, .product_list_item .select {
	display: block;
	background: url("images/product_list_view.jpg") center right no-repeat #999999;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}
.product_list_item .select {
	background-image: none;
	padding-right: 5px;
}
.product_list_item input {
	float: right;
}

.no_products {
	clear: both;
}

.product_list_image_container {
	width: 260px;
	height: 260px;
	position: relative
}
.product_list_image_container.thumb {
	width: 150px;
	height: 150px;
}

.product_list_image_container .featured {
	width: 95px; 
	height: 95px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("images/product_banner_featured.png") top left no-repeat;
}
.product_list_image_container.thumb .featured {
	width: 68px; 
	height: 68px;
	background: url("images/product_banner_featured_small.png") top left no-repeat;
}
.product_list_image_container .new {
	width: 70px; 
	height: 70px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("images/product_banner_new.png") top left no-repeat;
}
.product_list_image_container.thumb .new {
	width: 50px; 
	height: 50px;
	background: url("images/product_banner_new_small.png") top left no-repeat;
}




/*  **********  Product pages  **********  */

#product_details {
	float: left;
	width: 400px;
}
#product_gallery {
	float: left;
	width: 260px;
	margin: 0 0 0 30px;
}
#product_downloads {
	/* clear: both; */
	padding: 30px 0;
}

#product_downloads a, .dc_data_table a.download {
	color: #767677;
	text-decoration: none;
	font-style: italic;
}
#product_downloads h3 {
	color: #767677;
	text-transform: uppercase;
	font-weight: bold;
}
.product_download_files_submit {
	text-align: left;
	margin-top: 20px;
}
#product_downloads .product_download_files_submit a {
	padding: 5px 10px;
	color: #FFFFFF;
	background: url("images/download_submit.jpg") top left repeat-x #ED1C24;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
}

#product_man {
	border-top: 1px solid #E5E5E5;
	float: left;
}
.man_link a {
	background: url("images/man_website_link.jpg") top right no-repeat;
	line-height: 25px;
	height: 25px;
	padding: 0 40px 0 10px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
#product_man h2 {
	color: #767677;
}




/*  **********  News/Blog  **********  */

.news_list_container {
	margin: 0 0 30px 0;
	min-height: 150px;
}
.news_list_container div.image {
	float: left;
	width: 150px;
}
.news_list_container div.content {
	margin: 0 30px 0 180px;
}
.news_list_container h2 {
	margin-top: 0;
}




/*  **********  Cart  **********  */

table.cart_table {
	width: 100%;
}
table.cart_table tr {
	vertical-align: top;
}
table.cart_table th, table.cart_table td {
	padding: 5px 10px;
}
table.cart_table th {
	background: #ED1C24;
	color: #FFFFFF;
	font-weight: bold;
}
table.cart_table td {
	border-bottom: 1px solid #E4E4E4;
}
table.cart_table td.product_title {
	font-weight: bold;
}

.cart_title {
	font-weight: bold;
}
.cart_title input {
	width: 120px;
}
.cart_submit {
	text-align: right;
}




/*  **********  Contact us page  **********  */

.contact_left {
	float: left;
	width: 510px;
	margin: 0 40px 0 0;
}
.contact_right {
	float: left;
	width: 400px;
}




/*  **********  Product search page  **********  */

#sidebar_productsearch {
	background: #000000;
}
#sidebar_productsearch  > .widget {
	background: #000000;
	padding: 10px 10px 10px 10px;
	display: block;
}
#sidebar_productsearch .widget .header {
	display: block;
	background: url("images/side_menu_head.jpg") no-repeat scroll left top #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
	line-height: 25px;
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
}
#sidebar_productsearch .widget li {
	  background: url("images/side_menu_main.jpg") no-repeat scroll right top #1F1F1F;
	  margin: 10px 0 0;
}
#sidebar_productsearch .widget li a {
	color: #FFFFFF;
	display: block;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
}
#sidebar_productsearch .widget ul ul li {
	background: url("images/side_menu_sub.jpg") no-repeat scroll right top #7F7F7F;
	margin-top: 0;
	padding: 0 0 0 20px;
	color: #FFFFFF;
}

#sidebar_productsearch .widget .current a {
	display: inline;
}
#sidebar_productsearch .widget .list {
	display: none;
}
#sidebar_productsearch .widget .cancel {
	float: right;
	cursor: pointer;
	margin-top: 6px;
}
#sidebar_productsearch .widget .submit a {
	font-weight: bold;
	background: url("images/side_menu_main.jpg") no-repeat scroll top left #1F1F1F;
	padding: 3px 5px;
	display: inline;
}
#sidebar_productsearch .widget input {
	width: auto;
}
#sidebar_productsearch .widget input[text] {
	width: 95%;
}




/*  **********  Shared page elements  **********  */

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

table.dc_data_table {
	width: 100%;
}
table.dc_data_table tr {
	vertical-align: top;
}
table.dc_data_table th, table.dc_data_table td {
	padding: 5px 10px;
}
table.dc_data_table th {
	background: #ED1C24;
	color: #FFFFFF;
	font-weight: bold;
}
table.dc_data_table td {
	border-bottom: 1px solid #E4E4E4;
	padding: 10px;
}

.more-link {
	display: block;
	width: 122px;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background: url("images/register_link.jpg") top left no-repeat #ED1C24;
	padding-left: 10px;
}
.more-link:hover, .more-link:visited {
	color: #FFFFFF;
}
img.page_feature_image {
	margin-bottom: 30px;
	float: left;
}

h2 img {
	float: right;
	margin: 0 0 10px 20px;
}

p.add_selected_to_cart {
	text-align: right;
	margin: 20px 0 0 0;
}
a#add_selected_to_cart {
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background: url("images/side_menu_head.jpg") top left no-repeat #ED1C24;
}


table.dc_form_table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.dc_form_table th {
	width: 150px;
}
table.dc_form_table th, table.dc_form_table td {
	padding: 5px 0;
}

.notice {
	font-size: 1.2em;
	font-weight: bold;
}
.expired_error {
	color: #ED1C24;
	font-weight: bold;
	font-size: 1.3em;
}


.dc_error {
	font-weight: bold;
	color: #CC0000;
	border: 1px solid #CC0000;
	background: #FFFFFF;
	padding: 5px 10px;
}


/*  **********  Log in page  *********  */

.entry-content .widget label {
	width: 150px;
	display: block;
	margin: 20px 0 5px 0;
}
.entry-content .widget input[type=submit] {
	display: block;
	margin: 20px 0 0 0;
}