/*
Theme Name: SuperClerks
Theme URI: http://ithoib.blogspot.com/
Description: Super SeoClerks Affiliate Store Wordpress Theme
Author: Imam Thoib
Author URI: http://ithoib.blogspot.com/
Version: 2.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

*/
body{
	background: #f7f7f7;
	color: #777;
	margin: 0;
	font-family: "Open Sans",Arial,sans-serif;
}

#header{
	background: #171717;
	display: block;
	margin: 0;
	padding: 10px 0;
	position: fixed;
	top:0;
	z-index: 999;
	width: 100%;
}
.logged-in #header{margin-top:32px;}
.fmenu select{display: none;}
#toppad{
	background: #eee;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin-top:90px;
}

#twrap,#bwrap{
	width: 1150px;
	margin: 0 auto;
}

#logo{
	width: 250px;
	height: 70px;
	overflow: hidden;
	float: left;
}

#logo img{
	width: 200px;
	height: 70px;
}
#nav{
	display: block;
	font-size: 14px;
	width: 900px;
	height: 50px;
	padding-top: 20px;
	float: right;
}
#nav select{display: none;}
.main-menu{
	margin: 0;
	padding: 0;
	float: right;
}
.main-menu a{
	text-decoration: none;
	font-weight: bold;
}
.main-menu li{
	float: left;
	padding: 7px 15px;
	list-style: none;
}
.main-menu li:hover{
	background: #0088cc;
	border-radius: 2px;
}
.main-menu li a{
	color: #fff;
}
.main-menu li a:hover{
	text-decoration: none;
}
.main-menu li ul{ height:auto; left:-9999px; position:absolute; width:160px; z-index:11111111; margin:5px 0 0 -15px; padding:0;background:#0088cc;border-radius: 0px 5px 5px 5px;overflow: hidden;}
.main-menu li:hover>ul { left:auto; }
.main-menu li li a{position: relative;}
.main-menu li li { border:none; width: 100%}
.main-menu li li:hover{
	border-radius: 0;
	background: #0099e6;
}
#main{
	width: 1150px;
	margin: 10px auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

#content{
	width: 820px;
	float: left;
	padding: 20px;
	margin-bottom: 10px;
}
.welcome{
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ddd;
}
.welcome h1{
	color: #0e0e0f;
	margin: 0px 0px 5px;
}
.welcome p{
	font-size: 14px;
	margin: 0;
	color: #0e0e0f;
}
.post{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 5px 10px 5px;
}
.post:nth-child(odd){
	background: #fafafa;
}
.post p{
	margin: 0;
}
.thumb img{
	/*float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;*/
	 background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.thumb img:hover{
	border: 1px solid #81BEF7;
}

.post a{
	color: #0088cc;
	text-decoration: none;
}
.post a:visited{
	color: #0088cc;
	text-decoration: none;
}

.post h2{
	font-size: 16px;
	margin: 0 0 5px;
}

#sidebar{
	width: 320px;
	float: right;
}
/*-------------------Start Acordion Menu----------------*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);*/
#acmenu select{display: none;}
#acmenu,
#acmenu ul,
#acmenu li,
#acmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#acmenu a {
  line-height: 1.3;
}

#acmenu {
  display: block;
}
#acmenu > ul > li > a {
  padding:8px 40px 8px 5px;
  font-size: 14px;
  display: block;
  /*background: #bd0e36;*/
  color: #666;
  border-bottom: 1px solid #eee;
  /*text-transform: uppercase;*/
  position: relative;
}
#acmenu > ul > li > a > span {
  background: #ed1144;
  padding: 10px;
  display: block;
  font-size: 13px;
  font-weight: 300;
}
#acmenu > ul > li > a:hover {
  text-decoration: none;
  background: #eee;
}
#acmenu > ul > li > ul > li > a:hover {
  text-decoration: none;
  background: #eee;
}
#acmenu > ul > li.active {
  border-bottom: none;
}
#acmenu > ul > li.active > a {
  color: #666;
}
#acmenu > ul > li.active > a span {
  /*background: none;*/
}
#acmenu span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 2px 8px;
  border-radius: 50%;
  margin: 0;
  background: #eee;
}

#acmenu ul ul {
  display: none;
  margin-left: 10px;
}
#acmenu ul ul li {
  border-bottom: 1px solid #eee;
  border-top: 0;
}
#acmenu ul ul a {
  padding: 10px;
  display: block;
  color: #666;
  font-size: 13px;
}
#acmenu ul ul a:hover {
  color: #666;
}
#acmenu ul ul li.odd {
  /*background: #f4f4f4;*/
}
#acmenu ul ul li.even {
  /*background: #fff;*/
}
/*-------------------End Acordion Menu----------------*/
.widget{
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
}

.widget h3{
	color: #0088cc;
    border-bottom: 2px solid #ddd;
    padding: 0px 0px 5px;
    margin-bottom: 5px;
    font-size: 18px;
}

.widget p{
	margin: 0;
}

.widget ul{
	margin:0;
	padding: 0;
}
.widget ul li{
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
.widget ul li ul li{
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
}
.widget ul li ul li:last-child{
	border: none;
}
.widget ul li a{
	text-decoration: none;
	color: #666;
}

#footer{
	background: #121214;
	width: 100%;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0 0;
}

#footer p{
	margin: 0;
}

#bottompad{
	display: block;
	padding: 20px 0 20px;
	background: #0c0c0c;
	border-top: 4px solid #111;
	margin-top: 10px;
	overflow: hidden;
	clear: both;
}

.cpr{
	float: left;
	width: 50%;
	font-size: 13px;
	color: #999;
}

.fmenu{
	float: right;
	width: 50%;
	font-size: 12px;
	line-height: 12px;
	padding-top: 5px;
}

.fmenu ul{
	margin: 0;
	padding: 0;
	float: right;
}

.fmenu ul li{
	float: left;
	list-style: none;
	padding: 0px 10px;
	border-right:1px solid #505050;
}

.fmenu ul li:last-child{
	border: none;
}

.fmenu li a{
	color: #fff;
	text-decoration: none;
}
.xs {
    border: medium none;
    border-radius: 15px;
    padding: 10px 15px;
    width: 800px;
    float: right;
}
input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
form{
	margin: 0;
}
.sl{
	width: 250px;
	float: left;
	color: #0088cc;
	font-family: arial;
	font-style: italic;
	padding: 8px 0 0;
}
.sr{
	width: 900px;
	float: right;
}
.widget-area{
	width: 247px;
	margin-right: 30px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.bwidget h3{
	font-size: 23px;
	font-family: arial;
	font-weight: 200;
}
.bwidget ul{
	margin: 0;
	padding: 0;
}
.bwidget ul li{
	list-style: none;
}
.bwidget ul li a{
	color: #fff;
	text-decoration: none;
}
.bwidget ul li a:hover{
	text-decoration: underline;
}
.meta{
	margin: 10px 0;
}


@media only screen and ( max-width: 900px ) {
#twrap,#logo,#nav,#content,#sidebar,.widget-area{width: 100%}
#logo{text-align: center;}
#main,#bwrap{width: 90%}
#content{padding: 0;}
.post,.entry{padding: 10px;}
.welcome{padding: 10px}
.widget-area{margin: 0;}
.bwidget{padding: 10px;}
#header{position: relative;overflow: hidden;}
#nav select{display: inline;width: 80%}
.main-menu{display: none;}
#nav{text-align: center;}
.sl,.sr{width: 100%;}
.sl{padding: 0 0 5px}
.xs{width: 80%;float: none;}
#toppad{margin: 0;text-align: center;}
.cpr,.fmenu{width: 100%;text-align: center;}
.fmenu ul{display: none;}
.logged-in #header{margin-top:0px;}
}
@media only screen and ( max-width: 500px ) {
.x2{display: none !important}
}
@media only screen and ( max-width: 400px ) {
.xx{display: none !important}
}
@media only screen and ( max-width: 360px ) {
.thumb img{
	/*float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;*/
	 background-color: #fff;
    border: none;
    box-shadow: none;
    box-sizing: none;
    display: inline-block;
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    height: 150px;
    height: auto;
    border-radius:0;
}

.thumb img:hover{
	border: none;
}
.thumb{text-align: center;border: 1px solid #eee;margin: 0 0 5px}
}
.pagination{clear:both;position:relative;font-size:13px;line-height:18px;margin:10px auto;font-family:arial;overflow:hidden;}
.pagination span, .pagination a{display:block;float:left;margin:2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;width:auto;background:none;border:1px solid #ccc}
.pagination a:hover{background:none;}
.pagination .current{padding:6px 9px 5px 9px;background:none;}