a {
	color: #831317;
}
a:hover {
	text-decoration: none;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body.full #content {
	margin-right: 0;
	background: none;
}
body.full .contentcontainer {
	background: none;
}
#view {
	max-width: 780px;
	margin: 30px auto 0 auto;
}

/* header */
#header {
	position: relative;
}

#header h1, #header h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #300f20;
	font-size: 1.0em;
	padding: 0 0 2px 0;
}

#header h1 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
 	border-bottom: 1px solid #ccc;	
}

#header h2 {
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
}

#header a#logo {
	display: block;
	height: 220px;
	background: url(images/logo.jpg) no-repeat top left;
	margin: 8px 0;
}

/* end of header */

/* primay navigation */
#primaryNav {
	padding: 0;
	background: #300f20;
	color: white;
	height: 30px;
}
#primaryNav li {
	background: #300f20;
	color: white;
	position: relative;
	list-style: none;
	padding: 7px;
	float: left;
	width: 120px;
	border-right: 1px solid white;

}
#primaryNav li.last {
	margin-bottom: 0;
}
#primaryNav li a {
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
#primaryNav li a:hover {
	text-decoration: underline;
}

#primaryNav li.here {
	background: #cbc3c7;
	color: #300f20;
}
#primaryNav li.here a {
	color: #300f20;
}

/* end primary navigation */


/* main content */
#content h3 {

	font-weight: normal;
	font-size: 2em;
	color: #900;
	border-bottom: 1px dashed #a0a0a0;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.date {
	border-bottom: 1px dashed #a0a0a0;
	padding: 8px 0 15px 0;
	color: #333;
	font-size: 0.85em;
	font-weight: bold;	
}
.hero {
	font-weight: bold;	
}
h2.section {
	font-size: 3.4em;
	line-height: 1.6em;
	padding: 0;
	border-bottom: 1px dashed #a0a0a0;
	margin-bottom: 10px;
	position: relative;
}
.contentcontainer {
	margin: 8px 0;
	background: url(images/dot.png) repeat-y 609px 0px;
}
#content {
	margin: 0px 170px 8px 0; 
	padding-right: 8px;
	font-size: 0.75em;
	color: #333;
}
#content img.inline {
	display: inline; 
	padding-bottom: 16px;
}
#content img.left {
	float: left;
	border-right: 16px solid white;
}
#content img.right {
	float: right;
	border-left: 16px solid white;
}

#content .issues {
	border-top: 1px dashed #a0a0a0;
	padding: 8px 0;
}

#content .issues .issue {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #a0a0a0;
	border-right: 1px dashed #a0a0a0;
	width: 190px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#content .issues .last {
	margin-right: 0;
}

#content .issues .issue a {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding-bottom: 8px;
}
#content .issues .issue a:hover {
	background: #eee;
}

#content .articles {
	padding-bottom: 10px;
}

p {
	padding-bottom: 12px;
	line-height: 1.4em;
}

#content .headline {
	border-bottom: 1px dashed #a0a0a0;
	padding: 8px 0;
	margin-bottom: 10px;
}

#content .debate {
	border-top: 1px dashed #a0a0a0;
	border-bottom: 1px dashed #a0a0a0;
	padding: 8px 8px 8px 8px;
}

.larger {
 font-size: 1.4em;
 line-height: 1.2em;
}

#content p.details {
	font-size: 1.1em;
	line-height: 1.8em;
	border-bottom: 1px dashed #a0a0a0;
	margin-bottom: 8px;
	padding-top: 10px;
}

#content .debate p.topic {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #a0a0a0;
}

#content .debate p.download a, #content .subDebate p.download a {
	text-decoration: none;
	padding: 10px;
	border: 1px dashed #a0a0a0;
}

#content .debate p.download a:hover, #content .subDebate p.download a:hover {
	border: 1px solid #900;
	background-color: #900;
	color: #FFF;
}

#content .debate h3 {
	border-bottom: none;
}

#content .subDebate h3 {
	padding-top: 5px;
	font-size: 1.4em;
}

#content .subDebate p.topic {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #777;
}
#content .subDebate span.black {
	color: #000;
}

#content .subDebate {
	padding: 8px 8px 8px 8px;
	margin-bottom: 10px;
	background: #e5e0e3;
}

/* banner adverts */
div.h-ad {
	padding: 8px 0;
	margin-bottom: 10px;
	border-top: 1px dashed #a0a0a0;
	border-bottom: 1px dashed #a0a0a0;
}

div.h-ad p {
	background: #ccc;
}

div#adblock {
	width: 170px;
	float:right;
}
div#adblock .container {
	margin-left: 8px;
}


/* end banner adverts */

.inlineBlock {
	position: relative;
	z-index: 200;
	float: right;
	display: block;
	width: 190px;
	background: #e0e0d7;
	margin-left: 8px;
	font-size: 0.9em;
}
.inlineBlock .container {
	padding: 8px;
}
.inlineBlock h4 {
	font-size: 1.1em;
	text-transform: uppercase;
	padding-bottom: 3px;
}

.inlineBlock a {
	color: #333;
}

.inlineBlock .logo {
	margin: 60px 0 5px 0;
}

.inlineBlock a:hover {
	text-decoration: none;
}

#content .article {
	border-bottom: solid 1px #a0a0a0;
}

#content .article .date {
	border-top: 1px dashed #a0a0a0;
	border-bottom: 0px;
	padding: 5px 0;
}

#content .article h3 {
	padding-top: 10px;
	border: none;
	font-size: 1.6em;
}

#content .article a {
	color: #900;
	text-decoration: none;
}
#content .article a:hover {
	text-decoration: underline;
}

/* end main content */

/* tertiary nav */
#tertiaryNav {
	border-top: 1px solid #ccc;
	padding: 5px 0 30px 0;
}
#tertiaryNav li {
	list-style: none;
	font-size: 0.6em;
	color: black;
	font-weight: 500;
	display: inline;
	border-right: 1px solid #a0a0a0;
	padding-right: 6px; 
}

#tertiaryNav li.last {
	margin-bottom: 0;
	border-right: none;
}
#tertiaryNav li a {
	text-decoration: none;
	color: #526557;
}
#tertiaryNav li a:hover, #tertiaryNav li.here {
	text-decoration: underline;
}

/* end tertiary nav */

/* begin forms */
form.contact {
	background: #ededed;

	padding: 10px 0;
	margin-bottom: 10px;
	position: relative;
}

form.contact div.corner {
	position: absolute;
	width: 2px;
	height: 2px;
	background: url(images/formCorner.png) no-repeat;
}
form.contact div.tl {
	top: 0;
	left: 0;
	background-position: bottom right;
} 
form.contact div.tr {
	top: 0;
	right: 0;
	background-position: bottom left;
} 
form.contact div.bl {
	bottom: 0;
	left: 0;
	background-position: top right;
} 
form.contact div.br {
	bottom: 0;
	right: 0;
	background-position: top left;
} 

form div.row label {
	font-weight: bold;
	display: block;
	padding: 0 0 5px 0;
	color: #444;
}

form div.row input {
	border: 1px solid #999;
	padding: 3px;
}

form div.row label span.optional{
	font-weight: normal;
	color: #999;
}
form div.row {

	padding: 10px;
	width: 382px;
}
form div.row input.small {
	width: 30%;
}
form div.row input.med {
	width: 70%;
}

form div.row div.submit {
	background: url(images/buttonL.png) no-repeat;	
}

form div.row div.submit input {
	margin: 0;
	margin-left: 9px;
	padding: 9px 13px 16px 0;
	height: 38px;
	border: none;
	font-weight: bold;
	line-height: 15px;
	background: url(images/buttonR.png) no-repeat 100% 0;
}
form div.row div.submit input:active {
	outline: 0;
	padding: 11px 13px 14px 0;
}

form div.row select, form div.row textarea {
	border: 1px solid #999;
	padding: 3px;
}

form div.row select.large {
	width: 378px;
}
form div.row textarea.large {
	width: 370px;
	height: 140px;
}

form div.error {
	border: 1px solid #efa5b9;
	padding: 9px;
	background: #f7d2dc;
}

form div.error input, form div.error select, form div.error textarea {
	border: 1px solid #d92657;
}

form div.current {
	border: 1px solid #f4d79f;
	padding: 9px;
	background: #f9f7d0;
}


/* end forms */
