/*
 * @version $Id$
 *
 * To be used in conjuction with YUI's reset-fonts (v2.5.2).
 *
 */

/* //// //// //// //// //// GENERAL RULES //// //// //// //// //// */

/* Everything */

html {
	background: #444444 url("bg.gif") left top repeat-x;
	color: #333333;
}

body {
	text-align: center;
}

#wrapper {
	text-align: justify;
	margin: auto;
	min-width: 770px;
	max-width: 1500px;
}


/* Headers */

h1,
h2,
h3,
h4 {
	color: #555555;
	font-weight: bolder;
	margin-bottom: 0.5em;
	text-shadow: 1px 1px 1px #888888;
}

h1 {
	font-size: 200%;
}
h2 {
	font-size: 250%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 125%;
}


/* Generic Tags */

p {
	line-height: 1.5;
	margin-bottom: 0.5em;
	text-align: justify;
}

p.intro {
    font-size: 125%;
    font-family: Georgia, serif;
    margin: 1em;
}

p.highlight {
	margin: 5px;
	padding: 0.25em 0.5em;
	border: 1px dotted #555555;
	background: #ffe200;
}

span.highlight,
li.highlight {
	background: #fff8bb;
}

em,
.em {
	font-style: italic;
}

strong,
.strong {
	font-weight: bolder;
}

.smaller {
	font-size: smaller;
}

form {
	margin-bottom: 10px;
}

input,
textarea {
	padding: 0.25em 0.125em;
	margin: 0.25em 0;
}

label {
	display: block;
	margin-top: 0.5em;
	font-weight: bold;
}

table {
	border-collapse: separate;
	border-spacing: 0 1px;
	border: 0 solid #000000;
	border-width: 1px 0;
	clear: both;
}

th {
	background: #000000 url("both_both.gif") repeat-x -3px -3px;
	color: #ffffff;
	font-weight: bolder;
}

th,
td {
	border: 0 solid #ffffff;
	border-width: 1px 0;
	padding: 2px;
}

hr {
	height: 1px;
	color: #555555;
	background-color: #555555;
	border: none;
}


/* Generic Styles */

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.margin-center {
	margin-left: auto;
	margin-right: auto;
}

.float-left {
	float: left !important;;
}
.float-right {
	float: right !important;
}

.width100 {
	width: 100%;
}
.width95 {
	width: 95%;
}
.width50 {
	width: 50%;
}
.width33 {
	width: 33%;
}
.width25 {
	width: 25%;
}

.row-odd {
	background-color: #ccc;
}
.row-even {
	background-color: #eee;
}
.row-highlight {
	background-color: #ffd;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

table.padding-0 {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
}
table.padding-0 td {
	padding: 0 2px;
	border-bottom: 1px solid #888;
}
table.padding-0 form,
table.padding-0 input {
	padding: 0;
}

.margin-0 {
	margin: 0 !important;
}

.padding-all {
	padding: 5px !important;
}

/* */

.blockchain-btn .stage-begin {
    cursor: pointer;
}


/* Admin Styles */

.result {
	background: #ffe200 url("//static.jazzle.co.uk/images/famfamfam/comment.png") no-repeat 5px 5px;
	border: 1px dotted #000000;
	color: #000000;
	font-weight: bolder;
	letter-spacing: 0.0625em;
	margin: 5px;
	padding: 5px;
	padding-left: 26px;
	text-align: center;
}

.result.success {
	background: #88ff88 url("//static.jazzle.co.uk/images/famfamfam/accept.png") no-repeat 5px 5px;
	color: #008800;
}
.result.failure {
	background: #ff8888 url("//static.jazzle.co.uk/images/famfamfam/exclamation.png") no-repeat 5px 5px;
	color: #880000;
}


/* Supp Styles */

.calendar,
.timeEntry {
	width: 6em;
}


/* Anchors: LoVe HAte */

a,
a:link {
	color: #000000;
}
a:visited {
	xcolor: #abab89;
}
a:hover {
	color: #f2b500;
	text-decoration: underline;
}
a:active {
	color: #f2b500;
}

.plainlinks a,
a.plainlinks {
	background-color: inherit;
	color: #f2b500;
	text-decoration: none;
}


/* //// //// //// //// //// LAYOUT RULES //// //// //// //// //// */

/* #bd */

#bd {
}


/* sidebars */

#left, #right {
	overflow: hidden;
	padding: 0 10px;
}
#left {
	width: 220px;
	float: left;
}
#right {
	width: 160px;
	float: right;
}


/* .menu */

.menu {
	margin-bottom: 1em;
	color: #eee;
}
.menu li {
	padding: 2px 0 2px 18px;
	background: transparent url("//static.jazzle.co.uk/images/famfamfam/bullet_white.png") no-repeat 1px 0.25em;
	cursor: pointer;
}
.menu li.parent {
	background-image: url("//static.jazzle.co.uk/images/famfamfam/bullet_toggle_plus_black.png");
}
.menu li.parent.open {
	background-image: url("//static.jazzle.co.uk/images/famfamfam/bullet_toggle_minus_black.png");
}
.menu li.active {
	background: #ffffff url("//static.jazzle.co.uk/images/famfamfam/bullet_black.png") no-repeat 0 0.25em;
	border: 2px solid #f2b500;
	border-right: 2px solid #ffffff;
	margin-right: -2px;
}
.menu li.active a,
.menu li.active a:hover,
.menu li.active:hover {
	color: #000;
	background-color: #ffffff;
}
.menu li a {
	color: #d5d591;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.menu li:hover {
	background-image: url("//static.jazzle.co.uk/images/famfamfam/bullet_go_gold.png");
	background-color: #333;
}

.menu select,
.menu input {
	border: 1px solid #333;
	height: 1.5em;
	margin: 0;
	padding: 0.125em 0 0;
	width: 90%
}
.menu form {
	margin: 0;
}

/* #main */

#main {
	border: 2px solid #f2b500;
	margin: 25px 190px 0 230px;
	padding: 5px 10px;
	background: #ffffff;
}

#main ul {
	margin: 1em;
}

#main ul li {
	list-style-position: inside;
	list-style-type: disc !important;
}

#main .nobullets {
	margin: 0;
}

#main ul.nobullets li {
	list-style-type: none !important;
	margin-bottom: 1em;
}

#main ul.items {
	width: 670px;
	margin: auto;
	overflow: auto;
}

#main ul.items li {
	clear: both;
	list-style-type: none !important;
}

div.item {
	width: 300px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #f2b500;
	background: #ffffff;
	padding: 10px;
	margin: 5px;
}

div.item div.pic { /* not on img because that could stretch it */
	min-height: 150px;
}
div.item img {
	max-width: 300px;
	max-height: 200px;
}

p.meta {
	text-align: left;
	font-size: smaller;
	border: 0 solid #888;
	border-width: 1px 0;
}
p.meta span {
	white-space: nowrap;
}
p.notes {
	text-align: center;
	border-top: 1px solid #888;
}

#url_image_preview_wrapper {
	max-width: 300px;
	max-height: 200px;
	border: 1px dotted #f2b500;
	overflow: hidden;
}

/* #ft */

#ft {
	clear: both;
	border-top: 1px solid #f2b500;
	background: #ffffff;
	color: #888888;
	font-size: smaller;
	height: 25px;
	margin-top: 1em;
	padding: 0 10px;
}
#ft p {
	line-height: 25px;
	margin: 0;
	padding: 0;
}
#ft a {
	color: #888888;
}

#ft a: hover {
	background-color: inherit;
}