/* -------------------------------------------------------------------------

    Title:      Pearson MyKit CSS file for all media
    Filename:   base.css
    Method:     <link>
    Author:     R. Prokop | bobprokop@yahoo.com for Pearson Education
    Updated:    September 2009
    Notes:      !LEAVE THIS FILE AS-IS TO MAINTAIN STANDARDIZED STRUCTURE!	

-------------------------------------------------------------------------- */

/*--- leave the body tag's bgcolor as-is to allow the transparent frame to render properly ---*/
body{
	background-color:#fff;
	padding:4px 0;
}
/*--- this element acts as a container to aid alignment ---*/
#container{
	width:769px;
	margin:10px auto;
}
/*--- header element: contains the site logo and the pearson logo in the bg ---*/
#header{
	width:729px;
	height:68px;
	position:relative;
	top:4px;
	margin:0 auto;
}
#header img{
	float:left;
	border:none;
	cursor:pointer;
}
#header img#pe_logo{
	float:right!important;
	margin-top:0!important;
}
/*--- tabs ---*/
#tabs{
	position:absolute;
	z-index:101;
	top:92px;
	width:729px;
	margin:0 auto;
}
#tabs a:link, #tabs a:visited{
	font:bold 14px/1em 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	display:block;
	float:right;
	width:87px;
	padding:6px 0;
	margin-right:4px;
}
#tabs a:hover, #tabs a:active{
	height:16px;
	margin-top:-2px;
}
/*--- the transparent frame ---*/
#frame{
	display:block;
	position:absolute;
	z-index:100;
	top:108px;
}
/*--- home page intro copy ---*/
#copy{
	display:block;
	position:absolute;
	z-index:101;
	top:108px;
	width:354px;
	margin-left:386px;
}
#copy h1{
	font:bold 18px/1.35em Arial, Helvetica, sans-serif;
	margin:32px 0 4px 0;
}
#copy p{
	font:normal 12px/1.5em Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
}
/*--- holds the photos and (in color.css) sets the background color ---*/
#content{
	position:absolute;
	top:108px;
	width:769px;
	height:313px;
	overflow:hidden;
	z-index:99;
	margin:0;
	padding:0;
}
/*--- photos w/transitions ---*/
#photos{
	width:368px;
	height:313px;
	overflow:hidden!important;
	float:left;
	margin:0 18px 0 0;
}
/*--- badge element (if necessary) ---*/
#badge{
	width:124px;
	position:absolute;
	top:320px;
	z-index:102;
	margin:0 auto 0 600px;
}
#badge img{
	height:124px;
	width:124px;
	border:none;
	cursor:pointer;
	float:right;
}

/*--- container: sign-in/returning users ---*/
#user_connect{
	width:729px;
	min-height:132px;
	padding:0 0 2em 0;
	margin:340px auto 10px auto;
	clear:both;
	overflow:visible;
}
/* first-time users container */
#first_time_users{
	width:186px;
	float:left;
	padding:0 0 10px 0;
	margin:0;
}
/* options in first-time users container */
#first_time_users dt{
	font:normal 18px/1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/box_top_bg.gif) no-repeat top left transparent;
	padding:10px 12px;
	margin:0;
}
/* LL: 'Register/Log in here' notes */
#first_time_users dd.note, #returning_users dd.note{
	font:italic 11px/1em Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0 0 5px 10px;
}
/* alternate for Pegasus MyKits */
#first_time_users dt.pegasus, #returning_users dt.pegasus{
	font:bold 16px/1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
#first_time_users dd{
	padding:0;
	margin:0;
}
/* 'button' controls */
#first_time_users dd a:link, #first_time_users dd a:visited{
	font:bold 14px/1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	cursor:pointer;
	display:block;
	padding:6px;
	margin:10px;
}
/* returning users container */
#returning_users{
	width:186px;
	float:left;
	padding:0 0 10px 0;
	margin:0 0 1em 10px;
}
/* options in returning users container */
#returning_users dt{
	font:normal 18px/1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/box_top_bg.gif) no-repeat top left transparent;
	padding:10px 12px;
}
#returning_users dd{
	padding:0;
	margin:0;
}
/* 'button' controls */
#returning_users dd a:link, #returning_users dd a:visited{
	font:bold 14px/1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	padding:6px;
	margin:10px;
}
/*--- announcements container ---*/
#announcements{
	width:330px;
	float:right;
	padding:0;
	margin:0 0 0 14px;
}
#announcements h2{
	font:bold 14px/1em Arial, Helvetica, sans-serif;
	padding:0 0 3px 0;
	margin:0 0 4px 0;
}
#announcements p{
	font:normal 11px/1.35em Verdana, Arial, Helvetica, sans-serif;
	padding:0 8px 3px 0;
	margin:0 0 6px 0;
}
/* use the 'last' class for the final paragraph of you copy if the height exceeds that of the sign-in/register boxes */
#announcements p.last{
	margin-bottom:1em;
}
/*--- footer ---*/
#footer{
	font:normal 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	white-space:nowrap;
	text-align:center;
	width:660px;
	padding:6px 0 0 0;
	margin:0 auto 10px auto;
	clear:both;
}
/* span inside footer used to populate current year via JavaScript */
#current_year{
	padding:0 2px;
}


/* ---- SECONDARY pages only ---- */
/* holds intro copy */
#secondary_copy{
	width:729px;
	margin:0 auto;
}
#secondary_copy h1{
	font:bold 18px/1.35em Arial, Helvetica, sans-serif;
	margin:32px 0 4px 0;
}
#secondary_copy p{
	font:normal 12px/1.5em Arial, Helvetica, sans-serif;
	margin:10px 0 2em 0;
}
/* container element for product definition lists */
#products{
	width:729px;
	margin:0 auto;
}
/* definition lists: define individual product listing */
#products dl{
	font:normal 12px/1.25em Arial, Helvetica, sans-serif;
	height:150px;
	border-top:1px solid #e5e5e5;
	padding:10px;
	overflow:hidden;
	margin:0 18px 0 0;
}
/* tag the last product listing with the 'last' class to provide margin from footer */
#products dl.last{
	margin-bottom:2em;
}
/* definition title tag is used to display the product cover image */
#products dt{
	margin:0;
	padding:0;
	display:inline;
	float:left;
}
#products dt img{
	border:1px solid #000;
	cursor:default;
	margin-right:14px;
}
/* definition data renders each new line in the product listing */
#products dd{
	margin:0;
	padding:0;
}
#products dd.author, #products dd.time{
	font-weight:bold;
	font-size:110%;
	padding-top:1em;
	margin-bottom:6px;
}
/* 'button' controls */
#products dd a:link, #products dd a:visited{
	font:bold 14px/1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
	padding:6px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}




/*----------------------------------------------------------------*/
/*
/* ---- SUPPORT pages ---- */
/*
/*----------------------------------------------------------------*/

/* SECONDARY pages: headers used to define the various sub-disciplines (if present) */
#products h1{
	font:bold 14px/1.35em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:6px;
	margin:4em 18px 0 0;
}
/* let's keep the first sub-discipline up near the top */
#products h1.first{
	margin-top:0!important;
}


/* SUPPORT pages: default font-family */
.subpage{
	font-family:Arial, Helvetica, sans-serif;
}
.subpage li{
	margin-bottom:10px;
}
#footer{
	display:block;
	clear:both;
}
.sidebar{
	float:left;
	width:200px;
	padding:10px 16px 0 0;
	font-size:12px;
}
.sidebar dl{
	margin:0!important;
	padding:0!important;
}
.sidebar dt{
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:4px;
}
.sidebar dd{
	margin-left:0;
	padding:0;
	line-height:1.75em;
}
.sidebar dd a:link, .sidebar dd a:visited{
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:2px 2px 2px 4px;
}
.main{
	font-size:12px;
	float:left;
	width:536px;
	padding:10px 0 0 16px;
	margin-bottom:10px;
}
.main h1{
	font:bold 22px/1em 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
.main h2{
	font-size:14px;
	font-weight:bold;
	text-transform:none;
	margin-bottom:10px;
	margin-top: 10px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.main dl{
	margin:0;
	padding:0;
}
.main dt{
	font-size:12px;
	font-weight:bold;
	text-transform:none;
	margin-bottom:10px;
	margin-top: 10px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.main dd{
	margin:0 0 10px 0;
	padding:0;
	line-height:1.5em;
}
.main dd.subH{
	font-size:100%;
	font-weight:bold;
}
.main ul{
	margin-top:1.5em;
	margin-bottom:2em;
}
.main table{
	width:100%;
	padding:0;
	border:none;
	border-collapse:collapse;
	margin:2em 0;
}
.main th{
	font-size:100%;
	text-transform:uppercase;
	text-align:left;
	padding:3px;
}
.main th.ctr{
	text-align:center;
}
.main th.right{
	text-align:right;
	padding-right:10px;
}
.main td{
	padding:3px 3px 10px 3px;
	width:50%;
	vertical-align:middle;
}
.main td.row_label{
	font-size:100%;
	font-weight:bold;
}
.main td.indentL{
	padding-left:40px;
}
.main td.wide{
	width:86%!important;
}
.main td.narrow{
	width:7%!important;
}
.main td.right{
	text-align:right;
	padding-right:10px;
}
dl.vanilla{
	margin:0!important;
	padding:0!important;
}
dl.vanilla dt{
	font-weight:bold;
	text-transform:none;
	letter-spacing:normal;
	padding:0;
	margin:10px 0 0 0;
	border:none;
}
dl.vanilla dd{
	margin:0;
	padding:0;
	line-height:1.35em;
}
.rule{
	height:4px;
	margin:30px auto 20px auto;
	clear:both;
}
.section{
	font-size:110%;
	margin:1em 0 2em 1.5em;
	padding:0;
}
.section li{
	margin-bottom:6px;
}
/* ---- GENERIC stuff for use on any page ---- */
q:before, q:after{
	content:"";
}
.nowrap{
	white-space:nowrap;
}
.block{
	display:block;
}
.strong{
	font-weight:bold;
}

/* the 'smooth scroll to top' links */
a.scrollTop{
	display:block;
	width:auto;
	font:normal 11px/1.5em Verdana, Arial, Helvetica, sans-serif!important;
	text-decoration:none!important;
	text-align:right;
	padding:4px 24px 4px 4px;
	margin:3em 0 .5em 0;
}
.tight{
	margin-top:0!important;
}
.bumpDown{
	margin-top:3.25em;
}
/* some vertical white-space */
.ws{
	height:300px;
}
