/* -------------------------------------------------------------------------

    Title:      Students@Pearson CSS file for all media
    Filename:   master.css
    Method:     <link>
    Author:     R. Prokop | bobprokop@yahoo.com for Pearson Education
    Updated:    May 2010
    Notes:      ...	

-------------------------------------------------------------------------- */
body{
	background:url(../images/body_bg.gif) repeat-x top left #fff;
	font:normal 100%/1em Arial, Helvetica, sans-serif;
	color:#333;
}
a:link{
	color:#46679d;
}
a:visited{
	color:#46679d;
}
a:hover{
	color:#c30;
	text-decoration:none;
}
a:active{
	color:#46679d;
}

/* page structure 
--------------------------------------------- */
/* canvas */
#wrap{
	width:724px;
	max-width:724px;
	min-width:724px;
	height:auto;
	background-color:#fff;
	padding:16px 48px 24px 48px;
	margin:0 auto 24px auto;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0 4px 12px rgba(206,211,218,1.0);
	-webkit-box-shadow:0 4px 12px rgba(206,211,218,1.0);
	-moz-box-shadow:0 4px 12px rgba(206,211,218,1.0);
}

/* header
--------------------------------------------- */
#header{
	width:724px;
	max-width:724px;
	min-width:724px;
	padding:12px 0 16px 0;
	margin:0 auto 4em auto;
	/*text-align:center;*/
	border-bottom:2px solid #727b89;
}
/* pearson logo */
#logo{
	width:249px;
	height:40px;
	margin:0 auto;
	border:0!important;
	cursor:pointer;
}
#issue{
	font:normal 80%/1em "museo", Arial, Helvetica, sans-serif;
	color:#999;
	width:180px;
	padding:0 10px 10px 10px;
	float:right;
	text-align:right;
}
#issue span{
	font:normal 190%/1em Georgia, "Times New Roman", Times, serif;
	color:#595959;
	margin:0 6px;
	/*background-color:#e9edf1;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;*/
}

/* callout boxes featuring a single image w/caption and-or descriptive text
----------------------------------------------*/
.caption{
	background-color:#fff;
	margin:4px 0 8px 0;
}
.cap-right{/* when floated to right */
	float:right;
	margin-left:16px;
}
.cap-left{/* when floated to left */
	float:left;
	margin-right:16px;
}
.caption img{
	display:block;
}
.caption p, p.cite{
	font-size:70%!important;
	line-height:1.15em!important;
	margin:8px 0 0 0;
	text-align:left;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	/*padding-left:6px;
	border-left:6px solid #ced3da;*/
}
p.cite{
	font-family:Arial, Helvetica, sans-serif!important;
	letter-spacing:normal!important;
	text-indent:.4em;
	padding:10px 0 0 0!important;
	border-top:1px solid #ccc;
	border-bottom:none!important;
}

/* common elements
--------------------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:1.25em;
	margin-bottom:.85em;
	color:#48493d;
}
h1{
	font-size:1.35em;
	font-weight:normal!important;
	letter-spacing:-0.025em;
	line-height:1.15em;
	color:#46679d;
}
h1 > span{/* for subtitles in headers */
	font:bold 65%/1.15em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:normal!important;
	word-spacing:-1px;
	display:block;
	color:#b6bcc6;
	margin-top:3px;
}
p{
	font-size:12px;
	line-height:1.5em;
	margin-bottom:1.5em;
}
blockquote{
	width:207px;
	padding:0 6px;
	text-indent: -0.35em;
}
blockquote p{
	font:normal 110%/1.3em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	color:#595959;
}
span.begin-q{
	float:left;
	font-size:600%;
	position:relative;
	top:24px;
	margin-right:3px;
	color:#ccc;
}
span.end-q{
	float:right;
	font-size:600%;
	position:relative;
	top:32px;
	margin-left:6px;
	color:#ccc;
}
q{
	font:italic 12px/1.35em Georgia, "Times New Roman", Times, serif;
}
cite{
	font:italic 75%/1.15em Georgia, "Times New Roman", Times, serif;
	text-align:right;
	display:none;
}
cite em{
	display:block;
}

/* for a 3-column section break, this is the proper width to use for each col. Left + right are identical; center column is 1px smaller in width */
.single{
	width:208px;
}
.double{
	width:455px;
}


/* sidebar
--------------------------------------------- */
#sidebar{/* 'Day in the Life' sidebar variant */
	background-color:#e4e8ee;
	padding:12px;
}
/* individual people profiles in the "Day in the Life" sidebar */
.ditl{
	width:195px;
	min-height:177px;
	margin:0 auto 3em auto;
}
.ditl > h1{
	font:normal 140%/1em 'Museo', Arial, Helvetica, sans-serif!important;
	/*text-transform:uppercase;*/
	text-align:center;
	word-spacing:-1px;
	color:#fff;
	background-color:#46689d;
	padding:10px 6px 12px 6px;
	margin:0!important;
}
.ditl > img{
	width:195px;
	height:177px;
	display:block;
	margin:0;
}
.ditl > dl{
	margin:6px auto 12px auto;
	color:#46689d;
	text-align:center;
}
.ditl > dl > dt{
	font:bold 100%/1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
.ditl > dl > dd.name{
	font:normal 120%/1em 'Museo', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin:4px 0 2px 0;
}
.ditl > dl > dd.aff{
	font-size:80%;
	word-spacing:-1px;
}
.ditl > p{
	color:#595959;
}
.ditl > ul{
	color:#595959;
	margin:2em 0 2em 12px;
	font-size:80%;
}
.ditl > ul > li{
	list-style-type:disc;
	margin:8px 0;
}

/* footer
--------------------------------------------- */
#footer{
	width:724px;
	max-width:724px;
	min-width:724px;
	display:block;
	clear:both;
	float:left;
	margin:5em auto;
	text-align:center;
	padding-top:6px;
	border-top:1px dotted #595959;
}

/*  various display styles
--------------------------------------------- */
.em{
	font-style:italic!important;
}
.strong{
	font-weight:bold!important;
	padding:0 2px;
}
.block{
	display:block!important;
}
.inline{
	display:inline!important;
}
.inline-block{
	display:inline-block!important;
}
.hidden{
	visibility:hidden!important;
}
.visible{
	visibility:visible;
}
.vis-collapse{
	visibility:collapse;
}
.not-bold{
	font-weight:normal;
}
.no-show{
	display:none!important;
}
.auto-width{
	width:auto!important;
	min-width:0%!important;
	max-width:auto!important;
}
.auto-height{
	height:auto!important;
	min-height:0%;
	max-height:auto!important;
}
.wrap{
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	position:relative;
	z-index:1;
}
.nowrap{
	white-space:nowrap;
	display:inline-block;
	float:left;
}
.generic{
	width:auto;
	height:auto;
	padding:0 24px;
	margin:0;
	position:relative;
	text-align:left;
}
.plus{
	font:normal 14px/1.5em Georgia, "Times New Roman", Times, serif;
}
.sans-med{
	font:normal 12px/1em Arial, Helvetica, sans-serif;
}
/* fancy ampersand courtesy of Dan Cederholm -- thanks, Dan! */
span.amp{
	font:italic 115%/.4em Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight:normal!important;
	letter-spacing:normal;
}
.serif{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	padding-right:2px;
}
.bump-up{
	margin-top:-24px!important;
}
.bump-down{
	margin-top:24px!important;
}
.pad-top{
	padding-top:12px!important;
}
.pad-bot{
	padding-bottom:12px!important;
}
.mar-top{
	margin-top:24px;
}
.mar-bot{
	padding-bottom:2.5em!important;
	border-bottom:1px solid #999;
	margin-bottom:2.5em!important;
}
.mar-left{
	margin-left:24px;
}
.normalize{
	text-transform:none!important;
}
.nudge-up{
	margin-top:-12px!important;
}
.clear-both{
	clear:both!important;
}
/*--- floats ---*/
.fRight{
	float:right!important;
}
.fLeft{
	float:left!important;
}
.fNone{
	float:none!important;
}
/*--- text alignment ---*/
.txtRight{
	text-align:right!important;
}
.txtLeft{
	text-align:left!important;
}
.txtCtr{
	text-align:center!important;
}
.txtJust{
	text-align:justify!important;
}
.indent{
	margin-left:12px!important;
}
/*--- borders ---*/
.border-top-bot{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:12px 0 16px 0;
}
.border-top{
	padding-top:8px!important;
	border-top:1px dotted #666!important;
}
.border-right{
	padding-right:20px;
	border-right:1px dotted #ccc!important;
}
.border-right-nopad{/* remove all padding */
	padding-left:0!important;
	padding-right:10px!important;
	border-right:1px dotted #ccc!important;
}
.border-bottom{
	padding-bottom:12px!important;
	border-bottom:1px dotted #595959!important;
}
.border-left{
	border-left:1px dotted #e5e5e5!important;
}
.border-none{
	border:none!important;
}
.buffer{
	clear:both!important;
	padding:24px 0;
}
/* arrow-ed */
.arrow{
	padding:16px 0 16px 32px!important;
	background:url(../images/arrow.png) no-repeat 0 16px scroll transparent;
}

/*  clear the floats of anything inside
--------------------------------------------- */
.group:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*  @font-face sandbox 
--------------------------------------------- */
@font-face{
	font-family:Calluna; /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ 
	src:url(../fonts/Calluna-Regular.otf) format("opentype");
}
@font-face{
	font-family:Museo; /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ 
	src:url(../fonts/Museo_Slab_500.otf) format("opentype");
}
.Calluna{
	font-family:Calluna, Georgia, serif;
	font-size:28px!important;
	line-height:1.25em!important;
}
h1.museo{
	font-weight:normal!important;
	font-family:Museo!important;
	font-size:22px!important;
	line-height:1.15em!important;
	letter-spacing:-1px!important;
}

	
	