#skip, #mobile {
	display: none;
}

* {
	padding: 0;
	margin: 0;
}

a {
	cursor: pointer;
}

a img {
	border: 0;
}

h1 a, h2 a, h3 a, h4 a {
	border-bottom: 1px dotted;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

h1, h2, h3, h4, h5, p {
	line-height: 125%;
	margin: 0 7px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	border-bottom: 1px solid;
}

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #333;
	text-decoration: none;
}

h1 a:visited:hover, h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover {
	color: #333;
	text-decoration: none;
}

h1 {
	font-size: 3.5em;
	margin: 0.2em 7px;
}

h2 {
	font-size: 1.8em;
	padding: 3px 0;
	margin: 3px 7px;
}

h3 {
	font-size: 1.2em;
	margin: 0 7px 0.2em;
	clear: both;
}

h4 {
	font-size: 1.5em;
	margin: 0 7px 0.3em;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
}

p a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #000;
}

p a:hover {
	border-bottom: 1px solid #000;
}


body {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	background: #6F6F6F;
	padding: 20px 10px;
	font-size: 62.5%;
}

#wrap {
	background: #F4F4F4;
/*	background: transparent url(/images/grid-10.png) repeat;*/
	border: 1px solid #D2D2D2;
	padding: 9px;
	margin: 0 auto;
	min-width: 880px;
	max-width: 1200px;
	text-align: left;
	position: relative;
	zoom: 1;
}

#header {
	background-image: url('/images-1_0_3/header_background.png');
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: 2px solid #B41B00;
	max-width: 1200px;
	min-width: 880px;
	position: absolute;
	top: 9px;
	left: 9px;
	right: 9px;
	margin: 0 auto;
	z-index: 1;
	display: block;
	float: left;
	height: 138px;
}

#header #logo_gt, #header #logo_sp {
	float: left;
	width: 380px;
	height: 55px;
	text-indent: -2000px;
	overflow: hidden;
	top: 25px;
	left: 5px;
	position: relative;
}

#header #logo_gt {
	background: transparent url('/images-1_0_4/gt_logo.png') no-repeat;
}


#header #logo_sp {
	background: transparent url('/images-1_0_2/sp_logo.png') no-repeat;
}


#header_ad {
	width: 468px;
	position: relative;
	top: 25px;
	right: 20px;
	float: right;
	z-index: 2;
}


#header #nav {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0;
	clear: both;
	float: left;
	list-style: none;
	position: absolute;
	left: 0px;
	bottom: -1px;
}

#header li {
	display: inline;
}

#header li a {
	padding: 17px 20px 4px 6px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	float: left;
	color: #FFF;
	text-transform: uppercase;
	display: inline;
	margin: 0 0 -0px 0;
	list-style: none;
}

#header li:hover a {
	background: #B41B00;
}


#header #search_panel {
	float: right;
	background: #B41B00;
	padding: 0.9em 1.5em 0.3em 0.5em;
	margin: 0;
}

#header #search_panel .search_box {
	padding: 3px 3px 2px 3px;
	width: 150px;
	border: 0;
	margin: 0;
	font-size: 1.2em;
}

#header .home a {
	width: 145px;
	text-align: right;
	padding-right: 5px;
	background: #B41B00;
}

home a,
#metadata-tag #places_tab a,
#News .news a,
#Letters .letters a,
#Sport .sport a,
#Ents .ents a,
#Archive .archive a, 
#Jobs .jobs a,
#Search .search a {
	background: #B41B00;
}

#places_drop {
	width: 350px;
	padding: 5px 5px 7px;
	margin-left: -7px;
	position: absolute;
	background: transparent url(/images-1_0_6/350px-drop.png) no-repeat;
	background-position: bottom left;
	top: 35px;
	left: 0px;
	z-index: 2000;
}

#metadata-tag #places_drop a {
	background: none;
}

#nav dl {
	float: left;
	width: 165px; /* 175-10 */
	padding: 0 5px 5px;
}

#nav dd a {
	display: block;
	color: black;
	padding: 1px 2px;
	margin: 0;
	clear: both;
}


#nav li:hover dd, #nav li:hover dd a {
	color: black;
	background: none;
	clear: both;
	text-transform: none;
}

#nav li:hover dd a:hover {
	text-decoration: underline;
}

#footer {
	text-align: right;
	padding: 0.5% 0;
	background: #FFF;
	width: 100%;
	clear: both;
	font-size: 1em;
}

#footer p {
	color: #B41B00;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0.5em;
	padding-bottom: 0;
}

#footer p a, #footer p a:hover {
	font-weight: normal;
}

#footer p a, #footer p a:hover, #footer span {
	color: #000;
	font-weight: normal;
	font-size: 1.0em;
}

#main-content, #content {
	width: 59%;
	float: left;
	clear: left;
	background: #FFF;
	margin: 1.5em 0;
}


#secondary-content {
	width: 39.4%;
	float: right;
}


/* Sorts out IE6 */
/*\*/
* html #secondary-content {
	float: none;
}
/**/


#main-content, #secondary-content, #content {
	margin-top: 150px;
}

#content {
	width: 100%;
}

#main-content ul, #secondary-content ul {
	list-style: none;
}

#main-content li a, #secondary-content li a {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
	color: #000;
}

#main-content ol, #secondary-content ol {
	margin-left: 30px;	
}

#main-content ol li, #secondary-content ol li {
	line-height: 110%;
	margin-top: 2px;
}

#main-content li a:hover, #secondary-content li a:hover {
	border-bottom: 1px solid;
	color: #000;
}

#main-content #related, #secondary-content #related {
	list-style-type: disc;
	list-style-position: inside;
}

/***** Popstories tabs *****/
#popstories ul {
	float: left;
	list-style: none;
	width: 99%;
	padding-left: 1%;
	clear: both;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1px;
	margin: 10px 0 6px 0;
}

#popstories ul li {
	display: inline;
}

#popstories ul li a {
	border: solid #CCC;
	border-width: 1px 1px 0 1px;
	padding: 2px 5px 3px;
	font-size: 0.8em;
	background: #F2F2F2;
}

#popstories ul li a {
	background: #E5E5E5;
}

#popstories_week #popstories_week_tab a, #popstories_month #popstories_month_tab a, #popstories_year #popstories_year_tab a {
	background: #D8D8D8;
}

#popstories ul li a:hover {
	border-bottom: 0px;
	background: #CCC;
}


.loading {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin: 15px 0;
	background: #FFF;
}

.loading span {
	font-size: 1.2em;
	vertical-align: super;
	padding-left: 10px;
}

#image_box {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#image_box img {
	max-width: 100%;
	border: 0;
}

#image_box p {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* /Images styles */

#large_image img {
	margin: 0 auto;
	padding-bottom: 10px;
}

#large_image {
	margin: 10px auto;
	padding: 10px;
	width: 500px;
	border: 1px dotted #CCC;
	text-align: center;
}

#large_image p {
	margin: 0;
	padding: 0;
	text-align: left;
}

#thumbs {
	width: 100%;
	text-align: center;
}

#thumbs img {
	padding: 1px 2px;
}

/* =Sub-indexes --------*/

.layout_box {
	width: 94%;
	clear: both;
	float: right;
	margin: 1em 0;
	margin-right: 0;
	padding: 0.5em 1em 0.5em 1em;
}

#secondary-content .layout_box {
	padding-left: 6px;
}

.layout_box .cat_header a, .layout_box h4 a {
	width: 100%;
	background: #CCC;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	color: white;
	font-size: 1.75em;
	padding: 5px 16px 1px 4px;
/*	margin: -7px -0.4em 10px -0.4em;*/
	margin: -7px -4px 10px -8px;
	display: block;
}

.layout_box .cat_header a:hover, .cat_header h4 a:hover {
	background: #999;
	color: white;
}

/* =AFS ********/
#afs #errors {
	padding: 1em 0;
}

#afs #errors li {
	color: #B41B00;
	list-style: inside;
	font-size: 1.2em;
	padding-left: 1em;
}

#afs .error {
	border: 2px solid #B41B00;
	padding: 4px;
}

#afs #afsform {
	width: 80%;
}

#afs #afsform p {
	clear: both;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

#afs #afsform label {
	float: left;
}

#afs #afsform textarea {
	width: 98%;
}

#afs #afsform input[type="text"], #afs #afsform select {
	width: 60%;
}

#afs #afsform input, #afs #afsform select {
	float: right;
}

/* This is CSS3 - it won't work for all browsers! */
tr:nth-child(odd) {
	background: #F2F2F2;
}

table tr:hover {
	background: #E5E5E5;
}

table tr td {
	_padding: 5px 2px;
}


.index_item {
	width: 100%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-bottom: 1px dotted #CCC;
}

.index_item p {
	margin: 0;
	padding: 0;
}

.more a:link {
	color: #000;
}

.more {
	color: #CCC;
}

.ad, .section, .article {
/*	background: #F9F9F9;*/
	background: #FFF;
	margin-bottom: 15px;
/*	border-bottom: 2px solid #E5E5E5;*/
	clear: both;
	width: 99%;
/*	margin: 1em 0;
	padding: 6px 0.5% 0;*/
	padding: 0% 2px 1.5%;
	float: left;
	position: relative;
}

.ad {
	text-align: center;
	padding: 1.5em 0;
	width: 100%;
}

.ad:hover {
	background: #F7F7F7;
}

#main-content .ad {
	margin: 0;
}

.section .cat_header a {
	background: #CCC;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	font-size: 1.75em;
	display: block;
	border: none;
	width: 100%;
/*	padding: 7px 2% 0px 2%;
	margin: -8px -2.5% 6px;*/
	margin: 0px 0px 5px -9px;
	padding: 7px 13px 0px 5px;
}

#main-content .section .cat_header a {
	width: 100%;
	margin: 0px 0px 5px -9px;
	padding: 7px 13px 0px 5px;
}

.section .cat_header {
	font-size: 1.3em;
	background: #CCC;
}

.section .cat_header a:hover {
	background: #999;
	color: white;
	border: none;
}

.section .cat_header .title {
	width: 70%;
	font-size: 160%;
	float: left;
}

.section .cat_header .change_place {
	width: 25%;
	font-size: 80%;
	float: right;
	text-align: right;
}

.section .blurb_section {
	float: left;
	width: 46%;
	padding-right: 2.5%;
	border-right: 2px solid #CCC;
}

#main-content .section ul, #main-content .section ol {
	float: right;
	width: 47.5%;
}

.section .blurb_section h3 {
	margin-top: 0.5em;
}

.section .blurb_section p {
	margin-bottom: 0.5em;
}

.section ul, .section ol {
	padding-bottom: 10px;
}


#section1, #section2 {
	width: 49%;
	clear: right;
}


#imaged_section {
	width: 30%;
	float: right;
	_border: 2px dotted #DDD;
	border: 2px dotted #F4F4F4;
	padding: 2% 2% 0;
	margin-bottom: 1.5em;
	margin-left: 1em;
	border-right: 0;
	clear: both;
}

#imaged_section img {
	width: 100%;
}

#imaged_section h4, #imaged_section p {
	padding: 0;
	margin: 3px 0;
}

#imaged_section p {
	margin-bottom: 1.5em;
}


.sub_img {
	height: 68px;
	float: left;
	padding: 3px 7px;
	margin-top: 3px;
}

#section1 .sub_img {
	padding-right: 5px;
	float: left;
}

#section2 .sub_img {
	padding-left: 5px;
	float: right;
}

.main_img {
	height: 175px;
	float: right;
	margin: 0px 7px;
}


#section1 {
	float: left;
}

#section2 {
	float: right;
}

#features {
	background: #FCFCFC;
	margin: 1em 0;
	clear: both;
	float: left;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	padding: 6px 2% 0;
	width: 96%;
}

#features img {
	margin-right: -3%;
}

.index_switch {
	clear: both;
	text-align: center;
	padding: 0;
	margin: 0;
	text-align: 150%;
}

.index_switch .disable {
	color: #CCC;
}

#lead_story {
	clear: both;
}

#section1 p, #section2 p {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
}


.standfirst {
	margin-bottom: 1em;
	font-size: 1.3em;
	color: #333;
}

.pubon {
	border-bottom: 2px dotted #F4F4F4;
	margin: 0 -0.5px 7px;
	padding: 0 2% 14px;
	padding-bottom: 7px;
}

#feeds_index a {
	border: 0;
}

#feeds_index a:hover {
	text-decoration: underline;
}

#feeds_index a img, #feeds_index a:hover img {
	text-decoration: none;
}

#feeds_index img {
	text-decoration: none;
}


#feeds_index .title {
	width: 23%;
}

#feeds_index .desc_url {
	width: 12%;
}

#feeds_index .full_url {
	width: 10%;
}

#feeds_index .subscription_methods {
	width: 55%;
}



.image_l {
    width: 97%;
    padding: 7px 1.5%;
    float: left;
	margin: 7px 0;
}

.image_l img {
    float: right;
    width: 460px;
    margin-left: 7px;
}

.image_p, .image_l {
    clear: both;
	border-bottom: 2px dotted #F4F4F4;
    _border-bottom: 2px dotted #DDD;
}

.image_l p, .image_p p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.image_p {
    width: 48%;
	border-left: 2px dotted #F4F4F4;
	_border-left: 2px dotted #DDD;
    padding: 7px;
    float: right;
	margin-top: -7px;
	margin-left: 7px;
	margin-bottom: 7px;
}

.image_p img {
    float: left;
    width: 100%;
    margin-bottom: 7px;
}




/* New Styles for articles on indexes */
.story {
	background: #FFF;
	border: 0;
	border-bottom: 1px solid #F9F9F9;
	border-top: 1px solid #FCFCFC;
}

.story h1, .story h2, .story h3, .story h4, .story h5, .story p {
	padding: 0.5%;
	color: #000;
	width: 100%;
	display: block;
} 

.story:hover {
	background: #FCFCFC;
}

#News_index, #Letters_index, #Sport_index, #Ents_index {
	margin-bottom: 1em;
}


#place-listing {
	margin: 0 7px;
}

#mytown #place-listing li {
	margin-bottom: 3px;
}

#mytown .controls {
	clear: both;
	text-align: right;
}

#mytown .controls a {
	color: #CCC;
	border-bottom: 1px dotted #CCC;
}

#mytown .controls a:hover {
	border-bottom: 1px solid #CCC;
}

#mytown #place-listing .listing {
	width: 30%;
	float: left;
	padding-right: 1%;
}

#place-listing {
	width: 100%;
	background: #FFF;
	top: 0px;
}

#map {
	width: 98%;
	height: 500px;
	margin: 1%;
}

#places-list {
	width: 20%;
	float: left;
	margin: 1%;
	display: none;
}

#places-list ul {
	list-style: none;
}

#places-list ul li a {
	color: #000;
	font-size: 1.25em;
}

#ajax_feed {
	background: none;
	padding: 0;
	margin: 0;
}

/* Sorts out IE6 */
/*\*/
* html #places-list {
	display: block;
}

* html #map {
	display: none;
}

/**/



#image-viewer {
	float: left;
	max-width: 1200px;
	min-width: 880px;
	margin: 0 auto;
	position: absolute;
	right: 9px;
	left: 9px;
	top: 149px;
	z-index: 2px;
	background: transparent url(/images/images-background.png) repeat;
	background-position: bottom left;
	z-index: 100;
}

#image-viewer #selecter {
	width: 26%;
	padding: 1%;
	float: left;
	list-style: none;
	background: transparent url(/images/images-background-2.png) repeat;
}

#image-viewer #selecter li {
	width: 46%;
	padding: 2%;
	height: 100px;
	float: left;
}

#image-viewer #selecter img {
	max-width: 100%;
	max-height: 100%;
	float: left;
}

#full-image {
	width: 70%;
	float: right;
	height: 570px;
}

#full-image .large-image {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent url(/images/images-background-2.png) repeat;
	margin: 0 auto;
	padding: 10px;
}

#full-image img {
	max-width: 100%;
	position: absolute;
}

#full-image .image {
	height: 500px;
	width: 500px;
	float: left;
	padding: 0 10px;
}

#full-image .back-button, #full-image .forward-button {
	float: left;
	overflow: hidden;
	width: 34px;
	height: 500px;
	text-indent: -2000px;
	background: transparent url(/images/images-arrow.png) no-repeat;
}

#full-image .back-button {
	background-position: 0px center;
}

#full-image .back-button:hover {
	background-position: -35px center;
}

#full-image .forward-button {
	background-position: -106px center;
}

#full-image .forward-button:hover {
	background-position: -71px center;
}

#full-image .back-button span, #full-image .forward-button span {
}

#image-viewer .caption {
	color: #FFF;
	clear: both;
	margin: 0;
	padding: 0;
}

#image-viewer .close {
	clear: both;
	text-indent: -2000px;
	overflow: hidden;
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 120px;
	height: 20px;
	background: transparent url(/images/images-close.png) no-repeat;
	background-position: 0px 0px;
}

#image-viewer .close:hover {
	background-position: 0px -30px;
}

.image-viewer-trigger {
	position: relative;
	z-index: 1;
}

.image-viewer-trigger span {
	text-indent: -2000px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 0;
	height: 20px;
	width: 110px;
	z-index: 2;
	background: transparent url(/images/images-open.png) no-repeat;
	background-position: 0px 0px;
}

.image-viewer-trigger:hover span {
	background-position: 0px -30px;
}


/* Metadata pages. */
#meta {
	float: left;
	width: 99%;
	margin: 0 0.5% 7px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #CCC;
}

#meta li {
	display: inline;
	color: #FFF;
}


#meta li a, #meta li a:hover {
	color: #FFF;
}

#meta #main-category {
	margin-left: 5px;
}

#meta #sub-category {
	
}

#meta #main-category, #meta #sub-category, #meta #feed {
	font-size: 1.3em;
	float: left;
	margin-left: 5px;
}

#meta #graphic {
	border: 0;
}

#meta #nearby-tab {
	float: right;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	margin-right: 5px;
}

#meta #nearby_drop {
	position: absolute;
	right: -11px;
	z-index: 1;
	background: transparent url(/images/map_bubble.png) no-repeat right top;
	padding: 27px 23px 24px 16px;
	width: 470px;
	height: 370px;
}

#meta #map {
	width: 470px;
	height: 350px;
	float: left;
}

#meta #nearby_drop p {
	clear: both;
	float: right;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.frontpage {
	margin-bottom: 10px;
}


#main-content .tabs {
	display: inline;
	width: 99%;
	margin: 5px 0.5% 13px;
	border-bottom: 2px solid #3F3F3F; /* 474747 */
	list-style: none;
	float: left;
	clear: both;
}

#main-content .tabs li a {
	display: block;
	float: left;
	padding: 3px 7px;
	border: 2px solid #3F3F3F;
	margin-bottom: -2px;
	font-size: 1.1em;
	margin-right: 8px;
	margin-left: 2px;
	background: #4C4C4C;
	border-bottom: none;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
}

#main-content .tabs a:hover {
	background: #3F3F3F;
}


#main-content .tabs .selected a, .tabs .selected a:hover {
	padding-bottom: 5px;
	background: #FFF;
	color: #3F3F3F;
}


/* Archive CSS */
#archive .years, #archive .months, #archive .issues {
	list-style: none;
	width: 100%;
	clear: both;
	float: left;
}

#archive .months {
	width: 95%;
	margin-left: 5%;
}

#archive .issues {
	width: 90%;
	margin-left: 10%;
}

#archive .years li, #archive .months li, #archive .issues li {
	display: inline;
	float: left;
}

#archive .header {
	clear: both;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	padding-left: 5%;
}

#archive .picker .selected, #archive .picker ul li a:hover {
	background: #B41B00;
	border: 2px #B41B00 solid;
	color: #FFF;
}

#archive .years a, #archive .months a, #archive .issues a {
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	width: auto;
	display: block;
	border: solid 2px #000;
	padding: 0.5em;
}

#archive .picker .inactive a {
	color: #CCC;
	border: 2px #CCC solid;
}

#archive .picker .inactive a:hover {
	color: #666;
	border: 2px #666 solid;
	background: #FFF;
}


.items img {
	float: right;
	height: 100px;
	margin-left: 5px;
}

.items div {
	float: left;
}

.items div {
	clear: both;
	list-style: none;
	padding: 1%;
	width: 98%;
}




.items p {
	clear: left;
}

.items h2 {
	font-size: 1.5em;
	float: left;
}

.items .image {
	border: 0;
	float: right;
}



#search table, #search table tbody {
	font-size: 1em;
	clear: both;
	width: 100%;
	padding: 0;
	float: left;
	
}

#search .details {
	width: 80%;
	float: left;
}

#search .date {
	width: 20%;
	float: right;
}

#search table tr {
	width: 100%;
	float: left;
	border-bottom: 2px dotted #CCC;
	clear: both;
}






#new_drop {
	width: 800px;
	float: left;
	clear: both;
	background: #FFF;
}

#new_drop a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
	margin-left: 5px;
	margin-bottom: 0.5px;
	font-size: 1.1em;
	clear: both;
	float: left;
}

#new_drop a:hover {
	border-bottom: 1px solid;
}

#new_drop .header a {
	font-weight: bold;
	margin-left: 0px;
	color: #B41B00;
}

#new_drop div {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

#new_drop ul {
	list-style: none;
	margin-bottom: 5px;
}

#new_drop ul li {
	
}

#new_drop .places {
	clear: both;
	border-bottom: 1px dotted #CCC;
}

#new_drop .places ul {
	float: left;
	width: 25%;
}

#new_drop .sport, #new_drop .sport ul {
	width: 50%;
	float: left;
}

#new_drop .politics, #new_drop .education {
	width: 25%;
}


.addthis a {
	border: none;
}
