/* ----------------------
 Stylesheet 
 Name: Complexity 
 Author: Soroush Javidi
 ----------------------*/


/* resest goes here*/
@import url("reset.css");

body {
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/background.jpg') no-repeat 50% 0% #16042b;
}

li.pdf {
	background: url('images/pdf-icon.gif') no-repeat 0px 0px transparent;
}

li.amazon {
	background: url('images/amazon-icon.gif') no-repeat 0px 0px transparent;
}

li.link {
	background: url('images/link-icon.gif') no-repeat 0px 0px transparent;
}

li.matlab {
	background: url('images/matlab-icon.gif') no-repeat 0px 0px transparent;
}

li.zipped {
	background: url('images/zip-icon.png') no-repeat 0px 0px transparent;
}

.clear {
/*	clear: both;*/
}

/* STRUCTURE --------------------*/
#container {
	margin: 0px auto;
	width: 900px;
	margin-top: 92px;
	margin-bottom: 50px;
	padding-top: 100px;
	background: url('images/container-top.png') no-repeat 50% 0%;
	text-align: left;
}
#content {
	float: left;
	width: 100%;
/*	padding: 0px 5px;*/
	background: url('images/content-bg.png') repeat-y 0% 0% transparent;
	margin-bottom: 50px;
}

/* #book --------------------*/
#book {
	float: left;
	width: 900px;
}
#book #cover {
	float: left;
	width: 250px;
	padding-left: 130px;
}
#book #title {
	padding-top: 20px;
}
#book #title h1 {
	float:left;
	width: 465px;
	padding-left: 10px;
	font-family:Helvetica,Arial,sans-serif;
	font-size:3.5em;
	font-variant:small-caps;
	line-height:1em;
	color: #693;
}
#book #title h1 em {
	float: left;
	width: 100%;
	font-size: 0.6em;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 1em;
	margin-top: 30px;
	color: #360;
}
#book #title h2 {
	float: left;
	width: 300px;
	margin: 60px 0px 0px 10px;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #333;
}

/* #info --------------------*/
#info {
	float: left;
	width: 770px;
	background: url('images/info-bg.png') repeat-y 0% 0% transparent;
	padding: 0px 65px;
	margin-bottom: 50px;
}
#info #about {
	float: left;
	width: 510px;
}
#info #links {
	float: left;
	width: 220px;
	margin-left: 10px;
	padding-top: 10px;
}
#info h3, #toc h3 {
	font-size: 2.1em;
	font-variant: small-caps;
	margin-bottom: 30px;
}
#info p, #toc li {
	font-size: 1em;
	color: #333;
	margin-bottom: 5px;
}
#info #links li {
	margin: 0px 0px 20px 10px;
	padding-left: 25px;
}
#info #links a {
	text-decoration: none;
	color: #000;
}
#info #links a:hover {
	border-bottom: 1px solid #360;
	color: #360;
}

/* #toc --------------------*/
#toc {
	float: left;
	width: 770px;
	padding: 0px 65px;
	color: #333;
}
#toc ul {

}
#toc div.col {
	float: left;
	width: 380px;
}

/* #footer --------------------*/
#footer {
	float: left;
	width: 570px;
	background: url('images/floral-div.gif') no-repeat 50% 0% transparent;
	padding: 40px 165px 40px 165px;
	margin-top: 50px;
	color: #666;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #444;
}
#footer a:hover {
	color: #666;
}