/* Node level declarations
 *----------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  }
html.layout {
  background: #CECECE;
  }
html.layout body {
  background: #FFF url(../images/body-background-tile.png) repeat-x bottom;
  }
body, td {
  font: normal normal normal 14px/normal Arial, Verdana, sans-serif;
  color: #222;
  }
h1, h2, h3, h4, h5, h6 {
  font-size: .9em;
  font-weight: 800;
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  }
h1 {
  font-size: 1.3em;
  }
h2 {
  background: url(../images/fade.png) repeat-x bottom;
  padding: 11px 10px 8px 10px;
  font-size: 1.2em;
  }
* html h2 {
  background: url(../images/fade.gif) repeat-x bottom;
  }
h3 {
  font-size: 1.1em;
  }
form {
  display: inline;
  }
blockquote {
  margin: 0 10px;
  padding: 0;
  }
a {
  color: #CD0000;
  text-decoration: none;
  cursor: pointer;
  }
a:hover {
  text-decoration: underline;
  }
img {
  border: 0;
  }
label {
  white-space: nowrap;
  }
label.invalid {
  color: #FF0000;
  }
input, select, textarea {
  font: normal normal normal 14px/normal Arial, Verdana, sans-serif;
  }
.clickable {
  cursor: pointer;
  }
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  }
.hr {
  background: url(../images/hr.gif) repeat-x;
  height: 1px;
  overflow: hidden;
  margin: 0;
  }
.hr hr {
  display: none;
  }
/* png support for ie6 */
#navigation li a, .buy-now, #logo a, .date
  {
  behavior: url(/astrophil/site/javascripts/pngfix.htc);
  }

/* Layout declarations
 *----------------------------------------------------------------------------*/
#wrapper {
  background: url(../images/wrapper-background-tile.gif) repeat-x;
  }
* html #wrapper {
  background: none;
  }
#container {
	width: 938px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	border: 1px solid #DDD;
	border-top: 0;
	background: #FFF;
	}

#header {
	height: 367px;
	background: url(../images/header-texture.jpg) no-repeat bottom;
	}
#header #logo {
	height: 253px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat;
	}
#header #logo a {
	display: block;
	margin: 0 auto;
	width: 125px;
	height: 133px;
	overflow: hidden;
	text-indent: -10000px;
	background: url(../images/logo.png) no-repeat;
	outline: none;
	}

#header #navigation {
	margin: 0;
	padding: 0;
	list-style: none;
  margin-top: -11px;
	}
#header #navigation li {
	display: block;
	float: left;
	padding-top: 11px;
	}
#header #navigation li.selected {
	background: url(../images/tab-arrow.gif) no-repeat center top;
	}
#header #navigation a {
	display: block;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 1px;
	width: 105px;
	padding: 7px 0 0 4px;
	height: 40px;
	background: url(../images/tab.png) no-repeat;
	color: #FFF;
	text-align: center;
	outline: none;
	text-decoration: none;
	}

#body {
  position: relative;
	top: -61px;
	background: url(../images/vr.gif) repeat-y 594px top;
	padding-bottom: 10px;
	}
#body .spacer {
  margin: 3px 0;
  }
#body #content {
  position: relative;
	float: left;
	width: 591px;
	padding-top: 24px;
	}
#body #content .content_wrapper {
  margin: 0 15px;
  padding: 15px 0;
  }
#body #side_content {
  position: relative;
	float: right;
	width: 340px;
	}
#body #side_content .content {
	padding: 10px 10px;
	}

#body .content {
	background: url(../images/content-background.png) no-repeat;
	}
* html #body .content {
  background: none
  }

#footer {
  position: relative;
  top: -60px;
  color: #999;
  font-size: 10px;
  text-align: right;
  }
#footer .hr {
  margin: 0 0 3px 0;
  }

/* General site wide declarations
 *----------------------------------------------------------------------------*/
.warning {
  border: 1px solid #F00;
  padding: 3px;
  margin: 2px;
  }
.warning strong {
  color: #F00;
  }
.success {
  border: 1px solid #0F0;
  padding: 3px;
  margin: 2px;
  }

.logo {
	height: 49px;
	text-align: right;
	}
.logo img {
  position: relative;
  z-index: 1;
	width: 67px;
	height: 49px;
	background: url(../images/small-logo.png);
  }
.callout {
	background: url(../images/arrow.gif) no-repeat center 0;
  }
.buy-now {
	display: block;
	position: relative;
	left: -10px;
	width: 110px;
	height: 42px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 1px;
	background: url(../images/buy-now-button.png) no-repeat;
	color: #FFF;
	text-align: center;
	padding: 7px 0 0 5px;
  }
#book_list .book {
	clear: both;
	}
#book_list .book .hr {
	margin: 0px !important;
	}
#book_list .book h3 {
	font-size: 1.4em;
	margin-bottom: 4px;
	}
#book_list .book h3 a {
  color: #000;
  }
#book_list .book h3 strong {
	font-size: 60%;
	font-family: Arial, Verdana, sans-serif;
	display: block;
	}
#book_list .book .details {
	padding: 10px 30px 10px 10px;
	background: url(../images/fade.png) repeat-x center bottom;
	}
* html #book_list .book .details {
	background: url(../images/fade.gif) repeat-x center bottom;
  }
#book_list .book .details .cover {
  width: 164px;
  height: 245px;
  }
#book_list .book .details .description {
	display: block;
	margin-left: 176px;
	color: #666;
	}
#book_list .book .details .buy-now {
  margin-top: 10px;
  }
#book_list .mini h4 {
  font-size: 1.1em;
  font-weight: normal;
  }
#book_list .mini h4 a {
  color: #000;
  }
#book_list .mini .cover {
  width: 50px !important;
  height: 75px !important;
  margin-right: 5px !important;
  }
#book_list .mini .description {
	margin-left: 0 !important;
	font-size: .8em !important;
	}
#content #book_list {
  margin: -16px -15px 0 -16px;
  }
#content #book_list .book {
  padding-top: 15px;
  }
#side_content #book_list {
  position: relative;
  top: -35px;
  }
#side_content #book_list .book .details .description {
	margin-left: 0;
	font-size: .8em;
  }
#side_content #book_list .book .details .cover {
	margin-right: 10px;
	position: relative;
	z-index: 1;
	width: 100px;
	height: 149px;
  }
#side_content #book_list .book .details .buy-now {
  float: right;
  margin-right: -20px;
  margin-top: 2px;
  }
#book_detail {
  margin: 0 -15px 0 -5px;
  }
#book_detail h2,
#book_detail .hr {
  margin-left: -10px;
  }
#book_detail .cover {
  width: 164px;
  height: 245px;
  }
#book_detail .description {
	display: block;
	margin-left: 176px;
	margin-right: 10px;
  }
#book_detail .biography {
  padding-top: 10px;
  }
#book_detail #book_list {
  margin: 0;
  }

#article_list {
  clear: both;
  }
#article_list .articles {
  margin: 10px;
  }
#article_list .article {
	margin-bottom: 20px;
	}
#article_list .article h3 {
	font-size: 1.4em;
	}
#article_list .article h3 a {
	color: #000;
	}
#article_list .article .posted_at {
	color: #999;
	font-size: .8em;
	}
#article_list .article .by {
	font-weight: bold;
	font-size: .8em;
	}
#article_list .article .hr {
	margin: 10px 0;
	}
#article_list .article .tags {
	color: #666;
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
  }
#content #article_list {
	margin: 0 -15px;
	}
#content #article_list .date {
	clear: both;
	float: left;
	width: 52px;
	height: 48px;
	padding-top: 3px;
	background: url(../images/article-date.png) no-repeat;
	color: #FFF;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.4em;
	}
#content #article_list .date b {
	display: block;
	font-size: 2.3em;
	}
#content #article_list .article {
	clear: right;
	float: right;
	width: 510px;
	padding-right: 15px;
	}
#side_content #article_list {
	position: relative;
	top: -20px;
  }
#side_content #article_list .article h3 {
	font-size: 1.3em;
	}
#side_content #article_list .article {
	margin-bottom: 20px;
	}
#side_content #article_list .article .hr {
	margin: 5px 0;
	}
#side_content #article_list .article .article_content {
	font-size: .8em;
  }
#article_detail .posted_at {
  color: #999;
  }
#article_detail .by {
  font-weight: bold;
  }
#article_detail .article_content {
  padding-top: 20px;
  }
#article_detail .tags {
  margin: 10px 0 0 0;
  font-size: .8em;
  color: #666;
  text-transform: uppercase;
  }
