/* new titles */
h1.title {
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	display:inline;
	background: url(/layout/background_dot.gif) bottom repeat-x;
}

.print_edition:hover h1 a,
#feature1:hover h1 a,
.print_edition h1 a:hover,
#feature1 h1 a:hover,
#gallery_container:hover h1 a,
#gallery_container h1 a:hover {
	color: #CC0000;
}

h1 a:link,
h1 a:visited {
	color: #111111;
}

h2.h1StyleTitle {
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	display:inline;
	background: url(/layout/background_dot.gif) bottom repeat-x;
}

.print_edition:hover h2 a,
.print_edition h1 a:hover {
	color: #CC0000;
}

h2.title {
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	display:inline;
	background: url(/layout/background_dot.gif) bottom repeat-x;
}

#articleResult:hover h3 a,
#articleResult h3 a:hover,
#feature2:hover h2 a,
#feature3:hover h2 a,
#article:hover h2 a {
	color: #CC0000;
}

h2 a:link,
h2 a:visited {
	color: #111111;
}

h3.title {
	color: #111;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display:inline;
	background: url(/layout/background_dot.gif) bottom repeat-x;
}

#forum_item_on h3 a:hover,
#forum_item_off h3 a:hover,
#news_item h3 a:hover,
#feature2 h2 a:hover,
#feature3 h2 a:hover,
#article h2 a:hover {
	color: #CC0000;
}

#forum_item_on:hover h3 a,
#forum_item_off:hover h3 a,
#news_item:hover h3 a {
	color: #CC0000;
}

h3 a:link,
h3 a:visited {
	color: #111111;
}

a:link.section_header, 
a:visited.section_header {
	font-size:11px;
	color:#111111;
	padding: 8px 0 8px 0;
	float: left;
}

a:hover.section_header {
	color:#CC0000;
	text-decoration: underline;
}

/* sliding image browser for galleries ------------------------------------------------------------------------------------ */
/* slider */
div#slider
{ 
    /*clear: left;*/
    width: 239px;
    height: 118px; 
	overflow: hidden;	
	padding: 0px;
	margin: 0 0 0 2px;
	border-right: 1px solid #E6E6E6;
	float: left;
	z-index:50;
}

*html div#slider {
	width: 240px;
	overflow: hidden;
	position:relative;	
}

div#slider_sub
{ 
	position:relative;
	visibility:visible; 
	left:0px; top:0px; 
	overflow:hidden;
}

div#slider_sub img
{
    margin: 0 5px 0 0;
}

div#slider_sub img#last
{
    margin-right: 0;
}

div#topGalleryControls span {
	width: 118px;
	display: block;
	float: left;
	margin-top: 3px;
}

div#topGalleryControls a:link, div#topGalleryControls a:visited {
	color: #DFDFDF;
	font-size: 10px;
}

div#topGalleryControls a:hover {
	color: #666;
}

div#topGalleryControls span.previous a:link, div#topGalleryControls span.previous a:visited {
	background-image: url(/layout/gallery_previous_off.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 11px;
}

div#topGalleryControls span.previous a:hover {
	background-image: url(/layout/gallery_previous_on.gif);
}

div#topGalleryControls span.next {
	text-align: right;
}

div#topGalleryControls span.next a:link, div#topGalleryControls span.next a:visited {
	background-image: url(/layout/gallery_next_off.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 11px;
}

div#topGalleryControls span.next a:hover {
	background-image: url(/layout/gallery_next_on.gif);
}

/* REDEFINED HTML TAGS ----------------------------------------------------------------------- */

body {
	font-family: arial, helvetica, sans-serif;
	margin: 4px 10px 10px 10px;
	padding: 0;
	text-align: center; /* TO CENTER CONTENT ON IE */
	background-color: #FFF;
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 13px;
	white-space: normal;
	font-size: 11px;
}

a:link, a:visited {
	text-decoration: none;
/*	color: #333333;*/
	font-family: Helvetica, Arial, sans-serif;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
	font-family: Helvetica, Arial, sans-serif;
}

/* FONTS ON THE FLY --------------------------------------------------------------------------- */

.amplitude_black_18pt {
}

.amplitude_black_14pt img {
	margin: 7px 0 8px 0;
}

.amplitude_black_14pt_singale_layout img {
	margin: 7px 0 0 10px;
}

.amplitude_bold_11pt img {
	margin: 9px 0 9px 0;
}

.amplitude_black_11pt {
	display: block;
}

.amplitude_black_11pt img {
	margin: 9px 0 9px 0;
}

.amplitude_book_9pt img, .amplitude_book_14pt img, .amplitude_book_18pt img {
	vertical-align: bottom;
}

.amplitude_book_9pt {
	display: block;
	height: 9px;
}

.amplitude_book_9pt a:hover img {
	padding-bottom: 1px;
	border-bottom: solid 1px #C00;
}

/* For rollover underlines in IE */

*html .amplitude_book_9pt a:link, *html .amplitude_book_9pt a:visited /* THIS SELECTOR FOR IE ONLY */ {
	white-space: nowrap;
	text-decoration: none;
}

*html .amplitude_book_9pt a:hover /* THIS SELECTOR FOR IE ONLY */ {
	background-image: url(/layout/link_underline.gif);
	background-repeat:  repeat-x;
	background-position: bottom;
}

*html .amplitude_book_9pt a:link img, *html .amplitude_book_9pt a:visited img, *html .amplitude_book_9pt a:hover img /* THIS SELECTOR FOR IE ONLY */ {
	border: 0;
	padding-bottom: 2px;
}

/* CONTAINER --------------------------------------------------------------------------------- */

#container {
	width: 728px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/* TOP PANEL --------------------------------------------------------------------------------- */

#top_editorial_box {
	height: 50px;
}

#top_panel {
	height: 90px;
	margin-bottom: 5px;
}

#banner_area {
	height: 90px;
	float: left;
}

/* SEARCH --------------------------------------------------------------------------------- */

#search {
	height: 88px;
	margin: 0 0 0px 733px;
	padding: 0;
	background-color: #F1F1F1;
	border: 1px solid #E6E6E6;
}

#search div#search_lable {
	font-size: 9px; 
	margin: 18px 0 4px 9px;
	color:#0099FF;
	font-weight: bold;
}

#search div#search_lable span {
	font-size: 9px; 
	color:#333333;
}

#search div#search_input {
	float: left;
	padding: 0 0 18px 9px;
}

#search div#search_button {
	float: left;
	margin: 0 0 0 4px;
}

#search div#search_links{
	float:inherit;
	padding: 0;
	margin: 0 0 0 10px;
}

#search a:link, #search a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}

#search a:hover{
	font-size: 10px;
	color: #0099FF;
	text-decoration: underline;
}

#search span{
	font-size: 10px;
	color: #CCCCCC;
}

#search input.form_text_field {
	width: 132px;
	font-size: 12px; 
	color: #333333;
	padding: 0;
	margin: 0;
}

#search input.form_button {
	height: 20px;
	width: 18px;
	margin: 0 0 0 3px
}

/* HEADER -------------------------------------------------------------------------------- */
#header {
	border-top: 1px solid #E6E6E6;
	height: 14	0px;
}

#logo_area {
	width: 728px;
	float: left;
	height: 140px;
}

#logo_area span.amplitude_book_9pt {
	height: 31px;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

*html #logo_area span.amplitude_book_9pt {
	height: 35px;
}

#mag_cover {
	margin: 5px 0 0 733px;
}

#mag_cover img {
	border: 1px solid #F1F1F1;
	border-right: 54px solid #F1F1F1;
	clear: right;
	float: right;
}

/* Top Nav Bar Styles */
#top_nav {
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	margin: 5px 0 0 0;
	padding: 0 0 0 2px;
	list-style: none;
	height: 39px;
}

*html #top_nav {
	padding-bottom: 0;
	margin: 0;
}

#top_nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

.top_nav_01 a:link, .top_nav_01 a:visited,
.top_nav_02 a:link, .top_nav_02 a:visited,
.top_nav_03 a:link, .top_nav_03 a:visited,
.top_nav_04 a:link, .top_nav_04 a:visited,
.top_nav_05 a:link, .top_nav_05 a:visited,
.top_nav_06 a:link, .top_nav_06 a:visited,
.top_nav_07 a:link, .top_nav_07 a:visited,
.top_nav_08 a:link, .top_nav_08 a:visited,
.top_nav_09 a:link, .top_nav_09 a:visited,
.top_nav_10 a:link, .top_nav_10 a:visited,
.top_nav_11 a:link, .top_nav_11 a:visited,
.top_nav_12 a:link, .top_nav_12 a:visited {
	display: block;
	height: 33px;
	float: left;
	margin: 3px 1px 0 0;
}

.top_nav_13 a:link, .top_nav_13 a:visited {
	display: block;
	height: 33px;
	float: left;
	margin: 3px 0 0 0;
}

.top_nav_01 a:link, .top_nav_01 a:visited {
	background-image: url(/layout/top_nav_01_off.gif);
}

.top_nav_01 a:hover {
	background-image: url(/layout/top_nav_01_on.gif);
}

.top_nav_02 a:link, .top_nav_02 a:visited {
	background-image: url(/layout/top_nav_02_off.gif);
}

.top_nav_02 a:hover {
	background-image: url(/layout/top_nav_02_on.gif);
}

.top_nav_03 a:link, .top_nav_03 a:visited {
	background-image: url(/layout/top_nav_03_off.gif);
}

.top_nav_03 a:hover {
	background-image: url(/layout/top_nav_03_on.gif);
}

.top_nav_04 a:link, .top_nav_04 a:visited {
	background-image: url(/layout/top_nav_04_off.gif);
}

.top_nav_04 a:hover {
	background-image: url(/layout/top_nav_04_on.gif);
}

.top_nav_05 a:link, .top_nav_05 a:visited {
	background-image: url(/layout/top_nav_05_off.gif);
}

.top_nav_05 a:hover {
	background-image: url(/layout/top_nav_05_on.gif);
}

.top_nav_06 a:link, .top_nav_06 a:visited {
	background-image: url(/layout/top_nav_06_off.gif);
}

.top_nav_06 a:hover {
	background-image: url(/layout/top_nav_06_on.gif);
}

.top_nav_07 a:link, .top_nav_07 a:visited {
	background-image: url(/layout/top_nav_07_off.gif);
}

.top_nav_07 a:hover {
	background-image: url(/layout/top_nav_07_on.gif);
}

.top_nav_08 a:link, .top_nav_08 a:visited {
	background-image: url(/layout/top_nav_08_off.gif);
}

.top_nav_08 a:hover {
	background-image: url(/layout/top_nav_08_on.gif);
}

.top_nav_09 a:link, .top_nav_09 a:visited {
	background-image: url(/layout/top_nav_09_off.gif);
}

.top_nav_09 a:hover {
	background-image: url(/layout/top_nav_09_on.gif);
}

.top_nav_10 a:link, .top_nav_10 a:visited {
	background-image: url(/layout/top_nav_10_off.gif);
}

.top_nav_10 a:hover {
	background-image: url(/layout/top_nav_10_on.gif);
}

.top_nav_11 a:link, .top_nav_11 a:visited {
	background-image: url(/layout/top_nav_11_off.gif);
}

.top_nav_11 a:hover {
	background-image: url(/layout/top_nav_11_on.gif);
}

.top_nav_12 a:link, .top_nav_12 a:visited {
	background-image: url(/layout/top_nav_12_off.gif);
}

.top_nav_12 a:hover {
	background-image: url(/layout/top_nav_12_on.gif);
}

.top_nav_13 a:link, .top_nav_13 a:visited {
	background-image: url(/layout/top_nav_13_off.gif);
}

.top_nav_13 a:hover {
	background-image: url(/layout/top_nav_13_on.gif);
}

/* CONTENT ----------------------------------------------------------------------------------- */

#contents { /* TO SET RIGHT HAND PANEL BACKGROUND TO 100% HEIGHT OF CONTENT */
	background: url(/layout/right_hand_bkgrd.gif) top right repeat-y;
	clear: both;
}

#main_pane {
	width: 728px;
	float: left;	
}

#page_header {
	margin: 0;
	padding: 0;
}

/* CLEARING DIV's */

.clear_both {
	clear: both;
	padding: 0;
	margin: 0;
}

/* PAGE CONTENT */

.more {
/*	font-weight: bold; */
	background-image: url(/layout/new-more.gif);
	background-repeat: no-repeat;
	background-position:left;
/*	background-position: right; */
	padding: 0 9px 0 0;
}

*html .more {
	display: inline-block;
}

.more a:link, .more a:visited {
	text-decoration: none;
	color: #666;
}

.more a:hover {
	color: #CC0000;
}

.bespoke {
	color: #CCC;
	font-size: 10px;
	line-height: 8px;
}

.date {
	color: #999;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

.section_bar {
	color: #CCC;
/*	font-size: 11px;
	line-height: 15px;
	margin-left: 3px;
	margin-right: 3px;*/
}

.section:hover {
	color: #CC0000;
	text-decoration: underline;
}

.section,
.section a:link,
.section a:visited {
	color: #999999;
	font-size: 11px;
	line-height: 15px;
}

#feature1 p .section:link,
#feature1 p .section:visited,
#feature2 p .section:link,
#feature2 p .section:visited,
#feature3 p .section:link,
#feature3 p .section:visited,
#print1 p .section:link,
#print1 p .section:visited {
	color: #999999;
	text-decoration: none;
}

#feature1 p .section:hover,
#feature2 p .section:hover,
#feature3 p .section:hover,
#print1 p .section:hover,
#feature1 p .section a:hover,
#feature2 p .section a:hover,
#feature3 p .section a:hover,
#print1 p .section a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* MPU Styles (appears on most pages) */

#mpu_bkgrd {
	text-align: right;
/*	background-image: url(/layout/light_grey_diagonal_bkgrd.gif); */
}

#mpu_container {
	margin-left: auto;
	width: 300px;
	height: 250px;
}

/*#mpu {
    padding-top:30px; 
}*/

/* Subs Block (appears on most pages) */

#subs_block {
	padding: 5px 6px 20px 6px;
}

#subs_block a:link, #subs_block a:visited, #subs_block a:hover {
	display: block;
	background-color: #000;
}

/* Page Number Styles For Multiple Pages */

#page_numbers {
	padding: 10px 10px 0 0;
	color: #000;
	text-align: right;
	font-size: 12px;
}

#page_numbers a	, #page_numbers li a:visited {
	font-size: 12px;
	color: #CC0000;
}

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

/* RIGHT HAND PANEL -------------------------------------------------------------------------- */

#right_panel {
	margin-left: 733px;
}

*html #right_panel /* THIS SELECTOR FOR IE ONLY */ {
	margin-left: 732px;
}

div#right_panel div.subscribe {
	background-color: #FFF;
	display: block;
	font-size:11px;
	color:#111111;
	padding: 8px 0 8px 0;
}

div#right_panel div.subscribe a:link,
div#right_panel div.subscribe a:visited {
	color:#111111;
}

div#right_panel div.subscribe a:hover {
	color:#CC0000;
	text-decoration: underline;
}

#skyscraper_ad {
	margin-top: 10px;
	margin-left: 10px;
}

#club_plug {
	padding: 10px 0 0 10px;
}

/* FOOTER ------------------------------------------------------------------------------------ */

#footer {
	clear: both;
	width: 725px;
	margin: 8px 0 64px 6px;
	padding-top: 4px;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 10px;
	float: left;
	width: 700px;
}

*html #footer p {
	width: 697px;
}

#footer p a:link, #footer p a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}

#footer p a:hover {
	color: #111;
	text-decoration: underline;
}
	
span.searchHighlight {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}

/* (AM) ADDITIONS ---------------------------------------------------------------------------- */

.caption {
padding-top:10px;
color:#666;
}

#image_caption {
	padding: 3px 0 0 8px;
	width: 475px;
	text-align: right;
	color: #999;
	text-align: right;
}

.grey {
	color:#CCCCCC;
}

a:active,
a:focus {
	outline: 0
}
