* {
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	background: #ececec url(images/bg.png) repeat-y center;
	color: #666;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px;
}
#wrap {
	width: 840px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
}
#content {
	width: 760px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin: 8px;
}

#leer {
	height: 10px;
	width: 760px;
}

#navigation {
	height: 34px;
	width: 760px;
    padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#pages h1{
	margin:0px;
	padding:0px;
}
#pages h1 a{
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
	font: 18px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:13px 0px 0px 10px;
	letter-spacing: -1px;
	float: left;
}
#pages h1 a:hover{
	text-decoration:underline;
}

.topLogo img {
	max-width: 100%;
}


#logo_01 {
	/* background: url(images/top_01.png) no-repeat; */
}

#logo_02 {
	/* background: url(images/top_02.png) no-repeat; */
}

#logo_03 {
	/* background: url(images/top_03.png) no-repeat; */
}

#logo_04 {
	/* background: url(images/top_04.png) no-repeat; */
}

#logo_05 {
	/* background: url(images/top_05.png) no-repeat; */
}

#logo_06 {
	/* background: url(images/top_06.png) no-repeat; */
}

.topLogo {
	/* height: 200px;*/
	max-width: 780px;
	margin-right: auto;
	margin-left: auto; 
}

#footer {
	clear: both;
	text-align: center;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 760px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	padding:10px;
	margin:0px;
}

.entry{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	/*font-size: 0.80em;*/
	line-height: 1.5em;
}

h3.entrytitle, h3 {
	color: #ff7800;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;

}
h3.entrytitle a, h3.entrytitle a:visited, h3 a{
	color: #ff7800;
	text-decoration:none;
	border-style: none;
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
}

h3.entrytitle a:hover, h3 a:hover{
text-decoration:underline;}
.entrymeta{
	height: 16px;
	margin-top: 0;
	font-size: 10px;
	color: #999;
	border-top:solid 1px #ccc;
	padding-top:4px;
	margin-bottom: 8px;
}

a, a:visited{
	color: #ff7800;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.entrybody p{
margin:8px 0;
padding:0;
}
.entrybody ul {
	margin-left: 30px;
	padding-left:0px;
	list-style-type: none;
}
.entrybody ol{
	margin-left:30px;
	padding-left:0px;
}
.entrybody ul li {
	list-style:square;
}

table{
	margin:0px;
}
td, th{
	padding:3px;
	font-weight:normal;

}

li {
	line-height:20px;
}

/* 23karat */
#wrap {
	width: 100%;
	max-width: 800px;
}

#yoga-logo {
	text-align: center;
	padding: 0 20px 20px 20px;
}

#yoga-logo img {
	max-width: 125px;
}

#leer, #navigation, #content, #footer {
    width: 100%;
    max-width: 760px;
}

.slicknav_menu {
	display: none;
}

.slicknav_btn {
	background-color: #f9f9f9;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #666;
}

.slicknav_nav {
	background-color: #ececec;
}

@media screen and (max-width: 767px){
	#content table td {
		display: block;
	}

	.slicknav_menu {
		display: block;
		background: none;
	}

	.slicknav_menu .dn {
		display: none;
	}

	.slicknav_nav a,
	.slicknav_nav a:hover {
		color: #222;
		text-align: right;
	}

	.slicknav_nav a:hover {
		background: none;
	}

	#navigation {
		display: none;
	}
}