/*[variables]
colors
{
	@00: #120955;
}
*/
/*CSS Document*/
body {
	text-align: center;
	background-image: url(../images/sand-lite.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	font: 12px/18px Verdana, sans-serif;
	color: #333;
}

a:link, a:visited {
	color: #100C95;
	font: normal normal 1em/1.4em Cambria, Georgia, serif;
}

a:hover {
	color: #357CB1;
}

#content_secondary a {
	text-decoration: none;
}


h1 {
	margin-bottom: -16px;
	padding-top: 47px;
	padding-bottom: 8px;
	color: #FFFFFF;
	font: small-caps 64px Cambria, Georgia, serif;
}

#content_secondary h2 {
	font: normal small-caps 1.6em Cambria, Georgia, serif;
	border-bottom: 2px dotted #6486D9;
	padding: 1px 1px 5px 0;
	margin: 0 0 10px 0;
}

#header h2 {
	color: #010000;
	font: small-caps 24px Cambria, Georgia, serif;
	padding: 10px 0 0 0;
}

h2 {
	text-transform: none;
	color: #120955; /*[e]@00*/
	font: small-caps 1.8em Cambria, Georgia, serif;
	padding: 25px 20px 10px 10px;
}

#contact #content_primary {
	text-align: center;
}

h3 {
	padding: 6px;
	font: bold 1.6em Cambria, Georgia, serif;
	text-transform: uppercase;
	color: #120955; /*[e]@00*/
}

#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	padding: 0;
	position: relative;
}

#banner {
	width: 800px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/banner-h-trans.png);
}

body#bookstore #banner {
  background-image: url(../images/bookstore_banner2-trans.png);
}

body#civilwar #banner {
  background-image: url(../images/banner-cw-trans.png);
}

body#fathers #banner {
  background-image: url(../images/banner-ff-trans.png);
}

body#art #banner {
  background-image: url(../images/banner-ap-trans.png);
}

body#history #banner {
  background-image: url(../images/banner-h-trans.png);
}

body#religion #banner {
  background-image: url(../images/banner-r-trans.png);
}

body#satire #banner {
  background-image: url(../images/banner-s-trans.png);
}

body#leadership #banner  {
	background-image:url(../images/banner-leadership-trans.png);
	}
body#ahc #banner  {
background-image:url(../images/banner-ahc-trans.png);	
}

#header {
	height: 220px;
	background-image: url(../images/mariner-banner2-trans.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}



/*-------------------------- Main Nav ----------------------*/
#nav_main {
	margin: 0px auto 15px;
	width: 960px;
}

#nav_main ul {
	padding-top: 10px;
	text-align: center;
	list-style: none;
}

#nav_main li {
	display: inline;
	margin: 0 5px;
}

#nav_main li a {
	font-size: 19px;
	text-decoration: none;
	color: #100C95;
}

#nav_main li a:hover {
	color: #357CB1;
}

/* ----------------------------- Bookstore Nav -------------------------*/

#nav_sec {
	width: 900px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#nav_sec ul {
	padding-top: 10px;
	text-align: center;
	list-style: none;
}

#nav_sec li {
	display: inline;
	margin: 0 12px;
}

#nav_sec li a {
	font-size: 1.4em;
	text-decoration: none;
	color: red;
	font-weight: bold;
}

#nav_sec li a:hover {
	color: #357CB1;
}
/*---------------------------end bookstore nav ----------------------------*/
#content_primary {
	float: right;
	width: 550px;
	position: relative;
	min-height: 250px;
	padding: 10px 40px 15px 10px;
	margin: 0;

}

#content_primary p {
	font: 1.2em/1.4em Verdana, sans-serif;
	padding: 10px 30px 15px 10px;
}

#index #content_primary .testimonial p {
	font: normal 1em Verdana;
	padding: 0;
}

#index #content_primary .testimonial {
	width: 250px;
	float: left;
	border-top: medium dotted #120955; /*[e]medium dotted @00*/
	padding: 10px 0 0 0;
}

#advertising #content_primary p {
	padding: 0;
	margin: 0;
}

#contact #content_primary p {
	font: 1.4em/1.4em Verdana, sans-serif;
	padding: 0 75px 0 0;
}

#content_secondary {
	float: right;
	width: 245px;
	height: 450px;
	margin: 0;
	background-image: url(../images/AASP_Logo.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-left: 10px;
}

#footer {
	height: 25px;
	font-size: 10px;
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

#content_secondary li {
	list-style: none;
	font: 1.2em/1.4em Verdana, sans-serif;
}

#content_secondary p {
	font-size: 1em;
}


.services {
	font: small-caps 10.7pt/1.6 Cambria, Georgia, serif;
}

#footer p {
	color: #333;
	float: right;
}

#footer p.browser {
	float: left;
}

.thumbnail {
	width: 75px;
	height: 75px;
	border: 5px solid #120955; /*[e]5px solid @00*/
	margin: 5px;
}

.sandLogo {
	position: absolute;
	width: 500px;
	height: 350px;
	background: url(../images/sand-logo-lite-trans.png) no-repeat center;
	z-index: -10;
	top: 0px;
	left: 0px;
}
* {
	margin: 0;
	padding: 0;
}

#advertising #content_primary #intro h2 {
	padding: 25px 0 0 0;
}

#contact #content_primary h2 {
	padding: 25px 75px 11px 0;
	border-bottom: medium;
}

#story #content_primary h3 {
	font: bold 1em Verdana, sans-serif;
	padding: 10px 0 10px 0px;
}

#content_primary p+a {
	text-decoration: none;
	margin: 0 0 0 600px;
}

#publishing #content_primary p {
	font: 1.2em/1.4em Verdana, sans-serif;
	padding: 0;
}

#publishing #content_secondary p {
	font: normal normal 1.2em/1.4em Verdana, sans-serif;
	padding: 0px 0px 0 5px;
}
	  
.copy-bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.italics {
	font: italic small-caps 1.2em Cambria, Georgia, serif;
}

#mm-logo {
	width: 200px;
	height: 133px;
	position: absolute;
	background: url(../images/MarinerMedia-Logo-trans.png) no-repeat center bottom;
	right: 0px;
	top: -135px;
	z-index: 1;
}

.em {
	font: italic 0.9em Verdana, sans-serif;
}

.em-bold {
	font: italic 0.9em Verdana, sans-serif;
	font-weight: bold;
}

.em-bold-red {
	font: italic 0.9em Verdana, sans-serif;
	font-weight: bold;
	color:#F00;
}

img.figure {
	float: right;
	margin: 15px 50px 10px 10px;
	border: 1px solid #666;
	padding: 2px;
	background-color: #120955; /*[e]@00*/
}

ul.qualities {
	margin: 0 0 0 15px;
	list-style: disc outside;
	float: left;
	padding: 0 0 0 20px;
}

ul.qualities h3 {
	display: block;
	width: 128px;
}

ul.qualities li {
	float: left;
}

#services {
	height: 220px;
	padding: 0 0 30px 0;
}

a[href^="http:"] {
	background: url(../images/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}

a[href^="http://www.marinermedia.com"], a[href^="http://www.marinermedia.com"] {
	background-image: none;
	padding-right: 0;
}


/*---- Book Store -------------------------------------------------------------------------*/

#bookstore #content_primary, #civilwar #content_primary, #fathers #content_primary, #art #content_primary, #history #content_primary, #religion #content_primary, #satire #content_primary, #ahc #content_primary, #leadership #content_primary {
	float: none;
	width: 900px;
	position: relative;
	padding: 0;
	margin: 0 auto;
}
	
.bookcover {
  padding: 5px 0 0 0;
  float: left;
  margin: 0 10px 0 10px; 
}

.cost {
  font-size: 1.4em;
  font-weight: bold;
  color: #cf0021;
}

.product {
  margin: 5px 0 0 0;
  }
  
.clear {
  clear: both;
}

.box h2 {
  text-transform: none;
  color: #120955; /*[e]@00*/
  font-family: Cambria, Georgia, serif;
  font-size: 2.7em;
  font-weight: bold;
  padding: 25px 0 10px 0;
}

#contentPrimary h3 {
  font-family: Cambria, Georgia, serif;
  font-size: 1.2em;
  text-transform: none;
  font-weight: normal;
  color: #120955; /*[e]@00*/
}

.bookInfo {
	position: absolute;
	margin: 0 0 10px 30px;
	width: 250px;
	top: 246px;
	left: -14px;
}

.bookName {
  margin: 0 0 0 100px;
  padding-left: 150px;
}

.bookCopy {
  margin: 20px 20px 20px 200px;
  padding: 0 30px 0 60px;
  min-height: 240px;
}

#content_primary .bookCopy .quote{
	font: 1.2em/1.4em Verdana, sans-serif;
	padding: 0px 30px 0px 10px;
}

#content_primary .bookCopy p a{
		padding: -20px 0 0 0;
}

#content_primary .bookName h3 {
  font-family: Cambria, Georgia, serif;
  font-size: 1.4em;
  font-weight: normal;
  text-transform: none;
  color: #120955; /*[e]@00*/
}

#content_primary .preOrder {
  font-family: Cambria, Georgia, serif;
  font-size: 1.4em;
  font-weight: normal;
  text-transform: uppercase;
  color: #cf0021;
}

/*--------------- drop-in boxes -------------------------*/

.box {
  margin: 15px 0 0 0;
  padding: 5px 0 5px 0;
  position: relative;
  width: 100%;
}

/*-- styling of square corner sidebar boxes */
.cbSide {
  width: 160px;
  margin: 5px 0 0 10px;
  padding: 10px 0 5px 0;
  background: #FFF;
}

.cbSide p {
  margin: 0;
  padding: 0 5px 2px 5px;
  font-size: 90%;
  color: #666;
}


/*-- styling of custom rounded boxes (.cbb if JS is turned off) */
.cbb {
  margin: 0 10px 0 10px;
  background: #fff;
  padding: 5px 0 5px 0;
  line-height: 170%;
  position: relative;
}

.cbb p, .cb p {
  margin: 0;
  padding: 0 5px 5px 50px;
  color: #333;
}


.cb {
  margin: 0.5em 0;
  line-height: 170%;
}

.bt {
  background: url(../images/box-trans.png) no-repeat 100% 0;
  margin: 0 0 0 18px;
  height: 27px;
}

.bt div {
  height: 27px;
  width: 18px;
  position: relative;
  left: -18px;
  background: url(../images/box-trans.png) no-repeat 0 0;
}

.bb {
  background: url(../images/box-trans.png) no-repeat 100% 100%;
  margin: 0 0 0 12px;
  height: 14px;
}

.bb div {
  height: 14px;
  width: 12px;
  position: relative;
  left: -12px;
  background: url(../images/box-trans.png) no-repeat 0 100%;
}

.i1 {
  margin-left: 0;
  padding: 0 0 0 7px;
  background:url(../images/borders-trans.png) repeat-y 0 0;
}

.i2 {
  padding: 0 12px 0 0;
  background: url(../images/borders-trans.png) repeat-y 100% 0;
}

.i3 {
  background: #fff;
  border: 1px solid #fff;
  border-width: 1px 0;
  padding: 0 5px;
  height: 100%;
}

/*-- end custom rounded box styles --*/


/*---------------------- NEWS -------------------------*/



#news #content_primary {
	float: none;
	width: 600px;
	position: relative;
	padding: 0;
	margin: 0 auto;
	background: url(../images/sand-logo-lite-trans.png) no-repeat top center;
}

#news #content_primary h2 {
	font-size: 36px;
	margin:  0px;
	padding: 0px;
}

.newsarticle {
	display:block;
	margin:10px 0px 30px 0px;
}
.newsarticle img {
	float: left;
	margin: 10px 20px 0 0;
}

.newsarticle h3, .newsarticle p {
	margin-left: 190px;
	text-decoration:none;
}

.newsarticle em {
	text-decoration:underline;
	float: right;
	font-size: 16px;
 	margin-top: -20px;

}

a:hover .newsarticle h3{
	color: #357CB1;
}

a:link .newsarticle img, a:visited .newsarticle img {
	border: 5px solid #140a55;
}

a:hover .newsarticle img {
	border-color: #357CB1;
}


#newsarticle #content_primary {
	float: none;
	width: 800px;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

#newsarticle #articleimage {
	float: left;
	margin:20px;
}

a:link img#articleimage, a:visited img#articleimage {
	border: 5px solid #140a55;
}

a:hover img#articleimage {
	border-color: #357CB1;
}


#newsarticle p {
	margin-left: 280px;
}
