/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px arial,helvetica,sans-serif;
	background: #fff;
}
p, address, ul, ol, li, dt, dd, td, th, span, blockquote {
	color: #353535;
}
blockquote { 
margin: 0 0 25px 0;
font-size:15px;
font-family: Georgia, serif;
font-weight:normal;
color:#666;
line-height:20px;
}

th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}


/* Links */
a {
	text-decoration: none;
	color: #345c85;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 12px;
	line-height: 18px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.border1 {
	border: 1px solid #999;
}
.drop {
	-moz-box-shadow: 0 0 10px #111;
	-webkit-box-shadow: 0 0 10px #111;
	box-shadow: 0 0 10px #111;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 4px 0;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #333;
	line-height: 1.15em;
	padding: 0 0 .5em 0;
	font-family: Georgia, serif;
}
h1, .module h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
	font-weight: normal;
}
.item h1 {
	color: #353535;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;

}
.item.detail.series h1 {
	margin: 0 0 10px 0;
}
h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
.item h2 {
	font-size: 16px;
	margin: 0;
}
h3, .module h4 {
	font-size: 14px;
}
.module h3 {
	font-size: 24px;
	margin: 0;
	font-weight: normal;
}
.module.outside-purchase h3, .module.interest h3 {
	font-size: 18px;
}
h4 {
	font-size: 13px;
}

/* Layout */
#container {
	position: relative;
	width: 878px;
	margin: 0 auto;
}
#top {
	height: 35px;
}
#psumark {
	display: block;
	padding: 10px 0 0 0;
}
#user-actions {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	text-align: right;
	padding: 5px 0;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	z-index: 10;
}
#masthead {
	position: relative;
	clear: both;
	margin: 0 0 0 56px;
	height: 200px;
	z-index:100;
}
#index #masthead {
	height: 150px;
}
#logo {
}
#primary-menu {
	position: relative;
	margin: 25px 0 0 0;
	padding: 0;
}
#primary-menu li {
	float: left;
	margin: 0 5px 25px 0;
	padding: 0;
	list-style: none;
}
#primary-menu a {
	display: block;
	outline: none;
	color: #444;
	font-size: 10px;
	text-transform: uppercase;
}
#primary-menu a span {
	padding: 3px 10px;
	display: block;
}
#primary-menu a:hover {
	text-decoration: none;
}
#primary-menu a.active, #primary-menu li.hover a {
	padding: 0 0 5px 0;
	background: url(/site_images/bg_nav_center.gif) center bottom no-repeat;
}
#primary-menu li.hover #sub-nav a {
	padding: 0;
	background: none;
}
#primary-menu a.none:hover {
	padding: 0;
	background: none;
}
#primary-menu a.active span, #primary-menu li.hover a span {
	color: #fff;
	text-decoration: none;
	background: #343434;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#sub-nav {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 10px;
    margin: 0;
    position: absolute;
    top: auto;
    width: 100%;
}
.in #sub-nav {
	left: -9999px;
}
.in.hover #sub-nav {
	left: 10px;
}
#primary-menu #sub-nav li {
	margin: 0 15px 0 0;
}
#primary-menu li.in.hover #sub-nav {
	left: auto;
	border: 1px solid #ccc;
	width: 105px;
	padding: 8px 5px 5px 5px;
	z-index: 10;
}
#primary-menu li.in #sub-nav li {
	float: none;
	margin: 2px 0 10px;
}
#sub-nav a.active, #sub-nav a:hover {
	color: #000;
}
#sub-nav a.active {
	font-weight: bold;
	background: none;
	text-shadow: #CCC 1px 1px 1px;
}
#google-search {
	width: 252px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 5;
}
.likeit {
	width: 156px;
	position: absolute;
	top: 100px;
	right: 0px;
}
#content {
	clear: both;
	width: 820px;
	margin: 0 0 25px 56px;
}
.columns {
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.one .column {
	width: 100%;
}
.two-a .column.first {
	position: relative;
	width: 560px;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #9e9e9e;
}
.two-a .column.second {
	width: 229px;
}
.three .column {
	width: 31%;
	padding: 0 1%;
}

.Subcategories {
	padding: 0 0 15px 0;
	list-style-type: square;
}
/* Pages */
.item {
	clear: both;
	margin: 0 0 10px 0;
}
.item .image-wrap, .item img {
	float: left;
	margin: 0 15px 30px 0;
}
.item.detail .allin {
	margin-bottom: 30px;
	float: none;
}
.item.detail .image-wrap img {
	margin-bottom: 50px;
	float: none;
}
.item.detail {
	font-size: 14px;
}
.item.staff img {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 15px 15px 0;
}
.allin {
	margin: 0 0 0 170px;
}
.item.staff .allin {
	margin: 0 0 0 130px;
}
.item.staff h2 span {
	font-size: 13px;
	color: #999;
}
.item.staff .contact-info {
	margin: 0 0 15px 0;
}
.item.staff .contact-info span {
	display: block;
	font-weight: bold;
}
ul.book-details {
	list-style: none;
	margin: 10px 0 15px 0;
}
ul.book-details li, ul.journal-details li {
	margin: 2px 0;
}
ul.journal-details {
	list-style: none;
	margin: 0 0 15px 0;
	float: left;
	border-right: 1px solid #9e9e9e;
	width: 205px;
}
ul.journal-actions {
	font-weight: bold;
	font-size: 12px;
	float: left;
	list-style: none;
}
.buy-info {
	margin: 0 45px 25px 0;
}
.previewlink {
	font-size: 12px;
}
.item-details {
	margin: 5px 0 10px 0;
	padding: 10px 0;
	border-top: 1px solid #9e9e9e;
	clear: both;
}
.item-copy {
	margin: 5px 0 10px 0;
	padding: 10px 0;
	clear: both;
}

.item-blurbs {
	margin: 5px 0 10px 0;
	padding: 10px 0;
	clear: both;
	border-top: 1px solid #9e9e9e;
}
.series .item-details {
	border-top: none;
}
.item-authors {
	margin: 0 0 20px 0;
	padding: 10px 0 20px 0;
	border-top: 1px solid #9e9e9e;

}
.item.series {
	padding: 0 0 5px 0;
}
.item.series img {
	float: none;
	margin: 0 10px;
}
.detail.item.series img {
    display: block;
    margin: 0 auto 4px;
}
.series-images {
	padding: 10px;
	margin-bottom:20px;
		/*border-top: 1px solid #9e9e9e;
	border-bottom: 1px solid #9e9e9e;*/
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9f8f7 url(/site_images/bg_feature.gif) left top repeat-x;
	-moz-box-shadow: 0px 1px 2px 2px #ccc;
	-webkit-box-shadow: 0px 1px 2px 2px #ccc;
	box-shadow: 0px 1px 2px 2px #ccc;
}
.series-images span {
    display: block;
    float:left;
    margin: 0 10px;
    width: 130px;
 	text-align:center;
}
.series-images h2 {
	color: #CC3300;
	margin: 0 0 5px 0;
	font-size: 14px;
}
.series-images h3 {
	font-size: 11px;
}
.series-items {
	list-style: none;
	margin: 0 0 20px 0;
}
.series-items li {
	margin: 0 0 8px 0;
}
/* Modules */
.module {
	clear: both;
	margin: 0 0 25px 0;
}
.module.subscribe {
	border: 5px solid #999;
	padding: 15px;
	background: #4f8bc9;
	margin: 0 0 45px 0;
}
.module.subscribe p {
	margin: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #fff;
}

.module.subscribe .join {
	display: block;
	float: right;
	margin: 5px 0 0 5px;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: bold;
	background: #345c85;
	border: 1px solid #9a9a9a;
	color: #f7f5f2;
}
.module.featured-series .item img, .module.interest .item img {
	float: none;
	margin: 0 0 10px 0;
}
.module.latest-news, .module.interest {
	padding: 15px 0 0 0;
	border-top: 1px solid #9e9e9e;
}
.module.latest-news .item {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #878787;
}
.module.latest-news h4 {
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.module.interest .item {
	width: 145px;
	margin: 0 auto 30px auto;
}
.module.interest h4 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
.module.latest-news h4 a {
	color: #353535;
}
/* Misc */

.module.listcrumb {
	color: #000033;
	font-weight: bold;
}
.more {
	display: block;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
}
.more:hover {
	text-decoration: none;
}
.item-combo-info {
	margin: 0 0 14px 0;
}
.byline {
	font-size: 13px;
	color: #353535;
	display: block;
	line-height: 18px;
}

.bibliobyline {
	font-size: 16px;
	color: #353535;
	display: block;
	line-height: 18px;
}
.detail .byline { 
font-size:12px;
} 
.interest .byline {
	font-size: 10px;
	margin: 0 0 5px 0;
	line-height: 12px;
}
blockquote .byline {
	text-align: right;
	font-style: normal;
	font-size: 13px;
}
.tagline {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	color: #353535;
	display: block;
	line-height: 14px;
}
.detail .tagline {
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.interest .tagline {
	font-size: 10px;
	margin: 0 0 5px 0;
	line-height: 12px;
}
.detail .price {
	font-weight: bold;
	font-size: 13px;
	color: #990000;
}
.addtocart {
	white-space: nowrap;
	font-size: 12px;
	margin: 0 10px;
	padding: 2px 14px;
	color: #fff;
	background: #345c85;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px 2px #C7C7C7;
	-webkit-box-shadow: 0px 0px 2px 2px #C7C7C7;
	box-shadow: 0px 0px 2px 2px #C7C7C7;
}
.addtocart:hover {
	text-decoration: none;
	background: #2A4A6A;
}
.clear {
	clear: both;
}

/* Footer */
#footer {
	padding: 20px 0;
	border-top: 1px solid #747474;
}
#footer .copy-right {
	float: right;
}
#footer .copy-right p {
	font-size: 10px;
	color: #666666;
	text-align: right;
	text-transform: uppercase;
	font-family: "Lucida Grande", sans-serif;
}
#footer .copy-left {
	font-family: "Lucida Grande", sans-serif;
	text-transform: uppercase;
}
#footer .copy-left p {
	margin: 0;
	font-size: 14px;
}
#footer .copy-left .contact-info {
	font-size: 10px;
}
/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 558px; height: 148px; position: relative; background: #ccc;border: 1px solid #aaa;margin: 0 0 30px 0; }
.anythingSlider .inner                  { width: 558px; overflow: hidden; height: 148px; margin: 0; position: absolute; }
.anythingSlider .inner ul               { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { position:relative; display: block; float: left; height: 148px; width: 558px; margin: 0; }
.anythingSlider .arrow                  { display: none; }

#thumbNav                               { position: relative; top: 130px; left: 0; text-align: center; }
#thumbNav a                             { text-indent: -999em; display: inline-block; padding: 0 0 2px 0; height: 14px; width: 15px; background: transparent url(/site_images/bg_slider_dots.png) -15px 0 no-repeat; }
#thumbNav a.cur 
                       {background-position: 2px 0;}

#start-stop                             { display: none; }

/*
  Prevents
*/
.anythingSlider .inner ul ul          { position: static; margin: 0 auto; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .inner ul ul li       { float: none; height: auto; width: auto; background: none; }



/* Google Custom Search */
input.searchinput {
	padding: 2px;
	border: 1px solid #747474;
	width: 175px;
}
input.searchbox {
	margin: 0 0 0 2px;
	padding: 1px 5px;
	background: #4f8bc9;
	border: 1px solid #000;
	color: #fff;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	float: right;
}
td.gsc-clear-button {
	display: none;
}
.cse-overlay {
	z-index: 100;
}
.float-rightImage {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 8px;
	padding-bottom: 8px;
}
