/*Stylesheet by Ollie Brummell for Wiley-Blackwell Publishing */

body {background-color: #364B76;}

.wrapper  {
	clear: both; 
	margin-left: auto; 
	margin-right: auto; 
	border: 2px solid black;
	width: 800px;
	height: auto;
	background-color: white;
	background-image: url(../images/bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

/*--Header--*/
#strap {
	width: 800px;
	height: 18px;
	border: 0px;
	text-align: right;
	color: white;
	font-family: Arial;
	font-size: 21px;
	font-weight: bold;
	background-color: #c2a96e;
	line-height: 0.9;
	}

#strap span {margin-right: 15px;}

/*--Navigation Menu--*/
#menu {
	float: left;
	width: 195px;
	margin-right: 14px;
	height: 400px;
	}

#menu img.cover {margin-left: 15px;}

#nav {
	font-family: arial;
	font-weight: bold;
	font-size: medium;
	color: #a51225;
	list-style-type: none;
	font-size:  90%;
	padding-bottom: 12px;
	}

	
#nav a {
	border-left: 5px solid #5d55a4;
	margin-left: -25px;
	padding-left: 15px;
	line-height: 0.9;
	color: #a51225; 
	text-decoration: none;
	}

#nav a.current {border-left: 5px solid #aea2f2;}

#nav a:hover {
	border-left: 5px solid #aea2f2;
	text-decoration: underline;
	}

#nav li.break {
	padding-bottom: 15px;
	border-left: 5px solid #5d55a4;
	margin-left: -25px;
	padding-left: 20px;
	}

/*--Main Content--*/
#content {
	float: left;
	background-image: url(../images/tip.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #f6f6f8;
	width: 540px;
	height: auto;
	border-right: 2px solid #93b0bd;
	border-left: 2px solid #93b0bd;
	border-bottom: 2px solid #93b0bd;
	font-family: Arial;
	font-size: small;
	color: black;
	padding: 5px 10px 10px 10px;
	}

#content h1 {
	background-image: url(../images/h1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 15px;
	color: #1e1e67;
	font-size: 140%;
	}

#content p.copyright {
	font-size: x-small;
	text-align: right;
	color: #666;
	}
	
#content p.adobe {
	padding: 20px;
	border: 1px solid #ccc;
	}

#content p.adobe img {
	float: left;
	padding-right: 10px;
	}

#content div.title {
	padding: 10px;
	border: 1px solid #ccc;
	height: auto;
	margin: 10px 10px;
	background-color: #fff;
	}

#content div.title span{font-weight: bold;}

#content div.title span a{
	color: #000;
	text-decoration: underline;
	}

#content div.title img {
	float: left;
	display: inline;
	margin-right: 10px;
	}

#content img {border: 1px solid #EEE;}

#content a {color:#9900CC;}
#content a:hover {color:#9966CC;}

#content p.animation {
	float: left;
	padding-right: 25px;
	text-align: center;
	height: 160px;
	}

#content ul.figures {
	float: left;
	list-style-type: circle;
	padding-left: 15px;
	}
	
#content ul.captions {
	clear: both;
	float: left;
	list-style-type: none;
	padding-left: 95px;
	width: 200px;
	margin-top: 25px;
	
	}

#content ul.figures li.heading {
	list-style-type: none;
	}


/*--Footer--*/
#footer {
	clear: both;
	text-align: right;
	padding: 15px 27px 15px 15px;
	font-size: x-small;
	font-family: Arial;
	}

#footer a {color: #AAA; text-decoration: underline;}
	
#footer img {border: 0px;}
