/* 
Title:		ninepointpublishing.com screen styles
Author: 	gordon@slickfishstudios.com
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aaa;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-size: small; /* for other IE versions */
}
body {
	background: #000;
}

td {vertical-align: middle;}


/* anchors */
a:link, a:hover, a:visited, a:active {
	outline: none;
}
a.backtotop {
	color: #7f9db9;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: .85em;
	margin-bottom: 10px;
}
a.backtotop:hover {
	color: #355a7c;
	text-decoration: underline;
}

/* specifics */
em {
	color: #0b4d1a; /* green */
}
h1, .header1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
}
.header1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 {
	padding: 5px 0;
	margin: 0;
	text-transform: uppercase;
	color: #175c2e;
	font-size: 12px;
}
h3 {
	padding: 5px 0;
	margin: 0;
	color: #454545;
	font-size: 12px;
}
h4 {
	text-transform: uppercase;
	color: #ccc;
	font-family: Georgia, serif; 
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0;
}
.header4 {
	text-transform: uppercase;
	color: #ccc;
	font-family: Georgia, serif; 
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0;
	font-style: italic;
	display: block;
}
.header5 {
	text-transform: uppercase;
	color: #ccc;
	font-family: Georgia, serif; 
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 0;
	font-style: italic;
}
.tight {
	padding-bottom: 0px;
	margin: 0;
}
.quote {
	margin: 15px 15px; 
	padding: 10px;
	display: block;
	font-family: Georgia, serif; 
	font-size: 1.35em; 
	font-weight: normal; 
	font-style: italic;
	text-align: left;
	color: #fff;
	line-height: 120%;
	border: 1px solid #ccc;
	background: #4b667f;
}
.green {
	color: #0b4d1a;
}
.grey {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 11px;
	text-transform: uppercase;
	font-variant: small-caps;
}
.blue {
	color: #7f9db9;
}
.darkblue {
	color: #4b667f;
}
hr, hr.mini {
	color: #ccc;
	background: #ccc;
	height: 1px; 
	border: 0;
	margin: 15px 0 10px 0;
}
hr.mini {
	margin-right: 150px;
	margin-left: 150px;
	color: #cecece;
	background: #cecece;
}
hr.short {
	width: 45%;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.small {
	font-size: .9em; 
	font-weight: normal;
	text-transform: none;
}
.big {
	font-size: 1.2em; 
}
.left_side {
	float: left;
	padding: 0;
	margin: 0 15px 10px 0;
	text-align: left;
}
.right_side {
	float: right;
	padding: 0;
	margin: 0 0 0 15px;
	text-align: left;
}


/* LISTS */
ul {
	list-style-type: circle;
	color: #7d7d7d;
}




/* *************** ALTERNATE FLASH CONTENT *************** */
#flash, #fade { /* homepage only */
	width: 100%;
	height: 570px;
	margin: 0;
	padding: 0;
	background: #121212;
}

#noflash {
	background: url(../images/no_flash-bkg.jpg) no-repeat left top;
	width: 870px;
	height: 475px;
	color: #fff;
}
#noflash a {
	border: none;
}
#noflash img {
	border: none;
}

#fade {
	width: 100%;
	height: 95px;
	margin: 0 auto;
}
#fade p {
	width: 600px;
	text-align: center;
	font-size: 11px;

	padding: 10px;
	margin: 15px 134px 0 134px;
}
#fade a {
	color: #95b0bf;
	text-decoration: none;
	line-height: normal;
}
#fade a:hover {
	color: #95b0bf;
	text-decoration: underline;
}

/* ***************//*************** */
/* ***************WRAPPERS*************** */
/* wrapper etc */
#wrapper { 
	margin: 0 auto;
	padding: 0;
	width: 870px;
}
#wrapper-inner { 
	margin: 0 auto;
	width: 870px;
	border: 0;
}
#banner { 
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	background: #ccc;
}
#main {
	width: 100%;
	height: 480px;
	overflow: auto;
	margin: 0;
	padding: 0;
	background: #121212;
}
#main #format {
	padding: 15px 47px 15px 47px;
	margin: 0;
	line-height: 135%;	
	font-size: 13px;
	text-align: justify;
}
#format a {
	color: #fff;
	text-decoration: none;
}
#format a:hover {
	color: #fff;
	text-decoration: underline;
}
#format a.small, #format .small {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
#format a.small:hover {
	color: #555555;
	font-size: 10px;
}


#two-column {
        width: 800px;
	margin: 0 auto;
}
#two-column .column {
	float: left;
	width: 370px;
	margin: 0 20px 0 0;
	padding: 0;
}


#format .edition-col {
	width: 250px;
	margin-right: 10px; 
	margin-top: 15px;
	float: left; 
}
#format .edition-col img {
	border: 1px solid #666;
	width: 248px;
	display: block;
	margin: 10px auto 0 auto;
}
#format .edition-col .header5 {
	padding-left: 10px;
	font-style: normal;
	display: block;
}
#format .edition-col ul {
	margin-left: 0px;
	padding-left: 25px;
	text-align: left;
}
#format .edition-col ul li {
	padding: 0 0 10px 0;
}
#format .edition-col ul li a {
	text-decoration: none;
	color: #ccc;
	line-height: normal;
}
#format .edition-col ul li a:hover {
	text-decoration: underline;
	color: #fff;
}

/* *************** footnav *************** */
.columnList {
	float: left;
	margin: 0;
	padding: 0;
	width: 45%;
	display: block;
}
.columnList ul {
	margin-top: 0;
	padding-top: 0;
}
.columnList ul li {
	line-height: normal;
}
.columnList .grey {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 11px;
	text-transform: uppercase;
	font-variant: small-caps;
}


#excerpt {
	/*border-left: 1px solid #404040;*/
	width: 400px;
}
#excerpt p {
	font-size: 11px;
	padding: 0 0 5px 15px;
	margin: 0 0 5px 15px;
	line-height: normal;
	color: #676767;
}

/* *************** footnav *************** */
#footnav {
	width: 100%;
	height: 2.2em;
	line-height: 2.2em;
	font-size: 12px; 
	color: #282828;
	background: #090909;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #292929;
	text-align: center;
	text-transform: lowercase;
}
#footnav a {
	color: #828282;
	text-decoration: none;
}	
#footnav a:hover {
	color: #95b0bf;
	text-decoration: underline;
}	
#footnav a.current {
	color: #b7b7b7;
	text-decoration: none;
}	
#footnav a.current:hover {
	color: #95b0bf;
	text-decoration: underline;
}	
/* ***************//*************** */


/* ***************//*************** */
#footer { 
	width: 870px;
	clear: both;
	font-size: .80em;
	color: #404040;
	border: 0;
	margin: 0;
	padding: 0;
}
#footleft { 
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
}
#footleft p {
	margin: 0;
	padding: 5px 0 0 0;
}
#footmiddle { 
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	display: inline;
	text-align: center;
}
#footmiddle p {
	margin: 0;
	padding-top: 5px;
}
#footright { 
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
	position: relative;
	text-align: right;
}
#footright p {
	margin: 0;
	padding: 5px 0 0 0;
}
#footer a {
	border-bottom: none;
	color: #404040;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	border-bottom: 1px dotted #95b0bf;
	color: #fff;
	text-decoration: none;
}
/* *************** EDITIONS SLIDESHOW*************** */
#slideshow {
	float: left;
	padding: 0;
	margin: 0 18px 15px 0;
	border: 1px solid #404040;
}
/* *************** EDITIONS-INFO*************** */
.editions-info {
	font-size: 12px;
	color: #ccc;
}
.editions-info .copy {
	line-height: normal;
	display: block;
	padding-top: 5px;
	font-size: 11px;
	color: #777;
}
.editions-info .grey {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 11px;
	text-transform: uppercase;
	font-variant: small-caps;
}
.editions-info h2 { /* title for editions */
	color: #eee;
	font-weight: normal;
	text-transform: capitalize;
	font-style: italic;
	font-size: 1.7em;
	margin-top: 0;
	padding-top: 0;
}
.editions-info .price {
	text-align: right;
	display: block;
}	
hr {
	border: 0;
	background: #555;
	color: #555;
	height: 1px;
	margin: 10px auto;
}
/* *************** EDITIONS CONTENT*************** */
.bio-block {
	font-size: 12px;
	line-height: normal;
}
.bio-block img  {
	border: 1px solid #000;
	padding: 0;
	margin: 0 0 0 10px;
	float: right;
	width: 300px;
	display: block;
}



/* *************** CONSTANT CONTACT FORM STYLING*************** */
#CC-form {
	/* border: 1px solid #222;*/
	padding: 0 10px 10px 10px;
	margin: 0;
	/*background: #000;*/
	float: right;
}
#CC-form .head {
	color: #343434;
	margin: 0 0 4px 0;
	padding: 0;
	display: block;
}
#CC-form form {
	padding: 0;
	margin: 0;
}
#CC-form input {
	border: 1px solid #404040;
	background: #111111;	
	margin: 0 0 0 0;
	padding: 4px 5px 4px 5px;
	color: #686868;
	float: left;
}
#CC-form input.submit {
	border: 1px solid #808080;
	background: #686868;	
	margin: 0 0 0 5px;
	padding: 3px 5px 3px 5px;
	color: #000;
}
#CC-form input.submit:hover {
	border: 1px solid #fff;
	background: #8b8b8b;
}










