@charset "utf-8";
/* CSS Document */
ul{
list-style-type:none;

}
li{
list-style-type:none;
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background:#FFF;
	padding:3px;
	width:150px;
	border:0px solid #FFF;
}

img{
    border:0px;
}

a{
	font-size:12px;
	color:#960;
	text-decoration:none;
}

a:hover{
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

.clearfloat{clear:both;}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	background-color:#e5d097;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


#maincontaniner{
	width:980px;
	margin:0 auto;
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;

}


#maincontaniner .headermain{
}

#maincontaniner .footer{
padding:4px;
}

.footer .xbhplogo{
float:left;
}

.footer .slinks{
float:right;
padding-right:10px;
left:920px;
}


#maincontaniner .header{
float:left;
margin:0px 0px 0px 30px;
}

.header img {
	padding:0px 10px 0px 5px;
	}

	/* -----------------------------
	   MAIN NAVIGATION                  */
.nav_container {
	width: 100px;
	float:left;
	padding: 20px 50px 0px 0px;

}
#navMenu{
	position: relative;
	z-index: 5;
}
#navMenu li{
	float: left;
}
a.navhome, a.navhome_a{
	display:block;
	float:left;
	width:45px;
	height:22px;
	background: url("../images/sprite.png");
	background-repeat:no-repeat;
}
a.navhome:hover{
	background: url("../images/sprite.png") 0px -84px;
}

a.navViewenteries, a.navViewenteries_a{
	display:block;
	float:left;
	width:115px;
	height:22px;
	background: url("../images/sprite.png") 0px -24px;
	background-repeat:no-repeat;
}
a.navViewenteries:hover{
	background: url("../images/sprite.png") 0px -109px;
}

a.navPost, a.navPost_a{
	display:block;
	float:left;
	width:127px;
	height:22px;
	background: url("../images/sprite.png") 0px -44px;
	background-repeat:no-repeat;
}
a.navPost:hover{
	background: url("../images/sprite.png") 0px -129px;
}


a.navAbout, a.navPost_a{
	display:block;
	float:left;
	width:147px;
	height:22px;
	background: url("../images/sprite.png") 0px -64px;
	background-repeat:no-repeat;
}
a.navAbout:hover{
	background: url("../images/sprite.png") 0px -149px;
}

a.navlogo, a.navlogo_a{
	background: url("../images/xbhp.png");
	height:66px;
	width:151px;
	display:block;
	}


#maincontaniner .nav{
float:left;

}

.nav a{
 font-size:12px;
 color:#000;
 text-decoration:none;
}

.nav a:hover{
 color:#fff;
}



#middlecontaniner{
	padding:20px;
}

.entries{
    float:left;
    width:900px;
    padding:10px;
	margin: 0px 0px 10px 0px;
	background:#e1cc9e;
	border:1px solid #aa9a74; 
}


.entries img{
    float:left;
    border: 1px solid #C90;
    padding:2px;
    margin-right:8px;

}

.entries a{
    float:left;
    padding:0px; margin:0px;
    font-size:13px;
    color:#7c592b;
    font-weight:bold;
    display:inline-block; max-width: 500px; vertical-align: middle;
}

.entries a:hover{
    color:#000;
    text-decoration:none;
}

.submit-button
{
    background-image: url('../images/submit.gif');
    background-color: transparent;
    width: 81px;
    height: 26px;
    cursor: pointer;
}

.preview-button
{
    background-image: url('../images/preview.gif');
    background-color: transparent;
    width: 81px;
    height: 26px;
    cursor: pointer;
}

.blogtitle{
    width: 450px;
}
.blogcontent
{
    width:650px;
}

.smallnote
{
    font-size:11px;
}

.smallnotei
{
    font-size:11px;
    font-style: italic;
}

.errorSummary
{
    font-size:11px;
}

.errorSummary p {
    font-weight:bold;
}

.errorSummary ul
{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 8px;
}

.errorSummary ul li
{

}

.post-title {
    font-size:22px;
    color:#960;
    font-weight:bold;
    margin:0px; padding:0px;
    padding-top: 5px;
}

.post-title-by{
    font-size:12px;
    color:#960;
    font-weight:normal;
    margin:0px; padding:0px;
    padding-bottom: 8px;
}

.post{
	width:930px;
	float:left;
	text-align:justify;
	padding:0px 10px 20px 10px;

	}

.post h3{
	
	}


.post p img{
	border:1px solid #960;
	padding:5px;
	margin:10px;
	height:auto;
	}

.post img{
	border:1px solid #960;
	padding:5px;
}


.tw-rating{
	width:200px;
	margin:0px 0px 0px 5px;
	float:left;

}

.share{
	width:200px;
	margin:0px 0px 0px 15px;
	float:left;

}
.popupinput{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background:#FFF;
	padding:3px;
	width:190px;
	border:1px solid #000000;
}

.popupbutton
{
    background-color: #D8D8D8;
    border:1px solid #B8B8B8;
    padding:3px;
    cursor: pointer;
}