/* Main CSS stylesheet for Avigail's site */

body {
    background: white;
    text-align: center;
    font: 0.8em/1.6em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
    margin: 0;
}

p {}

p.notice {
    font-size: smaller;
    color: #404040;
    font-style: italic;
    text-align: right;
}

b, strong {}

a:link, a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover, a:active {}

h2 a:hover {
    text-decoration: none;
    /* color: #000000; */
}

img {
    border-style: none;
}

.image-left {
    margin: 3px 3px 3px 0;
    float: left;
}

.image-right {
    margin: 3px 0 3px 3px;
    float: right;
}
	

#container {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
}

.clearer {
    clear: both;
}

#pageHeader {
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #594fbf;
    /* height: 230px; Changed 13/3/09 */
    height: 189px; /* = height of logo image */
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
}

#pageHeader #peel {
    background: url(../images/top_left_grad.png) no-repeat left top;
    position: absolute;
    top: 1px;
    left: -10px;
    z-index: 100;
    height: 53px;
    width: 53px;
}

#pageHeader img {
}

#pageHeader h1 {
    color: #594fbf;
    font-size: 300%;
    font-weight: bold;
    display: inline;
    line-height: normal;
    border: none;
    
    padding-bottom: 5px;
    margin-bottom: 0;
    
    position: absolute;
    bottom: 0;
    left: 0;
}

#pageHeader h2 {
    color: #333333;
    font-weight: normal;
    font-size: 120%;
    margin-top: 5px;
    border: none;
}

#contentContainer {
    margin-left: 186px;
    position: relative;
}

#contentContainer #content {
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 250px;
	padding-bottom: 10px;
}

#content {
    padding-top: 10px;
}

#contentContainer #sidebar {
	float: right;
	width: 250px;
	color: #808080;
	font-size: 0.95em;
}

#contentContainer #sidebar .sidecontent {
	margin: 0 0 10px;
	padding: 0 10px;
}

#contentContainer .sideHeader {
}

#sidebarContainer {
    float: left;
    width: 186px;
    position: relative;
    display: block;
}

#sidebarContainer #logo {
    width: 186px; /* = image width + left margin + right margin */
    /* height: 240px; Changed 13/3/09 */
    height: 189px; /* = image height */
    /* background: url(../images/Avigail5.jpg) no-repeat; Changed 13/3/09 */
    background: url(../images/Avigail7.jpg) no-repeat;
    display: block;
    margin-left: 10px; /* Added 13/3/09 */
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

#sidebarContainer p {
    color: #333333;
    margin: 20px;
    padding: 5px;
}

#sidebarContainer a:link, #sidebarContainer a:visited {
    text-decoration: none;
    color: #afafaf;
    background: transparent;
}

#sidebarContainer a:hover, #sidebarContainer a:active {
    background: #333333;
}

#footer {
    color: #666666;
    border-top: 1px solid #594fbf;
    margin-left: 20px;
    margin-right: 20px;
}

#footer p {}

#footer a:link, #footer a:visited {
    background: transparent;
    #color: #cccccc;
    color: #666666;
}

#footer a:hover, #footer a:active {
    color: #191919;
}

#breadcrumbcontainer {
    display: block;
    color: #ffffff;
    text-align: left;
    /* margin-right: auto;
       margin-left: auto; */
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#breadcrumbcontainer ul {
    list-style: none;
    margin: 0;
    padding-left: 25px;
    padding-right: 10px;
}

#breadcrumbcontainer li {
    display: inline;
}

#breadcrumbcontainer a {
    color: #ffffff;
    text-decoration: none;
}

#breadcrumbcontainer a:hover {
    color: #594fbf;
}
	
/* Toolbar Styles */

#navcontainer {
    color: #594fbf;
    background: white;
}

#navcontainer #current {
    background: #aca7df;
    color: white;
}

#navcontainer #current:hover {
    color: #594fbf;
    background: #afafaf;
}

#navcontainer a.currentAncestor {
    background: #afafaf;
    color: #594fbf;
}

#rss {
    text-align: center;
}

#rss a {
    color: #594fbf;
}

/* Parent - Level 0 */

#navcontainer ul {
    list-style: none;
    padding: 0;
    margin: 10px;
    border-top: 1px solid #594fbf;
}

#navcontainer li {
    line-height: normal;
}

#navcontainer a:link, #navcontainer a:visited {
    text-decoration: none;
    color: #594fbf;
    background: white;
    border-bottom: 1px solid #594fbf;
    display: block;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
}

#navcontainer a:hover {
    color: #594fbf;
    background: #afafaf;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
    margin: 0;
    padding: 0;
    border-top-style: none;
}

#navcontainer ul ul li {
    line-height: normal;
}

#navcontainer ul ul a:link, #navcontainer ul ul a:visited {
    padding-left: 15px;
    font-size: 80%;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: normal;
    color: #594fbf;
    background: white;
    border-style: none;
    border-bottom: 1px solid #594fbf;
}

#navcontainer ul ul a:hover{
    color: #594fbf;
    background: #afafaf;
}

#navcontainer ul ul #current{
    background: #aca7df;
    color: white;
}

#navcontainer ul ul .currentAncestor {
    background: #afafaf;
    color: #594fbf;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
    border: none;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a:link, #navcontainer ul ul ul a:visited {
    padding-left: 35px;
}

#navcontainer ul ul ul a:hover{
    background: #afafaf;
    color: #594fbf;
}

/* Child Level 3 */

#navcontainer ul ul ul ul {
    display: none;
}

blockquote, .standout {}

h1 {}

h2 {
    color: #594fbf;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 1px solid #594fbf;
    margin-top: 3em;
}

h3 {
    color: black;
    font-size: normal;
    font-weight: bold;
    margin-top: 2em;
}

/* Imported sidebar_right.css */
/* default float side for this theme */
#contentContainer #sidebar {
    float: right;
}

/* Imported purple.css */
hr {
    color: white;
    background: white;
    border-bottom: 1px solid #594fbf;
    border-style: none none solid none;
}

a:link, a:visited {
    color: #594fbf;
}

a:hover, a:active {
    color: #594fbf;
    text-decoration: underline;
}

#pageHeader h1 {
    color: #594fbf;
}

#pageHeader h2 {
    color: #594fbf;
}

/* Imported width_default.css */
#container {
    width: auto;
}

