/* basic elements */

img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*==============================*/

body {
	text-align: center;
}

td {vertical-align: top;}

a:link {color: #663333; text-decoration: none;}
a:visited {color: #663333; text-decoration: none;}
a:hover {color: black; text-decoration: none;}


a.navArrow { 
     font-family: 'Webdings';
     color: #cccccc;
     font-size: 18px;
}

em {
     text-style: normal;
     font-weight: bold;
     color: #336633;
}

h1 {
     font-size: 16px;
     text-align: center;
     word-spacing: 8px;
     letter-spacing: 2px;
     margin-top: 40px;
     color: #669999;
}

a.navArrow:hover  {color: green; text-decoration: none;}

.skyBar {
     background: url("art/sky_strip.jpg") left top repeat-x;
}

body#main {     
     background: #99cc99;
     font-family: 'Cochin', 'Bembo', Times, serif;
     text-align: center;
}

div#navs {
	font-family: 'Cochin', 'Bembo', Times, serif;
     letter-spacing: 2px;
     font-size: 12px;
     margin: 4px 0px 8px 7px;
     text-align: right;
}

div#navs a {
    padding-right: 20px;
}

div#splash {
     margin: 30px 0px 10px 0px;
     padding-top: 30px;
}

div#splash img {
     border: none;
}

div#splash a img {
     border: none;
     text-decoration: none;
     padding: 5px;
}

div#book {
     margin: 30px 0px 10px 0px;
     min-height: 400;
     text-align: center;
}


div#book li {
	display: inline-block;
	 font-family: sans-serif;
     font-size: 10px;
     text-align: center;
     padding: 0px 15px 15px 0px;
}

div#book p {margin: 5px 0px 10px 0px;}
     
div#book br  {
	line-height: 110%;
}
     
div#book img {
     border: none;
     margin: 20px 20px 0px 0px;
}

#book img.blk, #book img.b {border: 1px black solid;}

div#portfolio {
     margin: 10px 0px 10px 0px;
     min-height: 400;
}

div#portfolio img  {
     border: 1px black solid;
}

a.navLink {
     color: #666;
     text-decoration: none;
}

a.navLink:hover, a.boldNav:hover {color: red;} 

div#booknavs {
     text-align: right;     
     padding: 20px 20px 20px 0px;
}


div#text {
     font-size: 14px;
     text-align: justify;
     line-height: 1.5em;
     margin: 10px 80px 10px 80px;
}

a {
     font-weight: bold;
     border: none;
     text-decoration: none;
}


a.boldNav {
	color: maroon;
    font-weight: bold;
	font-size: 14px;
    text-decoration: none;
}

/* ========== SIDE LINKS ============== */

div#left, div#right {
	margin-top: 90px;
	border: 1px solid #663;
	border-right: 2px solid #663;
	border-bottom: 2px solid #663;
}

div#left { text-align: right; margin-right: 20px;}
div#right {text-align: left; margin-left: 20px;}

ul.bookshelf {
	list-style: none;
	background-color: white;
	padding: 20px 10px 10px 15px;
	margin: 0px;
	min-height: 600px;
}

ul.bookshelf li {
	margin: 0px 0px 20px 0px; 
	padding: 0px;
}

ul.links {
	width: 180px;
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	line-height: 2em;
	padding: 0px;
	margin: 0px;
}

ul.links li  {
	padding-bottom: 20px;
}

ul.links li.category {
	color:  #ccffcc;
	border-bottom: 1px solid #ccffcc;
	margin: 25px 0px 25px 0px;
	padding: 25px 0px 3px 0px;
}

ul.links li a:link, ul.links li a:visited {
	color:  #669966; 
	font-weight: normal;
}

ul.links li a:hover {color: #930;}

/* ========== END SIDE LINKS ============== */


.feature {
	text-align: right;
	height: auto;
	margin: 20px 15px 20px 15px;
}

.feature img {
    display: block;
	float: left;
	clear: left;
	margin: 20px 10px 10px 10px;
}

.feature p {
	width: 250px;
	font-size: 14px;
	line-height: 1.25em;
	margin: 0px 20px 20px 10px;
	text-align: justify;
	display: inline-block;
}

.feature p.quote_y {
	background: #ffffcc;
	padding: 15px;
	border: 1px solid #cc9900;
}

.feature p.quote_m {
	background: #ffccff;
	padding: 15px;
	border: 1px solid #cc66cc;
}

.feature p.quote_c {
	background: #ccffff;
	padding: 15px;
	border: 1px solid #399;
}

.feature span.pub {
	display: block;
	text-align: right;
	margin-top: 10px;
}

.feature h1, .feature h2, .feature h3,  .feature h4  {	
    word-spacing: 0;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px 0px 5px 10px;
}

.feature h1 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	margin: 20px 25px 15px 0px;;
    color: gold;
    background-color: #693;
    font-size: 14px;
    padding: 3px 0px 3px 6px;
}

.feature h2 {	
    color: maroon;
    font-size: 22px;
}

.feature h3 {	
    color: #333;
    font-size: 16px;
}

.feature h4 {	
    color: #666;
    font-size: 13px;
    margin-bottom: 12px;
}


/*============== BOOK LIST ===============*/

#booklist   {
	padding: 0px 30px 30px 30px;
	text-align: left;
}

#booklist h1 {
	font-family: Georgia, serif;
	letter-spacing: 1px;	
	font-size: 90%;
	color: #666;
	font-style: italic;
	font-weight: 400;
	line-height: 1.5em;
	margin: 20px 0px 4px 20px;
	padding: 0;
}
#booklist h1 a {
	display: inline-block;
	font-style: normal;
	font-size: 110%;
	font-weight: 600;
	color: #C30;
	text-decoration: none;
}

#booklist h2 {
	font-family: 'Book Antique', serif;
	color: #666;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 2px;
	border-bottom: 1px solid #c60;
	padding: 0px 0px 7px 0px;
	margin: 50px 20px 15px 20px;
}


#booklist span {
	display: inline-block;
	font-style: normal;
	font-size: 110%;
	font-weight: 600;
	color: #600;
	text-decoration: none;
}
#booklist p {
	padding: 0px;
	font-size: 8pt;
	line-height: 1em;
	letter-spacing: 1px;
	margin: 0 0 0 20px;
}

#booklist b {font-weight: 600; color: #333;}

div#footy {
	font-family: 'Cochin', 'Bembo', Times, serif;
	line-height: 2em;
	height: 25px;
	background: #fc6;
	margin: 10px 0px 0px 0px;
	padding: 3px;
	font-size: 12px;
	letter-spacing: 2px;
	color: maroon;
	border-top: 1px solid grey;
	width: auto;
}


/*=============== CONTACT PAGE =================*/


div.text  {
	 min-height: 200px;
	 font-family: 'Cochin', 'Bembo', Times, serif;
	 margin-bottom: 40px;
	 text-align: center;
}

div.text p {
     font-size: 16px;
     text-align: justify;
     line-height: 1.5em;
     margin: 0px 0px 15px 0px;
     width: 500px;
     padding: 0px 60px 0px 140px;
}

/*
div.text h1 {
     font-size: 16px;
     text-align: left;
     word-spacing: 8px;
     letter-spacing: 1px;
     margin: 40px 50px 10px 125px;
     color: #669999;
     border-bottom: 2px solid #669999;
     padding-bottom: 5px;
}
*/

div.text h1 {
	font-family: 'Book Antique', serif;
	color: #666;
	font-style: italic;
	font-size: 14px;
	letter-spacing: 2px;	
    word-spacing: 5%;
	border-bottom: 1px solid #c60;
	padding: 0px 0px 7px 5px;
    margin: 60px 50px 10px 125px;
	font-weight: 400;
    text-align: left;
}

div.text h2, div.text h3 {
	 font-size: 16px;
     text-align: right;
     word-spacing: 5%;
     letter-spacing: 1px;
     line-height: 1.25em;
     margin: 0px 160px 0px 170px;
     color: #336633;
     padding: 80px 0px 3px 10px;
     font-weight: bold;
}



div.text h2 a:link, div.text h2 a:visited {color: #336633;}
div.text h2 a:hover {color: black;}
div.text h3 { padding: 20px 0px 0px 0px; margin-right: 60px;}


div.imageR, div.imageL, div.imageP, div.imageC {
	 background-color: white;
     margin: 4px 8px 8px 8px;
     padding: 0px;
     border: none;
}	


div.imageP {float: right; padding-right: 42px;}
div.imageR {float: right; margin-right: 15px;}
div.imageL {float: left; margin-left: 50px; margin-right: 15px;}
div.imageC {text-align: center; margin: 15px;}

div.imageR p, div.imageL p, div.imageP p, div.imageC p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	color: grey;

}