@charset "utf-8";
/* File: stylesheet.css */
/* Site: www.SquashMagazine.com */
/*  $Id: stylesheet.css,v 1.7 2011/11/05 17:20:48 barryh Exp $  */

/* ------- resets and overrides --------- */
/* required to reset all browsers to the same configuration
 * from Eric Meyer's CSS reset page 
 * http://meyerweb.com/eric/tools/css/reset/ 
 * note that '*' overrides can be slow
 * v2.0 | 20110126 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, caption,
/* 
table, tbody, tfoot, thead, tr, th, td, 
*/
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; 	border-spacing: 0; }

/* ---------- entire page ------------- */
body { background: #999966; }	/* Squash Mag default background color */
p { margin: 12px 0 0 0; }		/* Squash Mag default */

/* ------ content body -------- */
div.content { text-align: left; padding-left: 0.7em; font-family: Verdana, Arial, sans-serif; line-height: 100%; }
.content .heading { padding: 4px 0 0 0; text-align: right; }
ul.checklist { list-style-type: none; margin: 0; padding: 0 0 12px 0; }
ul.checklist li {
	padding: 0px 5px 4px 22px;
	margin: 0;
	background: url(/icon/icon_checklist.gif) no-repeat left top;
	font-size: 13px; font-family: Verdana,Arial,sans-serif;		/* same as class "default" */
}

/* replace standard classes for Articles */
.content h1 { color: black; font-size: 18px; padding-top: 18px; }
.content h2 { color: black; font-size: 14px; padding-top: 4px; }
p  { font-size: 13px; font-family: Verdana,Arial,sans-serif;   font-weight: normal; text-decoration: none; }	/* same as .default */
p  { margin-top: 0; padding-bottom: 1em; }

/* ---------- Vioma styles ------------ */
.Headline   { font-size: 20px; font-family: Helvetica, sans-serif;      font-weight: bold;   text-decoration: none; color: black; line-height: 24px; }
.bigheader  { font-size: 20px; font-family: Helvetica, sans-serif;      font-weight: 900;    text-decoration: none; color: black; }
.Subheader  { font-size: 16px; font-family: Arial,Helvetica,sans-serif; font-weight: bold;   text-decoration: none; color: black; }
.header     { font-size: 16px; font-family: Verdana,Arial,san-serif;    font-weight: bold;   text-decoration: none; color: black; line-height: 20px; }
.bold       { font-size: 14px; font-family: Verdana,Arial,san-serif;    font-weight: bold;   text-decoration: none; color: black; }
.text       { font-size: 14px; font-family: Verdana,Arial,san-serif;    font-weight: normal; font-style: normal; color: black; padding:2px 2px; }
.textbold   { font-size: 14px; font-family: Verdana,Arial,san-serif;    font-weight: bold;   font-style: normal; color: black;  }
.default    { font-size: 13px; font-family: Verdana,Arial,sans-serif;   font-weight: normal; text-decoration: none; }
.caption    { font-size: 10px; font-family: Verdana,Arial,san-serif;    font-weight: normal; text-decoration: none; color: #666666; }
.link       { font-size: 12px; font-family: Verdana,Arial,sans-serif;   font-weight: normal; text-decoration: underline; }
.contentlink{ font-size: 12px; font-family: Verdana,Arial,sans-serif;   font-weight: normal; text-decoration: underline; color: #990000; }
.smalltext  { font-size: 10px; font-family: Arial,Helvetica,sans-serif; font-weight: normal; font-style: normal; color: black; }
.byline     { font-size: 10px; font-family: Verdana,Arial,san-serif;    font-weight: normal; text-decoration: none; color: #666666; margin:0; }
.clear      { font-size: 10px; font-family: Arial, sans-serif;          font-weight: normal; text-decoration: underline; }
.quote      { font-size: 10px; font-family: Verdana,Arial,san-serif;    font-weight: normal; text-decoration: none; color: #666666; }
.smalltext  { font-size: 10px; font-family: Arial;                      font-weight: normal; font-style: normal;  color: black; }
.smalltextbold{ font-size: 10px; font-family: Arial;                    font-weight: bold;   font-style: normal;  color: black; }
blockquote  { font-size: 12px; font-family: Verdana,Arial,sans-serif;   font-weight: normal; font-style: italic;  padding: 8px; border: 1px solid #ccc; margin: 8px; 	}

/* adjust standard classes for TOC */
.tableofcontents p.bigheader { color: #800517; }
.tableofcontents p.default { margin-top: 0;}

.border    { }
.top       { }
.bottom    { }
.left      { }
.right     { }

select { color: #003366; }
.button { text-decoration: none; color: #FFFFFF; font-family: Verdana, Arial, sans-serif; font-size: 11px }

div.imageright {
	/* user must override: style="width: (WIDTH)px;" */
	width: 280px;
	float: right;
	padding-right: 8px; 
	padding-left: 12px;
}

/* ----- LINKS page ------ */
.textlinks h2 { padding-top: 12px; }
.textlinks ul {
	list-style-type: circle; 
	list-style-position: inside; 
	line-height: 140%;
	font-size: 12px; font-family: Verdana,Arial,sans-serif;	/* same as .contentlink */
	}
.textlinks a { color: #990000; text-decoration: underline; }
.textlinks a:hover {  }

/* ------ left navigation ----- */
.leftnavtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
	padding-top: 0px;
	padding-left: 12px; 
}
.leftnavtable a { text-decoration: none; }
.leftnavtable .nav1 { font-size: 13px; padding: 8px 1px 4px 0px; }
.leftnavtable .nav2 { font-size: 10px; padding: 4px 1px 4px 0px; }
.leftnavtable .nav1:hover { background-color: #990000; }
.leftnavtable .group { font-size: 13px; padding: 8px 1px 4px 0px; }
.leftnavtable .nav2:hover { background-color: #990000; }
.leftnavtable .activenav { text-decoration:underline; }
.leftnavtable .navimage { padding-top: 16px; }
.psasquashtv { padding-top: 16px; text-align: center; }

/* ------ right navigation ---------------- */
.coverthumb { border: 1px solid white; }
.squashlive { padding: 18px 0; }
.sponsors   { padding: 24px 0; }
.sponsors img { padding-bottom: 24px; }

td.rightsidenav {
	vertical-align: top;
	background-image:url(/vcm/squashmagazine/images/side_back.gif);
	text-align:center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* ------ top navigation (-------- */
.folder_list_container { background-color: #cccccc; }
.folder_list_container ul {
	list-style: disc; 
	list-style-position: inside; 
	padding-left: 12px; 
}
.folderitem {
	color: #999999;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 125%;
}
.folderitem a { color:#990000; }

div.linktoarchives {
	padding-right: 16px;
	padding-bottom: 6px;
	color: #999999;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 10px;
	text-align: right;
}
.linktoarchives a       { color: #555555; text-decoration: none; }
.linktoarchives a:hover { color: #990000; text-decoration: underline; }

/* ------ bottom navigation ----- */
.bottomnav {
	width: 620px;
	padding-top: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}
.copyrbox {
	width: 574px;
	padding-top: 10px;
	padding-left: 32px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
.copyr { float:left; padding-top: 4px; }	/* nested inside class copyrbox */
.devby { float:right; margin-bottom: 4px; }	/* nested inside class copyrbox */

