/*
Theme Name: MK3
Theme URI: http://www.markettheme.com
Description: Wordpress powered market theme
Version: 3
Author: Astereostudio
*/


/* General */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Garamond", "Georgia", "Times", "Times New Roman", serif;
	color: #939393;
	background: #000 url("http://puregoldplating.co.uk/wp-content/themes/puregold/images/body_bg.png") repeat-x;
}
a {
	text-decoration: none;
	color: #FFF;
}
/* Top Bar */

#bar {
	background-color: transparent;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-right: 2%;
	padding-left: 2%;
	border-bottom: #272727;
	}
#bar .pdl {
	float: left;
}
#bar .postform {
	font-family:verdana;
	font-size:8pt;
	background-color:#F4F4F4;
	border:1px solid #DBE1E3;
	width:300px;
	margin: 0;
	padding: 6px;
}

#bar .postform img {padding: 5px 0 0 0;}

#bar .pdl p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#bar .sdl {
	float: right;
}
#bar .sdl p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
/* Nav */

#nav {
	background-color: transparent;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 8px;
	width: 520px;
	height: 34px;
	margin: 100px auto 0;
	float: left;
	display: inline;
}

#nav .navbar {
width: 520px;
margin: 0px auto 0;

}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 8px;
	color: #000;
}
#nav li a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
#nav .current_page_item {
	background-color: transparent;
}
/* Wrap */

#wrap {
	width: 870px;
	margin: 0 auto;
	padding-bottom: 5px;
}
/* Logo And Header */

#header {
	width: 870px;
	margin: 40px auto;
	border-bottom: none;
	margin-bottom: 5px;
}


#headerleft {
    width: 345px;
    height: 231px;
    float: left;
    margin: 0 0 0 0px;
    padding: 0;

}



#header a img {
	border: 0px;
}
/* Content */

#content {
	width: 100%;
	margin: 15px 0 10px 0;
}
/* Content -> News Panel */

#content .news {
	width: 420px;
	float: left;
}
#content .news .head {
	background: transparent url(imgs/title_product_news.png) no-repeat;
	height: 30px;
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #272727;
}

.gold {color: #FDCB00;}

.products img, .products a img {border: none !important; outline: none;}

#content .news .post {
	bottom-bottom: 1px solid #999;
	margin-bottom: 15px;
	border-bottom: 1px solid #171717;
}
#content .news h2 {
	font-size: 23px;
	color: #FDCB00;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
}
#content .news h2 a {
	color: #FDCB00;
	border-bottom: none;
}
#content .news h2 a:hover {
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
#content .news h2 img {
	vertical-align: text-bottom;
	margin-right: 2px;
}
#content .news .comments {
	font-size: .825em;
	font-weight: normal;
	color: #ca1717;
}
#content .news p {
	font-size: 1em;
	line-height: 22px;
	margin-bottom: 8px;
	color: #939393;
}
#content .news .post p a {
	border-bottom: 0px solid #e2e2e2;
	color: #FFF;
	padding: 0px;
}
#content .news .post p a:hover {
	border-bottom: 0px solid #444;
	color: #FDCB00;
	text-decoration: underline;
}
#content .post h3 {
	font-size: 1.325em;
	color: #333;
	margin-bottom: 10px;
}
/* Content -> Product and Sidebar Panel */

#content .products {
	width: 400px;
	float: right;
}
#content .products .head {
	background: transparent url(imgs/title_new_products.pg) top left no-repeat;
	height: 30px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 8px;
	border-bottom: 1px solid #272727;
}
#content .products .post {
	float: left;
	width: 116px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	display: inline;
}
#content .products .post .item {
	font-size: 12px;
	background: #171717 /*url(imgs/itembg.gif)*/;
	height: 86px;
	width: 116px;
	text-align: center;
	line-height: normal;
	margin-bottom: 5px;
	border: 1px solid #272727;
}
#content .products .post .item img {
	margin-top: 7px;
}
#content .products .post .item a img {
	border: 1px solid #222;
}
#content .products .post .item a:hover img {
	border: 1px solid #888;
}
#content .products .post .inside {
	font-size: 12px;
}
#content .products .post .top {
	font-color: #222;
	text-align: center;
}
#content .products .post .top h2 {
	margin: 0px 0 10px 0;
	padding: 0px;
	line-height: 130%;
	font-family: "Garamond", "Georgia", "Times", "Times New Roman", serif;
	font-size: 14px;
	text-transform: uppercase;
}
#content .products .post .top h2 a {
	color: #FFF;
}
#content .products .post .top h2 a:hover {
	color: #FDCB00;
	text-decoration: underline;
}
#content .products .post .bot {
	background-color: #F3F3F3;
	color: #222;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .products .post .bot p {
	color: #222;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#content .products .navigation {
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
#content .products .navigation a {
	border: 1px solid #ccc;
	color: #555;
	padding: 4px;
}
#content .products .navigation a:hover {
	border: 1px solid #222;
	color: #222;
}
#content .products .navigation .left {
	width: 45%;
	float: left;
}
#content .products .navigation .right {
	width: 45%;
	float: right;
	text-align: right;
}
/* Content -> Sidebar Widget Styles */

#content .products .widgetcase {
	width: 350px;
	float: right;
}
#content .products .widgetcase p {
	font-size: .850em;
	color: #343434;
	line-height: 175%;
}
#content .products .widgetcase .textwidget {
	font-size: .850em;
	color: #343434;
	line-height: 175%;
}
#content .products .widgetcase h2.widgettitle {
	font-size: .965em;
	margin-bottom: 10px;
	padding: 0px;
	color: #454545;
	border-bottom: 1px dotted #272727;
	font-weight: normal;
}
#content .products .widgetcase ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#content .products .widgetcase ul li {
	margin-bottom: 3px;
}
#content .products .widgetcase ul li a {
	font-size: 1em;
	color: #1c5f85;
}
#content .products .widgetcase ul li a:hover {
	background-color: #e2e2e2;
	color: #222;
}
#content .products .widgetcase ul .children {
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 1em;
	line-height: normal;
}
#wp-calendar {
	background-color:#F1F1EF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	font-size: .725em;
	vertical-align:middle;
	text-align:center;
	width: 100%;
	margin-bottom: 9px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #E6E6DF;
	color: #333333;
}
#wp-calendar caption {
	display: none;
}
#wp-calendar td {
	color:#333333;
	font: normal 9px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	background-color: #FFFFFF;
}
#wp-calendar td.pad:hover {
	font-size:9px;
	color:#FF4200;
	background-color: #ffffff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #E6E6DF;
	color: #ca1717;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* Content -> Spacer */
.spacer {
	width: 100%;
	clear: both;
}
/* Content -> Product Item Display Page */

#content .news .breadcrumbs {
	margin-bottom: 5px;
}
#content .news .breadcrumbs p {
	font-size: 13px;
	text-transform: none;
	color: #939393;
	font-family: "Garamond", Georgia, "Times", "Times New Roman", serif;
	line-height: normal;
	border: 1px solid #272727;
	border-width: 0 0 1px 0;
	padding: 0 0 8px 0;
}
#content .news .breadcrumbs p a {
	border-bottom: none;
	color: #FFF;
}
#content .news .breadcrumbs p a:hover {
	border-bottom: 1px solid #FDCB00;
	color: #FDCB00;
}
#content .news .ls {
	width: 256px;
	float: left;
}
#content .news .tr {
	width: 360px;
	text-align: center;
	line-height: normal;
	padding-top: 4px;
	padding-bottom: 2px;
}
#content .news .tr img {
	background: #171717;
	width: 100px;
	height: 100px;
	padding: 5px;
	border: 1px solid #272727;
	margin-right: 3px;
	margin-left: 1px;
}
#content .news .mi {
	background: #171717;
	width: 350px;
	padding: 5px;
	border: 1px solid #272727;
	margin-bottom: 2px;
	height: 350px;
}
#content .desc {
	width: 400px;
	float: right;
	padding-top: 8px;
}
#content h2 .price {
	background-color: transparent;
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
}
#content h2 .sold {
	background-color: #ca1717;
	color: #fff;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 5px;
}
#content .desc .buy {
	padding: 5px;
	font-size: 11px;
	line-height: 150%;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
#content .desc .buy .lsf {
	width: 40%;
	float: left;
}
#content .desc .buy .rsf {
	float: right;
	width: 40%;
}
#content .desc .buy .field {
	font-family: verdana;
	font-size: 8pt;
	background-color: #EEEEEE;
	border-width:1px;
	width: 115px;
	margin: 0px;
}
#content .desc .buy .field2 {
	font-family: verdana;
	font-size: 8pt;
	background-color: #EEEEEE;
	border-width:1px;
	width: 115px;
	margin: 0px;
}
#content .desc h2 {
	font-size: 1.225em;
	color: #FDCB00;
	margin: 0px;
	margin-bottom: 6px;
}
#content .desc p {
	font-size: 1em;
	line-height: 165%;
	margin-bottom: 11px;
	color: #939393;
}
#content .desc p a {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
#content .desc p a:hover {
	color: #FDCB00;
	border-bottom: 1px solid #FCDB00;
}
/* Content -> Normal Full Product Flow */

#content .grid {
	margin: 0 auto;
	width: 800px;
	border: 1px solid #171717;
	border-width: 1px 0 0px 0;
	padding: 10px 0 5px 0;
}

h1 {
    font-size: 16px;
    font-family: "Garamond", "Georgia", "Times", "Times New Roman", serif;
    font-weight: normal;
    color: #939393;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 0 40px;


}

#content .grid .post {
	float: left;
	width: 116px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 10px;
	display: inline;
}
#content .grid .post .item {
	font-size: 12px;
	background: #171717 /*url(imgs/itembg.gif)*/;
	height: 86px;
	width: 116px;
	text-align: center;
	line-height: normal;
	border: 1px solid #272727;
}
#content .grid .post .item img {
	margin-top: 7px;
}
#content .grid .post .item a img {
	border: 1px solid #222;
}
#content .grid .post .item a:hover img {
	border: 1px solid #888;
}
#content .grid .post .inside {
	font-size: 12px;
padding: 0 0 10px 0;	
}
#content .grid .post .top {
	font-color: #222;
	text-align: center;
}
#content .grid .post .top h2 {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .925em;
	text-transform: uppercase;
}
#content .grid .post .top h2 a {
	color: #FFF;
}
#content .grid .post .top h2 a:hover {
	color: #FDCB00;
	text-decoration: underline;
}
#content .grid .post .bot {
	background-color: #F3F3F3;
	color: #222;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#content .grid .post .bot p {
	color: #222;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
}
#content .grid .navigation {
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
#content .grid .navigation a {
	border: 1px solid #272727;
	color: #555;
	padding: 4px;
}
#content .grid .navigation a:hover {
	border: 1px solid #222;
	color: #222;
}
#content .grid .navigation .left {
	width: 45%;
	float: left;
}
#content .grid .navigation .right {
	width: 45%;
	float: right;
	text-align: right;
}
#content .grid .price {
	background-color: #000;
	color: #FDCB00;
	width: 118px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
}
#content .grid .sold {
	background-color: #d3d3d3;
	color: #ca1717;
	width: 108px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 9px;
}
/* Content -> Archives */

#content .archive {
	width: 100%;
	margin: 0 auto;
}
#content .archive h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 9px;
}
#content .archive h2 a {
	color: #FDCBOO !important;
}
#content .archive h2 a:hover {
	color: #FFF;
}
#content .archive p {
	line-height: 165%;
	color: #939393;
	font-size: 13px;
}
#content .archive .col1 {
	width: 400px;
	padding-right: 49px;
	float: left;
}
#content .archive .col1 p {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}
#content .archive .col1 p img {
	vertical-align: bottom;
}
#content .archive .col2 {
	width: 120px;
	padding-right: 29px;
	float: left;
	text-align: center;
}
#content .archive .col2 img {
	padding: 5px;
	border: 1px solid #272727;
	background: #171717;
}
#content .archive .col2 a img {
	border: 1px solid #272727;
}
#content .archive .col2 a:hover img {
	border: 1px solid #888;
}
#content .archive .col3 {
	width: 100px;
	padding-right: 29px;
	float: left;
	margin-right: 20px;
	text-align: center;
}
#content .archive .col3 .price {
	background-color: transparent;
	margin-top: 20px;
	color: #FDCB00;
	padding: 5px;
	font-weight: bold;
}
#content .archive .col4 {
	width: 100px;
	float: right;
	text-align: center;
}
#content .archive .post-even {
	border-bottom: 1px solid #272727;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	background-color: #171717;
	padding-right: 8px;
	padding-left: 8px;
}
#content .archive .post-odd {
	border-bottom: 1px solid #272727;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px
}
#content .archive .post-even p a, .post-odd p a {
	border-bottom: none;
	font-weight: normal;
}

#content .archive .post-even p a:hover, .post-odd p a:hover {
	color: #FDCB00;
}


/* Content -> Comments */

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
}
#commentform textarea {
	width: 100%;
}
#commentlist .author {
	font-size: .950em;
	margin-bottom: 5px;
	color: #555;
}
#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist p a {
	background-color: #fff;
	font-size: .925em;
	line-height: 175%;
}
/* Content -> Footer and Copyright */

#footer {
	width: 100%;
	margin-bottom: 5px;
	background-color: #171717;
	border-top: 1px solid #272727;
	border-bottom: 1px solid #272727;
	padding-top: 12px;
	padding-bottom: 16px;
}
#footer .col1 {
	width: 40%;
	float: left;
	padding-left: 3%;
}
#footer .col2 {
	width: 40%;
	float: right;
	padding-right: 20px;
	text-align: right;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: .840em;
	line-height: 165%:
}
#footer p a {
	color: #FFF;
}
#footer p a:hover {
	background-color: none;
	color: #FDCB00;
}

#footer .postform {
	font-family:verdana;
	font-size:8pt;
	background-color:#F4F4F4;
	border:1px solid #DBE1E3;
	width:250;
	margin: 0;
	padding: 6px;
}

#footer .postform img {padding: 5px 0 0 0;}

#copyright {
	text-align: center;
}
#copyright p {
	font-size: 11px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
#copyright p a {
	color: #222;
	text-decoration: underline;
}
#copyright p a:hover {
	color: #222;
}


#redbar {
background-color: #ca1717;
color: #fff;
text-align: center;
font-size: 11px;
padding-top: 3px;
padding-bottom: 3px;
}

#redbar a {
color: #fff;
border-bottom: 1px dotted #f2f2f2;
}