/*
Theme Name: Anitas Balans och Harmoni
Theme URI: http://www.anitasbalansochharmoni.se
Description: Theme ported to Wordpress from previous design created by another firm. Starkers used as basetheme.
Version: 1.0
Author: Patrick Hansson
Author URI: http://www.hantrick.com
Tags: anitas balans och harmoni, hantrick, starkers
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body {
    background-color: #4E95D7;
    color: #003366;
    font-family: Verdana,Helvetica,Sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a, a:visited, a:active, a:link {
    color: #003366;
    text-decoration: none;
}

a:hover {
    color: #0066CC;
}

#mainWrapper {
    width: 700px;
    margin: 0 auto;

}
#header {
    height: 123px;
    background: url(images/topHeader.jpg) no-repeat;
}

#centerWrapper {
    background: url(images/mainBg-repeat.jpg);

    overflow: show;
}

#centerBox {
    display: block;
    background: url(images/mainBg.jpg) no-repeat;
    min-height: 650px;

}

#navBox {
    float: left;
    margin-left: 70px;
    margin-right: 25px;
    width: 205px;

}
#navBox .menu ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#navBox .menu li {
    background: url(images/menuDivider.png) no-repeat 0 25px;
    line-height: 22px;
    padding-bottom: 5px;
}
#navBox li {
    list-style: none;
}

#navBox .menu li a {
    background: url(images/bulletArrow.gif) no-repeat 0px;
    padding-left: 10px;
}


#contentBox {
    float: left;
    width: 380px;
}
#contentBoxTop {
    width: 100%;
    height: 230px;
    padding-top: 80px;
}

#footer {
    background: url(images/footerBox.jpg) no-repeat;
    clear: both;
    height: 100px;
    padding-top: 15px;
    text-align: center;
    font-size: 10px;

}

#footer a {
    color: #009999;

}

h1, h2, h3, h4, h5, h6 {
    margin:5px 0 10px 0;
}

h1 {font-size: 18px;}
h2 {font-size: 15px;}
h3 {font-size: 13px;}
p {font-size: 12px; padding-bottom: 18px;}
em {font-style: italic;}
strong {font-weight: bold;}
blockquote {margin: 0px 36px; background-color: #f5f5f5;}
#contentBox ul li {list-style-type: square; padding-bottom: 0.85em; margin-left: 20px;}

.blackBorder {
	border: 1px solid #000;
}

.scheduleDay   {
    width: 80px;
    font-weight: bold;
    font-size: 11px;
padding-top: 10px;
  color: #0A5BAC;
}

.scheduleTime   {
    width: 80px;
    font-weight: bold;
    font-size: 11px;
padding-top: 10px;
  color: #0A5BAC;
}

.scheduleActivity {
    font-weight: bold;
    font-size: 14px;
}

.extraNyhet {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #efefef;
	border-bottom: 3px solid #efefef;

}

.ngg-slideshow img {
	border: 1px solid #000;
}