/* This is the stylesheet for global styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17.5px;
	color: #000;
	background-color: #969CA3;
}

#page_margins {
	margin: 0 auto;
	width: auto;
	min-width: 1000px;
	max-width: 1280px;
	padding: 0px;
	border: 1px solid #000;
}

#page { padding: 0px; }

#main { margin: 0px; border-top: 2px solid #000; }

#col1, #col2, #col3 { background-color: #fff; }

#col1_content { padding: 0px 0px;}
#col2_content { padding: 6px 10px 0px 10px;}
#col3_content { padding: 0px;}

/*this is a fix for when a div in the first column has a bottom border
and the first column happens to be the longest column
without it, this would cause a 2px border to sit on top of the footer,
which looks like a mistake.  this should not affect pages where col1 is shorter*/
#col3_content,
#col2_content,
#col1_content { margin-bottom: -2px; }

/* --- HEADER styles: formatting for top of the page (not navigation) --------------------------- */

#header {
	height: 93px;
	background-color: #FFF;
	color: #000;
	position: relative;
	margin: 0px;
}

#header h1.siteName {
	border: none;
	position: relative;
	width: 251px;
	height: 71px;
	font-size: 1px;
	line-height: 5px;
	margin: 4px 6px 0px 6px;
	padding: 0px;
	float: left;
	background: url(designImages/gci_logo_09.png) no-repeat top left;
}

#header h1.siteName a {
	background: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 251px;
	height: 71px;
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
}

#header h1.siteName a:hover {
	background: transparent url(designImages/gci_logo_08_hover.gif) no-repeat top left;
	border: none;
}

#header h1.siteName a span {
	display: block;
	text-indent: -9999px;
	border: none;
}

/* this is for accessibility, and does not have to be replaced with an image*/
#header p.tagLine {
	/*float: left;*/
	position: absolute;
	top: 75px;
	left: 12px;
	/*width: 4px;*/
	height: 10px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
}

/* search box and button */
#header input.text {
	float: left;
	position: absolute;
	top: 35px;
	left: 378px;
	width: 300px;
	font-size: 13px;
	color: #000;
	border: 1px solid #000;
	padding: 3px;
	margin: 0px
}

#header input.submit { position: absolute; top: 35px; left: 700px; }

/*this is the div for the current issue cover and description */
#magazineItems {
	height: 93px;
	width: 250px;
	float: right;
	overflow: visible;
	position: relative;
	background: transparent;
}

#magazineItems #magazineItemsText {
	font-family: Arial, Helvetica, sans-serif;
	height: 70px;
	width: 110px;
	float: left;
	overflow: visible;
	text-align: right;
	padding: 6px;
	z-index: 51;
}
#magazineItems #magazineItemsText a:link { color: #ea6f00; }
#magazineItems #magazineItemsText a:visited { color: #ea6f00; }
#magazineItems #magazineItemsText a:hover { color: #06f; }

#magazineItems #magazineItemsText p {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #000;
	width: 117px;
	text-align: center;
	height: 21px;
	line-height: 21px;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 52;
}

#magazineItems #magazineItemsText p a:link { color: #ea6f00;}
#magazineItems #magazineItemsText p a:visited { color: #ea6f00;}
#magazineItems #magazineItemsText p a:hover { color: #06f;}

#magazineItems #magazineItemsText ul { margin: 0px; padding-top: 16px;}

#magazineItems #magazineItemsText ul li {
	margin: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
}

/*  this breaks is ie6 and has a patch to fix it in the patches.css file  */
#magazineItems #magazineItemsImage {
	float: left;
	width: 115px;
	background: transparent url(designImages/gci_cur_cover_bg3.gif) no-repeat right 0px;
	height: 153px;
	padding: 23px 6px 7px 7px;
	overflow: hidden;
	z-index: 50;
}

#magazineItems #magazineItemsImage a img,
#magazineItems #magazineItemsImage a { width: 115px; height: 153px; border: none; }

/* -(end of header styles)---------------- */

/* --- BREADCRUMB styles ----------------------------------------------------------- */

p.breadcrumb {
	clear: both;
	margin: 0px;
	text-decoration: none;
	color: #363636;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding: 0px 10px;
}

p.breadcrumb a:link { color: #363636; }
p.breadcrumb a:visited { color: #363636; }
p.breadcrumb a:hover { color: #06f; }

p.breadcrumb span.page { color: #73787d; }

/* --- GENERIC CONTENT styles: articles news etc that will appear in the main column (white bg) -- */

p {
	color: #000;
	font-size: 13px;
	line-height: 17.5px;
	font-family: Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0;
}
p a:link { color: #ea6f00; }
p a:visited { color: #754c23; }
p a:hover { color: #06f; }

/*#col1_content p, #col2_content p, #col3_content p { margin: .5em 10px 1em 10px; }*/

/*------  Lists: ul ol dl --------------------*/

ul, ol {
	color: #000;
	font-size: 13px;
	line-height: 1.35em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0;
}
div#col1_content ul, div#col1_content ol { margin-top: 0px; }
div#col2_content ul { list-style: disc outside; }

li { margin: 0 0 .5em 25px; }

div#col2_content ol.references { list-style: decimal outside; font-size: 11.5px; margin-top: 0px; }

div#col2_content ol, div#col2_content ol.num { list-style-type: decimal; }

div#col2_content ol.numTwoDigits { list-style-type: decimal-leading-zero; }

div#col2_content ol.roman, div#col2_content ol.romanLower { list-style-type: lower-roman; }

div#col2_content ol.romanUpper { list-style-type: upper-roman; }

div#col2_content ol.alpha, div#col2_content ol.alphaLower { list-style-type: lower-alpha; }

div#col2_content ol.alphaUpper { list-style-type: upper-alpha; }

div#col2_content ul.square { list-style-type: square; }

div#col2_content ul.circle { list-style-type: circle; }

div#col2_content dl { margin-top: -5px; }

div#col2_content dl dt { font-weight: bold; margin-top: 10px;}

div#col2_content dl dd { padding-left: 10px; }

/*------  h1 --------------------*/
h1 {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 6px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}
h1 a:link { color: #000; }
h1 a:hover { color: #06f; }

h1 span.oneOf { 
	font-weight: normal;
	font-size: 16px;
	color: #73787d;
}

h1.listTitle a { padding-left: 5px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #06f;
	line-height: 11px;
	margin: 0px;
}
h1.listTitle a img { width: 12px; height: 12px; margin-right: 5px; }
h1.listTitle a:hover:after { content: "Sign up for this RSS Feed"; }
body#homepage h1.listTitle a:hover:after { content: ""; }

/*------  h2 --------------------*/
h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
h2 a:link { color: #ea6f00; }
h2 a:visited { color: #754c23; }
h2 a:hover { color: #06F; }

/* ------- h3 ------- with no class is for content item sub, subheads*/
h3 {
	font-size: 13px;
	margin: 0px 0px 7px 0px;
	line-height: 15px;
	font-weight: bold;
	color: #363636;
	font-family: Arial, Helvetica, sans-serif;
}
h3 a:link { color: #ea6f00; }
h3 a:visited { color: #754c23; }
h3 a:hover { color: #06F; }

/* ------- h4 ------- with no class is for mini-titles */
h4 {
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	line-height: 11px;
	font-weight: normal;
	color: #73787d;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/* ------- h5 ------- is for Author Names */
h5 {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ------- h6 ------- is the "from" line, like what issue or the posted date */
h6 {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	line-height: 15px;
	font-weight: normal;
	color: #73787d;
	font-family: Arial, Helvetica, sans-serif;
}
h6 a:link { color: #ea6f00; }
h6 a:visited { color: #754c23; }
h6 a:hover { color: #06F; }

span.from {
	font-size: 13px;
	font-weight: normal;
	color: #73787d;
	font-family: Arial, Helvetica, sans-serif;
}
span.from a:link { color: #ea6f00; }
span.from a:visited { color: #754c23; }
span.from a:hover { color: #06F; }

/* -- other generic styles -- */

sub, sup { font-size: 10px; line-height: 8px; margin-left: 1px; position: relative; }

sub { vertical-align: sub; top: -2px; }

sup { vertical-align: super; top: 2px; }

/* ---- form elements default styles  ---- */

input.submit {
	/*font-weight: bold;*/
	color: #000;
	background: #e6e6e9 url(designImages/gci_gradient_bg.gif) repeat-x 50% 0%;
	padding: 2px 3px;
	font-size: 13px;
	border: 1px solid #000;
	cursor: pointer;
}

input.submit:hover { text-decoration: underline; cursor: pointer; border-color: #73787d; }
input.submit:active { border-color: #000;}


/* --- TERTIARY Nav styles: these should start with the first two sets and override only what is necessary -- */

div.tertiary_nav {
	border-bottom: 2px solid #000;
	margin: 0px;
	background: url(designImages/gci_tertiary_arrow.gif) no-repeat 13px 23px;
}

div.tertiary_nav h1 {
	background-color: #000;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	padding: 3px 10px 4px 10px;
	margin: 0px;
	font-weight: bold;
}

div.tertiary_nav ul {
	background: url(designImages/gci_tertiary_structure.gif) no-repeat 19px bottom;
	padding: 10px 0px 0px 19px;
	margin-bottom: 10px;
}

div#col1_content div.tertiary_nav ul li { 
	background: url(designImages/gci_tertiary_child.gif) no-repeat left top;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px 0px .5em 0px;
}

div#col1_content div.tertiary_nav ul li a:visited { color: #ea6f00; }
div#col1_content div.tertiary_nav ul li a:hover { color: #06f; }

/*tertiary nav current page styles*/
div#col1_content div.tertiary_nav ul li.curr_page { color: #ea6f00; font-weight: bold; }
div#col1_content div.tertiary_nav ul li.curr_page a:link,
div#col1_content div.tertiary_nav ul li.curr_page a:visited { color: #ea6f00; }
div#col1_content div.tertiary_nav ul li.curr_page a:hover { color: #06f; }

/* -(end of tertiary nav styles)---------------- */

/* --- LIST styles: these should start with the first two sets and override only what is necessary -- */

div.itemDeck {
	padding: 5px 10px;
	border-top: 1px solid #000;
	margin: 0px -10px 0px -10px;
}

div.itemDeck:hover { background-color: #f2f2f5; }

div.itemDeck.last { border-bottom: 1px solid #000; }

div.itemDeck h2 {
	font-size: 16px;
	margin: 0 0 4px 0;
	color: #ea6f00;
	line-height: 20px;
}
div.itemDeck h2 a:link { color: #ea6f00; }
div.itemDeck h2 a:visited { color: #754c23; }
div.itemDeck h2 a:hover { color: #06f; }

#main div.itemDeck p { margin: 0px 0px 10px 0px; }

div.itemDeck img {
	float: left;
	margin: 3px 6px 6px 0px;
	border: 1px solid #999;
}

/* --- Exceptions to list styles - sponsored, paid, formula etc. ----------- */

div.itemList div.video.gallery div.itemDesc h2 { background: url(designImages/video_and_photo_icon.png) no-repeat 0% 50%; padding-left: 45px; }

div.itemList div.gallery div.itemDesc h2 { background: url(designImages/photo_gallery_icon.png) no-repeat 0% 50%; padding-left: 25px; }

div.itemList div.video div.itemDesc h2 { background: url(designImages/video_icon.png) no-repeat 0px 4px; padding-left: 20px; }

/* --- MOST Popular styles -------------------------------- */

div#mostReadList {
	margin: 0px;
	padding: 6px 10px;
	background-color: #e6e6e9;
	border-bottom: 2px solid #000;
}

div#mostReadList h2 { font-weight: normal; margin-bottom: 0px; }

div#mostReadList div.mostReadItem { 
	padding: 3px 0px 0px 0px;
	border-top: 1px solid #666;
	margin: 0px; 
	clear: both;
	overflow: hidden;
	/*display: inline-block;*/ /*move this to ie hacks*/
	/*width: 242px;*/
}

div#mostReadList div.mostReadItem.first { border-top: none; padding-top: 6px; }

div#mostReadList p.mostReadCount { 
	color: #363636;
	float: left;
	width: 35px;
	padding: 1px 0px 9px;
	border: 1px solid #73787d;
	display: inline;
	height: 14px;
	margin: 3px 6px 6px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	background: #fff url(designImages/gci_most_views_bg.gif) no-repeat 50% 100%;
}

div#mostReadList p.mostReadNum { 
	color: #000;
	float: left;
	width: 24px;
	display: inline;
	margin: 3px 6px 6px 0px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}

div#mostReadList p.mostReadLink { padding: 0px 0px 0px 42px; margin: 0px 0px 6px 0px; }
div#mostReadList p.mostReadLink a:link { color: #ea6f00;}
div#mostReadList p.mostReadLink a:hover { color: #06f;}

/* --- ARTICLE EXTRAS styles: layout and formatting of in-article extras ------------------ */
/* article extras are for additional content for the articles/news items*/

div#articleExtras {
	width: 202px;
	float: right;
	margin: 0px 0px 10px 10px;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	background-color: #e9e9e9;
	padding: 5px 5px 0px 5px;  /*no padding on the bottom.  last items bottom margin will fix that*/
}

/*  applies to both div#image and any div.addOn  */
div#articleExtras div {
	border: 1px solid #73787d;
	background-color: #fff;
	margin: 0px 0px 5px 0px;
	padding: 6px;
}

div#articleExtras div#articleImage {
	text-align: center; /*for captions and img to be centered*/
	padding: 0px;
} 

/*  this is the caption for the main image  */
div#articleExtras div#articleImage p {
	margin: 0px 0px 0px 0px;
	padding: 6px;
	font-size: 11px;
	line-height: 15.5px;
	border-top: 1px solid #73787d;
}

div#articleExtras div h2 { margin: 0px; padding: 0px; }

div#articleExtras div#gallery h2.gallery { background: url(designImages/photo_gallery_icon.png) no-repeat 0% 50%; padding-left: 25px; }

div#articleExtras div#video h2.video { background: url(designImages/video_icon.png) no-repeat 0px 4px; padding-left: 20px; }

div#articleExtras div ul { margin: 0px 0px 3px 0px; list-style-type: none; }
/*the extra three pixels at the bottom provides breathing room in case the last item has any descenders*/

div#articleExtras div li { margin: .5em 0px 0px 0px; line-height: 1.25em; color: #000; }
div#articleExtras div li a:link { color: #ea6f00; }
div#articleExtras div li a:hover { color: #06f; }

/* --- AD styles: formatting for leaderboard and side ads --------------------------- */

div.ad {
	padding: 15px 5px 10px 5px;
	border-bottom: 2px solid #000;
	margin: 0px;
	background: #73787d url(designImages/advertisment_7x60_h_white.gif) 50% 4px no-repeat;
}

/* -- this puts a border around any image used in an add -- */
/* -- TO DO: find a way to do this for flash or other non-image based ads -- */
div.ad img { border: 1px solid #000; }

div.ad div { margin: 0px; padding: 0px; overflow: hidden; display: inline-block; border: 1px solid #000; }

div#leaderboardAd {
	background-color: #969ca3;
	padding: 5px 0px;
	height: 92px;
	/*min-width: 1002px;
	max-width: 1280px;*/
	margin: 0px auto;
	text-align: center;
}

div#leaderboardAd div#innerLeaderboardAd {
	height: 92px;
	width: 730px;
	overflow: hidden;
	display: inline-block;
	margin: 0px auto;
	padding: 0px 0px 0px 10px;
	text-align: center;
	background: url(designImages/advertisment_7x60_v_white.gif) 0px 50% no-repeat;
}

div#leaderboardAd div#innerLeaderboardAd a { width: 730px; height: 92px; }

div#leaderboardAd div#innerLeaderboardAd a img { border: 1px solid #000; }

/* ------- print this - email this buttons ------- */
div#buttons {
	margin: 0px 0px 10px 0px;
	width: 210px;
	line-height: 10px;
}

div#buttons a { font-size: 10px; line-height: 13px; }
div#buttons a:link { color: #ea6f00; }
div#buttons a:hover { color: #06f; }

div#buttons a.emailThis {
	background: url(designImages/email_icon.gif) no-repeat left bottom;
	padding: 0px 0px 0px 18px; /*this makes room for the icon to the left of the text*/
	margin-right: 10px;
}

div#buttons a.printThis {
	background: url(designImages/print_icon.gif) no-repeat left bottom;
	padding: 0px 0px 0px 18px; /*this makes room for the icon to the left of the text*/
}

/* --- PAGINATION styles ----------------------------------------------------------- */

div#pagination { margin: 5px 0px; /*float: left;*/ padding: 5px 0px; clear: right; text-align: center; }

/* this is the style for a disabled button, ie previous on page 1 */
div#pagination span { color: #73787d; font-size: 11px; line-height: 11px; padding: 2px 5px; background-color: #e6e6e9; border: 1px solid #73787d; text-decoration: none; }

/*this is for the majority of the page #'s */
div#pagination a span { color: #000; background-color: #fff; border: 1px solid #000; text-decoration: none; }

div#pagination a { text-decoration: none; } /*without this it adds an underline below the box which looks really weird*/

div#pagination a:hover span { color: #fff; background-color: #73787d; text-decoration: underline; }

div#pagination span.curr_page { background-color: #000; border: 1px solid #000; color: #fff; font-weight: bold; }

/* --- RELATED Content styles: should use some of the generic styles  --------------- */

div#related {
	border-top: 2px solid #000;
	padding: 0px;
	margin: 10px -10px 0px;
	background-color: #e6e6e9;
	clear: both;
}

div#related div#categoryListWrapper { padding: 10px; border-bottom: 2px solid #000; margin-top: -2px;}
div#related div#contentItems { padding: 10px; border-bottom: 2px solid #000; }

div#related div#contentItems h2 { margin: 0px; line-height: 16px; }

div#related div#contentItems ul { margin: 0px; list-style: none; }

div#related div#contentItems ul li { margin: 10px 0px 0px 0px; color: #73787d; font-size: 11px; font-style: italic; line-height: 15px; font-family: Georgia, "Times New Roman", Times, serif; }

div#related div#contentItems ul li a { color: #ea6f00; font-size: 13px; font-style: normal; font-family: Arial, Helvetica, sans-serif; }
div#related div#contentItems ul li a:visited { color: #754c23; }
div#related div#contentItems ul li a:hover { color: #06f; }

div#related div#categoryListWrapper p#categoryList { margin: 0px; color: #000; font-weight: bold; }

div#related div#categoryListWrapper p#categoryList a { font-weight: normal; }

/* --- CATEGORY LISTS styles: should use some of the generic styles  --------------- */

p.categoryList {
	margin: 10px 0px;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 5.5em; /* this creates a hanging indent the width of "categories:" */
	text-indent: -5.5em;
	clear: left; /*this is so the hanging indent doesn't put the text on top of any images that may appear*/
}
/*p.categoryList a {font-weight: normal;}*/
p.categoryList a:link { color: #ea6f00; }
p.categoryList a:visited { color: #754c23; }
p.categoryList a:hover { color: #06f; }

/*we dont want the category list on a product listing to clear the image*/
div#col1_content div.itemList.product div.itemDesc p.categoryList,
div#col3_content div.itemList.product div.itemDesc p.categoryList { clear: none; }

/* --- footer styles --------------------------------------------------------------- */

div#footer { text-align: center; padding: 10px; color:#fff; background-color: #000; clear: both; position: relative; }

div#footer p { color: #fff; font-size: 11px; }
div#footer p a:link { color: #fff; }
div#footer p a:visited { color: #969ca3; }
div#footer p a:hover { color: #ea6f00; }

div#footer p#reportBug { 
	font-size: 9px;
	line-height: 11px;
	text-transform: uppercase;
	text-align: right;
	margin: 0px;
	padding: 6px 10px;
	position: absolute;
	top: 20px;
	left: 0px;
	background-color: #333;
	font-weight: bold;
}
div#footer p#reportBug a:link,
div#footer p#reportBug a:visited { color: #ea6f00; }
div#footer p#reportBug a:hover { color: #fff; }

/* -------- Page-specific Styles -------- */

/* --- Homepage: body#homepage   ------------------------------- */
body#homepage #col1_content { padding: 0px 10px 0px 10px; }

body#homepage #col1_content div#carousel {
	width: 367px;
	overflow: hidden;
	display: inline-block;
	margin: 0px -10px 10px;
	border-bottom: 2px solid #000;
}

body#homepage #col1_content div#carousel div.carouselImage {
	width: 200px;
	height: 220px;
	float: left;
	overflow: hidden;
}

body#homepage #col1_content div#carousel div.carouselText {
	width: 146px;
	height: 208px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 6px 10px;
	background-color: #e6e6e9;
	border-left: 1px solid #000;
}

body#homepage #col1_content div#carousel div.carouselText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	border: none;
}

body#homepage #col1_content div#carousel div.carouselText h1 a,
body#homepage #col1_content div#carousel div.carouselText h1 a:visited { color: #ea6f00; text-decoration: none;}
body#homepage #col1_content div#carousel div.carouselText h1 a:hover { color: #06f; }

body#homepage #col1_content div#carousel div.carouselText p { color: #000; font-size: 12px; line-height: 14px; }
body#homepage #col1_content div#carousel div.carouselText p a,
body#homepage #col1_content div#carousel div.carouselText p a:visited { color: #000; }
body#homepage #col1_content div#carousel div.carouselText p a:hover { color: #06f; }

body#homepage #col1_content div#carousel div.carouselMessage { clear: both; margin: 0px; padding: 0px; border-top: 1px solid #000; }

body#homepage #col1_content div#carousel div.carouselMessage p { padding: 6px; margin: 0px; background-color: #e6e6e9; }

body#homepage #col3_content div#upcomingEvents,
body#homepage #col3_content div#stockQuotes { padding: 7px 10px; background-color: #e6e6e9; border-bottom: 2px solid #000; }

body#homepage #col3_content div#upcomingEvents ul {
	margin: 5px 0px;
	padding: 0px 5px;
	display: block;
	border: 1px solid #73787d;
	background-color: #fff;
	font-size: 12px;
}

body#homepage #col3_content div#upcomingEvents ul li { margin: 5px 0px; border-bottom: 1px solid #000; padding-bottom: 5px;}

body#homepage #col3_content div#upcomingEvents ul li.last { border-bottom: none;  text-align: right; margin-bottom: 0px; font-weight: bold; }

body#homepage #col3_content div#upcomingEvents ul li span { display: block; margin-top: 3px; }

body#homepage #col3_content div#upcomingEvents ul li span.eventDate { margin-top: 0px; font-weight: bold; text-transform: uppercase; color: #000; }

body#homepage #col3_content div#upcomingEvents ul li span.eventLocation { color: #73787d; }

body#homepage #col3_content div#upcomingEvents p { margin: 0px; }

body#homepage #col3_content div#stockQuotes iframe { border: 1px solid #73787d; width: 240px; height: 390px; }

/* --- Events Gateway: body#Events   -------------------------------- */

body#Events div#recentCoverage,
body#Events div#eventNews,
body#Events div#nextWebinar,
body#Events div#ourEvents {
	border-top: 2px solid #000;
	margin: 0px -10px;
	padding: 6px 10px;
}

/* --- CalendarofEvents  -------------------------------- */

body#Events-CalendarofEvents div#col1_content { padding: 6px 10px 0px 10px; background-color: #e6e6e9; border-bottom:2px solid #000; }

body#Events-CalendarofEvents div#col1_content a:link,
body#Events-CalendarofEvents div#col1_content a:visited { color: #ea6f00; }
body#Events-CalendarofEvents div#col1_content a:hover { color: #06f; }

body#Events-CalendarofEvents div#col1_content h2 { margin: 0px 0px 2px 0px; }

body#Events-CalendarofEvents div#col1_content ul { margin-bottom: 10px; padding: 5px 0px 2px 0px; border: 1px solid #73787d; background-color: #fff; }

body#Events-CalendarofEvents div#col1_content ul li { margin: 0px 0px 5px 10px; }

/* --- Webinars: body#Events-Webinars   -------------------------------- */

div#webinarAction {
	margin: 10px 0px;
	padding: 6px 0px;
	border-style: solid;
	border-color: #97b7ab;
	border-width: 1px 0px;
	text-align: center;
	color: #5d776d;
	font-weight: bold;
	clear: both;
}

div#webinarAction a.register { font-size: 16px; }

body#Events-Webinars div#sponsorInfo {
	margin: 10px 0px;
	overflow: hidden;
	display: inline-block;
	padding-top: 10px;
	border-color: #000;
	border-style: solid;
	border-width: 1px 0px;
}

body#Events-Webinars div#sponsorInfo img { float: left; clear: left; margin: 0px 0px 10px 0px;}

body#Events-Webinars div.speaker {
	clear: left;
	padding-top: 10px;
	margin: 0px;
	border-top: 1px solid #000;
}

body#Events-Webinars div#col2_content div.first { border-top: 0px none; padding-top: 0px; }

body#Events-Webinars div.speaker img { float: left; margin: 0px 10px 0px 0px;}

/* --- Magazine Gateway Page: body#Magazine   actually all of the Magazine site Section ------------------------ */

div#col1_content div#subItems,
div#col1_content div#recentIssues { padding: 6px 10px; background-color: #e6e6e9; border-bottom: 2px solid #000; }

div#col1_content div#subItems h1,
div#col1_content div#recentIssues h1 { font-size: 20px; }

div#col1_content div#subItems h2,
div#col1_content div#recentIssues h2 { font-size: 15px; margin-bottom: 0px;}

div#col1_content div#subItems p { margin-top: 0px; }
div#col1_content div#subItems p a:link { color: #ea6f00; }
div#col1_content div#subItems p a:visited { color: #ea6f00; }
div#col1_content div#subItems p a:hover { color: #06f; }

div#col1_content div#subItems ul li { margin: 0px; }
div#col1_content div#subItems ul li a:visited { color: #ea6f00; }
div#col1_content div#subItems ul li a:hover { color: #06f; }

div#recentIssues ul li.issue {
	/*this should be the same as the other h2's in this column */
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
}

div#recentIssues ul li.blurbs { margin: 0px 0px 15px 0px; line-height: 1.25em; }

body#Magazine div#magazineInfo { margin: -6px -10px 0px -10px; padding: 6px 10px; }

body#Magazine div#currentIssue, 
body#Magazine div#comingSoon { margin: 0px -10px; padding: 6px 10px; border-top: 2px solid #000; }

body#Magazine div#currentIssue h1 a:visited {color: #000; }
body#Magazine div#currentIssue h1 a:hover {color: #06f; }

body#Magazine div#currentIssue a.currentIssueCover {
	height: 170px;
	width: 117px;
	margin: 0px 0px 4px 10px;
	float: right;
	background: url(designImages/si_view_toc_text.gif) no-repeat 50%;
}

body#Magazine div#currentIssue a.currentIssueCover img { border: 1px solid #000; }

body#Magazine div#currentIssue a.currentIssueCover:hover { background-position: 50% 100%;}
 
body#Magazine div#comingSoon div {
	width: 205px;
	float: left;
	padding: 0px 10px;
	margin-left: -1px;
	border-left: 1px solid #000;
}

body#Magazine div#comingSoon div.nextIssue {
	border-left: none;
	border-right: 1px solid #000;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

body#Magazine div#comingSoon div h2 { margin: 0px; }

body#Magazine div#comingSoon div p { margin: 7px 0px 2px 0px; line-height: 15px; color: #73787d; }

body#Magazine div#comingSoon h2.subOffer { margin: 10px 0px; display: block; clear: both; }

/* --- Past Issues -------------------------------------------------------------------------------- */

div#pastIssues p.jumpMenu { margin: 6px 0px 10px 0px; font-size: 14px; color: #000; }
div#pastIssues p.jumpMenu a:link { color: #ea6f00; }
div#pastIssues p.jumpMenu a:hover { color: #06F; }


div#pastIssues div.issueYear {
	clear: left;
	margin: -1px 0px 0px;
	width: 716px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 6px 0px 15px;
	overflow: hidden;
}

div#pastIssues div.issueYear h2 { margin: 0px; line-height: 16px; }

div#pastIssues div.issueYear div {
	width: 232px;
	float: left;
	background: #fff url(designImages/cover_art_bg_153.gif) no-repeat 1px 1px;
	height: 155px;
	margin: 10px 10px 0px 0px;
}

div#pastIssues div.issueYear div:hover { background-color: #f2f2f5; }

div#pastIssues div.issueYear div img { float: left; border: 1px solid #000; width: 115px; margin: 0px 6px 0px 0px; }

div#pastIssues div.issueYear div h2 { margin: 0px; padding: 2px 0px 0px 122px; line-height: 20px; }
div#pastIssues div.issueYear div h2 a:link { color: #000; }
div#pastIssues div.issueYear div h2 a:visited { color: #000; }
div#pastIssues div.issueYear div h2 a:hover { color: #06f; }

div#pastIssues div p {
	margin: 7px 0px 2px 0px;
	font-size: 11px;
	line-height: 11px;
	color: #363636;
	padding: 0px 0px 0px 122px;
}

div#pastIssues div.issueYear div.issue3,
div#pastIssues div.issueYear div.issue6, 
div#pastIssues div.issueYear div.issue9,
div#pastIssues div.issueYear div.issue12 { margin-right: 0px; }

div#pastIssues div.issueYear div.issue4,
div#pastIssues div.issueYear div.issue7, 
div#pastIssues div.issueYear div.issue10 { clear: left; }

/* --- TOC Styles -------------------------------------------------------------------------------- */

div.issueNavigation { margin-bottom: 5px; float: right; width: 200px; overflow: hidden; }

div.issueNavigation p.prevIssue { margin: 0px; float: left; text-transform: uppercase; }

div.issueNavigation p.nextIssue { margin: 0px; float: right; text-transform: uppercase; }

/*  this is a temp fix until we kill all br.clearfloats  */
div#TOC { padding-bottom: 10px; }

div#TOC h2 { margin: 15px 0px 6px 0px; padding-top: 6px; border-top: 1px solid #000;}

div#TOC div#issueExtras #webExclusives h3,
div#TOC h3.articleTitle {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	font-weight: normal;
}

div#TOC h5 {
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 11px;
	font-style: italic;
	color: #73787d;
} 

div#TOC div#issueExtras {
	width: 212px;
	margin: 0px 0px 10px 10px;
	float: right;
	clear: right;
	background-color: #fff;
}

div#TOC div#issueExtras img {
	float: right;
	margin: 0px 0px 10px 0px;
	width: 200px;
	height: 266px;
	padding: 0px;
	border: 1px solid #000;
}

/*  --  GCI might not use Web Exclusives, if so, kill these, otherwise the default is skin inc's styles -----  */
div#TOC div#issueExtras #webExclusives {
	border: 1px solid #41464b;
	background-color: #fff;
	float: right;
	width: 198px;
	margin-bottom: 10px;
}

div#TOC div#issueExtras #webExclusives h2 {
	font-size: 16px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	text-align: center;
	border: none;
}

div#TOC div#issueExtras #webExclusives h3 {
	padding: 0px 6px;
	margin: 10px 0px;
}

/* --- Magazine - Advisory Board body#Magazine-AdvisoryBoard  -------- */

body#Magazine-AdvisoryBoard #col2_content h2 { margin-bottom: 0px; clear: right; padding-top: 10px; border-top: 1px solid #000;}
body#Magazine-AdvisoryBoard #col2_content p { margin-top: 0px; }
body#Magazine-AdvisoryBoard #col2_content img { float: right; margin: 0px 0px 10px 10px;}

/* -- (end of Magazine site section styles ) ------- */

/* --- sortable Tables -- used in CalendarofEvents  -------------------------------- */

table.sortableTable { width: 100%; /*border: 1px solid #41464b;*/ /*margin-bottom: 10px;*/}

table.sortableTable td { 
	border-style: solid;
	border-color: #000;
	padding: 6px;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

/* ------- table header-width styles --------- */
table.sortableTable tr.header td#calName { width: auto; }
table.sortableTable tr.header td#calType { width: 100px; }
table.sortableTable tr.header td#calLocation { width: 151px; }
table.sortableTable tr.header td#calDate { width: 102px; text-align: center; }

/* ------- table header styles --------- */
table.sortableTable tr.header td {
	border-width: 1px;
	background-color: #e6e6e9;
	color: #000;
	font-weight: bold;
	padding: 0px;
}

table.sortableTable tr.header td a:link,
table.sortableTable tr.header td a:visited { color: #000; }

table.sortableTable tr.header td a:hover { color: #06f; }

table.sortableTable tr.header td a { padding: 7px 0px; display: block; width: 100%; text-indent: 7px; }

table.sortableTable tr.header td#calDate a { text-indent: 0px; }

table.sortableTable tr.header td.ascending a span {
	background: url(designImages/gci_sort_arrow_up.gif) no-repeat right 60%;
	position: absolute;
	height: 12px;
	width: 15px;
}

table.sortableTable tr.header td.descending a span {
	background: url(designImages/gci_sort_arrow_down.gif) no-repeat right 55%;
	position: absolute;
	height: 12px;
	width: 15px;
}

/*  since date is the only centered header, and the span is not counted towards this, we must move it all over by half the width of the sorted arrow  */
table.sortableTable tr.header td#calDate.ascending a,
table.sortableTable tr.header td#calDate.descending a { text-indent: -7px; }

/* ------- table event:row1 styles --------- */

table.sortableTable tr.eventListingLine1 td { padding-top: 10px; }

table.sortableTable tr.eventListingLine1 td.eventTitle { font-weight: bold; color: #ea6f00; }
table.sortableTable tr.eventListingLine1 td.eventTitle a:link, 
table.sortableTable tr.eventListingLine1 td.eventTitle a:visited { color:#ea6f00; }
table.sortableTable tr.eventListingLine1 td.eventTitle a:hover { color: #06f; }

table.sortableTable tr.eventListingLine1 td.eventType {
	/* same as an h4 */
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	line-height: 11px;
	font-weight: normal;
	color: #73787d;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

table.sortableTable tr.eventListingLine1 td.eventDate { text-align: center; font-weight: bold; }

/*--  this is for the 'add to my calendar' lilnk inside of the date field  --*/
table.sortableTable tr.eventListingLine1 td.eventDate a { padding-left: 12px; background: url(designImages/gci_plus.gif) no-repeat 0% 80%; font-size: 10px; font-weight: normal; }

/* ------- table event:row2 styles --------- */

table.sortableTable tr.eventListingLine2 td { border-bottom-width: 1px; padding-bottom: 10px; }

table.sortableTable tr.eventListingLine2 td.eventDescription { padding-left: 16px; }

/* ------- highlighting allured events --------- */

table.sortableTable tr.alluredEvent td { background-color: #f2f2f5; }

/* --- Google SEARCH Results page: body#Search   ------------------------------------------------ */

body#Search div#col2_content iframe { width: 100%; }
body#Search div#col2_content { margin-bottom: 0px; }

/* --- Advertising page: body#Advertising   -------------------------------- */

body#Advertising div#col1_content { padding: 7px 10px; }

body#Advertising div#col2 div.adSection {
	border-top: 2px solid #000;
	padding: 10px 10px 0px 10px;
	margin: 10px -10px 0px -10px;
}

body#Advertising div#col2 div#mediakit {
	width: 180px;
	padding: 10px;
	text-align: center;
	margin: 15px 0px 10px 10px;
	float: right;
	border: 1px solid #000;
	clear: both;
}

body#Advertising div#col2 div#mediakit a { text-decoration: none; }
body#Advertising div#col2 div#mediakit a span { text-decoration: underline; font-size: 11px; }
body#Advertising div#col2 div#mediakit p { margin-bottom: 0px; font-size: 11px; }
body#Advertising div#col2 div#mediakit p a { text-decoration: underline; }

body#Advertising div#col2 div#mediakit img {
	float: none;
	margin: 0px;
	clear: none;
	border: 1px solid #000;
	text-decoration: none;
}

body#Advertising div#col2 div.adExample {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	text-align: center;
}

body#Advertising div#col2 div.last { border-bottom: 0px none; margin-bottom: 0px; }

body#Advertising div#col2 div.adExample img { border: 1px solid #000; }

/* --- Contact us Page -- body#ContactUs ----------------------------------------------------------- */

body#ContactUs div.contactEntry { width: 350px; border-bottom: 1px solid #73787d; margin-bottom: 10px;}

body#ContactUs div.last { border-bottom: none 0px; margin-bottom: 0px;}

body#ContactUs p#corpAddress  { width: 350px; border-bottom: 1px solid #73787d; padding-bottom: 10px;}

body#ContactUs #col2_content h1 { margin-bottom: 10px;}

body#ContactUs #col2_content h2 { margin-top: 20px;}

body#ContactUs div.contactEntry h3 { display: inline; margin-right: 10px;}

body#ContactUs div.contactEntry h4 { display: inline; }

body#ContactUs div.contactEntry p { margin-bottom: 10px; }

/* --- feedbackForm div#feedbackForm   ------------------------------------------------ */

body#ContactUs #col1_content { padding: 7px 10px; }

body#ContactUs #col1_content form p.thanks_message {
	font-weight: bold;
	text-align: center;
	color: #ea6f00;
	background-color: #e6e6e9;
	border: 1px solid #000;
	padding: 3px;
	margin: 0px 0px 10px;
}

body#ContactUs #col1_content form div#feedbackForm label { 
	font-size: 13px;
	font-weight: bold;
	display: block;
}

body#ContactUs #col1_content form div#feedbackForm input {
	margin-bottom: 10px;
	padding: 3px;
	width: 200px;
	border: 1px solid #000;
	color: #000;
	font-size: 13px;
	display: block;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

body#ContactUs #col1_content form div#feedbackForm input#emailAddy { margin-bottom: 0px; }

body#ContactUs #col1_content form { margin-bottom: 10px; }

body#ContactUs #col1_content form p { margin: 5px 0px;}

body#ContactUs #col1_content form div#feedbackForm { margin-top: 10px; }

body#ContactUs #col1_content form div#feedbackForm p { font-size: 11px; margin: 0px 0px 10px 0px; }

body#ContactUs #col1_content form textarea {
	max-width: 234px;
	width: 234px;
	max-height: 300px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	border: 1px solid #000;
	margin-bottom: 10px;
	color: #000;
}

body#ContactUs #col1_content form input#feedbackSubmit { width: 70px; height: 25px; display: block; }

/* --- Bookstore Handoff page: body#Bookstore   -------------------------------- */
body#Bookstore div#featured {
	border-top: 2px solid #000;
	padding: 10px 10px 0px;
	margin: 10px -10px 0px;
	clear: both;
}

body#Bookstore div#featured div.book { overflow: hidden; clear: both; margin-top: 15px; border-bottom: 1px solid #000; }

body#Bookstore div#featured div.book img { float: left; margin: 0px 10px 7px 0px; }

body#Bookstore div.orderLink { text-align: center; padding-top: 10px; }

/* --- FAQ page: body#FAQ   ------------------------------------------------ */

body#FAQ dl { padding: 0px; margin: 0px 0px 15px 0px; }

body#FAQ dl dt {
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}

/* --- Sitemap page: body#Sitemap   ------------------------------------------------ */

body#Sitemap #col2_content h2 a:link, 
body#Sitemap #col2_content h2 a:visited { color: #363636; }
body#Sitemap #col2_content h2 a:hover { color: #06f; }

body#Sitemap div.mapColumn { float: left; margin-right: 10px; width: 228px; }

/* all of the uls */
body#Sitemap div.mapColumn ul { list-style-type: none; margin: 0px 0px 15px 0px; }

/*primary nav */
body#Sitemap div.mapColumn h2 { margin-bottom: 6px; }

/* rss logo after all h2's */
body#Sitemap div.mapColumn h2 a img { height: 12px; width: 12px; margin-left: 5px; }

/*secondary nav */
body#Sitemap div.mapColumn ul li { font-weight: bold; margin: 0px 0px 2px 0px; }

/*tertiary nav */
body#Sitemap div.mapColumn ul ul li { font-weight: normal; margin: 0px 0px 2px 0px; }

body#Sitemap div.mapColumn ul ul { margin: 0px 0px 0px 15px; }

/* --- E-newsletter and RSS Feeds page: body#Newsletter-RSS   -------------------------------- */

body#Newsletter-RSS #col1_content, 
body#Newsletter-RSS #col3_content { background-color: #e6e6e9; padding: 6px 10px; border-bottom: 2px solid #000; }

body#Newsletter-RSS #col3_content ul { }

body#Newsletter-RSS #col1_content ul li,
body#Newsletter-RSS #col3_content ul li { margin-left: 0px; }

/* ----------- form for E-Newsletter --------- */

body#Newsletter-RSS div#info { width: 420px; overflow: hidden; display: inline-block; margin-bottom: 10px; }

body#Newsletter-RSS div#col2 form input.checkbox { display: none; }

body#Newsletter-RSS div#info label {
	font-size: 13px;
	font-weight: bold;
	float: left;
	clear: left;
	padding: 5px 10px;
	text-align: right;
	width: 140px;
}

body#Newsletter-RSS div#info input#email,
body#Newsletter-RSS div#info input#firstname,
body#Newsletter-RSS div#info input#lastname,
body#Newsletter-RSS div#info input#company,
body#Newsletter-RSS div#info input#title,
body#Newsletter-RSS div#info input#city,
body#Newsletter-RSS div#info input#state,
body#Newsletter-RSS div#info input#country { 
	float: left;
	margin-bottom: 10px;
	clear: none;
	padding: 3px;
	width: 225px;
	border: 1px solid #000;
	color: #000;
	font-size: 13px;
	position: static;
}

body#Newsletter-RSS div#info input#nlSubmit {
	clear: both;
	position: relative;
	left: 323px;
	width: 70px;
	height: 25px;
	display: block;
}

body#Newsletter-RSS div#col2_content p.thanks_message {
	font-weight: bold;
	text-align: center;
	color: #ea6f00;
	background-color: #e6e6e9;
	border: 1px solid #000;
	padding: 3px;
}

/* --- Directory Pages: body#directory   ---------------------------------------------------- */

body#directory { background-color: #969ca3; }

body#directory p#logoutLink { position: absolute; top: 10px; right: 14px; margin: 0px; }

/* --- LINK styles -------------------------------------------------------------------------------- */

a:link { color: #ea6f00; text-decoration:underline; }

a:visited { color: #754c23; }

a:hover { color: #06f; }

a img { border: none; }

/* -------- Dev Info Styles -------- */

div#devHeader { text-align: center; display: block; width: 100%; background-color: #fc3; background-color: rgba(255,204,51,.95); position: fixed; top: 0px; z-index: 1000; }

div#devHeader p#devDivClose { position: absolute; top: 5px; right: 10px; margin: 0px; }
div#devHeader p#devDivClose a:link, div#devHeader p#devDivClose a:visited { color: #900; }
div#devHeader p#devDivClose a:hover { color: #06f; }

div#devHeader h1 { font-size: 18px; }

div#devHeader p#toggleText { font-size: 11px; line-height: 13px; margin: 0px 0px 7px; }

div#devHeader p#toggleText a#toggleLink { background-position: 0px 1px; background-repeat: no-repeat; background-image: url(designImages/expand_icon.gif); padding-left: 15px; margin-right: 10px; }

div#devHeader div#collapse { display: none; text-align: left; padding: 5px 0px 7px; width: 500px; clear: right; margin: 0px auto; border-top: 1px solid #000; }

div#devHeader div#collapse div { display: inline-block; width: 230px; padding: 5px; background-color: #fc3; vertical-align: top; }

div#devHeader div#collapse div#devStylesheets { margin-right: 10px; }

div#devHeader div#collapse div ul { margin-bottom: 0px; } 

div#devHeader div#collapse div ul li { margin-left: 15px; }

div#devHeader div#collapse p { border-top: 1px solid #000; display: block; margin: 7px 0px 0px; padding-top: 5px; }

/* -------- debugging Styles -------- */

h1.debug { color: red; font-size: 12px; }

code { font-family:"Courier New", Courier, monospace; color: #160; font-weight: bold; }

body iframe#TB_iframeContent { margin: 0px; }