/* Basic Styles */

body {
	background-image: url("graphbg.png");
	color: #000;
	font-family: 'PT Sans', Arial, sans-serif;
}

a:link {
	color: #2c7560;
}

a:hover {
	color: #ff0000;
}

a:visited {
	color: #800080;
}


/* Contact bar */

#contacts {
	position: relative;

	background-color: #2c7560;
	color: #fff;

	font-size: 18px;
	font-weight: 700;

	height: 25px;
	padding: 5px;
	margin: 0 0 15px 0;
}

#contacts li {
	float: left;
	margin: 0 10px;
}

#contacts a:link, #contacts a:hover, #contacts a:visited {
	color: #fff;
	text-decoration: none;
}

/* Search button */

.search {
	float: right;
	margin: 0;
	font-size: small;
}

.search input[type=search] {
	width: 220px;
}

/* Site header */

header {
	margin-left: 250px;
}

header h1 {
	margin-bottom: 0;
}

header h1 a:link, header h1 a:hover, header h1 a:visited {
	color: #000;
	text-decoration: none;
}

header h2 {
	font-weight: normal;
	font-size: small;
}

/* Comic */

.comic header {
	float: left;
	text-align: right;
	width: 220px;
	margin: 0 20px 0 10px;
}

.comic h3 {
	font-size: small;
	font-weight: normal;
}

.comic h2 {
	font-size: 20px;
	font-weight: bold;
}

.comic h2 a:link, .comic h2 a:hover, .comic h2 a:visited {
	color: #000;
	text-decoration: none;
}

.comic-image {
	border: 3px solid #000;
}

.comic-video {
	border: 3px solid #000;
	margin-bottom: 1em;
}

.comic-info {
	margin-left: 250px;
	width: 700px;
}

.comic-nav {
	margin-left: 250px;
	margin-top: 1em;
}

#ohno-transcribe {
	margin-left: 250px;
}

/* Archive */

.archive-nav {
	float: left;
	text-align: right;
	width: 220px;
	margin: 0 20px 0 10px;
}

.archive {
	float: left;
}

.archive p {
	font-size: 20px;
}

.archive h3 {
	font-size: medium;
	font-weight: normal;
	margin-bottom: 0;
}

/* Store */

.store-nav {
	float: left;
	text-align: right;
	width: 220px;
	margin: 0 20px 0 10px;
}

.store {
	float: left;
}

.store-alert {
	margin-left: 250px;
	width: 700px;
}

.store-alert {
	font-size: x-large;
}

/* Error */

.error-text {
	margin-left: 250px;
}

.error-text ol {
	margin-bottom: 1em;
}

.error-text ol li {
	list-style: decimal;
	margin-left: 40px;
}

/* ShareThis */
/*
.stButton .stButton_gradient {
	background-image: -o-linear-gradient(top, #d5d5d5 0%, #efefef 48%, #fff 94%) !important;
}
.stButton .stButton_gradient:hover {
	background-image: -o-linear-gradient(top, #fff 0%, #efefef 48%, #d5d5d5 94%) !important;
}
*/