/* Stylesheet for Period Dramas.com */
/* Steve Sque 2008+                 */

/* GLOBAL RESET */

* {
	margin:     0;
	border:     0;
	padding:    0;
	background: transparent;
}

/* HTML TAGS */

body {
	color:       #000000;
	background:  url(/images/bg-body.png) #ffffff;
	font-family: arial, sans-serif;
	font-size:   14px;
	line-height: 16px;
}

a {
	font-weight:      bold;
	color:            #003399;
	text-decoration:  underline;
}

a:hover {
	font-weight:      bold;
	color:            #990033;
	text-decoration:  underline;
}

abbr, acronym {
	border-bottom: 1px dotted;
}

blockquote {
	background: #fff7ef;
	border:     1px solid #f7efe7;
	margin:     0.5em 0 1em 0;
	padding:    0.5em;
}

p {
	margin:     1em 0 1em 0;
	text-align: justify;
}

h1 {
	font-size: 200%;
}

h2 {
	color:       #663300;
	font-size:   150%;
	line-height: 150%;
	margin:      0.5em 0 0.5em 0;
}

h2 span {
	display: none;
}

h3 {
	color:      #663300;
	font-size:  125%;
	margin:     1.5em 0 0.5em 0;
}

h4 {
	color:      #663300;
	font-size:  100%;
	margin:     1em 0 0.5em 0;
}

hr {
	color:      #996633;
	background: #996633;
	height:     1px;
	margin:     1em 0 1em 0;
}

input {
	background: #eeeeee;
	border:     1px solid #996633;
	margin:     0 0 0.5em 0;
}

label {
	font-weight: bold;
}

select {
	background: #eeeeee;
	border:     1px solid #996633;
	margin:     0 0 0.5em 0;
}

textarea {
	background: #eeeeee;
	border:     1px solid #996633;
	margin:     0 0 0.5em 0;
}

th {
	vertical-align: middle;
	padding:        0 1em;
	text-align:     left;
}

td {
	vertical-align: top;
	padding:        0 1em;
	text-align:     left;
}

ul {
	margin:          1em 1em 1em 1.5em;
	list-style-type: square;
}

ol {
	margin:          1em 1em 1em 1.5em;
}

li {
	margin-bottom: 0.5em;
}

dt {
	margin:      0.5em 0 0 0;
	font-weight: bold;
}

dd {
	text-align: justify;
}

/* IDENTIFIERS */

#container {
	background: url(/images/bg-fade.png) center repeat-y;
	margin:     0 auto;
	width:      768px;
}

#title {
	height: 95px;
	width:  748px;
	margin: 0 10px 0 10px;
}

#title h1 {
	display: block;
	height:  100%;
	width:   100%;
}

#title h1 a {
	display:         block;
	height:          100%;
	width:           100%;
	outline:         none;
	text-indent:     -6000px;
	background:      url(/title.jpg) no-repeat top left;
}

/* START navigation bar with drop-down menu (thanks to Timo Huovinen) */

.nav, .nav ul {
	list-style-type: none;
	border:          0;
	margin:          0;
	padding:         0;
}

.nav a {
	text-align:      center;
	text-decoration: none;
}

/* IE5 list fix */
.nav .sub li {float: left;}
.nav .sub > li {float: none;}

#navigation {
	padding:      0;
	position:     relative;
	height:       25px;
	margin:       0 10px 0 10px;
	background:   #663300 url(/navigation.jpg) no-repeat top left;
	z-index:      10;
}

.nav {
	position:   absolute;
	visibility: hidden;
}

.nav .link {
	width:      83px;
	margin-top: -10075px;
	float:      left;
}

.nav a {
	position:        relative;
	display:         block;
	height:          25px;
	line-height:     25px;
	text-align:      center;
	text-decoration: none;
	color:           #ffffff;
	z-index:         10;
	visibility:      visible;
}

.nav .sub a {
	background: #663300;
	margin:     0 -1px 0 0;
	width:      83px;
}

.nav .sub {
	float:       left;
	background:  #ff9900;
	padding-top: 25px;
	margin-top:  -25px;
}

.nav .sub li {
	margin-bottom: 0;
}

.nav a.main {
	width:        83px;
	height:       25px;
	line-height:  25px;
	margin-top:   10075px;
	margin-right: -82px;
	float:        left;
}

.nav a.main:hover, .nav a.main:focus, .nav a.main:active {
	margin-right: 0;
	background:   #442200;
	color:        #ffffff;
}

.nav .sub a:hover, .nav .sub a:focus, .nav .sub a:active {
	margin:     0;
	background: #442200;
	color:      #ffffff;
}

/* Empty rule to fix occasional IE6 tabbing bug */
a, a:hover, a:active, a:focus {}

/* Opera fix */
.sub:hover {
	clear: both;
}

/* END navigation bar */

#main {
	background: #ffffff;
	margin:     0 10px 0 10px;
	padding:    10px;
	width:      728px;
}

#welcome {
	width:      365px;
	height:     42px;
	background: url(/welcome.png);
}

#latest {
	float:        right;
	margin:       0 0 10px 15px;
	border-left:  1px solid #996633;
	padding-left: 10px;
	width:        210px;
}

#timeline h2 {
	width:      141px;
	height:     36px;
	background: url(/timeline.png);
}

#timemachine {
	margin:       0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #996633;
	padding:      2px;
	width:        722px;
	height:       42px;
	background:   #ffffff;
}

#timemachine ul {
	margin:          0;
	list-style-type: none;
}

#timemachine ul li {
	background: #ffffff;
	float:      left;
}

#timemachine ul li a {
	color:           #000000;
	width:           38px;
	line-height:     2em;
	text-align:      center;
	text-decoration: none;
	font-weight:     normal;
	display:         block;
}

#timemachine ul li a:hover {
	color:      #ffffff;
	background: #663300;
}

#help h2 {
	width:      230px;
	height:     61px;
	background: url(/help.png);
}

#articles h2 {
	width:      94px;
	height:     38px;
	background: url(/articles.png);
}

#links h2 {
	width:      193px;
	height:     52px;
	background: url(/links.png);
}

#contact h2 {
	width:      207px;
	height:     37px;
	background: url(/contact.png);
}

#results h2 {
	width:      174px;
	height:     39px;
	background: url(/results.png);
}

#footer {
	clear:       both;
	color:       #ffffff;
	background:  #663300 url(/footer.jpg) no-repeat;
	margin:      0 10px 0 10px;
	padding:     10px;
	height:      25px;
	width:       728px;
	line-height: 25px;
	text-align:  center;
}

#footer a {
	color: #ffffff;
}

#footer abbr {
	border: 0;
}

#googleplusone {
	background:     transparent;
	color:          #999999;
	float:          right;
	margin:         0 0 7px 0;
}

#copyright {
	float:  left;
	margin: 0 15px 0 5px;
}

#copyright a {
	color:           #ffffff;
	text-decoration: none;
}

#privacy {
	float:     right;
	margin:    0 5px 0 15px;
	font-size: 85%;
}

#privacy a {
	color:           #ccbbaa;
	font-weight:     normal;
	text-decoration: none;
}

/* CLASSES */

.centre {
	display:      block;
	margin-left:  auto;
	margin-right: auto;
	text-align:   center;
}

.centre img {
	margin: 0 0 5px 0;
}

div.comment {
	background: #fff7ef;
	border:     1px solid #f7efe7;
	float:      left;
	margin:     0.5em 0 1em 0;
	padding:    0.5em;
	width:      450px;
}

div.comment p {
	margin:     0.5em 0 0.5em 0;
}

ul.comments li {
	background: #fff7ef;
	border:     1px solid #f7efe7;
	margin:     0 0 1em 0;
	padding:    0.5em;
}

ul.comments li ul li {
        background: #f7efe7;
	border:     1px solid #efe7df;
	margin:     0 0 1em 0;
	padding:    0.5em;
}

ul.comments li ul li ul li {
        background: #efe7df;
	border:     1px solid #e7dfd7;
	margin:     0 0 1em 0;
	padding:    0.5em;
}

ul.comments li ul li ul li ul li {
        background: #e7dfd7;
	border:     1px solid #dfd7cf;
	margin:     0 0 1em 0;
	padding:    0.5em;
}

.floatleft {
	float:      left;
	margin:     0 15px 10px 0;
	text-align: justify;
}

.floatleft img {
	margin: 0 0 5px 0;
}

.floatright {
	float:      right;
	margin:     0 0 10px 15px;
	text-align: justify;
}

.floatright img {
	margin: 0 0 5px 0;
}

.secure {
	display: none;
}

.small {
	font-size: 75%;
}

.spaced li {
	margin-bottom: 1em;
}

.starbar-empty {
	position: relative;
	top: -45px;
	left: 165px;
	width: 125px;
	height: 25px;
	margin: 0 0 -25px 0;
	border: 0;
	padding: 0;
	background: url(/images/star-empty.png);
}

.starbar-filled {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	margin: 0;
	border: 0;
	padding: 0;
	background: url(/images/star-filled.png);
}

.starbar-filled-effective {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	margin: 0;
	border: 0;
	padding: 0;
	background: url(/images/star-filled-effective.png);
}

.starbar-empty-here {
	position: relative;
	top: -2px;
	left: 0px;
	width: 125px;
	height: 25px;
	margin: 0;
	border: 0;
	padding: 0;
	background: url(/images/star-empty.png);
}
