/* Copyright (c) Sophie Jordan, All rights reserved 
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}
/* clears containers with floated elements, no need for extra markup! */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}
body {
	color: #333;
	font: 75%/1.5em Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	font: 1.9em/1em Helvetica, Arial, sans-serif;
}
h1 {display: none;
}
h2 {
	color: #FFF;
}
h3 {
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
}
h4 {
	font-size: 1.35em;
	color: #FFF;
}
h5 {
	color: #da70d6;
	font: bold 15px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
h6 {
	display: none;
}
p {
	color: #afeeee;
	font: 15px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	text-align: left;
}

ul {
	list-style-position: outside;
	color: #FFF;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

.plain {
	list-style: none;
	color: #bcf0f1;
	font-size: 1.3em;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Serif;
	line-height: .75em;
	padding-bottom: 15px;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #FFF;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}
ol.lowerRoman {
	list-style: lower-roman;
}
ol.upperAlpha {
	list-style: upper-alpha;
}
strong, b, .b {
	font-weight: bold;
}
a {
	color: #00FFFF;
	text-decoration: underline;
}
/*a:link {
	color: #00FFFF;
	outline: none;
	text-decoration: underline;
}

a:visited {
	color: #00FFFF;
	outline: none;
	text-decoration: underline;
}*/

a:hover {
	color: #AEEBF3;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #00FFFF;
	outline: none;
	text-decoration: underline;
}

.more {
	text-decoration: underline !important;
}

sup {
	vertical-align: super;
}

.smallcopy {
	font: 12px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

.commissions {
	font: 13px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}
hr {
color: #ffffff;
text-align: center;
	clear: both;
	height: 0;
	max-width: 90%
}
p {
	margin-right: 10px;
	margin-left: 5px;
	padding: 2px 0;
}
blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}
ul, ol {
	margin-left: 25px;
	padding-left: 0;
}
li {
	margin-bottom: 15px;
	margin-left: 15px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

.flag {
	padding: 5px;
}

.floatright
{
float: right;
margin: 0 15px 5px 8px;
border: 2px solid #daa520;
padding: 0px;
}

.floatleft
{
float: left;
margin: 0 8px 8px 0px;
border: 2px solid #daa520;
padding: 0px;
}

.topquote {
	color: #d1b6fc;
	font-size: 16px;
	font: bold;
	font-family: Georgia, Times New Roman, Serif;
	text-align: center;
}

.reviews2top{
	color: #da70d6;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#review-notes {
	background-color: #aecdee;
	max-width: 90%;
	padding: 1em;
	margin: 2px auto 2px auto;
	border: 1px solid #4a0082;
}
	
	#review-notes p {
	color: #4a0082;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.homebox {
	background-color: transparent;
	max-width: 980px;
	margin: 0px auto 0px auto;
	padding: 15px 0 60px 0;
}
img {
	max-width: 100%;
	height: auto;
}

#excerptbox2 {
	background-color: #fff8dc;
	max-width: 98%;
	padding: 1em;
	margin: 2px auto 2px auto;
	border: 1px solid #4a0082;
}
	
	#excerptbox2 p {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nextbookbuy {
	color: #ffd700;
	font: 18px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	text-align: left;
}

#printablelistbox {
  background-color: #5B0E6E;
  padding: 15px;
  margin: 10px 10px 15px 10px;
  border: 2px solid #E7AFF5;
} 

	#printablelistbox p {
	font-size: 20px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background-color: #000000;
	text-align: center;
}
body2 {
	margin-bottom: 10px;
	width: 100%;
	max-width: 980px;
	margin: 15px auto;
	border: none;
}


body {
  /* Location of the image */
  background-image: url(../images/980_2back-980x937.gif);
  margin-bottom: 10px;
	width: 100%;
	max-width: 980px;
	margin: 15px auto;
	border: none;
  
  /* Image is centered vertically and horizontally at all times */
  background-position: top center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: scroll;
  
  
  /* Set background size auto */
        background-size: cover;
      }
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#433856;
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(../images/980_2back-980x937.gif);
  }
	}


#squarehome { 
  background-image: url(../images/fullpageback-980x915.gif);
  background-repeat: no-repeat;
}

#logoTxt {
	width: 100%; /*381px;*/
	height: 100px;
	border: none;
    padding-top: 200px;
	margin-bottom: 0px;
}
#logoTxt2 {
background-image: url(../images/sj_2015_portal.gif);
	width: 100%; /*381px;*/
	height: 201px;
	border: none;
	margin-bottom: 0px;
}

#logoTxt3 {
	width: 100%; /*381px;*/
	height: 395px;
	border: none;
	margin-bottom: 0px;
}
#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}
#logoTxt h2 {
	color: #fff;
}
#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	top: 0px;
	right: 0;
	width: 124px;
	z-index: 9;
}
#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}
header {
	/*height: 170px;*/
	width: 100%;
	border: none;
}

header2 {
	/*height: 201px;*/
	background-image: url(../images/sj_2015_header_portal.gif);
	background-repeat: no-repeat;
	width: 100%;
	border: none;
	background-color: #433856;
}
header h1 {
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	border: none;
}
header h1 span {
	color: #FFF;
	float: right;
	padding-right: 5px;
	padding-top: 0px;
	width: 300px;
	border: none;
}
#headTxt {
	color: #FFF !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}
#nav {
  background: #433856;
  width: auto;
}
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#nav ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#nav.align-right ul li {
  float: right;
}
#nav.align-center ul {
  text-align: center;
}
#nav ul li a {
  color: #dea723;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#nav ul li a:hover {
  color: #5b9ed2;
}
#nav ul li a:hover:before {
  width: 100%;
}
#nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: .5;
}
#nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#nav ul li.last > a:after,
#nav ul li:last-child > a:after {
  display: none;
}
#nav ul li.active a {
  color: #dea723;
}
#nav ul li.active a:before {
  width: 100%;
}
#nav.align-right li.last > a:after,
#nav.align-right li:last-child > a:after {
  display: block;
}
#nav.align-right li:first-child a:after {
  display: none;
}
section center {
	background-color: #433856;
	margin: 0 10px;
}
#mainRight, #mainRight2 {
	margin-top: 0px;
	width: 980px;
	text-align: left;
}
/*#mainRight h2 {
	margin-bottom: 0px;
	border: none;
}

#mainRight2 {
	width: 980px !important;
}*/

.columns {
	background-color: transparent;
	margin: 0 0px 0 0px;
	border: none;
	display: block;
	width: 980px;
	padding: 0px 0px 0px 0px;
}
.colLeft {
	float: left;
	width: 430px;
	border: none;
	margin: 20px 0px 20px 30px;
}
.colRight {
	float: right;
	width: 450px;
	border-left: 2px;
	border-color: rgba(186,186,186,0.3);
	border-style: groove;
	padding-left: 20px;
	margin: 20px 0px 20px 10px;
}
.col_wide {
	float: left;
	width: 630px;
	border: none;
	margin: 30px 0px 20px 30px;
}
.col_thin {
	float: right;
	width: 250px;
	border-left: 0px;
	border-color: rgba(186,186,186,0.3);
	border-style: groove;
	padding-left: 20px;
	margin: 20px 0px 20px 10px;
}

.col_bookswide {
	float: right;
	width: 630px;
	border: none;
	margin: 30px 30px 20px 0px;
}
.col_booksthin {
	float: left;
	width: 250px;
	border-left: 0px;
	border-color: rgba(186,186,186,0.3);
	border-style: groove;
	padding-left: 20px;
	margin: 20px 10px 20px 0px;
}

.col_single {
	float: none;
	max-width: 90%;
	border: none;
	margin: 0px auto 20px auto;
	padding-top: 35px;
}

.col_single_home {
	float: none;
	max-width: 980px;
	border: none;
	margin: 0px auto 20px auto;
	padding-top: 35px;
}
.bookgallery
{
float: left;
width: 250px;
border: 0px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
text-align: center;
}

.smbkgallery
{
float: left;
width: 155px;
border: 0px solid #999;
margin: 0 3px 15px 0;
padding: 3px;
text-align: center;
}

.clear { clear: left; }

#sidebooknotes {
	background-color: #30596c;
	padding-top: 10px;
	padding-bottom: 5px;
}

.booklist14{
	list-style-type: disc;
	text-align: left;
	font: italic 13px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	color: white;
	line-height: 1.5em;
}

#signature {
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: right;
}

.centerinfo{
	text-align: center;
}

.leftinfo{
	text-align: left;
}

.books{
	border: 2px solid #daa520;
}

.books2{
	border: 1px solid #daa520;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer {
	clear: both;
	background-color: transparent;
	padding-top: 10px;
	height: 75px;
	border: none;
}
footer p {
	float: none;
	margin-left: 30px;
	font-size: 0.9em;
	color: #FFFFFF;
	border: none;
	text-align: center;
}
footer ul {
	float: right;
	list-style: none;
	width: 330px;
	padding-top: 2px;
	text-align: right;
	margin-right: 20px;
	border: none;
}
footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}
footer ul li a {
	font-size: 0.9em;
	color: #FFFFFF;
}
footer ul li a:hover {
	color: #FFF;
}

 @media screen and (max-width: 768px) {
#logoTxt {
	width: 90%; /*381px;*/
	height: auto;
	border: none;
    margin-right:auto;
    margin-left:auto;
}
#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	top: 0px;
	right: 0;
	width: 100%;
	z-index: 9;
}

#logoTxt2 {
background-image: url(../images/sj_2015_portal768.gif);
	width: 100%; /*381px;*/
	height: 201px;
	border: none;
	margin-bottom: 0px;
}
header {
	/*height: 201px;*/
	width: 100%;
	border: none;
}
header h1 span {
	color: #FFF;
	float: right;
	padding-right: 5px;
	padding-top: 0px;
	width: 100%;
	border: none;
}


#nav ul li {
    float: none;
    display: block;
  }
  #nav ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #5b9ed2;
  }
  #nav ul li.last > a,
  #nav ul li:last-child > a {
    border: 0;
  }
  #nav ul li a:after {
    display: none;
  }
  #nav ul li a:before {
    display: none;
  }
#mainRight, #mainRight2 {
	margin-top: 0px;
	width: 100%;
	text-align: left;
}
/*#mainRight h2 {
	margin-bottom: 0px;
	border: none;
}

#mainRight2 {
	width: 980px !important;
}*/

.columns {
	margin: 0 0px 0 0px;
	border: none;
	background-color: transparent;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.colLeft {
	float: left;
	width: 100%;
	max-width: 700px;
	border: none;
	margin: 20px 0px 20px 10px;
}
.colRight {
	float: right;
	width: 100%;
	max-width: 750px;
	border-left: 2px;
	border-color: rgba(186,186,186,0.3);
	border-style: groove;
	margin: 20px 0px 20px 0px;
}
.col_wide {
	float: left;
	width: 100%;
	max-width: 750px;
	border: none;
	margin: 30px 0px 20px 10px;
}
.col_thin {
	float: right;
	width: 100%;
	max-width: 750px;
	border-left: 2px;
	border-color: rgba(186,186,186,0.3);
	border-style: groove;
	padding-left: 20px;
	margin: 20px 0px 20px 10px;
}


.col_bookswide {
	float: right;
	width: 85%;
	border: none;
	margin: 30px 30px 20px 0px;
}
.col_booksthin {
	float: left;
	width: 90%;
	border-left: 0px;
	border-color: rgba(186,186,186,0.3);
	border-style: groove;
	padding-left: 10px;
	margin: 20px 10px 20px 0px;
}
.col_single_home {
	float: none;
	max-width: 90%;
	border: none;
	margin: 0px auto 20px auto;
	padding-top: 35px;
}
.bookgallery
{
float: left;
width: 250px;
border: 0px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
text-align: center;
}

.smbkgallery
{
float: left;
width: 155px;
border: 0px solid #999;
margin: 0 3px 15px 0;
padding: 3px;
text-align: center;
}

.floatright
{
float: right;
margin: 0 8px 5px 25px;
border: 2px solid #daa520;
padding: 0px;
}
}
 @media screen and (max-width: 480px) {
.colLeft {
	float: left;
	width: 100%;
	max-width: 300px;
	border: none;
	margin: 20px 0px 20px 10px;
}
.col_wide {
	float: left;
	width: 100%;
	max-width: 320px;
	border: none;
	margin: 30px 0px 20px 0px;
}
.col_thin {
	float: right;
	width: 100%;
	max-width: 470px;
	border-left: 2px;
	border-color: rgba(186,186,186,0.3);
	border-style: groove;
	padding-left: 20px;
	margin: 20px 0px 20px 10px;
}
.colRight img {
	width: 100%;
	height: auto;
}
.colLeft center img {
	width: 100%;
	height: auto;
}
.col_single_home {
	float: none;
	max-width: 90%;
	border: none;
	margin: 0px auto 20px auto;
	padding-top: 35px;
}
.floatright
{
float: right;
margin: 0 10px 5px 25px;
border: 2px solid #daa520;
}
}
