@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
a , a:link, a:visited, a:hover, a:active{
	outline: 0 none;
}
a:focus {
	outline: none;
}




li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: 0 none;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	min-width: 900px;
	text-align: center;
	margin: 0px 0px 60px;
	color: #FFF;
	background-color: #333;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F03;
}
#container , #j_container{
	background-color: transparent;
	border: 2px solid #666;
	height: auto;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding: 0px;
	background-image: url(../mcs_assets/backgrounds/mcs_fullBckGrad_one.gif);
}
#header {
	width: 900px;
	height: 120px;
	background-image: url(../mcs_assets/headers/mcs_logo_header_three.jpg);
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#index_header {
	width: 900px;
	height: 199px;
	background-image: url(../mcs_assets/headers/mcs_indxHdr_900x199.jpg);
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul#mainNav {
	height: 50px;
	width: 900px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
}
ul#mainNav li a {
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../mcs_assets/nav/mcsSpriteNew.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 0px;
	padding: 50px 0 0;
	position: absolute;
	top: 0px;
	text-indent: -9000px;
}

ul#mainNav li#home a {
	left: 0px;
	width: 150px;
}
ul#mainNav li#home a:hover , ul#mainNav li#home a.current{
	background-position: 0 -50px;
}

ul#mainNav li#novels a {
	background-position: -150px 0px;
	width: 180px;
	left: 150px;
}
ul#mainNav li#novels a:hover, ul#mainNav li#novels a.current {
	background-position: -150px -50px;
}

ul#mainNav li#author a {
	background-position: -330px 0px;
	width: 170px;
	left: 330px;
}
ul#mainNav li#author a:hover, ul#mainNav li#author a.current {
	background-position: -330px -50px;
}

ul#mainNav li#gallery a {
	background-position: -500px 0px;
	width: 190px;
	left: 500px;
}
ul#mainNav li#gallery a:hover, ul#mainNav li#gallery a.current {
	background-position: -500px -50px;
}
ul#mainNav li#events a {
	background-position: -690px 0px;
	width: 210px;
	left: 690px;
}
ul#mainNav li#events a:hover, ul#mainNav li#events a.current {
	background-position: -690px -50px;
}

/* New Nav, to include News */
ul#mainNav1 {
	height: 50px;
	width: 900px;
	list-style-type: none;
	overflow: hidden;
	position: relative;
}
ul#mainNav1 li a {
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(http://www.martincruzsmith.com/mcs_assets/nav/mcsSpriteNew1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 0px;
	padding: 50px 0 0;
	position: absolute;
	top: 0px;
	text-indent: -9000px;
}

ul#mainNav1 li#home a {
	left: 0px;
	width: 132px;
}
ul#mainNav1 li#home a:hover , ul#mainNav1 li#home a.current{
	background-position: 0 -50px;
}

ul#mainNav1 li#novels a {
	background-position: -132px 0px;
	width: 150px;
	left: 132px;
}
ul#mainNav1 li#novels a:hover, ul#mainNav1 li#novels a.current {
	background-position: -132px -50px;
}

ul#mainNav1 li#author a {
	background-position: -282px 0px;
	width: 156px;
	left: 282px;
}
ul#mainNav1 li#author a:hover, ul#mainNav1 li#author a.current {
	background-position: -282px -50px;
}

ul#mainNav1 li#gallery a {
	background-position: -438px 0px;
	width: 168px;
	left: 438px;
}
ul#mainNav1 li#gallery a:hover, ul#mainNav1 li#gallery a.current {
	background-position: -438px -50px;
}
ul#mainNav1 li#events a {
	background-position: -606px 0px;
	width: 155px;
	left: 606px;
}
ul#mainNav1 li#events a:hover, ul#mainNav1 li#events a.current {
	background-position: -606px -50px;
}
ul#mainNav1 li#news a {
	background-position: -761px 0px;
	width: 138px;
	left: 761px;
}
ul#mainNav1 li#news a:hover, ul#mainNav1 li#news a.current {
	background-position: -761px -50px;
}






#bg_Content {
	padding: 40px 40px 10px 20px;
}
#bg_Content #left_sidebar {
	width: 280px;
	float: left;
	margin-top: 0px;
}
#bg_Content #right_contentCol {
	width: 480px;
	float: right;
	padding: 0px;
	text-align: left;
}
#bg_Content #left_sidebar h5 {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../mcs_assets/boxes/left_sbar_topBox.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 20px;
}
#bg_Content #leftSbar_midBox {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../mcs_assets/boxes/left_sbar_midBox.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 10px 20px 0px;
}
#bg_Content #left_sidebar h6 {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../mcs_assets/boxes/left_sbar_botBox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
}
body.index #bg_Content #left_sidebar{
	width: 400px;
	float: left;
	margin-top: 0px;
}
body.index #bg_Content #right_contentCol{
	width: 400px;
	float: right;
	padding: 0px;
	text-align: center;
}
body.index #bg_Content #left_sidebar h5{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../mcs_assets/boxes/left_400sbar_topBox.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	height: 20px;
}
body.index #bg_Content #leftSbar_midBox{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../mcs_assets/boxes/left_400sbar_midBox.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 10px 20px 0px;
}
body.index #bg_Content #left_sidebar h6{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../mcs_assets/boxes/left_400sbar_botBox.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
}

#miniNav {
	width: 452px;
	margin: 10px auto;
	overflow: visible;
	border: 2px solid #666;
	text-align: center;
	padding-left: 60px;
}
#miniNav dl {
	display: block;
	float: left;
	text-align: center;
	padding: 5px 20px;
	width: auto;
}
#miniNav  dt {
	font-size: 12px;
	font-weight: bold;
}
#miniNav dt a {
	color: #999;
	text-decoration: none;
	display: block;
}
#miniNav dt a:hover {
	color: #FFF;
}
#sole {
	text-align: center;
	font-size: 13px;
}
#sole a {
	color: #FFF;
}
#sole a:hover {
	color: #999;
}
#botBookBar {
	height: 135px;
	width: 900px;
	margin-bottom: 10px;
}
.index #bg_Content #right_contentCol{
	text-align: center;
	margin-top: 10px;
}
.index #right_contentCol p {
	color: #999;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
}
.index #right_contentCol p.officialBot {
	font-size: 42px;
	margin-bottom: 30px;
	color: #F03;
	margin-top: 5px;
}
.index #right_contentCol #frontPgText  h6{
	font-size: 20px;
	text-align: left;
	line-height: 1.3;
	color: #E2E2E2;
	text-indent: 40px;
}

.index #right_contentCol #newsweek_quote {
	margin-bottom: 0px;
	margin-top: 0px;
}
.index #leftSbar_midBox h2 {
	color: #999;
	text-align: center;
	font-size: 24px;
}
.index #leftSbar_midBox p {
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A60021;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 24px;
	text-align: center;
}
.novMain #container {
	background-color: #000;
	background-image: url(none);
}
.novMain .novBox {
	height: auto;
	width: 900px;
	margin-bottom: 15px;
}
.novMain #bg_Content {
	padding-left: 0px;
	padding-top: 30px;
}
.novMain .novBox h5 {
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 19px;
	background-image: url(../mcs_assets/boxes/longNovBox/mcsTopNovBox19.gif);
	background-position: 0px bottom;
}
.novMain .novBox h6 {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../mcs_assets/boxes/longNovBox/mcsBotNovBox18.gif);
	background-repeat: no-repeat;
	height: 18px;
}
.novMain .novBox .longNovBoxMid {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../mcs_assets/boxes/longNovBox/mcsMidNovBox10.gif);
	background-repeat: repeat-y;
	padding-left: 110px;
}
.novMain  table {
	text-align: center;
}
.novMain  .rdmore {
	color: #898989;
	font-weight: bold;
	line-height: 1.4;
	font-size: 18px;
}
.novMain .booCov {
	padding-top: 5px;
}
.novMain .centerColNov {
	padding: 0px 20px;
}
.novMain .centerColNov p {
	text-align: left;
}
.novMain .rdmore a , .novMain .rdmore a:link{
	color: #898989;
	display: block;
}
.novMain .rdmore a:hover    {
	color: #F03;
}
.novelsSpecific #left_sidebar p {
	color: #CCC;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-indent: 20px;
}
.novelsSpecific #left_sidebar    p.quotAttrib, .novelsSpecific #right_contentCol p.quotAttrib, .author p.quotAttrib{
	text-align: right;
	color: #DD002D;
	padding-bottom: 30px;
	padding-right: 40px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.novelsSpecific #right_contentCol p.picAttrib {
	text-align: right;
	color: #999;
	padding-bottom: 0px;
	padding-right: 30px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.novelsSpecific #right_contentCol h1{
	color: #F03;
	font-size: 60px;
	text-align: center;
	height: 80px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 480px;
	text-indent: -9999px;
}
#buyButt {
	padding: 20px 0px;
}
.novelsSpecific .gorky #right_contentCol h1{
	background-image: url(../mcs_assets/graphTxt/titlesLg/gorkyTitleLg.gif);
}
.novelsSpecific .dec6 #right_contentCol h1 {
	background-image: url(../mcs_assets/graphTxt/titlesLg/dec6TitleLg.gif);
}
.novelsSpecific .polarStar #right_contentCol h1 {
	background-image: url(../mcs_assets/graphTxt/titlesLg/polarTitleLg.gif);
}
.novelsSpecific .stalin #right_contentCol h1 {
	background-image: url(../mcs_assets/graphTxt/titlesLg/stalinTitleLg.gif);
}

.novelsSpecific .stalin #sovStarStalGhoCtr {
	text-align: center;
	margin: 20px;
}
.novelsSpecific .rose #right_contentCol h1 {
	background-image: url(../mcs_assets/graphTxt/titlesLg/roseTitleLg.gif);
}
.novelsSpecific .redSquare #right_contentCol h1 {
	background-image: url(../mcs_assets/graphTxt/titlesLg/redSquareTitleLg.gif);
}
.novelsSpecific .havana #right_contentCol h1 {
	background-image: url(../mcs_assets/graphTxt/titlesLg/havanaTitleLg.gif);
}
.novelsSpecific .stallion #right_contentCol h1 {
	background-image: url(../mcs_assets/graphTxt/titlesLg/stallionTitleLg.gif);
}
.novelsSpecific .wolves #right_contentCol h1 {
	background-image: url(../mcs_assets/graphTxt/titlesLg/wolvesTitleLg.gif);
}
.novelsSpecific .threeStations #right_contentCol h1 {
	background-image: url(../mcs_assets/graphTxt/titlesLg/threeStationsTitleLg.gif);
}
.novelsSpecific .rose #rosePic {
	text-align: center;
	margin: 20px 0px;
}
.novelsSpecific .dec6 #tokyoPic {
	text-align: center;
	margin: 20px 0px;
}
#polarPic img {
	border: 1px solid #E90F20;
}
#redSquarePic img {
	border: 1px solid #E90F20;
}

#havanaPic img {
	border: 1px solid #E90F20;
}
#stallionPic img {
	border: 1px solid #E90F20;
}
.novelsSpecific .polarStar #polarPic  {
	margin: 20px 0px;
	text-align: center;
}
.novelsSpecific .wolves #wolvesPic  {
	margin: 20px 0px;
	text-align: center;
}
.novelsSpecific .havana #havanaPic  {
	margin: 20px 0px;
	text-align: center;
}
.novelsSpecific .stallion #stallionPic  {
	margin: 20px 0px;
	text-align: center;
}
.stalin #right_contentCol {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../mcs_assets/imgs/novelsPgsImgs/stalGhostBasel_IE.png);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
.novelsSpecific #container #bg_Content #right_contentCol #redSquarePic img {
	margin: 20px 0 10px;
	text-align: center;
}
.novelsSpecific #container #bg_Content #right_contentCol #threeStationsPic img {
	margin: 20px 0;
	text-align: center;
}
.novelsSpecific #right_contentCol p.stalinPgGap {
	margin-top: 260px;
}
.gorky #gorkyPic {
	margin: 20px 0px;
	text-align: center;
}
#rosePic img {
	border: 1px solid #E90F20;
}
#tokyoPic img {
	border: 1px solid red;
}

.redQA {
	color: #FF102C;
	font-size: 24px;
}
.author #video_container  {
	text-align: center;
	padding: 30px 0px 40px;
}
.author #right_contentCol p {
	text-indent: 20px;
	margin-bottom: 10px;
}
.author #right_contentCol .picAttrib {
	text-align: right;
	color: #999;
	padding-bottom: 0px;
	padding-right: 30px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.author #leftSbar_midBox #hammett {
	margin: 0px 0px 10px;
	padding-top: 30px;
}
.author #leftSbar_midBox img {
	margin: 10px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
	padding: 30px 0px;
}
.author #right_contentCol p.firstAuth {
	padding-top: 10px;
}

.author #left_sidebar #piemonte {
	margin: 20px 0 0px;
	padding-top: 20px;
}
.authorParaStart {
	color: #F00;
	font-size: 24px;
}
.author #smithSupine {
	border: 1px solid red;
	margin-top: 10px;
}

.gallery #bg_Content  {
	padding: 20px 35px 20px 45px;

}
.gallery #bg_Content h3 {
	font-size: 18px;
	color: #F00;
	font-style: italic;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
}
.gallery  p.gallPicAttrib {
	color: #CCC;
	float: right;
	padding-right: 20px;
	padding-top: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
}

.sitemap #sitemap_bg {
	margin: 0px 0px 20px 200px;
}
.sitemap #sitemap_bg h1 {
	color: red;
	border-bottom: 1px solid #666;
	width: 300px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size: 24px;
}
.sitemap #sitemap_bg h3 , .error h3{
	color: #666;
	font-size: 18px;
}
.sitemap #sitemap_bg p , .error p{
	padding-left: 20px;
}
.sitemap #sitemap_bg a , .error a{
	color: #CCC;
	font-size: 16px;
}
.error h4 {
	color: red;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	padding-bottom: 10px;
}
#error_bg h5 {
	padding-bottom: 10px;
	font-size: 14px;
}

#error_bg  {
	margin: 0px 40px 20px 160px;
}


.testrColor {
	color: #292929;
}

/* kwicks Accordion Styles*/
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: transparent;
	width: 860px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 860px;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	margin-bottom: 10px;
	background-color: #202020;
	cursor: pointer;
	height: 80px;
	border: 2px solid #999;
}
.eventsPg  h2 {
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 15px;
	text-align: center;
	color: #CCC;
	font-size: 24px;
}
.eventsPg  .eventLoc {
	text-align: center;
	font-size: 22px;
	color: #CCC;
	padding-bottom: 10px;
}
.eventsPg .eventAdd {
	text-align: center;
}
.eventsPg li.active {
	background-color: #404040;
}
.eventsPg li.active h2{
	color: red;
	/*line-height: 62px;*/
}
.eventsPg #bg_Content a, .eventsPg #bg_Content a:link, .eventsPg #bg_content a:visited, .eventsPg #bg_content a:active{
	color: #FFF;
}
.eventsPg #bg_content a:hover {
	color: #F00;
}

.author #leftSbar_midBox #leftCoastAwardPic {
	padding: 30px 0px 0px;
}
