/*
THEME NAME: Club IBD2
THEME URI: http://blog.clubibd.net
DESCRIPTION:Club ibd  style
VERSION: 1.0
AUTHOR: <a href="http://blog.clubibd">ajari</a>
AUTHOR URI: http://blog.clubibd.net
*/

@import "reset.css";

body {
	background: #FAFAFA;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #585858;
}

a {
	color: #464646;
	text-decoration: none;
}

a:link {
	color: #009900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited{
	color: #009900;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
}

#header {
	overflow: hidden;
	background-image:url(images/heder14.jpg);
	width: 980px;
	height:280px;
	border-bottom: 3px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	margin: 0 auto;
	
}


#headerinfo {
	z-index: 1;
	overflow: hidden;
	width: 980px;
	border-bottom: 3px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	height: 280px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}

#headerinfo .menu{
	position: absolute;
	width: 580px;
	margin-top: 150px;
	z-index: 5;
	margin-left: 30px;
}

#headerinfo .menuitem{
	position: absolute;
	width: 580px;
	height:36px;

}

#headerinfo .menuitemimg{
	position: absolute;
	width: 36px;
	height:36px;
}

#headerinfo .menuitemcont{
	position: absolute;
	margin-left:50px;
	padding-top:8px;
	width: 150px;
	height:36px;
}

#headerinfo .menuitemimg2{
	position: absolute;
	width: 36px;
	height:36px;

	margin-left:150px;

}

#headerinfo .menuitemcont2{
	position: absolute;
	margin-left:200px;
	padding-top:8px;
	width: 150px;
	height:36px;
}

#headerinfo .menuitemimg3{
	position: absolute;
	width: 36px;
	height:36px;

	margin-left:310px;

}

#headerinfo .menuitemcont3{
	position: absolute;
	margin-left:360px;
	padding-top:8px;
	width: 200px;
	height:36px;
}





#headerinfo .rank{
	position: absolute;
	margin-top: 0px;
	z-index: 5;
	margin-left: 730px;
}

#headerinfo .info{
	position: absolute;
	width: 580px;
	margin-top: 0px;
	z-index: 5;
	margin-left: 30px;
}


#logo {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0px;
	color: #F0F;
}

#logo a {
	color: #F0F;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 10px 20px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
	width: 940px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: left;
	width: 550px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 180%;
	line-height: 1.2;
	font-weight: normal;
	background-image:url(images/Edit.png);
	background-repeat:no-repeat;
	background-position:left;
	line-height:36px;
	padding-left:30px;
	
}

.post-title a {
	color: #333333;
}

.post-ads {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#0C0;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#0C0;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
}




.prevnextnavi {
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#060;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#060;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:20px;
}

.next{
	color:#C00;
	background-image:url(images/Forward.png);
	background-repeat:no-repeat;
	background-position:right;
	line-height:36px;
	padding-right:36px;
	text-align:right;
}

.prev{
	color:#C00;
	background-image:url(images/Back.png);
	background-repeat:no-repeat;
	background-position:left;
	line-height:36px;
	padding-left:36px;
	text-align:left;

}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	color: #999;

	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#060;

	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#060;


}

.post-meta a {
	color:#C00;

}

.post-meta-date{
	float:left;
	margin-left:20px;
	width:160px;
	color:#963;
	background-image:url(images/data.png);
	background-repeat:no-repeat;
	background-position:left;
	line-height:36px;
	padding-left:30px;
}

.post-meta-comment{
	float:none;
	color:#963;
	margin-left:180px;
	width:160px;
	background-image:url(images/message.png);
	background-repeat:no-repeat;
	background-position:left;
	line-height:36px;
	padding-left:36px;
}

.post-meta-hit {
	color:#C00;
	margin-left:20px;
	width:360px;
	background-image:url(images/KidneyDish.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:36px;
	line-height:36px;
}


.post-meta-cate {
	color:#C00;
	margin-left:20px;
	background-image:url(images/select.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	line-height:36px;
}


.post-meta-tag {
	color:#C00;
	margin-left:20px;
	background-image:url(images/tag.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:30px;
	line-height:36px;
	font-size:9px;

}




.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;

}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	background-image:url(images/Pills.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:32px;
	line-height:36px;
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
}

.post-content h4 {
	background-image:url(images/cure.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:26px;
	line-height:36px;
	font-size: 100%;
	font-weight: 600;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
}




.post-content p {
	line-height:160%;
	margin-bottom: 10px;
}


.post_content_rank {
	padding-top: 20px;
	padding-bottom:20px;
}

.h3dan {
	padding-left:16px;
	line-height:160%;
}

.h4dan {
	padding-left:26px;
}

 


.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.post ol li
{
	list-style-type:decimal;
	line-height: 1.3;
	margin-bottom: 5px;
}

#post-rank-title {
	color:#C00;
	background-image:url(images/Vial-Pills.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size: 120%;
	line-height:36px;
	padding-left:36px;
	text-align:left;
}

.post-ranking {
	font-size: 12px;
	color:#F00;
	margin: 5px 5px 30px 10px;
	font-weight: normal;
	padding-left: 30px;
	line-height: 18px;
}



.best10
{
	font-size: 12px;
	color:#F00;
	margin: 5px 5px 30px 10px;
	font-weight: normal;
	padding-left: 30px;
	line-height: 18px;
}

.best10 a:link {
	color: #339933;
}
.best10 a:hover {
	color: #339933;
}
.best10 a:visited{
	color: #339933;
}




.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 350px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#sosial {
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#060;
	padding-top:10px;
	padding-bottom:10px;
}

#sosial2 {
	width: 550px;
	height:80px;
	padding-top:10px;
	padding-bottom:10px;
}

#sosial2 .iine {
	float: left;
	width: 120px;
}


#sosial2 .iine_facebook {
	float: left;
	width: 80px;
}

#sosial2 .iine_twitter {
	float: left;
	width: 100px;
	padding-top: 20px;
}


#sosial2 .iine_evernote {
	float: left;
	width: 60px;
}

#sosial2 .iine_mixi {
	float: left;
	width: 60px;
	padding-top: 20px;
}

#sosial2 .iine_gree {
	float: left;
	width: 80px;
	padding-top: 20px;
}


#footer {
	margin: 0 auto;
	width: 840px;
	height: 20px;
	border-top: 1px solid #EAEAEA;
	padding: 20px;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
}




#related{
	color:#C00;
	background-image:url(images/Syringe.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size: 120%;
	line-height:36px;
	padding-left:36px;
	text-align:left;

}

#poplure{
	color:#C00;
	background-image:url(images/UserSetup.png);
	background-repeat:no-repeat;
	background-position:left;
	font-size: 120%;
	line-height:36px;
	padding-left:36px;
	text-align:left;

}

.more-link {
	height: 40px;
	background-image:url(images/Stationery.png);
	background-repeat:no-repeat;
	line-height: 40px;
	text-indent: 50px;
	margin-left:50px;
}


.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.side-sms {
	width: 340px;
	height:50px;
}

.side-sms-icon {
	padding-top:5px;
	float:left;
	width: 40px;
	height:45px;
}

.side-sms-cont {
	float:right;
	width: 280px;
	height:45px;
}


.side-sms-icon img {
}


.otayori-60 {
	height: 60px;
	background-image:url(images/otayori.jpg);
	background-repeat:repeat;
	line-height:20px;
	margin-left:20px;
}


.otayori-100 {
	height: 100px;
	background-image:url(images/otayori.jpg);
	background-repeat:repeat;
	line-height:20px;
	margin-left:20px;
}

.otayori-200 {
	height: 200px;
	background-image:url(images/otayori.jpg);
	background-repeat:repeat;
	line-height:20px;
	margin-left:20px;
}


