/* CSS Document */
/***** modrecTutorials - popUps**************************/
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.166;
	color: #000;
	background-color: #fff;  	
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/***** Header *******************************/
#headerPopUp{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 77px; /*75px*/	
	background-color: #282b53; /*282b53*/
	text-align: left;
}

#masthead{
	text-align: left;
	/*margin-left: 3px;*/
}

.top {
	color: #ffffff;  /*#fcedf1;*/
	padding: 0px 0px 5px 0px;
	margin-left: -300px; /*perfect placement in Safari - adjust for ie*/
}

/***** Content ************************************/

#contentPopUp{
	/*position: absolute;*/
	background-color: #fff; 
	margin: 100px 20px 10px 10px;
}

/***********************************************/
/* classes                                 */
/***********************************************/

.subhead {
	background-color: #d4d0b9; /* */
	color: #6A6523; /**/
	padding:2px 0px 2px 5px; 
	margin: 10px 0px 2px 5px; 
}

span.photo {
	position:relative;
	width: 200px; /*150*/
	max-width: 215px; /*165*/
	padding: 5px;
	right: 10px;
	float: right;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.25 em;
}

.left {
	margin-right: 200px;
}

.leftPopUp {
	margin-right: 250px;
}

.note {
font-size: 9px;
}

.blockquote {
font-size: 9px;
}

/*************** text and link styles ***************/

p { /*100% ;*/
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px; 
	margin-left: 10px;
}

h1 {    /*popUp head - Tutorial or Product Review*/
	font-size: 18px;  /*16px*/
	font-weight: bold;
	color: #EB1516; /*#6C143E; 252582*/
	margin-top: 5;
	margin-bottom: 0;
	margin-left: 10px;
}

h2 {   /*popUp title -  article or tutorial title*/
	font-size: 14px; /*22px*/
	font-weight: bold;
	color: #004080;
	margin-top: 2px; /*5px*/
	margin-bottom: 2px; /*5px*/
	margin-left: 10px; /*10px*/
}

h3 {   /*Whats New on index page*/
	font-size: 14px;
	font-weight: bold;
	color: #EB1516;/*e3400a 000#593942;*/
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px 0px 3px 0px; /*2px 0px 3px 0px;*/
}

h4 {   /*Whats New on index page*/
	font-size: 12px;  /*12px*/
	font-weight: bold;
	color: #EB1516; /*8F1130 111b59 #8f1130; #593942; #35A150; */
	margin-top: -1px;
	margin-bottom: 0;
	margin-left: 10px;
}

h5 {   /*subhead - About the book*/
	font-size: 16px;  /*16px*/
	font-weight: bold;
	color: #EB1516; /*EA2B2C-e3400a-E3400A*/
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 10px;
	letter-spacing: .05em;
}

h6 {  /*Do It Yourself Tutorial: - popUp*/
	font-size: 12px;
	font-weight: bold;
	color: #EB1516;  /*004080*/
	margin-left: 10px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color:  #f21d2f; /*004080*/
}

a:hover {
	text-decoration: none;
	color: #3a468c; /*A2A2A2*/ 
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

.easyread {
margin-bottom:.5em;
}

/************** footer styles ****************/

#footer{
	background-color: #243359; /*303030*/
	border-top: 1px solid #dedfe2; 
	font-size: 10px;
	font-weight: bold;
	color: #fff; /*dedfe2*/
	padding: 5px 0px 10px 20px;
}

/******************** end ***********************/

