/*
Theme Name: MK3
Theme URI: http://www.markettheme.com
Description: Wordpress powered market theme
Version: 3.4
Author: MarketTheme.com
Customization by Matthew Duffin, www.post-rad.com

c0ca9c dark
DBE2C2 light
*/


/* General */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image:url(/wp-content/themes/mk3/structure/bodyBg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111;
}
a {
	text-decoration: none;
	color: #4D98C8;
}

a:hover {
	text-decoration: underline;
	color: #1C5F85;
}

table {
	margin-bottom:40px;
}

a img {
	border-width: 0; 
	border-style: none;
}

/* Top Bar */

#bar {
	margin: 20px auto 0 auto;
	width:870px;
}

#bar .pdl {
	float: right;
}
#bar .postform {
	background-color:#EEEEEE;
	border-width:1px;
	margin: 0;
	width:175;
	font-family:verdana;
	font-size:8pt;
}

#bar .pdl p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#bar .sdl {
	float: right;
}
#bar .sdl p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#bar .sdl a {
	color: #1C5F85;
	font-weight: bold;
}
#bar .sdl a img {
	border: 0px;
}
/* Nav */

#nav {
	margin: 0 auto 20px auto;
	padding:2px 3px;
	width:870px;
	background-color: #000;
}

#nav .navbar {
/*width: 100%; testing structure by removing */
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav li a {
	float: left;
	margin: 0;
	padding: 5px 15px;
	font-size: 100%;
	text-decoration: none;
	color: #fff;
}
#nav li a:hover {
	background-color: #fff;
	color: #000;
	
}
#nav .current_page_item {
	background-color: #fff;
	
}

#nav .current_page_item a {
	color:#000;
}
/* Wrap */

#wrap {
	margin: 0 auto;
	padding-bottom: 5px;
	width: 870px;
	background-color: #fff;
	background-image:url(/wp-content/themes/mk3/structure/wrapperCorners/top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
/* Logo And Header */

.header {
	float: left;
	margin: 14px 0 15px 0;
	*margin: 14px 0 27px 0; /* ie7 hack */
	border-bottom: 0px solid #ccc;
}
.header a img {
	border: 0px;
}
/* Content */

#content {
	padding:0 7px 60px 7px;
	width: 100%;
}
/* Content -> News Panel */

#content .news {
	float: left;
	padding: 0 0 0 15px;
	width: 400px;
}
#content .news .head {
	margin:0 0 25px 0;
	height: 23px;
	
}
#content .news .post {
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
}
#content .news h2 {
	margin: 0 0 6px 6px;
	font-size: 20px;
	color: #555;
}
#content .news h2 a {
	color: #555;
}
#content .news h2 a:hover {
	color: #222;
}
#content .news h2 img {
	margin-right: 2px;
	vertical-align: text-bottom;
}
#content .news .comments {
	font-size: .825em;
	font-weight: normal;
	color: #ca1717;
}
#content .news p {
	margin-bottom: 11px;
	margin-left: 6px;
	font-size: 14px;
	line-height: 165%;
	color: #232323;
}
#content .news .post p a {
	padding: 2px;
	color: #4D98C8;
}	
#content .post h3 {
	font-size: 1.325em;
	color: #333;
	margin-bottom: 10px;
}
/* Content -> Product and Sidebar Panel */

#content .products {
	float: right;
	width: 420px;
}
#content .products .head {
	margin:30px 0 25px 8px;
	height: 23px;
	background-image: url(structure/newproducts.gif);
	background-repeat: no-repeat;
}
#content .products .post {
	float: left;
	margin:0 8px 10px 8px;
	width: 116px;
	display: inline;
}
#content .products .post .item {
	margin-bottom: 5px;
	height: 86px;
	width: 116px;
	background-image: url(imgs/itembg.gif);
	font-size: 12px;
	text-align: center;
	line-height: normal;
}
#content .products .post .item img {
	margin-top: 7px;
}

#content .products .post .inside {
	font-size: 12px;
}
#content .products .post .top {
	color: #222;
	text-align: center;
}
#content .products .post .top h2 {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content .products .post .top h2 a {
	color: #4d98c8;
}
#content .products .post .top h2 a:hover {
	color: #2a718c;
}
#content .products .post .bot {
	margin-bottom: 5px;
	padding:3px 5px;
	background-color: #F3F3F3;
	color: #222;
	text-align: center;
}
#content .products .post .bot p {
	margin: 0px;
	padding: 0px;
	color: #222;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}
#content .products .navigation {
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
	font-size: 12px;

}
#content .products .navigation a {
	padding: 4px;
	color: #555;
}
#content .products .navigation a:hover {
	color: #222;
}
#content .products .navigation .left {
	float: left;
	margin:0 0 0 10px;
	width: 45%;
}
#content .products .navigation .right {
	float: right;
	width: 45%;
	text-align: right;
}
/* Content -> Sidebar Widget Styles */

#content .products .widgetcase {
	float:right ;
	margin:55px 50px 20px 0;
	padding:0 10px 20px 10px;
	width: 280px;
	border: 1px solid #ccc;
}
#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 {
	margin-top:25px;	
	margin-bottom: 20px;
	padding: 0px;
	color: #454545;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px #666 solid;
}
#content .products .widgetcase ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#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 {
	color: #222;
}
#content .products .widgetcase ul .children {
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 1em;
	line-height: normal;
}
#wp-calendar {
	margin-bottom: 9px;
	width: 100%;
	background-color:#F1F1EF;
	font-size: .725em;
	vertical-align:middle;
	text-align:center;
	border-left:1px solid #FFF;
	border-top:1px solid #FFF;
}
#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-color: #E6E6DF;
	color: #333;
}
#wp-calendar caption {
	display: none;
}
#wp-calendar td {
	padding: 2px 0;
	background-color: #FFF;
	color:#333;
	font: normal 9px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background-color: #FFF;
	font-size:9px;
	color:#FF4200;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #E6E6DF;
	color: #ca1717;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* Content -> Spacer */
.spacer {
	clear: both;
	width: 100%;
}
/* Content -> Product Item Display Page */

#content .news .breadcrumbs {
	margin:49px 5px 25px 0;
	* margin:45px 5px 25px 0;
	width:390px;
}
#content .news .breadcrumbs p {
	font-size: 11px;
	text-transform: lowercase;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
#content .news .breadcrumbs p a {
	border-bottom: 1px none #888;
	color: #444;
}
#content .news .breadcrumbs p a:hover {
	color: #111;
}
#content .news .ls {
	float: left;
	width: 256px;
}
#content .news .tr {
	padding-top: 4px;
	padding-bottom: 2px;
	width: 356px;
	text-align: center;
	line-height: normal;
}
#content .news .tr img {
	margin-right: 3px;
	margin-left: 3px;
	padding: 2px;
	height: 100px;
	width: 100px;
	border: 1px solid #999;
}
#content .news .mi {
	margin-bottom: 2px;
	padding: 2px;
	height: 350px;
	width: 350px;
	border: 1px solid #f2f2f2;
}	
#content .desc {
	float: left;
	margin-left:5px;
	padding-top: 13px;
	width: 420px;
}
#content h2 .price {
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	color: #C6161D;
	font-weight:lighter;
}
#content h2 .sold {
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ca1717;
	color: #fff;
}
#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 {
	float: left;
	width: 40%;
}
#content .desc .buy .rsf {
	float: right;
	width: 40%;
}
#content .desc .buy .field {
	margin: 0px;
	width: 115px;
	background-color: #EEE;
	font-family: verdana;
	font-size: 8pt;
	border-width:1px;
}
#content .desc .buy .field2 {
	margin: 0px;
	background-color: #EEE;
	font-family: verdana;
	font-size: 8pt;
	border-width:1px;
}
#content .desc h2 {
	font-size: 1.225em;
	color: #555;
	margin: 35px 0 6px 0;
}
#content .desc p {
	margin-bottom: 11px;
	font-size: 1em;
	line-height: 165%;
	color: #232323;
}
#content .desc p a {
	color: #1c5f85;
}
#content .desc p a:hover {
	color: #32B1F9;
}
/* Content -> Normal Full Product Flow */

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

#content .archive {
	margin: 0 auto;
	width: 100%;
}
#content .archive h2 {
	margin: 20px 0 10px 0;
	padding: 0px;
	font-size: .875em;
}
#content .archive h2 a {
	color: #1c5f85;
}
#content .archive h2 a:hover {
	color: #222;
}
#content .archive p {
	line-height: 165%;
	color: #232323;
	font-size: .825em;
}
#content .archive .col1 {
	float: left;		
	margin: 0 0 0 10px;
	padding-top:13px;
	padding-right: 49px;
	width: 400px;
}
#content .archive .col1 p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#content .archive .col1 p img {
	vertical-align: bottom;
}
#content .archive .col2 {
	float: left;
	margin: 40px 0;
	padding-right: 29px;
	width: 120px;
	text-align: center;
}
#content .archive .col2 img {
	padding: 17px 13px 13px 13px;
	border: 1px solid #ccc;
}
#content .archive .col2 a img {
	border: 1px solid #ccc;
}
#content .archive .col2 a:hover img {
	border: 1px solid #222;
}
#content .archive .col3 {
	float: left;
	margin-right: 20px;
	padding-right: 29px;
	width: 100px;
	text-align: center;
}
#content .archive .col3 .price {
	margin-top: 43px;
	padding: 2px;
	background-color: #D3E7B8;
	color: #507733;
	font-weight: bold;
}
#content .archive .col4 {
	float: right;
	width: 100px;
	text-align: center;
}
#content .archive .post-even {
	margin-bottom: 5px;
	padding:5px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ccc;
}
#content .archive .post-odd {
	margin-bottom: 5px;
	padding:5px;
	border-bottom: 1px solid #ccc;
}
#content .archive .post-even p a, .post-odd p a {
	font-weight: normal;
}
/* Content -> Comments */

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

#footer {
	margin:0 0 20px 0;
	padding-top, padding-bottom:5px;
	width: 100%;
	background-color:#C5161C;
	border-top, border-bottom: 1px solid #ccc;
}
#footer .col1 {
	float: left;
	margin-left: 40px;
	width: 40%;
}
#footer .col2 {
	float: right;
	margin-right: 40px;
	width: 40%;
	text-align: right;
}
#footer p {
	margin: 0;
	padding: 3px 0 0 0;
	font-size: .840em;
	line-height: 165%:
}
#footer p a {
	color: #1c5f85;
}
#footer p a:hover {
	background-color: #ccc;
	color: #111;
}

#footer form {
	padding-bottom:5px;
}

#copyright {
	text-align: center;
}
#copyright p {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 11px;
	color: #555;
}
#copyright p a {
	color: #777;
}
#copyright p a:hover {
	color: #222;
}
#redbar {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ca1717;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
#redbar a {
	color: #fff;
}

.left {
	margin:0 0 0 10px;
}