/* ==============================================
	   ASANTE.NET BASE.CSS
============================================== */



/* ==============================================
   Global Styles
============================================== */

* { /* Global browser reset */
	margin: 0;
	padding: 0;
} 
html {
	font-size: 62.5%;
}
body {
	font-family: "Big Caslon", "Times New Roman", serif;
	text-align: center; /* Workaround for IE 5.x */
	background: #000000 url(/images/bg.gif) top left repeat-x;
}
p {
    margin-top: 1em;
    margin-bottom: 1em;
}
a:link, a:visited {
	color: #1b4b6b;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
a:hover {
	color: #949494;
}
ul {
	list-style: none;
}



/* ==============================================
   SIFR
============================================== */
/* For non-flash users */

#home h1 { 
	text-transform:uppercase; font-weight:bold; color: #253604; font-size:40px; letter-spacing: 5; padding: 15px 0; font-family: Arial, serif;
}
h2.sifr { 
	text-transform:uppercase; font-weight:bold; color: #830a00; font-size:15px; padding-bottom: 10px;
}
h3.sifr { 
	text-transform:uppercase; font-weight:bold; color: #253604; font-size:15px;
}


/* ==============================================
   Site Shell Elements
============================================== */

#header {
	height: 330px;
	background-image: url(../images/header_bg.jpg);
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border-left: 10px solid #2a0302;
	border-right: 10px solid #2a0302;
	background: transparent url(../images/paper_bg.jpg) top left repeat-y;
}
#content {
	font-size: 1.4em;
	line-height: 1.5em;
	width: 710px;
	float: left;
	padding: 20px;
	position: relative;
}
#sidebar  {
	width: 176px;
	float: right;
	padding-right: 13px;
}
#footer {
	clear: both;
}
#maincol {
	position: absolute;
	width: 500px;
	background: transparent url(../images/line_y_maincol.gif) top right no-repeat;
	padding-right: 14px;
}
#tour {
	position: absolute;
	left: 528px;
	width: 174px;
}
#maincol {
	min-height: 700px;
}
#maincol li {
	background: transparent url(../images/line_x_light.gif) bottom right repeat-x;
	padding-bottom: 0.15em;
	clear: both;
}
#block_list {
	margin: 0;
}
#block_list li a {
	display: block;
	color: #000;
	padding: 1em 0;
}
* html #block_list li a {
	width: 500px;
}
#block_list li a:hover {
	background-color: #f6f6f4;
}
#block_list a span {
	color: #08798f;
	display: block;
	text-transform: uppercase;
}


/* ==============================================
   Header
============================================== */

#header img {
	margin: 20px;
	border: none;
}



/* ==============================================
   Primary Nav
============================================== */

#nav {
	background: transparent url(../images/nav_sprite.gif) top left no-repeat;
	width: 950px;
	height: 50px;
	position: relative;
}
#nav ul {
	list-style: none;
}
#nav li {
	position: absolute;
	top: 0;
}
#nav li, #nav a {
	height: 50px; 
	display: block;
}
#nav a {
	text-indent: -9999px;
	overflow: hidden;
}
#nav_biography	{left: 25px; width: 175px;}
#nav_books	{left: 230px; width: 100px;}
#nav_articles	{left: 360px; width: 140px;}
#nav_media	{left: 530px; width: 105px;}
#nav_links	{left: 665px; width: 90px;}
#nav_contact	{left: 785px; width: 140px;}

#nav_biography a:hover, #nav_biography.active	{background: transparent url(../images/nav_sprite.gif) -25px -50px no-repeat;}
#nav_books a:hover, #nav_books.active	{background: transparent url(../images/nav_sprite.gif) -230px -50px no-repeat;}
#nav_articles a:hover, #nav_articles.active	{background: transparent url(../images/nav_sprite.gif) -360px -50px no-repeat;}
#nav_media a:hover, #nav_media.active	{background: transparent url(../images/nav_sprite.gif) -530px -50px no-repeat;}
#nav_links a:hover, #nav_links.active	{background: transparent url(../images/nav_sprite.gif) -665px -50px no-repeat;}
#nav_contact a:hover, #nav_contact.active	{background: transparent url(../images/nav_sprite.gif) -785px -50px no-repeat;}


/* ==============================================
   Sidebar
============================================== */

#sidebar {
 	font-size: 1.2em;
	line-height: 1.6em;
}
#sidebar img {
	border: none;
}
#sidebar .heading {
	margin: 1em 0;
}
#sidebar h3 {
	margin-top: 1em;
}
#sidebar .subtitle {
	font-style: italic;
	margin-top: 0;	
}
#sidebar #latest_news {
	margin-top: 30px;
}

/* ==============================================
   Home Page
============================================== */

#home #content {
	padding: 30px 0 0 50px;
	width: 670px;
}
#home .book_img {
	float: left;
	width: 215px;
}
#home .book_info {
	float: right;
	width: 455px;
}
#home #latest_books a {
	font-size: 0.9em;
	padding-left: 23px;
	display: block;
}
#home #latest_books a.buy {
	background: transparent url(../images/cart.gif) 0 0 no-repeat;
	margin-top: 0.8em;
}
#home #latest_books a.link {
	background: transparent url(../images/link.gif) 0 0 no-repeat;
	margin-top: 0.8em;
}



/* ==============================================
   Other Pages 
============================================== */

#artnav {
	background: transparent url(../images/articles_nav_sprite.gif) top left no-repeat;
	width: 635px;
	height: 36px;
	position: relative;
}
#artnav ul {
	list-style: none;
}
#artnav li {
	position: absolute;
	top: 0;
}
#artnav li, #artnav a {
	height: 36px; 
	display: block;
}
#artnav a {
	text-indent: -9999px;
	overflow: hidden;
}
#link1	{left: 0px; width: 103px;}
#link2	{left: 127px; width: 113px;}
#link3	{left: 265px; width: 154px;}
#link4	{left: 445px; width: 190px;}

#artnav #link1 a:hover	{background: transparent url(../images/articles_nav_sprite.gif) -0px -36px no-repeat;}
#artnav #link2 a:hover	{background: transparent url(../images/articles_nav_sprite.gif) -127px -36px no-repeat;}
#artnav #link3 a:hover	{background: transparent url(../images/articles_nav_sprite.gif) -265px -36px no-repeat;}
#artnav #link4 a:hover	{background: transparent url(../images/articles_nav_sprite.gif) -445px -36px no-repeat;}

#articles h2.cat {
	margin-top: 1em;
	color: #830a00;
	text-transform: uppercase;
	font-size: 1em;
}
#articles ul.list_cat a:link {
	color: #1b4b6b;
	font-weight: normal;
	font-family: "Big Caslon", "Times New Roman", serif;
}
#articles ul.list_cat a:visited {
	color: #000000;
	font-weight: normal;
	font-family: "Big Caslon", "Times New Roman", serif;
}
#articles ul.list_cat a:hover {
	color: #949494;
	font-weight: normal;
	font-family: "Big Caslon", "Times New Roman", serif;
}
#articles ul.list_cat li {
	list-style: disc;
	margin-left: 21px;
	padding-top: 1em;
}
#articles #content, #media #content {
	width: 635px;
	padding: 30px 0 0 50px;
}
#articles h1 {
	font-size: 3em;
	line-height: 1em;
	text-align: center;
	margin-top:0.5em;
}
#articles .subtitle {
	font-size: 1.2em;
	text-align: center;
	font-style: italic;
}
#articles .back_btn {
	float: right;
}
#articles .back_btn img {
	border: 0;
}


#bio #content p {
	background: transparent url(../images/sym1.gif) bottom center no-repeat;
	padding-bottom: 70px;
}
#bio #photo {
	float: left;
	margin-top: 10px;
}
#bio #photo img {
	border: 7px solid #cbaf77;
	display: block;
	margin-bottom: 20px;
}
#bio #main {
	float: right;
	width: 412px;
}

#books #booklist li {
	border-bottom: 1px solid #9a8168;
	padding-top: 25px;
	position: relative;
	min-height:214px;
}
#books #booklist .book_info {
	margin-left: 205px;
}
#books #booklist .book_info img {
	border: none;
}
#books #booklist .book_img {
	position: absolute;
	top: 30px;
	left: 30px;
}
#books #booklist .book_img img {
	border: none;
}
#books #booklist h2 {
	color: #830a00;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 10px;
}
#books #booklist a {
	font-size: 0.9em;
	background: transparent url(../images/cart.png) 0 0 no-repeat;
	padding-left: 23px;
}
#books #booklist .small {
	font-size: .8em;
	margin: 0;
}
#books #booklist .summary {
	margin-bottom: 0;
}
#books #booklist .buy {
	margin-top: 0.8em;
}

#contact #content {
	padding: 10px;
}
#contact #photo {
	position: absolute;
	top: 30px;
	left: 30px;
}
#contact #photo img {
	border: 5px solid #cbaf77;
}
#contact #main {
	margin-left: 320px;
}
#contact #main h2 {
	color: #830a00;
	text-transform: uppercase;
	font-size: 1em;
	margin-top:20px;
}
#contact .mail {
	background: transparent url(../images/mail.gif) center left no-repeat;
	padding-left: 25px;
}


#links #content {
	padding: 0;
	width: 747px;
}
#links  #linklist li {
	padding: 20px 0;
	border-bottom: 1px solid #ad9779;
	position:relative;
}
#links #linklist .link_img {
	float: left;
	padding-left: 30px;
}
#links #linklist .link_img img {
	border: 5px solid #cbaf77;
}
#links #linklist .link_info {
	position:absolute;
	left: 262px;
	width: 465px;
}
#links #linklist .link_info h2 {
	color: #830a00;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 10px;
}



#media h1 {
	color: #830a00;
	text-transform: uppercase;
	font-size: 1em;
}
#media .gallery {
	width: 100%;
	border-collapse: collapse;
}
#media .gallery td {
	padding: 10px 26px 10px 0;
}
#media .gallery img {
	border: 5px solid #af772b;
}
#media .gallery img:hover {
	border: 5px solid #cbaf77;
}
#media #audio {
	margin-top: 10px;
}
#media #audio {
 	font-size: 1em;
}



/* ==============================================
   Misc
============================================== */

.float_img {
	float: left;
	margin: 0 1em 1em 0;
}
.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.2em;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.play {
	background: transparent url(../images/play.gif) center left no-repeat;
	padding-left: 15px;
}
.link {
	background: transparent url(../images/link.gif) center left no-repeat;
	padding-left: 25px;
}
.justify {
	text-align: justify;
}
.hidden {
	display: none;
}
.divider {
	margin: 1em 0;
	clear: both;
}
