/*  
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-image:url(images/bgr.gif);
	color:#444444;
	font: .75em Arial,  Verdana, Helvetica, Sans-Serif;
	padding: 26px 0 0;
        background-color:#303030;
        background-repeat: repeat-x;
        background-position: top;
}

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;
}

/*=== Header ===*/
#header {
	background:url(images/header-bg.gif);
	height: 57px;
        background-color:#303030;
        background-repeat: repeat-x;
        background-position: top;
}
#header .spacer {
	float: right;
}

/*- Logo -*/
#header h1 {
	float: left;
	text-indent: -9999px;
	width: 673px;
}
#header h1 a {
	display: block;
	height: 57px;
}
#header h1 a:hover {
	text-decoration: none;
}

/*=== Navigation ===*/

/*- Nav1 -*/
.nav1 {
	background: url(images/nav1-bgr.gif);
	font-size: 12px;
	height: 35px;
        background-color:#e7e4e3;
        background-repeat: repeat-x;
        background-position: bottom;
}
.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);
	border-right: 1px solid #c4c1c0;
	border-left: 1px solid #c4c1c0;
	margin: 0 0 0 -1px;
	position: relative;
	color: #444444;
	text-decoration: none;
        background-repeat: repeat-x;
        background-position: top;

}
.nav1 li a.selected {
	font-weight: bold;
}

/*=== All Columns ===*/
#columns {
	background: url(images/columns-bgr.gif);
	height: 1%;
        background-repeat: repeat-y;
        background-position: right;
        background-color: #fff ;
	padding: 0 0 15px;
}
#columns h2 {
	color: #202020;
	font-size: 2em;
	letter-spacing: -1px;
	margin: 0 0 .1em;
}
#columns h2 a {
	color: #202020;
}
#columns p {
	line-height: 1.6em;
	padding: 0 0 1.3em;
}

/*=== Center Column ===*/
#centercol {
	background: url(images/centercol-bgr.gif);
	float: left;
	width: 630px;
	padding: 35px 20px 10px 20px;
	font-size: 13px;
        background-repeat: repeat-x;
        background-position: top;

}
#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);
	border: 1px solid #c4c1c0;
	width: auto;
	font-size: 13px;
background-repeat: repeat-x;
        background-position:top;
        background-color: #fff ;
}
.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;
	}


/*- Post -*/
#centercol .post {
	height: 1%;
	padding-bottom: 40px;
}
#centercol .post h2 {

margin-bottom: 20px;
font-size: 30px;
font-weight: normal;

text-shadow: 1px 2px #fff;

}
#centercol .post p {
font-family: Verdana,"Arial","Times New Roman",times,serif;
font-size: 13px;
line-height:20px;

}
#centercol .post .meta-nfo {
	padding-top: 0px;
}

/*- 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: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
}
#centercol #social-links h3,
#centercol #comments h3,
#centercol #respond h3 {
	font-size: 28px;
	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: 5px;
}
#centercol #social-links ul li.slink-del { background: url(images/social_del.png); background-repeat: no-repeat;
background-position:left;}
#centercol #social-links ul li.slink-dig { background: url(images/social_digg.png);background-repeat: no-repeat;
background-position:left;}
#centercol #social-links ul li.slink-fcb { background: url(images/social_fb.png);background-repeat: no-repeat;
background-position:left;}
#centercol #social-links ul li.slink-red { background: url(images/social_reddit.png);background-repeat: no-repeat;
background-position:left;}
#centercol #social-links ul li.slink-stb { background: url(images/social_stumble.png);background-repeat: no-repeat;
background-position:left;}
#centercol #social-links ul li.slink-twi { background: url(images/social_twitter.png);background-repeat: no-repeat;
background-position:left;}
#centercol #social-links ul li.slink-friend { background: url(images/social_friend.png);background-repeat: no-repeat;
background-position:left;}

#centercol #social-links ul li span {
	display: block;
	padding: 25px;
}

/*- 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);background-repeat: repeat-x;
background-position:top; }

#centercol #respond textarea { margin-bottom: 25px; background: url(images/input-bg.gif); background-repeat: repeat-x;
background-position:top; }
#centercol #respond input[type=submit] {
	color: #ffffff;
	padding: 10px 25px;
	cursor: pointer;
	border: none;
	font-weight: bold;
}

/*- RSS -*/
.rss-box {
	background: url(images/rss-bgr.gif);
	font-size: 22px;
	height: 49px;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
background-repeat: repeat-x;
background-position:top; 
}
.rss-box a {
	background: url(images/ico-rss.png) no-repeat 260px 8px;
	color: #202020;
	display: block;
	font-weight: bold;
	height: 49px;
	letter-spacing: -1px;
	line-height: 49px;
}

/*=== Styling Lists ===*/

/*- List1 -*/
.list1 {
	color: #444444;
	padding: 12px;
	position: relative;
}
.list1 li {
	border-bottom: 1px solid #e3e3e2;
	padding: 6px 0;
	line-height: 22px;
}

.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;
}

/*- Search -*/
#search {
	color: #ffffff;
	height: 30px;
	padding: 15px 0 0 18px;
	width: 305px;
}
#search label {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 20px 0 0;
	text-transform: uppercase;
}
#search input {
	background: url(images/search-input.gif);
	border: 1px solid #6d6d6d;
	color: #c3c1bf;
	float: left;
	font-size: 12px;
	font-style: italic;
	padding: 5px;
	width: 210px;
background-repeat: repeat-x;
background-position:top; 
}
#search .btn {
	background: none;
	border: 0;
	margin: 0 0 0 -30px;
	position: relative;
	width: auto;
}

/*=== subFooter ===*/
#subFooter {
	background: #101010;
	clear: both;
	color: #606060;
	font-size: 13px;
	padding: 35px 25px;
	line-height: 1.6em;
}
#subFooter .fl {
	margin-right: 40px;
	width: 290px;
}
#subFooter .last {
	margin-right: 0px;
}
#subFooter h3 {
	color: #CCC;
	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 {
	margin-bottom: 60px;
}
#subFooter .about h3 {
	background: url(images/aboutus.png) left no-repeat;
	padding-left: 39px;
}
#subFooter .about 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;
}


/*=== Footer ===*/
#footer {
	background: #000000;
	clear: both;
	color: #4a4a4a;
	font-size: 13px;
	padding: 25px;
	margin-bottom: 26px;
}

/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl {
	background: url(images/hl-dot.gif);
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
background-repeat: repeat-x;
background-position:top; 
}
.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;
}

/*=== WordPress Misc Classes. ===*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.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 */
}

.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;
}

/* 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;
}



#sidebar .widgetSubscribe { margin-bottom:0px; padding-left:20px; }
.widgetSubscribe h3 { padding:10px 0 0 0; margin:0; color:#333; font-size:17px; text-transform:uppercase; }
.widgetSubscribe span { font-size:10px; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }
.widgetSubscribe .wsFriend { height:48px; background:url(images/social_friend.png) no-repeat 0 50%; padding-left:50px; }
.widgetSubscribe .wsFacebook { height:48px; background:url(images/social_fb.png) no-repeat 0 50%; padding-left:50px; }
.widgetSubscribe .wsTwitter { height:48px; background:url(images/social_twitter.png) no-repeat 0 50%; padding-left:50px; }
.widgetSubscribe .wsLink { height:48px; background:url(images/link.png) no-repeat 0 50%; padding-left:50px; }


/*- Kategori -*/
.cat-box {
	background: url(images/rss-bgr.gif);
	font-size: 22px;
	height: 40px;
	margin: 0 0 0px;
	padding: 0 0 0 20px;
background-repeat: repeat-x;
background-position:top; 
}
.cat-box a {

	color: #202020;

	font-weight: bold;
	height: 40px;
	letter-spacing: -1px;
	line-height: 40px;
}


#menu{clear:left; width:100%; background-color:#404040; display:block; float:left; margin-top:0px;}
* html #menu{margin-top:0}
*:first-child+html #menu{margin-top:0}		
			/*menu*/
			#ustMenu{float:left; width:679px; padding:5px 0; margin:0 0 0 0px;}
			#ustMenu li{float:left;}
			#ustMenu li a{background:url(images/menu.gif) 0 0 no-repeat; display:block; text-indent:-9999px; height:40px;}
			
			#ustMenu li#Anasayfa a{background-position:0 0; width:96px;}
			#ustMenu li#Mobil a{background-position:-99px 0; width:68px;}
			#ustMenu li#Teknoloji a{background-position:-164px 0; width:89px;}
			#ustMenu li#Internet a{background-position:-253px 0; width:81px;}
			#ustMenu li#Yazilim a{background-position:-334px 0; width:75px;}
			#ustMenu li#Oyun a{background-position:-409px 0; width:60px;}
			#ustMenu li#Wordpress a{background-position:-469px 0; width:94px;}
			#ustMenu li#Genel a{background-position:-563px 0; width:67px;}
			
			#ustMenu li#Anasayfa a:hover {background-position:0 -40px;}
			#ustMenu li#Mobil a:hover{background-position:-99px -40px;}
			#ustMenu li#Teknoloji a:hover {background-position:-164px -40px;}
			#ustMenu li#Internet a:hover {background-position:-253px -40px;}
			#ustMenu li#Yazilim a:hover {background-position:-334px -40px;}
			#ustMenu li#Oyun a:hover {background-position:-409px -40px;}
			#ustMenu li#Wordpress a:hover {background-position:-469px -40px;}
			#ustMenu li#Genel a:hover {background-position:-563px -40px;}

.profilresmi {width:100px; height:222px; padding:4px; float:left; background:#fff; border-right:1px solid #ccc; border-bottom:1px solid #ccc; margin-right:10px; margin-top:5px;}


.breadcrumb {padding-bottom:10px;
font-family:tahoma;
margin-top:-15px;}

.reklam a{background:url(images/reklam.png) 0 0 no-repeat; display:block; text-indent:-9999px; height:125px;}
.reklam a:hover {background-position:0px -125px;}