* { margin:0; padding:0; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* generic */

body {
    background: #ffffff;
	font: 13px "Optima", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	color: #666;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
  	text-align: left;
    line-height: 1.7;
    position:relative;
}

h1 {
    font-size: 26px;
    font-family: "CandalRegular", "Helvetica", "Arial", sans-serif;
    margin-top:40px;
    margin-bottom:-6px;
	font-weight: normal;
	color: #600;
	text-align: center;
}

h2 {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "CandalRegular", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	color: #600;
	border:none;
    line-height: 1.2;
	text-align: center;
}

h3 {
	color: #777;
    margin-bottom: 20px;
    font-size: 10px;
	font-weight: normal;
	text-align: center;
}

h4 {
    margin-top: 20px;
    margin-bottom: -5px;
    font-size: 15px;
    font-family: "CandalRegular", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	color: #600;
}

h5 {
    font-size: 12px;
    font-family: "CandalRegular", "Helvetica", "Arial", sans-serif;
    margin-bottom:6px;
	font-weight: normal;
	color: #600;
	text-align: center;
}

ul {
    margin-left:30px
}

ol {
    margin-left:30px
}

li {
    margin-top:5px;
}

p {
    margin-top:12px;
    margin-bottom:12px;
}

strong {
    font-weight:bold;
	color: #f00;
}

b {
    font-weight:bold;
	color: #000;
}

img { border:none; }

a { text-decoration:underline; color: #933; border:none; }
a:hover   { text-decoration:underline; color: #933; }

.selflink {
	color: #666;
	text-decoration: none;
}

.sidebar {
	position:absolute;
	left:600px;
	width:150px;
	font-size:11px;
	color:#aaa;
}

.center {
	width:100%;
	text-align: center;
}

.spaced {
	margin-top:20px;
	margin-bottom:20px;
}

.videoOverlay {
	position:absolute;
	cursor:pointer;
	background-color: #fff;
}

.videoOverlay img {
	position:absolute;
	display:block;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* quotes */

.quoteCaption {
	font-size: 11px;
	margin-top:20px;
	margin-bottom:-10px;
	color:#aaa;
}

.quoteCaption a {
	color: #aaa;
	font-style: italic;
}

.quoteCaption a:hover {
	color: #933;
}

blockquote {
	font-style:normal;
	margin-left:20px;
}
