/*  
Theme Name: MarketPlace Theme
Theme URI: http://themeforest.net/?ref=Maximus
Description: Online Community Marketplace Theme
Author: Maximus
Author URI: http://themeforest.net/?ref=Maximus
*/


/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul, li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
a {
	text-decoration:none;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
* a {
	position:relative;
}
a img {
	border:none;
}

/*=== Setup ===*/
body {
/*	background: url(images/bgr.gif) #fff repeat-x top;*/
	color: #444444;
	font: .75em Arial, Verdana, Helvetica, Sans-Serif;
/*	padding: 26px 0 0;*/
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	border: #c3c3c3 1px solid;
	font-size: 13px;
	padding: 10px;
	color: #444444;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
li {
	list-style: none;
}

/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 1000px;
/*	border:7px solid #666;*/
}

/*=== Header ===*/
#header {
	background: url(images/header-bg.gif) repeat-x top #303030;
	height: 107px;
}
#header .spacer {
	float: right;
}

/*- Logo -*/
#header h1 {
	float: left;
	text-indent: -9999px;
	width: 673px;
}
#header h1 a {
	display: block;
	height: 87px;
}
#header h1 a:hover {
	text-decoration: none;
}

/*=== Navigation ===*/

/*- Top Header Navigation -*/

#nav {
	font-size:10px;
	height:42px;
	background:transparent url(images/nav-bg.png) repeat-x;
/*	border-bottom:1px solid #bebebe;*/
	min-width:1000px;
	position:relative;
	font-weight:bold;
	text-transform:uppercase;
}

#nav li {
	float:left;
	line-height:38px;
	padding:1px 1px 0 0;
	position:relative;
	text-align:center;
	background:transparent url(images/nav1-sep.gif) no-repeat scroll right top;
}

#nav li a {
	color:#fff;
	cursor:pointer;
	display:block;
	float:left;
	position:relative;
	text-decoration:none;
	width:107px;
}

#nav li a:hover {
	background:#224677;
/*	border-left:1px solid #C4C1C0;
	border-right:1px solid #C4C1C0;*/
	color:#fff;
	margin:0 0 0 0;
	position:relative;
	text-decoration:none;
}




/*- Nav1 -*/
.nav1 {
	background: url(images/nav1-bgr.gif) #e7e4e3 repeat-x bottom;
	font-size: 12px;
	height: 35px;
}
.nav1 li {
	float: left;
	line-height: 35px;
}
.nav1 li a {
	border-right: 1px solid #e7e4e3;
	color: #444444;
	display: block;
	float: left;
	padding: 0 11px;
}
.nav1 li a:hover, .nav1 li a.selected {
	background: url(images/box-bgr.gif) repeat-x top;
	border-right: 1px solid #c4c1c0;
	border-left: 1px solid #c4c1c0;
	margin: 0 0 0 -1px;
	position: relative;
	color: #444444;
	text-decoration: none;
}
.nav1 li a.selected {
	font-weight: bold;
}

/*=== All Columns ===*/
#columns {
	background: url(images/columns-bgr.gif) #ffffff repeat-y right;
	height: 1%;
	padding: 0 0 15px;
}
#columns h2 {
	color:#222222;
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1.3px;
	margin:0 0 0.65em;
	text-decoration:none;
}
#columns h2 a {
	color: #202020;
}

#columns h2 a:hover {
	text-decoration: underline;
}

#columns p {
	line-height: 1.6em;
	padding: 0 0 1.3em;
}

/*=== Center Column ===*/
#centercol {
	background: url(images/centercol-bgr.gif) repeat-x top;
	float: left;
	width: 630px;
	padding: 35px 20px 10px 20px;
	font-size: 13px;
}
#centercol h2.heading {
	margin-bottom: 35px;
}

/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 327px;
}
#rightcol .spacer {
	height: 1%;
	padding: 18px;
}
#columns #rightcol h2 {
	margin: 0 0 .8em;
}

/*=== Styling Boxes ===*/

/*- Box -*/
.box {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	border: 1px solid #c4c1c0;
	width: auto;
	font-size: 13px;
}

#columns .box p {
	padding-left:12px;
}
.widgetbx {
	padding: 12px;
	line-height: 1.6em;
}
.widgetbx a {
	color: #444444;
}
.widgetbx ul {
}
.widgetbx ul li {
	border-bottom: 1px solid #E3E3E2;
	line-height: 22px;
	padding: 6px 0;
	}
.widgetbx ul li:last-child {
	border-bottom: none;
	}

/*- Post -*/
#centercol .post {
	height: 1%;
	padding-bottom: 20px;
/*	border-bottom:1px solid #DFDDD5;*/
	margin-bottom:25px;
}
#centercol .post h2 {
	font-size: 24px;
/*	margin-bottom: 20px;*/
}
#centercol .post p {
/*	display:block;
	float:left;
	font-style:italic;
	width:430px;*/
	font-size:13px;
}
#centercol .post .meta-nfo {
/*	padding-top: 10px;*/
}

.meta-info {
	margin:0 0 1.25em;
}

.meta-info em {
	background:#2884B5 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:0.9em;
	font-style:normal;
	line-height:1.75em;
	padding:3px 5px;
}

.meta-info a{
	color:#fff;
	text-decoration: underline;
}

.intro p {
	display:block;
	float:left;
	width:430px;
}

/*- Single Post Page -*/
#centercol .single-post {
	height: 1%;
	font-size: 13px;
	display: inline;
}
#centercol .single-post h2.title {
	font-size: 30px;
	margin-bottom: 20px;
}
#centercol .single-post .meta-nfo {
	padding-top: 10px;
}
#centercol .single-post p {
	padding: 0 0 0 0;
}
#centercol .single-post p, #centercol .single-post h1,
#centercol .single-post h2, #centercol .single-post h3,
#centercol .single-post h4, #centercol .single-post h5,
#centercol .single-post h6, #centercol .single-post blockquote,
#centercol .single-post ul, #centercol .single-post ol,
#centercol .single-post code {
	margin-bottom: 25px;
	line-height:1.6em;
}
#centercol .single-post h1 { font-size: 30px; color: #202020; line-height: normal; letter-spacing:-1px; }
#centercol .single-post h2 { font-size: 26px; color: #202020; line-height: normal; letter-spacing:-0.5px; }
#centercol .single-post h3 { font-size: 22px; color: #202020; line-height: normal; letter-spacing:-0.25px; }
#centercol .single-post h4 { font-size: 18px; color: #202020; line-height: normal; }
#centercol .single-post h5 { font-size: 16px; color: #202020; line-height: normal; }
#centercol .single-post h6 { font-size: 14px; color: #202020; line-height: normal; }

#centercol .single-post ol li { list-style: decimal inside; }
#centercol .single-post ul li { background: url(images/bullet.png) left no-repeat; padding-left: 20px; }

#centercol .single-post blockquote { padding: 20px 20px 0px 20px; background-color: #EFEFEF; border-left: 4px solid #CFCFCF; }
#centercol .single-post blockquote cite { display: block; font-style: italic; font-weight: bold; padding-bottom: 20px; }

#centercol .single-post pre { background:url(images/pre_code_bg.gif) repeat-y; border: 1px solid #CCCCCC; border-top: none; border-right: none; padding-left: 40px; margin-bottom: 25px; }

/*- Single Post Page / Social Links -*/
#centercol #social-links,
#centercol #comments {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}
#centercol #social-links h3,
#centercol #comments h3,
#centercol #similar-posts h3,
#centercol #respond h3 {
	font-size: 22px;
	line-height: normal;
	letter-spacing:-1px;
	color: #202020;
	margin-bottom: 10px;
}
#centercol #social-links {
	border-top: 1px solid #DDDDDD;
	padding-top: 20px;
	}
#centercol #social-links ul li {
	float: left;
	margin-right: 20px;
}
#centercol #social-links ul li.slink-del { background: url(images/social_del.png) no-repeat left ;}
#centercol #social-links ul li.slink-dig { background: url(images/social_digg.png) no-repeat left ;}
#centercol #social-links ul li.slink-fcb { background: url(images/social_fb.png) no-repeat left ;}
#centercol #social-links ul li.slink-red { background: url(images/social_reddit.png) no-repeat left ;}
#centercol #social-links ul li.slink-stb { background: url(images/social_stumble.png) no-repeat left ;}
#centercol #social-links ul li.slink-twi { background: url(images/social_twitter.png) no-repeat left ;}

#centercol #social-links ul li span {
	display: block;
	padding: 25px;
}


#centercol #similar-posts {
	padding-bottom:20px;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:40px;
}

#columns #similar-posts p {
	color:#848484;
	font-size:9px;
	margin-top:4px;
	text-transform:uppercase;
}

#columns #similar-posts p a {
	color:#848484;
	font-size:10px;
	margin-top:4px;
	text-transform:uppercase;
	text-decoration:underline;
}

/*- New Single Post Page / Comments -*/

.pic .img {
	border:1px solid #CFCFCF;
	display:block;
	margin:0 0 0.8em;
}

.ar {
	text-align: right;
}

.comm-name, .comm-date {
line-height:20px;
}

.comm-name a {
	text-decoration: underline;
}

.post-comments .fr {
	width:480px;
}

.fr {
	float:right;
}

.box2 {
	border:1px solid #CFCFCF;
	height:1%;
	margin:0 0 20px;
	min-height:115px;
	padding:18px;
}

.box2.alt {
	background:#FFFFFF none repeat scroll 0 0;
}

.box .content {
	background:#FFFFFF url(images/box-bgr.gif) repeat-x scroll center top;
	height:1%;
	padding:18px;
}

.post-comments .fl {
	width:80px;
}

.message div {
	margin:0 0 18px;
}

.message .input {
	padding:9px 15px;
	width:487px;
}

input, select, textarea {
	border:1px solid #CFCFCF;
	color:#404040;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
}

.message textarea {
	font-family:Arial;
	height:114px;
	overflow:auto;
	padding:9px 15px;
	width:447px;
}

.message .submit {
	float:left;
}

.message .btn {
	padding:0;
	width:auto;
}

input.button {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	margin:0;
}

.message .notice {
	color:#A4A4A4;
	float:right;
	font-style:italic;
	padding:10px 0 0;
}

/*- Single Post Page / Comments -*/
#centercol #comments h3 span.rss {
	padding: 0 15px;
/*	background: url(images/ico-rss.png) no-repeat bottom right;*/
}
#centercol #comments h3 {
	margin-bottom: 25px;
}
#centercol #comments ol li {
	margin-bottom: 25px;
}
#centercol #comments .comment-author {
	width: 80px;
	float: left;
	margin-right: 20px;
	text-align: right;
}
#centercol #comments .comment-author img {
	margin-bottom: 10px;
}
#centercol #comments .comment-author small {
	line-height: 18px;
}
#centercol #comments .comment-text {
	float: left;
	width: 475px;
	padding: 25px;
	border: 1px solid #c3c3c3;
	min-height: 85px;
}
#centercol #comments ol li.alt .comment-text {
	background: #f9f9f9;
}

/*- Single Post Page / Respond -*/
#centercol #respond { margin-bottom: 25px; }
#centercol #respond input[type=text] { width: 250px; background: url(images/input-bg.gif) repeat-x top; }
#centercol #respond textarea { margin-bottom: 25px; background: url(images/input-bg.gif) repeat-x top; }
#centercol #respond input[type=submit] {
	color: #ffffff;
	padding: 10px 25px;
	cursor: pointer;
	border: none;
	font-weight: bold;
}

/*- RSS -*/
.rss-box {
	background: #e4e1e0;
	font-size: 22px;
	height: 49px;
	margin: 0 0 -10px;
	padding: 0 0 0 20px;
}
.rss-box a {
	background: url(images/ico-rss.png) no-repeat 250px 8px;
	color: #202020;
	display: block;
	height: 49px;
	letter-spacing: -1px;
	line-height: 49px;
}

.email-box {
	background:#e4e1e0;
	font-size:22px;
	height:49px;
	margin:0 0 -10px;
	padding:0 0 0 20px;
}

.email-box a{
	background: url(images/ico-email.png) no-repeat 250px 8px;
	color: #202020;
	display: block;
	height: 49px;
	letter-spacing: -1px;
	line-height: 49px;
}


.fanface {
	background: #e4e1e0;
	font-size: 22px;
	height: 49px;
	margin: 0 0 -10px;
	padding: 0 0 0 20px;
}

.fanface a {
	background: url(images/ico-facebook.png) no-repeat 250px 8px;
	color: #202020;
	display: block;
	height: 49px;
	letter-spacing: -1px;
	line-height: 49px;
	
}

.twit {
	background:transparent url(images/rss-bgr.gif) repeat-x scroll center top;
	font-size:22px;
	height:49px;
	margin:0 0 20px;
	padding:0 0 0 20px;
}

.twit a {
	background: url(images/ico-twitter.png) no-repeat 250px 8px;
	color: #202020;
	display: block;
	height: 49px;
	letter-spacing: -1px;
	line-height: 49px;
	
}

.tools {
	float:right;
	height:20px;
}

ul.tools {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.tools li {
	display:inline;
	float:left;
	height:20px;
	padding:0;
}

.tools li.rssimg {
	background:transparent url(images/ico-rss.png) no-repeat scroll left top;
	height:30px;
	padding-left:35px;
	padding-top:8px;
}

.tools li.emailimg {
	background:transparent url(images/ico-email.png) no-repeat scroll left top;
	height:30px;
	margin-left:15px;
	padding-left:45px;
	padding-top:8px;
}

.tools li a {
	color:#444;
	font-size:11px;
	font-weight:bold;
	line-height:1.5;
	padding:0;
	text-decoration:none;
}




/*=== Styling Lists ===*/

ul.fullarchive {
/*	padding:10px 0 20px 20px;*/
}

ul.fullarchive li {
	line-height:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
}

ul.fullarchive li a {
	border-bottom:1px solid #CCCCCC;
	color:#154A7F;
	font-weight:700;
}

.list1 li a.aktt_tweet_time {
	color:#999999;
	font-size:75%;
}

/*- List1 -*/
.list1 {
	color: #444444;
	padding: 12px;
	position: relative;
}
.list1 li {
	border-bottom: 1px solid #e3e3e2;
	padding: 6px 0;
	line-height: 22px;
}
.list1 li:last-child {
	border-bottom: none;
}
.list1 a {
/*	color: #444444;*/
}

#flickr .imgs {
	padding: 0 0 16px 16px;
	}

#flickr img {
	margin: 16px 16px 0 0;
	}

/*=== Styling Forms ===*/
input.btn {
	border: 0;
	padding: 0;
}

/*=== Top Link ===*/

#header a img {
	padding-top:10px;
	padding-left:50px;
}

/*- Search -*/
#search {
	color: #444;
/*	height: 30px;*/
	padding: 20px 0 0 99px;
/*	width: 305px;*/
}
#search label {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 20px 0 0;
	text-transform: uppercase;
}
#search input {
	border: 1px solid #ccc;
	color: #444;
	float: left;
	font-size: 12px;
	font-style: italic;
	padding: 5px;
	width: 210px;
}
#search .btn {
	background: none;
	border: 0;
	margin: 0 0 0 -30px;
	position: relative;
	width: auto;
}

#intro {
	background:#EBEBEB none repeat scroll 0 0;
	border-bottom:1px dotted #ACACAC;
	border-top:1px dotted #ACACAC;
	clear:both;
	overflow:hidden;
	padding:10px 15px 3px;
}

#intro .contactdetails {
	color:#6F6F6F;
	display:inline;
	float:left;
	line-height:1.4;
	margin-left:20px;
	position:relative;
	text-align:center;
	top:-2px;
	width:438px;
}

#intro .paymentlogos {
	float:right;
	position:relative;
	top:-4px;
}

#intro .specials {
	float:left;
	position:relative;
	width:223px;
}
/*=== subFooter ===*/
#subFooter {
	background: #efefef;
	clear: both;
	color: #444;
	font-size: 13px;
/*	padding: 35px 25px;*/
	line-height: 1.6em;
	border-top: 1px solid #ccc;
}
#fl {
	margin:0 auto;
	padding:30px 0 0px 0px;
	width:960px;
}
#subFooter .last {
	float:left;
	margin-right:43px;
	width:420px;
	z-index:99;
}
#subFooter h3 {
	color: #444;
	font-size: 1.5em;
	margin-bottom: 15px;
	padding: 5px 0 4px 34px;
}
#subFooter .twitter h3 {
	background: url(images/twitter.png) left no-repeat;
}
#subFooter ul {
	margin-bottom: 20px;
}
#subFooter ul li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #191919;
}
#subFooter .about {
	float:left;
	margin-right:53px;
	width:430px;
	z-index:99;
}
#subFooter .about h3 {
	background: url(images/aboutus.png) left no-repeat;
	padding-left: 39px;
}
#subFooter .about p {
	margin-bottom: 20px;
}
#subFooter .write {
	float:left;
	margin-right:53px;
	width:280px;
	z-index:99;
}

#subFooter .last p {
	margin-bottom: 20px;
}

#subFooter .write p {
	margin-bottom: 20px;
}
#subFooter .write h3 {
	background: url(images/write.png) left no-repeat;
	padding-left: 36px;
}


#subFooter .friends h3 {
	background: url(images/friends.png) left no-repeat;
	padding-left: 37px;
}
#subFooter .friends ul {
	margin-bottom: 0;
}
#subFooter .friends ul li:last-child {
	border-bottom: none;
}

/*=== Footer ===*/
#footercenter {
/*	border-top:1px solid #1b1d1e;*/
	clear: both;
	color: #4a4a4a;
	font-size: 13px;
	margin:0 auto;
	padding:0px 0 20px 0;
	width:960px;
}

/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pic img {
	border: 5px solid #e7e4e3;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl {
	margin: 0 25px 0 0;
}
.ads {
	font-size: .85em;
	padding: 0 20px 15px;
	text-align: center;
}
.ads a {
	color: #444444;
}
.ads img {
	border: 5px solid #d2d2d2;
	margin: 0 7px 10px 0;
}

.indexline {
	border-bottom:1px solid #DFDDD5;
	margin-top:20px;
}

/*=== WordPress Misc Classes. ===*/

#about-author {
	background:#F0F0F0 url(images/sidebar_write.gif) no-repeat scroll 96% 50%;
	border:1px solid #CECFD0;
	display:block;
	margin-bottom:25px;
	padding:15px;
}

#about-author img {
	float:left;
	border: 4px solid #D2D2D2;;
}

.author-text {
	padding-left:110px;
    padding-right:80px;
}

#about-author p {
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right:20px;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

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

p.subscribe-to-comments {
	margin-top:10px;
}

/* WP Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 100%;
}
#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: #e0e6e0;
}
#wp-calendar caption {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 4px;
	background-color: #ddd;
	margin-bottom: 10px;
}
#wp-calendar td {
	padding: 2px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	font-weight: bold;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
#wp-calendar tfoot {
	border-top: 1px solid #ddd;
}
#wp-calendar tfoot a:hover, #wp-calendar tfoot td:hover {
	font-weight: normal;
	background: none;
}

.wp-pagenavi a.page {
background-color:#ffffff;
color:#2884B5;
font-weight:normal;
border:1px solid #ececec;
}

.shop {
/*	height:80px;*/
	margin:10px 10px 40px;
	padding-top:25px;
}

.shop a {
	background:#FFFFFF url(images/shop.png) no-repeat scroll 1% 1%;
	color:#fff;
	font-weight: bold;
	padding:38px 95px 38px 80px;
}






