Kontakt

Ayurvedisk Yoga Massage och individuella konsultationer erbjuds på Rapsgatan 1, Stockholm (Södermalm)

E-post: yoga@yogakraft.se
Telefon: 013-14 26 41, 0705-100054

Postadress:
Yogakraft/Ulrika Berglind
Rapsgatan 1
118 61 Stockholm

<?php global $default_colorscheme, $shortname; ?>
<?php $colorSchemePath = ”;
$colorScheme = get_option($shortname . ‘_color_scheme’);
if ($colorScheme <> $default_colorscheme) $colorSchemePath = strtolower($colorScheme) . ‘/’; ?>
<!DOCTYPE html PUBLIC ”-//W3C//DTD XHTML 1.0 Transitional//EN” ”http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<!DOCTYPE HTML PUBLIC ”-//W3C//DTD HTML 4.01//EN” ”http://www.w3.org/TR/html4/strict.dtd”><html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
<title><?php elegant_titles(); ?></title>
<?php elegant_description(); ?>
<?php elegant_keywords(); ?>
<?php elegant_canonical(); ?>
<style type=”text/css”>
*{margin: 0px; padding: 0px;}
</style>

<link href=’http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold’ rel=’stylesheet’ type=’text/css’ />

<link href=’http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT:regular,italic&subset=latin’ rel=’stylesheet’ type=’text/css’/>

<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

<!–[if lt IE 7]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/css/ie6style.css” />
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/DD_belatedPNG_0.0.8a-min.js”></script>
<script type=”text/javascript”>DD_belatedPNG.fix(‘img#logo, p#slogan, #menu, #top-overlay, #featured-overlay, span.overlay, .entry-content p.meta-info, #controllers span#right-arrow, #controllers span#left-arrow, #footer-content, #footer’);</script>
<![endif]–>
<!–[if IE 7]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/css/ie7style.css” />
<![endif]–>
<!–[if IE 8]>
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/css/ie8style.css” />
<![endif]–>

<script type=”text/javascript”>
document.documentElement.className = ‘js’;
</script>

<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>

</head>
<body <?php body_class($class); ?>>
<div id=”top-overlay”>
<div id=”header_stockholm”>
<div class=”container_stockholm”>
<a href=”<?php bloginfo(‘url’); ?>”>
<?php $logo = (get_option(‘yogakraft_logo’) <> ”) ? get_option(‘yogakraft_logo’) : get_bloginfo(‘template_directory’).’/images/’.$colorSchemePath.’yogakraft-logo-liten.png’; ?>
<img src=”<?php echo $logo; ?>” alt=”yogakraft Logo” id=”logo”/>
</a>

</div> <!– end .container –>
</div> <!– end #header –>

<div id=”menu”>
<div class=”container clearfix”>
<?php $menuClass = ‘nav’;
$menuID = ‘primary’;
$primaryNav = ”;
if (function_exists(‘wp_nav_menu’)) {
$primaryNav = wp_nav_menu( array( ‘theme_location’ => ‘primary-menu’, ‘container’ => ”, ‘fallback_cb’ => ”, ‘menu_class’ => $menuClass, ‘menu_id’ => $menuID, ‘echo’ => false ) );
};
if ($primaryNav == ”) { ?>
<ul id=”<?php echo $menuID; ?>” class=”<?php echo $menuClass; ?>”>
<?php if (get_option(‘yogakraft_home_link’) == ‘on’) { ?>
<li <?php if (is_home()) echo(‘class=”current_page_item”‘) ?>><a href=”<?php bloginfo(‘url’); ?>”><?php _e(‘Start’,'yogakraft’) ?></a></li>
<?php }; ?>

<?php show_page_menu($menuClass,false,false); ?>

<?php show_categories_menu($menuClass,false); ?>
</ul> <!– end ul#nav –>
<?php }
else echo($primaryNav); ?>
</div> <!– end .container –>
</div> <!– end #menu –>
<div id=”content”>

<div class=”container clearfix”>