*{
	margin:0;
	padding:0;
	
}

a {
	text-decoration:none;
	color: #2568B1
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
#header {
	background-color: #FFF;
	height: 70px;
	width: 100%;
	margin-top: -10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #09F;
}
.sitename a {
	font-family: 'Nunito', sans-serif;
	color: #C03;
	font-size: 22px;
	text-decoration: none;
	margin-left: 2%;
	display: block;
	float: left;
}
.sitename {
	padding-top: 20px;
	float: left;
	margin-left: 5%;
	width: 13%;
}

#wrapper {
	height: auto!important;
	min-height: 100%;
	max-width: 1000px;
	min-width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #09F;
	border-left-color: #09F;
}

                                                           /* categoriesmenu */
#menu_body ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu_body li ul {
	display: none;
	}
#menu_body li:hover ul, #menu_body li.over ul {
	display: block;
	}
 #menu_body {
	width: 210px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
    }
#menu_body a {
	display: block;
	width: 175px;
	padding-left: 30px;
	padding-right: 5px;
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	background-image: url(img/med.png);
	background-position: left;
	background-repeat: no-repeat;
	} 

#menu_body ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	
-webkit-box-shadow: inset -1px -7px 13px -9px rgba(0,0,0,0.75);
-moz-box-shadow: inset -1px -7px 13px -9px rgba(0,0,0,0.75);
box-shadow: inset -1px -7px 13px -9px rgba(0,0,0,0.75);
	
    } 

#menu_body ul li a {
	color: #666;
	text-decoration: none;
	
    } 

#menu_body ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #900;
    } 

#menu_body ul li ul li {
	list-style-type: none;
	color: #fff;
	list-style-position: inside;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F1FBFE;
    } 

#menu_body ul li ul li a {
	margin-left: 10px;
	width: 170px;
}


#menu_body ul li ul{
	border-top: 1px solid #fff;
	margin-left: 0px;
	padding-left: 0px;
    }
	

                                                         /* END categoriesmenu */
														 
														 
														 



#rightsidebar {
	float: left;
	width: 225px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
#content {
	float: left;
	height: 100%;
	max-width: 750px;
	min-width: 380px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	margin-bottom: 100px;
}
.postname {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888;
	padding-bottom: 5px;
	width: 85%;
	margin-bottom: 10px;
	min-height: 60px;
}

.postname h1 {
	font-family: 'Cabin', sans-serif;
	font-size: 21px;
	color: #09C;
}

.postcontent {
	font-family: 'PT Sans', sans-serif;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-indent: 20px;
	color: #575757;
}
.postcontent p {
	margin-top: 10px;
}
body {
}
#rightsidebar h4 {
	color: #40778C;
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #09F;
	padding-left: 10px;
	margin-bottom: 10px;
}

.clearall {
	clear: both;
}
.linksblock {
	height: auto;
	width: 100%;
}
.linksblock li {
	list-style-type: none;
	display: block;
	margin-bottom: 5px;
	padding-top: 20px;
	margin-left: 20px;
	padding-bottom: 2px;
	background-image: url(img/doktor.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 65px;
	height: 40px;
}
.linksblock ul li a {
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.linksblock h5 {
	color: #900;
	font-size: 16px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
}
.linksblock a:hover {
	color: #0C7DA3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C7DA3;
}

#footer {
	background-color: #0C7DA3;
	height: 70px;
	margin-top: -80px;
	padding-top: 10px;
	max-width: 1000px;
	font-family: "Bookman Old Style", Calibri;
	font-size: 12px;
	color: #F5F5F5;
	text-align: right;
	bottom:0;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	border-bottom: 1px solid #FFF;
}

#counter {
	visibility: hidden;
}#footer p {
	margin-right: 20px;
}
#rightsidebar h4 {
	color: #C03;
	background-color: #FFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: 'Cabin', sans-serif;
}
.popular ul li {
	display: block;
	min-height: 40px;
	list-style-type: none;
	font-family: 'PT Sans', sans-serif;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-left: 5px;
	font-weight: bold;
	background-image: url(img/clip.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0C7DA3;
}
.popular ul li a {
	display: block;
	width: 100%;
	min-height: 40px;
	color: #00609F;
	font-size: 14px;
	font-weight: normal;
}
.popular ul li a:hover {
	color: #FFF;
	background-color: #0C7DA3;
}
.popular {
	margin-bottom: 15px;
}
.previewpost {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #039;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 14px;
}
.previewpost h2 a {
	font-size: 20px;
	color: #40778C;
	
}

.previewpost h2 a:hover {
	color: #090;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #090;
}
.previewposttext {
	margin-top: 10px;
}


#pagenavi {
	margin-top: 80px;
	margin-bottom: 160px;
}
#pagenavi a {
	display: block;
	float: left;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #06F;
	color: #FFF;
	background-color: #0E93BE;
}
#pagenavi a:hover {
	color: #06F;
	background-color: #FFF;
}
#subfooter {
	max-height:100%
}
.siteimg {
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}
.postname img {
	display: block;
	float: left;
}

.share42init {
	float: right;
	margin-top: 20px;
	margin-right: 5%;

}
