﻿@charset "utf-8";
@import url("reset.css");

/* -- DETAILS -- 
Name: West Wards Gazette
Author: Matt Mills
Author URL: http://www.meonwebs.com/
*/


/* -- COLOURS -- 
Head dark blue 1: #02396F
Head dark blue 2: #055AAA
Light blue: #3A88D4
Green Blue:#235280
Red:#A63600
Green:#A67F00
*/

/* -- TYPE -- */
body {
	font: 12px Verdana;
	color: #555555;
	text-align:center;
	padding:0;
  	margin:0;
  	background-color: #e1e1e1;
}
h1 {
	font-weight: normal;
	font-size:3em;
	/* line-height: 0.92em; */
	font-family:"Times New Roman", Times, serif
}
h2 {
	font-size:2em;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	color:#055aaa;
	/* letter-spacing:-1px; */
	margin:10px 0 6px 0;
}
h3 {
	font-size:1.65em;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
}
h4 {
	color:#282828;
	font-size:1.1em;
	font-weight:normal;
}
p {
	margin-top:0.85em;
	font-size:1em;
}
ul {
	font-size:1em;
}


a img {
	border:none;
}
a {
	text-decoration:underline;
	color:#055AAA;
}
a:hover {
	background: #f5f5f5 url(../images/backgrounds/navHover_bg.jpg) repeat-x top left;
	color:#fff;
}

sup { line-height: 1.0em; font-size: 80%; left: 0px; position: relative; top: 0px; } 
sub { line-height: 1.0em; font-size: 80%; left: 0px; position: relative; top: 2px; } 

em { font-weight:bold; }


/* --  -----------------LAYOUT----------------------------------------------- -- */
#wrapper {
	position:relative;
	margin:0 auto;
	width:972px;
	min-height:510px;     /* sets min-height - only works for browsers except IE */
	height:auto !important;     /* sets height to auto - only works for browsers except IE as IE ignores !important */
	height:510px;
	text-align:left;
	padding:0px;
	background-image:url(../images/backgrounds/wrapper_bg.jpg);
	background-repeat:repeat-y; 
	background-color:#e1e1e1;
}


#mainHeader {
	position:relative;
	top:0px;
	left:0px;
	width:972px;
	height:160px;
	color:#FFFFFF;
	background:#fff url(../images/backgrounds/header_bg.jpg) no-repeat top left;
}

#mainHeader .logo a{
	display:block;
	width:650px;
	height:150px;
}

#mainHeader .logo a:hover{
	background:none;
}

#headerStrapline{
	width:280px;
	height:auto;
	color:#fff;
	padding:0 0 0 0;
	position:absolute;
	top:75px;
	right:15px;
	font-size:1.2em;
}

#headerInfoLinks {
	position:absolute;
	top:22px;
	right:15px;
	width:280px;
	height:auto;
	color:#fff;
	padding:16px 0 0 8px;
	font-size:1.2em;
}

#headerInfoLinks a{
	color:#fff;
}

#headerInfoLinks a:visited{
	color:#fff;
}

#headerInfoLinks a:hover{
	background: #f5f5f5 url(../images/backgrounds/navHover_bg.jpg) repeat-x top left;
}


#headerInfoLinks #rssLink{
	float:left;
	margin:0 0 0 40px;
}

#headerInfoLinks #emailLink{
	margin:0 0 0 190px;
}

.alignleft{
	float:left;
	margin:0 12px 10px 0;
	
}



.screenLogo {
	display:block;
}
.printLogo {
	display:none;
}


/* -- -----------------------------TAB BASED NAVIGATION---------------------------------------- -- */
#navigationBar {
	width:972px;
	height:30px;
	background:#e1e1e1 url(../images/backgrounds/nav_bg.jpg) no-repeat top left;
	position:relative;
}
#navigationBar ul {
	margin:0px;
	padding:0px 0px 1px 7px;
	list-style:none;
	font-size:0.95em;
}
#navigationBar li {
	float:left;
	height:28px;
}
#navigationBar a {
	display:block;
	padding:8px 18px;
	color:#727272;
	text-transform: uppercase;
	margin:0px;
	text-decoration:none;	
	border-right:1px solid #dbdbdb;
}
/* NOT USED BU LEFT IN CASE
.navigationBar a.selected {
	text-decoration:none;
	background: #e1e1e1 url(../_constant/nav_sel.png) repeat-x center bottom; 
}
*/

#navigationBar a:hover {
	text-decoration:none;
	/* background: #f5f5f5 url(../images/backgrounds/blueFeatureTrans_bg.png) repeat-x top left;*/
	background: #f5f5f5 url(../images/backgrounds/navHover_bg.jpg) repeat-x top left;
	color:#fff;
}

/** 
#navigationBar li.current_page_item a{
	text-decoration:none;
	background: #f5f5f5 url(../images/backgrounds/navHover_bg.jpg) repeat-x top left;
	color:#fff;
}**/


#navigationBar a.selected:hover {
	text-decoration:none;
}
/* TO ALIGN FIRST NAV OPTION */
#navigationBar a.navOptionFirst{
	padding: 8px 13px 8px 16px;
}


/* TO ALIGN NAV OPTIONS WITH SIDE BAR */
#navigationBar a.navOptionResize{
	padding: 8px 17px 8px 15px;
}



/* --------------------------SEARCH FORM------------------------- */
#navigationBar form {
	float: right;
	width: 271px; 
	height: 22px;
	background: url(../images/backgrounds/search.gif) no-repeat 0 0;
	margin: 3px 28px 0 0;
}
#navigationBar form input {
	border: 0;
	font-size: 0.9em;
	font-family: Verdana;
	float: left;
	width: 195px;
	background-color: transparent;
	margin: 4px 10px 0 2px;
}
#navigationBar form input.submit {
	border: 0;
	text-indent: -9999px;
	width: 61px; height: 22px;
	float: left;
	background-color: transparent;
	cursor:pointer;
	margin:0;
}


/* ----------------------------------- PAGE CONTENT ---------------------------------------------------------------*/
#pageContent {
	/* background:#fff url(../images/content_bg.png) repeat-y top right; */
	position:relative;
	margin:0px;
	width:972px; /* Width needs to be defined to prevent odd behaviour on relative posn inside child div */
	min-height:510px;     /* sets min-height - only works for browsers except IE */
	height:auto !important;     /* sets height to auto - only works for browsers except IE as IE ignores !important */
	height:510px;
}



/*= Left Column ----------------------------- */
#leftColumn h2.inThisIssue{
	background:url(../images/text/inLatestIssue.gif)  no-repeat top left;
	text-indent:-5000px;
	margin:0 0 9px 0;
	
}

#leftColumn {
	float:left;
	padding:10px; 
	margin:0 0 0 9px;
	width:61px;     /* IE5.5 and below box model hack - state width including padding for IE5.5, IE5.5 hack, then state correct width */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:636px;
	display: inline; /* IE6 Double Float Margin bug fix */
	/* background:#fff url(../images/backgrounds/leftColumnTop_bg.png)  repeat-x top right; */
}

#leftColumn .innerdiv{
	padding:12px 20px;
	min-height:726px;
}
#leftColumn blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('../images/backgrounds/blockquote_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}

#leftColumn h1{
	color:#055aaa;
	margin-left:0;
	height:50px;
}


blockquote p
{
	margin-bottom: 0em;
}

#leftColumn .shiftcontainer{
	margin:0;
}

.featured {
	padding: 6px;
	background-color: #EEEEEE;
	border: 1px solid #DBDBDB;
}

#featuresIndex{
	margin:20px 0 0 0;
}

#featuresIndex .readLatest{
	padding: 10px 1em 1em 80px;
	height:80px;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('../images/text/readLatestIssueBG.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#featuresIndex h2.readOnline{
	text-indent:-5000px;
	margin:0;
}

#featuresIndex h2.previousIssues{
	background:#fff url(../images/text/previousEditions.gif)  no-repeat top left;
	text-indent:-5000px;
	margin-top:20px;
}

#featuresIndex ul{
	margin-left:20px;
}

#featuresIndex li{
	margin: 10px;
	line-height:1.5em;
	list-style:url(../images/icons/blueBullet.gif)
}
#featuresIndexLeftCol{
	float:left;
	width:300px;
	padding-top:1px;
	
}

#featuresIndexRightCol{
	margin-left:300px;
	padding-top:1px;
}


/*= Right Column ----------------------------- */

#pageContent #rightColumn {
	float:right;
	position:relative;
	padding:10px 26px 0px 0px;
	width:275px;     /* IE5.5 and below box model hack - state width including padding for IE5.5, IE5.5 hack, then state correct width */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:275px;
	display: inline; /* IE6 Double Float Margin bug fix */
}

#rightColBoxes {
	padding:0;
}

#rightColBoxes .featureBox{
	border:#ccc 1px solid;
	background:#fff;
	width:252px;
	height:160px;
	padding:10px 10px 5px 10px;
	margin:0 0 15px 0;
}


#rightColBoxes .innerdiv p{
	margin-top:4px;
	line-height:1.6em;
}
/* -- Feature boxes -- */
#rightColBoxes .shiftcontainer{
	margin:0 0 11px 0;
}

#rightColBoxes .featureBox .shiftcontainer .tributesBox{
	margin:0;
}

#rightColBoxes h2{
	margin:0;
	color:#055AAA;
	letter-spacing:-1;
	text-indent:-5000px;
	font-family:"Times New Roman", Times, serif;
}

#rightColBoxes .innerdiv{
	padding-top:12px;
}

#rightColBoxes .missingBox .shadowcontainer .innerdiv{
	background:#fff url(../images/photos/septIssue.jpg)  no-repeat bottom right;
	height:160px;
}

#rightColBoxes .missingBox .shadowcontainer .innerdiv h2{
	background:#fff url(../images/text/septIssueText.gif)  no-repeat top left;
	}

#rightColBoxes .tributesBox .shadowcontainer .innerdiv h2{
	background:#fff url(../images/text/tributesText.gif)  no-repeat top left;
	}


#rightColBoxes .tributesBox .shadowcontainer .innerdiv{
	background:#fff url(../images/photos/weddingRings.jpg)  no-repeat bottom right;
	height:160px;
}
#rightColBoxes .tributesBox .shadowcontainer .innerdiv h2{
	background:#fff url(../images/text/tributesText.gif)  no-repeat top left;
	}
	
#rightColBoxes .storyBox .shadowcontainer .innerdiv{
	background:#fff url(../images/photos/handPen.jpg)  no-repeat bottom right;
	height:160px;
}


#rightColBoxes .storyBox .shadowcontainer .innerdiv h2{
	background:#fff url(../images/text/sendStoryText.gif)  no-repeat top left;
	}

#rightColBoxes .advertBox .shadowcontainer .innerdiv{
	background:#fff url(../images/photos/paperAd.jpg)  no-repeat bottom right;
	height:160px;
}

#rightColBoxes .advertBox .shadowcontainer .innerdiv h2{
	background:#fff url(../images/text/advertiseText.gif)  no-repeat top left;
}

#rightColBoxes .issueBox .shadowcontainer .innerdiv{
	height:160px;
}

#rightColBoxes .issueBox .shadowcontainer .innerdiv h2{
	background:#fff url(../images/text/readUsOnline.gif)  no-repeat top left;
	background-position: 0px 2px;
}

#pageContent #fullColumn {
	float:left;
	padding:20px 6px 0px 26px;
	margin: 0px;
	width:972px;     /* IE5.5 and below box model hack - state width including padding for IE5.5, IE5.5 hack, then state correct width */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:940px;
	display: inline; /* IE6 Double Float Margin bug fix */
}
#pageContent #equalLeftColumn {
	float:left;
	padding:0px 0px 0px 26px;
	width:476px;     /* IE5.5 and below box model hack - state width including padding for IE5.5, IE5.5 hack, then state correct width */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:450px;
	display: inline; /* IE6 Double Float Margin bug fix */
}
#pageContent #equalRightColumn {
	float:right;
	padding:0px 26px 0px 0px;
	width:476px;     /* IE5.5 and below box model hack - state width including padding for IE5.5, IE5.5 hack, then state correct width */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:450px;
	display: inline; /* IE6 Double Float Margin bug fix */
}

/*= Contact ----------------------------- */

#twitterRSS{
	/* background:#F3F2F2 url(../images/backgrounds/twitterRSS_bg.png);*/
	clear:both;
	padding:3px 0 10px 20px;
	margin:0 0 10px 0;
	line-height:1.4em;
}

#rssDetails {
	width:460px;
	float:left;

}

#rssDetails h2{
	background: url(../images/text/rssText.gif)  no-repeat top left;
	text-indent:-5000px;
	height:25px;
}

#rssDetails .innerdiv{
	height:250px;	
	background:#fff url(../images/backgrounds/rss.gif)  no-repeat top right;
	padding:0 12px 0 20px;
}

#rssDetails li{	
	margin: 10px 0 14px 20px;
	line-height:1.5em;
	list-style:url(../images/icons/blueBullet.gif)
	}
	
#twitterDetails{
	width:455px;
	margin:0 0 0 473px;		
}
#twitterDetails h2{ 
	background:url(../images/text/twitterText.gif)  no-repeat top left;
	text-indent:-5000px;
	height:25px;
}

#twitterDetails .innerdiv{
	height:250px;
	background:#fff url(../images/backgrounds/twitter.gif)  no-repeat top right;
	padding:0 12px;
}


#twitter{
	margin:5px 0;
	padding:5px;
	border:#ccc 1px dashed;
	background:#ffffdd;
}

/*= Footer ----------------------------- */

#footer {
	width:930px;
	background-image: url(../images/backgrounds/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:#e1e1e1;
	font-size:0.8em;
	padding:10px 30px 15px 20px;
}

/* -- GENERIC ELEMENTS -- */
.endDummy {
	clear:both;
	font-size:0em;
	height:1px;
	
}


fieldset.form legend {
	padding:30px 0px 0px 0px;
	font-size:0.95em;
	font-weight:bold;
	color:#0a0c38;
}
fieldset.form table {
	width:425px;
}
fieldset.form .btns {
	text-align: right;
}
fieldset.form input.resetBtn {
	width:auto;
	margin:0px 15px 0px 0px;
}
fieldset.form input.submitBtn {
	width:auto;
	display:inline;
}
fieldset.form .formLabel {
	margin-top:0.85em;
	font-size:0.9em;
}

.shiftcontainer{
	position: relative;
	left: 3px; /*Number should match -left shadow depth below*/
	top: 3px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
	background-color: #E0E0E0;
}

.shadowcontainer .innerdiv{
	/* Add container height here if desired */
	background-color: white;
	border: 1px solid #ccc;
	padding: 6px;
	position: relative;
	left: -3px; /*shadow depth*/
	top: -3px; /*shadow depth*/
}

/* -- ACCESSIBILITY ELEMENTS -- */

.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
/* -- SUB PAGE ONLY -- */
#leftColumn #subContent p{
	line-height:1.3em;
	font-size:1.1em;
	letter-spacing:0px;
}

#leftColumn #subContent ul{
	margin-left:18px;
}

#leftColumn #subContent li{
	margin-top:7px;
}

#leftColumn #subContent p.wp-caption-text{
	padding:2px;
}


/* -- Admin option -- */
#adminLink{
	margin-top:20px;
	border:#ccc 1px solid;
	background:#ffffdd;
	padding:10px;
	clear:right;
}

.printOnly{
	display:none;
}