*{
	margin:0;
	padding:0;
	outline:none;
}
a,a img{
	text-decoration:none;
	border:none;
}
@font-face
{
font-family: tandelle;
font-size:16px;
src: url('ufonts.com_tandelle.ttf')
    ,url('ufonts.com_tandelle.ttf'); /* IE9 */

}
body{
}

#wrap{
	position:relative;
	margin:auto;
	width:1000px;
	height:auto;
}

#header{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-transform:uppercase;
	font-size:16px;
	padding:40px 0 15px 0;
}

#logo{
	position:relative;
	width:1000px;
	height:160px;
	float:left;
}
#logo img{
	width:100%;
	height:100%;
}
#banner{
	position:relative;
	float:right;
	width:680px;
	height:105px;
	background:#666;
}
#search{
	position:relative;
	float:right;
	width:210px;
	height:22px;
	margin-top:8px;
	margin-left:5px;
}
#search label{
}
#s{
	position:relative;
	float:left;
	width:185px;
	height:21px;
	border:1px dashed #FFA011;
	border-radius:20px;
	padding-right:10px;
	padding-left:5px;
	font-size:12px;
}
#submit{
	position:absolute;
	right:10px;
	top:1px;
	border:none;
	background:url(imgs/se.png) no-repeat center;
	width:18px;
	height:20px;
	text-indent:-9999999999999px;
	cursor:pointer;
}
#nav{
	position:relative;
	width:100%;
	height:40px;
	//background:#4D4D4D;
	background:#000;
	float:left;
	margin-top:10px;
	border-radius:5px	
}
#nav ul{
	position:relative;
	list-style:none;
}
#nav li{
	position:relative;
	float:left;
	height:100%;
	padding:0 5px;
	display:inline;
	margin-right:10px;
	font-size:30px;
	font-family:tandelle;
}
#nav a{
	color:#FFF;
	width:100%;
	height:100%;
	line-height:37px;
	float:left;
	text-align:center;
}
#nav a:hover{
	color:#FFA011;
}
#content{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}
#slider{
   float: left;
    height: 340px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    width: 675px;
    border-bottom:1px solid #CCC;
}
#section_single{
    float: left;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    width: 675px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
#section_single .title{
position:relative;
font-size:22px;
font-weight:bold;
padding-bottom:10px;
border-bottom:1px solid #CCC;
}
#wpstats{
display:none;
}
#sidebar{
	position:relative;
	width:315px;
	float:right;
	//background:#333;
	background:#000;
}
#sidebar .post_footer{
width:95%;
}
#sidebar .post_footer .title{
//font-size:14px;
//margin:auto;
//width:72%;
}
.posts{
	position:relative;
	width:675px;
	float:left;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
	margin-bottom:20px;
	font-family:Georgia, 'Times New Roman', Times, serif;
}
.thump_img{
	position:relative;
	float:left;
	width:300px;
	height:200px;
}
.thump_img img{
	position:relative;
	width:100%;
	height:100%;
}

.posts .title{
	position:relative;
	float:right;
	width:365px;
	height:40px;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	margin-bottom:10px;
	
}
.posts a{
color:#000;
}
.posts .title:hover{
	color:#FFA011;
}
.posts .content{
	position:relative;
	float:right;
	width:365px;
	height:40px;
	font-size:14px;
	
}

a.more{
	position:absolute;
	right:10px;
	bottom:10px;
	padding:5px 10px;
	font-weight:bold;
	color:#fff;
	background:#FFA011;
	border-radius:0 10px 10px 0;
}

#footer{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:20px 0 5px 0;
	//background:#4D4D4D;
	background:#000;
	margin-top:20px;
}

#footerCont{
	position:relative;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#footerSidebar{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
}

.post_footer{
	position:relative;
	float:left;
	padding:10px;
	margin-right:15px;
	width:200px;
	color:#fff;
}
.post_footer input[type='text']{
position:relative;
width:95%;
height:30px;
float:left;
margin-top:10px;
}
.post_footer input[type='submit']{
position:relative;
width:140px;
height:44px;
background:url(imgs/Sub.png);
border:0;
margin:10px auto;
cursor:pointer;
text-indent:-99999999px;
}
#footer .post_footer:last-child{
width:250px;
float:right;
}
.post_footer ul{
	position:relative;
	list-style:none;
	float:left;
}
.post_footer li{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.post_footer a{
	color:#fff;
	font-size:14px;
	
}
#GTabberTabber {
  display:block;
  float:left;
  height:auto;
  margin:0 0 25px;
  overflow:hidden;
  width:100%;
  font-family:tandelle;
}
#GTabberTabber a{
	color:#333333;
	font-size:28px !important;
	
}
#GTabberLeft a,#GTabberRight a{
font-size:22px !important;
}
.post_footer a:hover{
	color:#FFA011;
	
}
.post_footer .title{
    border-bottom: 1px solid #999999;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.post_footer .title:hover{
color:#FFA011;
}
#copy{
	position:relative;
	float:left;
	color:#fff;
	font-weight:bold;
	margin-top:20px;
	font-size:14px;
}
#pro{
	position:relative;
	float:right;
	margin-top:15px;
}
#face_cont{
	position:fixed;
	width:240px;
	height:auto;
	overflow:hidden;
	right:0px;
	bottom:50px;
	z-index:999;
        font-family: Georgia, 'Times New Roman', Times, serif;
}
.face_div{
	border:1px solid #666;
	box-shadow:0 0 15px #000;
	position:relative;
	float:left;
	right:-295px;
	width:100%;
	height:100%;
	display:none;
}
.face_div .lineTop{
	position:relative;
	width:100%;
	height:10px;
	background:#ce8a0a;
	float:left;
}
.content_face{
	 background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: left;
    width: 90%;
   padding-bottom:20px;
}
.face_div .cont_div{
	background: none repeat scroll 0 0 #F2F1EF;
    border-bottom: 1px solid #E5E5E5;
    color: #C6B9B9;
    font-size: 0.9em;
    padding: 4px 20px 1px;
    text-align: right;
	float:left;
	width:86%;
}
.face_div .close{
	position:relative;
	float:right;
	width:80px;
	cursor:pointer;
	padding-bottom:5px;
	text-align:left;
	line-height:30px;
	border-left:1px solid #999;
	padding-left:10px;
	
}
.face_div .close span{
    background-color: #FBF9F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #F5F0E6);
    background-repeat: repeat-x;
    border: 1px solid #E8CABC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(20, 10, 0, 0.08);
    color: #A59A9A;
    font-size: 18px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    margin-bottom: 0;
    padding: 9px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    vertical-align: middle;
    width: 12px;
	float:right;
}
.face_div .close:hover,.face_div .hide:hover{
	color:#ce8a0a;
}
.face_div .hide{
	position:relative;
	float:right;
	padding-right:10px;
	line-height:30px;
	cursor:pointer;
}
.navigation{
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.headerBox {
    background: url("../../../../resources/images/new/icons/black_separator.png") repeat-x scroll 0 10px transparent;
    text-align: center;
}
.headerBox .sideHeader {
    background: none repeat scroll 0 0 #FFFFFF;
    font-family: NewsGothicBTW01-ExtraCn,Helvetica,Arial,Tahoma,Verdana,sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0 7px;
    text-transform: uppercase;
}
.connect{
	margin:10px 0;
}
.connect li {
    float: left;
    list-style: none outside none;
    margin: 0 3px 0 0;
    padding: 3px 0 0;
    width:38px;
    height:38px;
    overflow:hidden;
}
.connect li a {
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 38px;
    overflow: hidden;
    text-indent: -1000em;
    width: 39px;
    padding: 4px 0 0;
}
.connect li a:hover {
    background-position: 0 -44px;
}
.fbConnect {
    background-image: url("imgs/facebookBlack.png");
}
.twitterConnect {
    background-image: url("imgs/twitterBlack.png");
}
.googleConnect {
    background-image: url("imgs/googleBlack.png");
}
.tumblrConnect {
    background-image: url("imgs/tumblrBlack.png");
}
.pinConnect {
    background-image: url("imgs/pinterestBlack.png");
}
.rssConnect {
    background-image: url("imgs/rssBlack.png");
}
.emailConnect {
    background-image: url("imgs/emailBlack.png");
}
.notfound {
    font-size: 22px;
    font-weight: bold;
}
#face_sec {
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
}
#form-wysija-3{
position:relative;
float:none;
width:72%;
margin:auto;
font-size:12px;
}
/* Tabber Plugin */
#GTabberTabber ul.GTabberTabs li a.selected{
background:#FFA011 !important;
}
#GTabberTabber ul.GTabberTabs li a{
color:#fff !important;
border:none !important;
background:#000 !important;
border-right:5px solid #fff !important;
}
.hypeTemplate{
    display: none !important;
}
.juiz_last_tweet_inside .juiz_last_tweet_item a{
color:#FFA011;
}