/**
 * okcomics.css
 * @author Martin Bean
 **/

/* defaults */
body {
	color: #fff;
	font: 10px/15px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #001518;
}

a:link, a:visited {
	color: #f1f1f1;
	text-decoration: underline;
}
a:hover, a:active {
	color: #b8ae26;
	text-decoration: underline;
}

/* branding */
#branding {
	text-align: left;
	text-indent: -99999em;
	margin: 0 auto;
	padding: 1em 0;
	width: 96em;
	height: 10.1em;
	overflow: hidden;
}
#branding #logo {
	background: url(../img/logo.gif) no-repeat 0 0;
	display: block;
	width: 40.6em;
	height: 10.1em;
	overflow: hidden;
}
#branding #tagline {
	display: none;
}

/* primary navigation bar */
#primary_nav {
	background: #b8ae26 url(../img/primary-nav-bg.gif) repeat-x 0 100%;
}
#primary_nav ul {
	display: block;
	margin: 0 auto;
	padding: 0.8em 0;
	overflow: auto;
}
#primary_nav ul li {
	display: inline;
}
#primary_nav ul li a {
	color: #353205;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0.25em;
}
#primary_nav ul li a:hover {
	color: #1a1902;
	text-decoration: none;
}

/* secondary navigation bar */
#secondary_nav {
	clear: both;
}
#secondary_nav ul {
	background: #223c42 url(../img/secondary-nav-bg.gif) repeat-x 0 100%;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 0.43em 0;
	overflow: auto;
}
#secondary_nav ul li {
	display: inline;
}
#secondary_nav ul li a {
	color: #556162;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 1.4em;
}
#secondary_nav ul li a:hover {
	color: #aab0b1;
	text-decoration: none;
}


/* container */
#container {
	text-align: left;
	margin: 0 auto;
	padding: 1.6em 0;
	width: 96em;
}
#shop_front {
	background: url(../img/shop-front.jpg) no-repeat 100% 0;
	float: left;
	width: 23.8em;
	height: 40.5em;
	margin-right: 1.2em;
}


/* content */
#content {
	text-align: left;
	float: left;
	width: 47em;
}

/* sidebar */
#sidebar {
	text-align: left;
	float: right;
	width: 22.5em;
}
#sidebar .wrapper {
	background: #071c20;
	margin: 0 0 0.7em;
	padding: 0.4em;
}
#sidebar .wrapper h2 {
	color: #10282b;
	font-size: 1.4em;
	text-transform: uppercase;
	background: #b8ae26 url(../img/sidebar-heading-bg.gif) repeat-x 0 100%;
	display: block;
	margin: 0 0 0.25em;
	padding: 0.5em 0.71em;
}
#sidebar .wrapper p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0.25em;
}
#sidebar .wrapper form {
	display: block;
	width: auto;
	padding: 0.25em;
}
#sidebar .wrapper input {
	margin-top: 0.5em;
}
#sidebar .wrapper input.input-text {
	width: 17.3em;
}
#sidebar .wrapper input.submit {
	width: auto;
	float: right;
}

#sidebar ul.errors li {
	color: #e10000;
	font-size: 1.2em;
	padding: 0.25em;
}

#sidebar #recommended_read img {
	float: right;
	margin: 0 0 0 1em;
}

/* default text styles */
#content p, #content ol, #content ul {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 0 1em;
}
#content ol, #content ul {
	margin-left: 1.5em;
}
#content ul li {
	list-style-type: circle;
}
#content ol ol, #content ol ul, #content ul ul, #content ul ol {
	font-size: 1em;
}
#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 1em;
}


/* form styles */
legend {
	display: none;
}
label {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 0 0 0.25em;
}
input.input-text, input.submit, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 1.2em;
	display: block;
	margin: 0;
	padding: 0;
	border: solid 0.1em #fff;
}
input.input-text, textarea {
	color: #444;
	background: #fff url(../img/input-text.gif) repeat-x 0 100%;
}
input.input-text:focus, textarea:focus {
	color: #000;
}
input.input-text, textarea {
	padding: 0.25em;
}
input.submit {
	color: #353205;
	font-weight: bold;
	text-transform: uppercase;
	background: #b8ae26 url(../img/input-submit.gif) repeat-x 0 100%;
	display: block;
	padding: 0.25em 0.5em;
	border-color: #b8ae26;
}
input.submit:hover {
	color: #1a1902;
	background: #b8ae26;
	cursor: pointer;
}


.clear { clear: both;  }
.left  { float: left;  }
.right { float: right; }



#feedback_form input, #feedback_form textarea {
	margin-bottom: 1em;
}
#feedback_form textarea {
	width: 95%;
}

#home #content h1 {
	display: none;
}
#home #content ul {
	font-size: 1em;
	margin: 0 0 1.6em 2.2em;
}
#home #content ul li {
	color: #b8ae26;
	font-size: 1.6em;
	line-height: 1.25em;
	padding: 0 0 0.5em;
	list-style-type: disc;
}
#home #content ul li span {
	color: #fff;
}

.page_image {
	float: right;
	width: 265px;
	margin: 0 0 0.5em 1em;
}

.crossover_item {
	border-bottom: solid 0.1em #b5ab23;
}
.crossover_item h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0.615em 0;
}
.crossover_item img {
	float: left;
	margin: 0 1em 0 0;
	border: solid 0.1em #b5ab23;
}
.crossover_item .crossover_content {
	float: left;
	width: auto;
}


#upcoming #enquiry_details {
	background: #071c20;
	display: block;
	float: left;
	width: 26em;
	height: 20.4em;
	margin-right: 0.4em;
	padding: 0.4em;
}
#upcoming #enquiry_details input.input-text {
	float: right;
	width: 16.5em;
	margin-bottom: 0.4em;
}
#upcoming #enquiry_details label {
	font-size: 1.4em;
	text-transform: none;
	display: block;
	float: left;
	clear: both;
	width: 3.5em;
}
#upcoming #enquiry_details #email {
	margin-bottom: 0.6em;
}
#upcoming #enquiry_details textarea {
	clear: both;
	width: 21em;
	margin-bottom: 0.6em;
}
#upcoming #additional_details {
	float: right;
	width: 19em;
	background: #071c20;
	padding: 0.4em;
}
#upcoming #additional_details p {
	font-size: 1.6em;
	line-height: 1.25em;
	padding-bottom: 0.75em;
}
#upcoming #additional_details p.note {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
}

#upcoming fieldset.publisher {
	margin-bottom: 2em;
}
#upcoming fieldset.publisher .upcoming_item {
	background: #071c20;
	margin-bottom: 0.4em;
	padding: 0.8em;
	overflow: auto;
}
#upcoming fieldset.publisher .upcoming_item .title {
	color: #aba119;
	font-size: 1.4em;
	font-weight: bold;
}