﻿/** GLOBAL STYLESHEET *********************************************************/

body
{
	margin: 0;
}

#page
{
	padding: 0 7% 20px 80px;
}

#w
{
	font-family: Georgia, Times, “Times New Roman”, serif;
	color: White;
	background-color: Orange;
	font-size: x-large;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 60px;
	height: 45px;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
}

a img
{
	border: none;
}

/** HEADER ********************************************************************/

#header
{
	font-family: Georgia, Times, “Times New Roman”, serif;
	clear: both;
	padding-top: 15px;
}

h1
{
	margin: 0;
	font-size: x-large;
	float: left;
}

.arrow
{
	font-weight: normal;
	font-size: large;
	margin: 0 30px 0 30px;
}

#sharps .arrow
{
	margin-left: 0;
}

#sharps
{
	float: left;
	margin: 0 0 0 30px;
	padding: 3px 0 0 0;
}

#sharps li
{
	display: inline;
	margin-right: 20px;
}

/** CONTENT *******************************************************************/

#content
{
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	clear: both;
	margin-top: 80px;
}

h2
{
	margin: 25px 0 10px 0;
	font-size: large;
	font-style: italic;
}

h3
{
	margin: 15px 0 5px 0;
	font-size: large;
	font-weight: normal;
}

h4
{
	margin: 0 0 0.5em 0;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
}

p
{
	line-height: 1.6em;
	margin: 0 0 0.5em 0;
	width: 61%;
}

.remark
{
	float: right; clear: both;
	width: 28%;
	font-size: small;
}

img
{
	max-width: 100%;
}

blockquote
{
	margin: 1.5em 0 1.5em 40px;
	padding: 10px;
	width: 70%;
	background-color: #f5f5ea;
}

blockquote p
{
	font-size: small;
	line-height: 1.5em;
	width: 100%;
}

div.iholder
{
	margin: 1.5em 0 1.5em 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

div.iholder .remark
{
	float: none;
	position: absolute;
	bottom: 0; right: 0;
	background-image: url('i/white-smoke.png');
	text-align: right;
	padding: 10px;
	width: 35%;
	border-top: solid 1px White;
	border-left: solid 1px White;
	z-index: 99;
	overflow: visible;
}

ul, ol
{
	margin: 0 0 0.5em 30px;
	padding: 0;
}

ul
{
	list-style-type: none;
}

ul ul, ol ol, ul ol, ol ul
{
	margin: 0 0 0 20px;	
	padding: 0;
}

li
{
	line-height: 1.6em;
}

a
{
	color: Blue;
}

a:hover
{ 
	text-decoration: none;
	color: #800000;
}

a.nou
{
	text-decoration: none;
}

a.nou:hover u
{
	text-decoration: none;	
}

a.action
{
	text-decoration: none;
	border-bottom: dashed 1px Blue;
	cursor: pointer;
}

a.action:hover
{
	border: none;
}

a.selected
{
	border: none;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: #faf0e6;
	cursor: default;
}

code
{
	font-family: Consolas, “Lucida Console”, Monaco, monospace;
	white-space: pre;
	margin: 0 0 0.5em 0; padding: 0;
	overflow: auto;
}

.hot
{
	font-style: italic;
	color: Red;
}

sup.date
{
	font-size: 0.6em;
	padding-left: 5px;
	font-weight: normal;
	color: Gray;
	white-space: nowrap;
}

/** FOOTER ********************************************************************/

#footer
{
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	clear: both;
	margin: 50px 0 30px 0;
	font-size: small;
	position: relative;
	color: Gray;
}

#copy
{
	margin-left: -2ex;
}

#footer a
{
	color: #666699;
}

#footer a.more
{
	position: absolute;
	right: 0;
	top: 0;
}

/** ROUNDED CORNERS ***********************************************************/

.rounded
{
	position: relative;
}

.ul
{
	position: absolute;
	left: 0;
	top: 0;
}

.ur
{
	position: absolute;
	right: 0;
	top: 0;
}

.dl
{
	position: absolute;
	left: 0;
	bottom: 0;
}

.dr
{
	position: absolute;
	right: 0;
	bottom: 0;
}