/*
  CSS for What IS a Dot Diva page
  
  michael_steadman@wgbh.org
 */
.opening {
	margin-left: 27px;
}

#whatis-feature {
    margin-left: 23px;
    padding-top: 16px;
}

.whatis-row {
	float: left;
    z-index: 50;
	margin-bottom: 20px;
	font-size: 20px;
	height: 591px;
	width: 874px;
	background: transparent url(../i/whatis/background_gradient2.gif) no-repeat;
}

.whatis-row h2 {
    font-size: 35px;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 12px;
}

.whatis-row p {
    width: 500px;
    margin: 12px 0px;
    line-height: 24px;
}

.whatis-left {
	width: 824px;
    height: 200px;
	float: left;
	margin-top: 67px;
	margin-right: 52px;
	margin-left: 23px;
}
.whatis-left.a {
    background: transparent url(../i/whatis/aPicTop.png) no-repeat top right;
}
.whatis-left.b {
    background: transparent url(../i/whatis/bPicTop.png) no-repeat top right;
}
.whatis-left.c {
    background: transparent url(../i/whatis/cPicTop.png) no-repeat top right;
}

.whatis-right {
	width: 504px;
	height: 234px;
	float: left;
    margin-top: 60px;
    margin-left: 23px;
    padding-left: 330px;
}
.whatis-right.a {
    background: transparent url(../i/whatis/aPicBottom.png) no-repeat top left;
}
.whatis-right.b {
    background: transparent url(../i/whatis/bPicBottom.png) no-repeat top left;
}
.whatis-right.c {
    background: transparent url(../i/whatis/cPicBottom.png) no-repeat top left;
}

.whatis-list {
	margin-top: 10px;
	margin-bottom: 0;
}

.whatis-line {
	margin-left: -15px;
    font-size: 16px;
    line-height: 1.3em;
}
.odd {
    list-style-image: url(../i/whatis/bullet1.gif);
}
.even {
    list-style-image: url(../i/whatis/bullet2.gif);
}

#content a.next-tab {
    display: block;
    width: 195px;
    height: 23px;
    float: right;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    padding-top: 5px;
    margin-top: -2px;
    margin-right: 23px;
    font-weight: bold;
    background: transparent url(../i/whatis/button.gif) no-repeat;    
}

/* Styling for jQuery tools tabs */
#content ul.tabs {
    margin-left: 550px;
    margin-bottom: -24px;
    z-index: 100;
}
#content ul.tabs li {
    float: left;
    display: inline;
    list-style: none;
    text-align: center;
    margin-right: 7px;
    z-index: 100;
}
#content ul.tabs a {
    display: block;
    width: 70px;
    height: 18px;
    color: white;
    font-weight: normal;
    background-color: #a5127a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#content ul.tabs .current, .tabs a.active { background-color: #f89577; }
#content ul.tabs a:hover { background-color: #860f63; }
#content ul.tabs a.w70 { width: 70px;}
#content ul.tabs a.w85 { width: 85px;}

.panes {
    display: block;
    z-index: 50;
}

#salary-source { font-size: 12px; line-height: 12px; }

