 /*
 *Theme Name:   Oxygen Child
 *Description:  Child Theme for Oxygen
 *Author:       Rhoda Gonen
 *Template:     oxygen
 *Version:      0.0.1
 */

@import url("../oxygen/style.css");

}
#site-title {
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 3em;	/* 36 / 12 = 3 */
	line-height: 1em;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	word-wrap: break-word;
}
#site-title a {
	color: #32338e;
	border-bottom: none;
}

#sidebar-header {
	overflow: hidden;
	float: right;
	width: 20%;	/* 188/ 940 = 0.20*/
	height: 100px;
	margin-bottom: 20px;
}
#header img { max-width: 100%; }
#site-description {
    clear: both;
    color: #32338E;
    float: left;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 0.916667em;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 20px;
    width: 75%;
}

#menu-primary li.current-menu-item a {
    color: #9966CC;
}
#menu-secondary {
	font-size: 1em;
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
	clear: left;
	position: relative;
	background: #32338e;
	margin-bottom: 25px;
	z-index: 2;
}

#menu-secondary li a {
    background: none repeat scroll 0 0 #0E94D4;
    border-bottom: 1px solid #F7EEEE;
    color: #CCCCCC;
    display: block;
    font-size: 0.833333em;
    line-height: 1.2em;
    padding: 1.1em 1.2em;
    text-transform: uppercase;
}

#menu-secondary li.current-menu-item a { color: #9966CC; }
}

#menu-primary li.current-menu-item a {
    color: #606060;
}
.breadcrumbs {
    background: none repeat scroll 0 0 #F3F3F3;
    border-left: 10px solid #E9E9E9;
    color: #606060;
    float: left;
    font-size: 0.916667em;
    margin-bottom: 20px;
    padding: 0.25em 0.6em 0.35em 0.9em;
    width: 94.85%;
}
.sidebar .widget-title {
    color: #6B1B83;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-spacing: 2px;
}
#sidebar-subsidiary .widget {
    border-top: 1px solid #BBBBBB;
    float: left;
    font-size: 1em;
    margin: 0 3.19149% 20px 0;
    padding-top: 20px;
    width: 80%;
}
.featured-post .entry-title {
	display: none;
}