/* @override http://lastexitmag.com/textpattern/css.php?s=article */

/*
///////////////////////////////////
////The Civil Partnership ©2007////
///////////////////////////////////
///////Author:- Stephen Carr///////
///////////////////////////////////
*/

/* elements
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
	background: #f9f9f9 url(/textpattern/_templates/lastexit/images/hazard-grey.gif) repeat fixed;
}

body {
	color: #333;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	text-align: center;
}

a:link, a:visited, a:active, .intro h2 a:link, .intro h2 a:visited, .intro h2 a:active {
	color: #970000;
	text-decoration: none;
}

a:hover, .intro h2 a:hover {
	text-decoration: underline;
	color: #780000;
}

.storybody a:link, .storybody a:visited, .storybody a:active, #contactleft a:link, #contactright a:link , #contactleft a:visited, #contactright a:visited , #contactleft a:active, #contactright a:active {
	color: #857F23;
	text-decoration: none;
}

.storybody a:hover, #contactleft a:hover, #contactright a:hover {
	text-decoration: underline;
	color: #4b452a;
}

img, a img {
	border: none;
}

img#gallerylink {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

/*Updated line height to 1.25em 12.8.2007 --WH*/
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0% 0.5em 0%;
	color: #970000;
	font-weight: bold;
}

.dotter {
	margin: 15px 0 15px 0;
	line-height: 0;
	height: 2px;
	background: transparent url(/textpattern/_templates/lastexit/images/hr_dot.gif) repeat-x;
}

.dotter hr {
	display: none;
	clear: both;
}

/* Changed line-height from 1.5em to 2em 12.8.2007 --WH*/
p {
	margin: 0 0 1em 0;
	line-height: 2em;
	color: #333;
	font-size: 1em;
}

.small, small {
	font-size: 0.8em;
}

blockquote, blockquote p{
	color: #666;
	margin-left: 10px;
}

/* structure
----------------------------------------------- */
#header {
	margin: 0px;
	padding: 15px 0 0 0;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: url(/textpattern/_templates/lastexit/images/shades.png) repeat-y fixed center top;
}

html>body #wrapper {
	background: url(/textpattern/_templates/lastexit/images/shades.png) repeat-y fixed center top;
}

#content {
	width: 830px;
	width: "860px";
	margin: 0 auto;
	padding: 0 15px 0 15px;
	background: #fff;
	text-align: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#topper {
	margin: 0 auto;
	padding: 0;
	line-height: 0;
	width: 860px;
	display: block; 
	height: 2px;
	background: #c67e81;
	font-size: 0;
}

/* One True 3 Col Layout */

#block_1 {
	float: left;
	width: 305px;
	width: "325px";
	padding: 0 20px 0 0;
	background: url(/textpattern/_templates/lastexit/images/hr_dot.gif) repeat-y right;
	overflow: hidden;
}

#the2colwrapper #block_1
	{
	float: left;
	width: 650px;
	width: "670px";
	padding: 0 20px 0 0;
	background: url(/textpattern/_templates/lastexit/images/hr_dot.gif) repeat-y right;
	overflow: hidden;
}

#block_2
	{
	float: left;
	width: 305px;
	width: "345px";
	padding: 0 20px 0 15px;
	background: url(/textpattern/_templates/lastexit/images/hr_dot.gif) repeat-y right;
	overflow: hidden;
	}
	
#the2colwrapper #block_2
	{
	float: left;
	width: 0px;
	width: "0px";
	padding: 0;
	display: none;
	visibility: hidden;
	overflow: hidden;
	}	
	
#block_3
	{
	float: left;
	width: 140px;
	width: "156px";
	padding: 0 0 0 15px;
	overflow: hidden;
	}
	
#the2colwrapper #block_3
	{
	float: left;
	width: 140px;
	width: "156px";
	padding: 0 0 0 15px;
	overflow: hidden;
	}

/* Start Mac IE5 filter \*/
#the3colwrapper #block_1, #the3colwrapper #block_2, #the3colwrapper #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}

/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
#the3colwrapper
	{
	width: 830px;
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#the3colwrapper, #the2colwrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#the3colwrapper:after, #the2colwrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#the3colwrapper, #the2colwrapper
	{
	display: inline-block;
	}
/*\*/
#the3colwrapper, #the2colwrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 98;
	}

#contactleft {
	width:395px;
	width: "415px";
	float: left;
	background: url(/textpattern/_templates/lastexit/images/hr_dot.gif) repeat-y right;
	padding: 0 20px 0 0;
}

#contactright {
	width:395px;
	width: "415px";
	float: right;
	padding: 0 0 0 20px;
}

#contactright h3 {
	margin: 0 0 10px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	text-align: center;
}

/* ids
----------------------------------------------- */

#accessibility, #header h1, #header h2 {
	display: none;
	visibility: hidden;
}

#logo {
	float: left;
}

#footer {
	background: #fff;
	text-align: left;
	padding: 10px 0 10px 0;
	z-index: 0;
}


#leadcolumn, .storyunit{
	text-align: center;
}

#leadcolumn h2 {
	font-size: 1.8em;
	margin-bottom: 0.3em;
}

#topnavigation{
	margin: 15px 0 0 0;
	font-size: 0.7em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	float: right;
}


h2.sanshead {
	margin: 0 0 20px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 2em;
	color: #c67e81;
}

/*#sidecar1 .advertising{
	text-align: center;
	background: #f7f7f7;
	padding: 8px;
}
*/
.advertising {
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7em;
}

#search {
	margin: 0;
}

#searchsubmit {
	position: absolute;
	top: 20px;
	padding-left: 5px;
}

#results h3 {
	font-size: 1.4em;
	float: left;
	margin: 0px;
	padding: 0px;
}

#results p {
	margin: 0.4em 0;
	font-size: 1em;
}

.publisheddate {
	font-style: italic;
	font-size: 0.9em;
	color: #c67e81;
	margin-bottom: 20px;
	text-align: center;
}

#results .publisheddate {
	font-size: 0.8em;
	margin-bottom: 0;
	text-align: left;
}



#hazardbox {
	background: #d4d4d4 url(/textpattern/_templates/lastexit/images/hazard-gay.gif) repeat right top;
	padding:15px;
	margin: 0 0 30px 0;
}

#hazardbox p {
	background: #fff;
	padding: 10px;
	margin: 0;
	font-style: italic;
}

#hazardbox img {
	margin-right: 7px;
	position: relative;
	top: 5px;
}

#hazardbox p .searchterm {
	color: #575351;
	margin: 15px 0 0 0;
	font-size: 0.8em;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-style: normal;
	margin-left: 7px;
}

#hazardbox h2 {
	background: #fff;
	padding: 10px;
	margin: 0;
	text-align: center;
}

#resultfooter h2 {
	text-align:center;
	font-size:1.2em;
	color: #575351;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}

#resultfooter {
	padding: 4px;
}

#resultfooter .pageold, #resultfooter .pagenew {
	line-height: 2em;
}

#resultfooter .pageold a{
	float: right;
	padding-right: 25px;
	background: url(/textpattern/_templates/lastexit/images/right-nut.gif) no-repeat right center;
}

#resultfooter .pagenew a{
	float: left;
	padding-left: 25px;
	background: url(/textpattern/_templates/lastexit/images/left-nut.gif) no-repeat left center;
}

#noticebox {
	padding: 20px;
	background: #F3F4F4;
	border: 1px solid #dedede;
	text-align: center;
}

#noticebox p {
	color: #666;
	text-align: left;
}

#noticebox h2 {
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #c67e81;
	text-align: left;
}

#noticebox h3 {
	color: #a6a6a6;
	font-size: 1em;
	margin: 5px 0;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

#noticebox #searchtard {
	text-align: left;
	margin: 0 auto;
	width: 300px;
}

#noticebox #search {
	margin: 0;
}

#noticebox #searchbox {
	width: 250px;
	margin-top: 8px;
}

#noticebox .sideheader {
	line-height: 0;
}

#noticebox #searchsubmit {
	position: static;
	left: 0px !important;
	top: 4px !important;
}

#maillist p{
	line-height: 1.4em;
	color: #959595;
	font-size: 0.8em;
	margin: 5px 0 5px 0;
}

#maillist small {
	line-height: 1.4em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}
	
#commentunit {
	text-align: left;
}

#txpCommentInputForm {
	background: #ddd;
	padding: 20px;
	color: #959595;
}

#txpCommentInputForm label{
	margin: 7px;
}

input#comment_name_input, input#comment_email_input, input#comment_web_input, textarea#message, #txpCommentInputForm input.button {
	width: 100%;
}


p#txpCommentInputForm {
	background: #fff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#contactleft p {
	font-size:1.8em;
	color: #666;
	line-height:1.2em;
}

#contactright p {
	margin-bottom: 20px;
}

.greybox {
	background-color:#E2E3E4;
	margin-bottom: 10px;
	padding: 10px;
}

.greyboxemail {
	background-color:#E2E3E4;
	margin-bottom: 10px;
	padding: 20px 10px 20px 10px;
}

.greybox p {
color:#666;
}

/* classes
----------------------------------------------- */

.clearer
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0;
	line-height: 0;
	clear: both; 
	visibility: hidden;
	}

.storyunit img {
	margin-bottom: 10px;
}

.storyunit h3 {
	font-size: 1.3em;
}

.textinput, #txpCommentInputForm input, #txpCommentInputForm textarea {
	top: 13px;
	left: 0;
	border: 1px solid #ccc;
	margin: 5px 0 5px 0;
	padding: 2px;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
}

#mailinglist.textinput {
	margin: 5px 0 12px 0;
}

#searchbox.textinput, #mailinglist.textinput {
	width: 109px;
}

.byline, p.byline, #leadcolumn p.byline, #footer p {
	color: #959595;
	margin: 0;
	font-size: 0.8em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-weight: bold;
	font-style: normal;
}

#footer p {
	letter-spacing: 0.2em;
}

#results .byline {
	position: relative;
	letter-spacing: 0.2em;
	margin-left: 10px;
	top: 0.5em;
	font-size: 0.7em;
	margin-left: 8px;
}

.floatright {
	float: right;
}



.artimage {
	text-align: center;
	overflow: hidden;
}

.regularimage, .galleryimage, .videoimage {
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0 15px;
	display: block;
}

.galleryimage .galinfo {
	position: relative;
	background: #000;
	color: #fff;
	top: -10px;
}

.intro {
	text-align: center;
	margin-bottom: 1em;
}

.intro h2 {
	margin-top: 0;
	font-size: 1.9em;
}

.kicker {
	font-size: 1.2em;
	font-style: italic;
}

.kicker p {
	line-height: 1.3em;
	margin: 0 0 0.8em 0;
}

/* .pullquote and .sidebar added 12.8.2007 --WH*/
.pullquote {
	float: left;
	width: 30%;
	background-color: #f9e9ea;
	border-bottom: 2px solid #c67e81;
	margin: 0.5em 0.5em 0 0;
	padding: 0.5em;
	font-size: 1.2em;
	font-style: italic;
}

.pullquote p {
	line-height: 1.3em;
}

.sidebar {
	float: right;
	width: 40%;
	background-color: #e6e4db;
	border-top: 2px solid #c67e81;
	margin: 0.5em 0 0 0.5em;
	padding: 0.5em;
	font-size: 1em;
}

.sidebar p {
	line-height: 1.3em;
}

.sideheader {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #c67e81;
	line-height: 1.2em;
}

.resultunit {
	margin: 0 0 25px 0;
}

h2.monthhead {
	background: #ccc;
	margin: 10px 0 20px 0;
	padding: 7px 7px 7px 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.2em;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #fff;
}

.storybody {
	padding: 0 60px 0 60px;
}

.storybody h1, h2, h3, h4, h5, h6{
	color: #303030;
	line-height: 1.25em;
}

.storybody h1 {
	font-size: 1.8em;
}

#commentunit h4{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.8em;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #959595;
	text-align: center;
	margin: 30px 0 30px 0;
}

.storyunit {
	overflow: hidden;
}

.storyunit .fivequestions {
	background: #e6e4db;
	padding: 10px;
	border: 1px solid #b4b4b4;
}

.fivequestions .storybody p img{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.department {
	padding: 0;
	margin: 0 10px 15px 10px;
}

.fivequestions .storybody img {
	margin: 10px 0 0 0 ;
}

.error {
	color: #f00;
	font-weight: bold;
	padding: 5px;
	background: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.contactemail {
	font-size: 1.2em;
	padding: 5px 0 5px 38px;
        margin:10px 0 10px 0;
	background: url(/textpattern/_templates/lastexit/images/icon_contact_email.png) no-repeat left;
}


.articleimage {
	padding: 0;
	margin: 0 10px 10px 10px;
}

.articleimage.left {
	float: left;
	margin: 5px 10px 10px 0;
	padding: 0;
}
	
.articleimage.right {
	float: right;
	margin: 5px 0 10px 10px;
}

/* lists
----------------------------------------------- */
#topnavigation {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	color: #959595;
	text-align: right;
}

#topnavigation ul, #sidecar ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 10px 0;
}

#topnavigation ul {
	margin-bottom: 10px;
}

#topnavigation ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	background: url(/textpattern/_templates/lastexit/images/nav_bullet.gif) no-repeat right;
}

#topnavigation ul li.navlast {
	background: none;
	padding: 0;
	margin: 0;
}

.storybody ul, .storybody ol {
        margin: 0 0 0 30px;
}


.storybody ul li, .storybody ol li {
        padding: 3px 0 3px 0;
}

#sidecar ul {
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7em;
}

#sidecar ul li {
	margin: 8px 0 8px 0;
}

#sidecar #pastissues ul {
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0em;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.7em;
}

#sidecar #pastissues ul li {
	margin: 8px 0 8px 0;
}

#sidecar .selected {
	color: #c67e81;
}

ol.comments, ol.commentpreview {
	padding:0;
	margin: 0;
	list-style-position: inside;
	list-style-type: none;
}

ol.comments li, ol.commentpreview li {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background: #ddd;
	color: #474747;
	font-weight: normal;
	font-style: normal;
	height: "0";
}

ol.commentpreview li {
	background: #c67e81;
}

ol.comments li .commentnumber {
	color: #959595;
	font: bold 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
    position: absolute;
    line-height: 1.6em;
	padding: 9px 0 0 9px;
}

ol.comments li .commentmessage, ol.commentpreview li .commentmessage {
	float: left;
    margin: 0 5px 0 25px;
	padding: 9px 0 0 9px;
}

ol.comments li .commentmessage p, ol.commentpreview li .commentmessage p {
	margin:0 0 0.5em 0;
}

ol.commentpreview li .commentmessage p {
	color: #5c2425;
}


ol.comments li .commentmeta, ol.commentpreview li .commentmeta {
	background: #fff;
}

ol.comments li .commentmeta p, ol.commentpreview li .commentmeta p{
	background: #fff url(/textpattern/_templates/lastexit/images/grey-v.gif) no-repeat left top;
	text-align: right;
	float: left;
	margin: 0 0 0 100px;
	padding: 0 0 20px 20px;
	display: inline-block;
	line-height: 2.3em;
	color: #959595;
}

ol.commentpreview li .commentmeta p{
	background: #fff url(/textpattern/_templates/lastexit/images/pink-v.gif) no-repeat left top;
	}



#pagination {

	margin-top: 3em;
}

ul#pages {
	display: table;
	list-style: none;
	padding: 0;
	width: auto;
	margin: 0 auto;
	text-align: center;
}


ul#pages li {
	display: inline;
	background: #fff;
	float: left;
	margin: 0 5px;
}

.pgEmpty {
	color: #959595;
}

.pgCurrent {
	color: #c67e81;
}
