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

* {
	margin: 0;
	padding: 0;
}

body {
	color: #111;
	font: normal 62.5%/1.4 Arial, Helvetica, sans-serif;
	text-align: center;
}



a:link,

a:visited {

	color: #111;

	text-decoration: underline;

}

a:hover,

a:active {

	color: #fff;

	background-color: #000;

	text-decoration: none;

}
a img {
	border: none;
}



a[rel="external"] {

	background-image: url(../img/ext-link.gif);

	background-repeat: no-repeat;

	background-position: 100% 100%;

	padding-right: 1.3em;

}

a[rel="external"]:hover {

	background-image: url(../img/ext-link-hover.gif);

}



h2,

h3 {

	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;

	text-transform: uppercase;

}

h2 {

	font-size: 1.8em;

	margin-bottom: 0.3em;

}

h2#contact {

	margin-top: 3em;

}



p,li {

	font-size: 1.1em;

}

p {

	margin: 0;

	padding-bottom: 1em;

}



address {

	font-size: 1.1em;

	font-style: normal;

}



abbr,

acronym {

	text-decoration: none;

	border-bottom: dotted 0.1em #ccc;

}

abbr:hover,

acronym:hover {

	color: #333;

	text-decoration: none;

	border-bottom: dotted 0.1em #666;

	cursor: help;

}



form label {

	font-size: 1.1em;

	display: block;

	margin-bottom: 0.3em;

}

form input.text,

form textarea {

	color: #999;

	font: normal 1.1em/1 Arial, Helvetica, sans-serif;

	background: #000;

	display: block;

	width: 20em;

	margin: 0 0 1em 0;

	padding: 0.4em;

	border: none;

}

form input.text:focus,

form textarea:focus {

	color: #fff;

	background: #191919;

}

form textarea {

	width: 19.8em;

	padding: 0.5em;

}

form input[type="submit"],

form input[type="reset"] {

	font: normal 1.1em/1 Arial;

	margin: 0;

	padding: 0.2em;

}



table {

	width: 100%;

}

table td {

	font-size: 1.1em;

	vertical-align: top;

}

table td.date {

	text-align: center;

}



#container {

	text-align: left;

	margin: 1.5em auto 0;

	width: 84em;

	height: 68em;

	overflow: auto;
	
	position: relative;

}



#logo {

	text-indent: -99999px;

	background: url(../img/logo.gif) no-repeat 0 0;

	margin-left: 8px;

	margin-bottom: 1em;

}

#logo a {

	display: block;

	width: 88px;

	height: 115px;

}

#logo a:hover {

	background: none;

}



#header #contact-details {

	color: #666;

	text-align: right;

	float: right;

}

#header #contact-details a:link,

#header #contact-details a:visited,

#header #contact-details a:active {

	color: #666;

	text-decoration: underline;

}

#header #contact-details a:hover {

	color: #fff;

	background-color: #000;

	text-decoration: none;

}

#header #contact-details p {

	margin-bottom: 0.5em;

}

#header #contact-details strong {

	display: block;

	float: left;

	width: 6em;

}



#content {

	padding-top: 2.5em;

	clear: both;

}



#left-column {

	float: left;

	width: 40em;

}



#left-column .menu {

	float: left;

	width: 12em;

}

#left-column .menu li {

	font-size: 1em;

	list-style-type: none;

	text-transform: uppercase;

}

#left-column .menu li a {

	color: #191919;

	display: block;

	padding-left: 8px;

	text-decoration: none;

}

#left-column .menu li a:hover,

#left-column .menu li.selected a {

	background: url(../img/menu-button.gif) no-repeat 0 50%;

}



#left-column #lead-in {

	background-color: #fff;

	float: left;

	position: relative;

	width: 35em;

	height: 21em;

	margin: 5em 0 0;

	padding: 0 1.8em 0 0.8em;

	clear: both;

	overflow: auto;

}

#left-column #lead-in h3.sub-heading {

	font-family: Arial, Helvetica, sans-serif;

	padding-bottom: 0.5em;

}

#left-column #lead-in ul,

#left-column #lead-in ol {

	margin-left: 2em;

	margin-bottom: 1em;

}

#left-column #lead-in ul li {

	padding-bottom: 0.3em;

	list-style-image: url(../img/menu-button.gif);

}



#left-column #lead-in .contact-details {

	margin-bottom: 1.5em;

}

#left-column #lead-in .contact-details * {

	list-style: none;

}

#left-column #lead-in .contact-details li {

	line-height: normal;

	list-style: none;

}

#left-column #lead-in .contact-details li strong {

	display: block;

	float: left;

	width: 5em;

	font-weight: bold;

}



#right-column {

	float: right;

	width: 40em;

	padding-top: 1.5em;

}

#right-column img#main {

	display: block;

	margin: 0 auto;

	padding-top: 1em;

	clear: both;

}

#right-column .thumb {

	max-height: 60em;

	clear: both;

}



#press td {

	text-align: left;

	padding-bottom: 0.15em;

}

#press td.date {

	width: 40px;

}



#copyright {

	color: #666;

	font-size: 1em;

	text-align: left;

	display: block;

	width: 840px;

	margin: 0 auto;

	padding: 2em 0;

	clear: both;

}

#copyright a {

	color: #666;

	text-decoration: none;

}

#copyright a:hover {

	color: #fff;

}

#copyright strong {

	color: #999;

}



#pagination {
	margin-bottom: 0.5em;
}
#pagination a {
	color: #191919;
	text-indent: -9999px;
	display: block;
	float: left;
	width: 9px;
	height: 9px;
	margin-right: 0.4em;
	padding-top: 7px;
	text-decoration: none;
	background: url(../img/pagination-light-grey.gif) no-repeat 50% 50%;
}
#pagination a.active {
	color: #fff;
	text-decoration: none;
	background: url(../img/pagination-black.gif) no-repeat 50% 50%;
}
#pagination a:hover {
	color: #ddd;
	background: url(../img/pagination-dark-grey.gif) no-repeat 50% 50%;
}
#pagination #more {
	padding-left: 1em;
}



.errors {
	color: #e10000;
}

ul.errors {

	margin-bottom: 1.5em;

	margin-left: 1em;

}

.errors li {

	list-style: none;

}
.roman-numerals {
	margin-left: 2em;
	margin-bottom: 1em;
}
.roman-numerals li {
	list-style: lower-alpha;
	padding-bottom: 0.5em;
}

.facts {
	margin-bottom: 1em;
}
.facts td {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	vertical-align: top;
}
.facts td.values {
	width: 60%;
}
.facts td.equals-col {
	text-align: right;
	padding-right: 1em;
}
.facts td.figures {
	border-bottom: solid 0.1em #000;
	padding-bottom: 0.7em;
}

/* browser hacks */
html {
	overflow-y: scroll;
}
:focus {
	outline: none;
}

.thumb {
	display: block;
	width: 100%;
	overflow: hidden;
}

.debug {
	font-size: 11px;
}

fieldset { border: none; }

#price { width: 25px; }

fieldset legend { font-size: 1.1em; font-weight: bold; }

#lead-in h2 {
	float: left;
}
#lead-in .buy-button {
	color: #efefef;
	font-size: 11px;
	text-decoration: none;
	float: right;
	padding: 2px 5px;
	background: #464646;
	border: 1px solid #000;
}
#lead-in .buy-button:hover {
	color: #fff;
	background: #000;
}
#lead-in p, #lead-in ul {
	clear: both;
}


#social {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 5px;
}
#social a {
	text-decoration: none;
	background-image: none;
	margin-left: 1em;
	padding-right: 0;
}
#social a:hover {
	background-color: #fff;
}
#social a img {
	vertical-align: bottom;
}
#social a#twitter span {
	color: #36bbd9;
}
#social a#twitter:hover span {
	color: #fff;
	background-color: #36bbd9;
}
#social a#facebook span {
	color: #6b8ac8;
}
#social a#facebook:hover span {
	color: #fff;
	background-color: #6b8ac8;
}