/*
================== CSS INFO ===================
website: http://www.dalajlama.info
=============================================== */

* {
	margin: 0; padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, "Arial CE", "Lucida Grande CE", "Helvetica CE", lucida, sans-serif;
	background: #ffdb4e url("../img/body_bg.jpg") repeat-x top left;
	color: #9a0000;
	text-align: center;
}

/*
===============================================
=TYPOGRAPHY
=============================================== */
/* =headings
---------------------- */
h2, h3, h4, h5, h6 {
	margin: 1em 0 0;
}
h2 {
	margin: 0;
	font-size: 2em;
	padding: 0.4em 0;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}

/* =links
---------------------- */
#content a:link, #content a:visited {
	color: #9a0000;
	font-weight: bold;
}
#content a:focus, #content a:hover, #content a:active {
	color: #c00;
}
a img {
	border: 1px solid #fff;
}
a:hover img {
	border-color: #226287;
}

/* =blocks&lists
---------------------- */
p {
	margin: 0.4em 0 1em;
	line-height: 1.6em;
}
address {
	font-family: "Courier New", "Courier New CE", "Courier CE", courier, monospace;
	font-style: normal;
}
hr {
	display: none;
}
#content ul, #content ol {
	margin: 1em 0 1em 3em;
	line-height: 1.6em;
}
#content ul li, #content ol li {
	margin-bottom: 0.4em;
}
#content dl {
	margin: 1em 0;
}
#content dl dt {
	font-weight: bold;
	font-variant: small-caps;
}
#content dl dd {
	margin: 0.4em 0 0.4em 3em;
	line-height: 1.6em;
}
blockquote {
	font-style: italic;
}

/* =images
---------------------- */
img {
	margin: 0.5em 0.5em 0.5em 0;
}
img.left {
	float: left;
}
img.right {
	float: right;
	margin: 0.5em 0 0.5em 0.5em;
}

/*
===============================================
=LAYOUT
=============================================== */
#container {
	width: 77em;
	text-align: left;
	background: #c00 url("../img/container_bg.jpg") no-repeat top left;
	border: 1px solid #fff;
	margin: 1em auto;
}
#container2 {
	border: 1px solid #000;
}
#header {
	position: relative;
}
#bodywrap {
	margin-top: 300px;
}
#sidebar {
	float: left;
	width: 18em;
}
#content {
	float: right;
	width: 54em;
	margin: 0 2em 2em 0;
	padding: 0 1em 1em 1em;
	background: #fffacd;
	border: 1px solid #ccc;
}
* html #content {
	width: 55em;
	w\idth: 54em;
	margin: 0 1em 2em 0;
}
#footer {
	clear: both;
	text-align: center;
	background-color: #680000;
	padding: 0.5em;
}

/*
===============================================
=HEADER
=============================================== */
#header h1 {
	visibility: hidden;
}
#header blockquote {
	position: absolute;
	top: 2em; right: 2em;
	width: 32em;
	color: #fddd4e;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: right;
}

/*
===============================================
=MENU
=============================================== */
#menu {
	list-style: none;
}
#menu a {
	display: block;
	padding: 0.4em 0 0.4em 1em;
	font-size: 1.4em;
	font-weight: bold;
	_height: 1%;
}
#menu a:link, #menu a:visited {
	color: #fddd4e;
	border-left: 5px solid transparent;
	_border-left-color: #c00;
	text-decoration: none;
}
#menu a:focus, #menu a:hover, #menu a:active, #bodywrap #menu a.active {
	color: #fff;
	text-decoration: underline;
	border-left-color: #fddd4e;
}


/*
===============================================
=CONTENT
=============================================== */
#content p, #content ul, #content ol, #content dl, #content address, #content div, #content blockquote, #content pre {
	font-size: 1.2em;
}
#content dl p, #content dl ul {
	font-size: 1em;
}
#content p.book-publisher, #content p.sub-title {
	margin: 0;
}
.book-detail h3 {
	border-bottom: 1px solid #9a0000;
}
.book-detail img {
	border: 1px solid #9a0000;
}

/*
===============================================
=FOOTER
=============================================== */
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	margin-left: 0.4em;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #ccc;
}
#footer ul li a:focus, #footer ul li a:hover, #footer ul li a:active {
	color: #fff;
}

/*
===============================================
=OTHER STUFF
=============================================== */
#bodywrap:after {
	content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* html #bodywrap {
	height: 1%;
}
.cleaner {
	clear: both;
}
