/* Start of CMSMS style sheet 'iPoster :: typography and colours' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #4faf11;    
	font-weight:bold;
}

a:hover {
	color: #ff4800;
}

.hidden{ display:none;}


div#activeStrapDemo a{
color:white;
font-weight:bold;
display:block;
width:200px;
height:30px;
padding-left:30px;
padding-top:11px;
	background:url(uploads/images/layout/closeButton.gif) no-repeat 0px 4px;
margin-left:20px;
text-decoration:none;

}


div#topNav a{
	color:white;
	background:url(uploads/images/layout/menuButton.gif) no-repeat;
	text-decoration:none;
	font-size:1em;
	/*letter-spacing:-0.1em;*/

	padding-top:5px;
	height:19px;

	padding-left:17px;
	width:182px;

	display:block;
	margin-right:39px;
	float:left;

}

div#topNav a.currentSection{
	background-position: 0px -24px;
}

div#topNav a:hover{
	background-position: 0px -24px;
}

#splash{
	background:url(uploads/images/layout/homeSplash.jpg) no-repeat;
}

a#trialButton{
	display:block; 
	width:233px;
	padding-left:32px;
	height:23px;
	padding-top:8px;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	background:url(uploads/images/layout/trialButton.gif) no-repeat;
	color:white;
	margin-left:auto;  
	margin-right:auto; 
	margin-top:-29px; 
}

a#trialButton:hover{
	background:url(uploads/images/layout/trialButton.gif) no-repeat 0px -31px;
}

.samplePara {
font-size: smaller;
color: black;
width: 215px;
margin: auto;
padding-top:7px;
padding-bottom:10px;
}

div#main {
	color:#303030;
	line-height:1.1em;
}



/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
color:#000;
}
div#content h2 {
font-family:impact, verdana, arial, san-serif;
	color: black;
	font-size: 4em; 
	text-align: left; 
	padding-bottom: 10px;
border-bottom:1px solid black;
margin-bottom:10px;
        line-height: 1em;

}

div#main.singleColumn h2{
text-align:center;
border-bottom:0px solid black;
}



div#isbn{
margin-top:-5px;
padding-bottom:5px;
border-bottom:1px solid black;
margin-bottom:10px;
}




div#content h3 {
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   font-size: 1.2em;
  text-transform:uppercase;
color: #ff4800;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
div#main strong, div#main b {
	   font-weight: bold;
	color:black;
}
em, i {
	   font-style:italic;
}


#homeBoxContent{
color:white;

font-size:1.2em;
}

#homeBoxContent a{
color:black;
font-weight:bold;
font-size:1.4em;
}

#homeBoxContent a:hover {
	color: #fff;
}


#homeBoxFooter{
color:white;
font-weight:bold;
font-size:1.2em;
}

#homeBoxFooter a{
color:white;
}

#homeBoxFooter a:hover {
	color: black;
}

div.footnote{
border-top:1px solid #303030;
padding-top:8px;
	font-size:0.8em;
padding-bottom:8px;
}

div#newsletter{
border-top:1px solid #303030;
	background:url(uploads/images/layout/newsletterLinkBG.gif) no-repeat;
height:31px;
padding-top:16px;
padding-left:40px;
font-size:1.1em;
}



div#footer p {
	padding:0;margin:0;
	margin-top:8px;
	line-height:1.1em;
}

div#footer a {
  color:black;
}

div#footer a:hover{
	color: #fff;
}

/* LISTS */

div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0px;
	list-style: none;
}

div#main ul li,
div#main ol li {
	margin: 0 0 20px 2px;
	background:url(uploads/images/layout/bullet.gif) no-repeat;
	padding-left:25px;
	font-weight:bold;
	color:black;
}

div#homeBoxContent ul li{
	margin:0 0 16px 2px;
font-size:0.8em;
	color:white;
	background:url(uploads/images/layout/bullet.gif) no-repeat -30px 2px;
padding-left:5px;
	padding:0;
}



/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

td{
vertical-align:top;
font-size:1em;
}

#feedback{
color:red;
font-weight:bold;
text-align:center;
background-color:#FCFAE0;
padding:10px;
}

a.arrowLink{
   display: block; /* IE has problems with this, fixed above */
padding:4px 10px 10px 23px;
   background: url(/uploads/images/layout/menuRightArrow.jpg) no-repeat 4px 1px; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
width:220px;
margin:auto;
font-size:1.2em;
}



/* End of 'iPoster :: typography and colours' */

