/*****************************************************************
	Description: Master stylesheet for "Silence..." book
	Author: 420 Creative - 420creative.com
	Version: 2008 December
*****************************************************************/

body {
	text-align: center;
	background: #103221;
	margin-top: 150px;
	font: 12px/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #173343;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 821px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}










/*	Head / title
-------------------------------------------------------------------*/

#head {
	text-align: right;
	width: 200px;
	float: right;
	margin-right: 40px;
}

img {
	border: 0;
}

#head img {
	margin-right: 10px;
}

#head ul {
	text-align: right;
}

#head li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1em;
}

#head li img {
	margin-bottom: -9px;
	padding: 0;
}

#head li ul {
	display: none;
}

#head li:hover {
	cursor: pointer;
}

#head li:hover > ul {
	display: block;
	position: absolute;
	right: -10px;
/*	background: #fff;*/
	background: transparent url(/images/transparent_white.png) 0 0 repeat;
	padding: .5em .5em;
	border: 1px solid #89a1b9;
	list-style: none;
/*	text-align: left;*/
	width: 135px;
	margin: 9px 0 0 0;
}

#head li li {
	line-height: 1.2em;
}







/*	Sidebar
-------------------------------------------------------------------*/

#sidebar {
	background: url(../images/silence_sidebar.jpg) 0 0 no-repeat;
	width: 314px;
	height: 365px;
	float: left;
}

#sidebar img {
	margin: 15px 0 0 10px;
}

#sidebar img.thumbleft {
	margin: 0 0 0 40px;
	float: left;
}

#sidebar img.thumbright {
	margin: 0;
}

/*#sidebar_bottom {
	background: url(../images/silence_sidebar2.jpg) 0 0 no-repeat;
	width: 314px;
	height: 22px;
	margin: -15px 0 0 0
}*/

#main {
	background: url(../images/silence_main.jpg) 0 0 no-repeat;
	width: 487px;
	height: 365px;
	float: left;
	text-align: center;
}

#main p {
	text-align: left;
	margin: 15px 50px 0 50px;
}

/*#main_bottom {
	background: url(../images/silence_main2.jpg) 0 0 no-repeat;
	width: 487px;
	height: 22px;
	margin: 56px 0 0 0;
}
*/
p#desc {
	float: left;
	margin-left: 30px;
	font-weight: bold;
	display: none;
}

a {
	color: #173343;
}

a:hover {
	text-decoration: none;
}

#main img {
	margin-top: 15px;
}

p.bottomlinks {
	clear: both;
	font-size: 85%;
	padding-left: 10px;
	color: #55675e;
}

p.bottomlinks a.copyright {
	color: #a3b9ae;
}

p.bottomlinks a.credit {
	color: #55675e;
}

img#placeholder {
	border: 1px solid #000;
}





