/* $Id: html-reset.css,v 1.6.2.2 2010/06/26 15:36:03 johnalbin Exp $ */

/**
 * @file
 * HTML Element Styling
 *
 * Ok, I admit it. I fooled you. This isn't a "reset" stylesheet. Instead this
 * is the place where you should set (not reset) the default styling for all
 * HTML elements.
 *
 * @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 * @see http://snook.ca/archives/html_and_css/no_css_reset/
 */


/*
 * Fonts
 *
 * Our font size and line height declarations are based on the following ALA
 * article:
 *   http://www.alistapart.com/articles/howtosizetextincss
 *
 * All modern browsrs use a 16px default font size. Specifying the font-size
 * and line-height in ems (relative to the 16px default font) allows the user
 * to resize the font in the browser and produces the most consistent results
 * across different browsers.
 */
body {
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}

#skip-link,
#page {
  /*
   * To use a 12px font size on the page, delete the 14px declarations.
   * to use a 14px font size on the page, delete the 12px declarations.
   */

  /* Use a 12px base font size with a 16px line height */
  font-size: 0.75em; /* 16px x .75 = 12px */
  line-height: 1.333em; /* 12px x 1.333 = 16px */

  /* Use a 14px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .875 = 14px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  /* The following font family declarations are based on the Microsoft core web
   * fonts which are common fonts available on most computer systems. The DejaVu
   * fonts are commonly available on Linux systems where the MS fonts are less
   * common. Tahoma and Helvetica are also widely available.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif or serif)
   * hints at what type of font to use if the web browser doesn't find any
   * of the fonts in the list.

  font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;

  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;

  font-family: "Courier New", "DejaVu Sans Mono", monospace;

   */

  font-family: 'Helvetica Neue', sans-serif, Arial;
}

@font-face {
	font-family: 'TangerineRegular';
	src: url('../fonts/Tangerine_Regular-webfont.eot');
	src: local('☺'), url('../fonts/Tangerine_Regular-webfont.woff') format('woff'), url('../fonts/Tangerine_Regular-webfont.ttf') format('truetype'), url('../fonts/Tangerine_Regular-webfont.svg#webfonthdkJyIIt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TangerineBold';
	src: url('../fonts/Tangerine_Bold-webfont.eot');
	src: local('☺'), url('../fonts/Tangerine_Bold-webfont.woff') format('woff'), url('../fonts/Tangerine_Bold-webfont.ttf') format('truetype'), url('../fonts/Tangerine_Bold-webfont.svg#webfontm6icAieI') format('svg');
	font-weight: normal;
	font-style: normal;
}

pre,
code {
  font-size: 1.1em; /* Monospace fonts can be hard to read */
  font-family: "Courier New", "DejaVu Sans Mono", monospace;
}

/*	Transparency options:
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	*/

/*
 * Headings
 */
h1 {
	font: 50px/60px 'TangerineRegular', Arial, sans-serif;
	letter-spacing: 0;
	text-shadow: 1px 1px 1px #9DDCF9;
	/*border-bottom: double lightgray; */
	background: url(../images/line.png) no-repeat -23px 27px;
	color: #0071BC;
  line-height: 1.2em;
  padding-top: 0px;
	padding-left:20px;
  margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                           Remember, a margin specified in ems is relative to
                           the element's font-size, not to the pages' base
                           font size. So, for example, if we want a 1em margin
                           (relative to the base font), we have to divide that
                           length by the element's font-size:
                           1em / 2em = 0.5em */
}

.node-type-forum h1 {  
	font-family: 'Helvetica Neue', sans-serif, Arial;
  font-size: 1.5em;
  line-height: 3.5em;
}

h2 {
	font-size:1.52em;
	letter-spacing:0px;
	background-color: #0071BC;
	border-width:2px;
	border-color:#9DDCF9;
	border-style:solid;
	color: #ffffff;
  line-height: 1.1em;
  margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
  margin-bottom: 0.667em;
	padding:4px 0 4px 10px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
  -moz-box-shadow: 5px 5px 4px #ccc;
  -webkit-box-shadow: 5px 5px 4px #ccc;
  box-shadow: 5px 5px 4px #ccc;

}

strong{
	color: #0071BC;
  font-size: 1.3em;
  line-height: 1.1em;
  margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
  margin-bottom: 0.667em;
}

#header strong{
  font-size: 1.3em;
/*	text-shadow: 1px 1px 1px white; */
}

h3 {
  font-size: 1.1em;
  line-height: 1.1em;
  margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
  margin-bottom: 0.769em;
}

h4 {
	color: #0071BC;
  font-size: 1.3em;
  line-height: 1.1em;
  margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
  margin-bottom: 0.667em;
}
h5,
h6 {
  font-size: 0.9em;
  line-height: 1.1em;
  margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
  margin-bottom: 0.909em;
}

/*
 * Block-level elements
 */
p,
ul,
ol,
dl,
pre,
table,
fieldset {
  margin: 1em 0;
}

blockquote {
  margin: 1em 2em;
}

/*
 * Lists
 *
 * We need to standardize the list item indentation.
 */
ul,
ol {
  margin-left: 0;
  padding-left: 2em; /* LTR */
}

.block ul,
.item-list ul /* Drupal overrides */ {
  margin: 1em 0;
  padding: 0 0.16em 0 2em; /* LTR */
}

ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

.item-list ul li /* Drupal override */ {
  margin: 0;
  padding: 0 0 10px 20px;
  list-style: inherit;
	background: url(../images/football7.png) left 1px no-repeat;
}

.item-list ul li:nth-child(1) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football1.png) left 1px no-repeat;
}
.item-list ul li:nth-child(2) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football2.png) left 1px no-repeat;
}
.item-list ul li:nth-child(3) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football3.png) left 1px no-repeat;
}
.item-list ul li:nth-child(4) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football4.png) left 1px no-repeat;
}
.item-list ul li:nth-child(5) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football5.png) left 1px no-repeat;
}
.item-list ul li:nth-child(6) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football6.png) left 1px no-repeat;
}
.item-list ul li:nth-child(7) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football7.png) left 1px no-repeat;
}
.item-list ul li:nth-child(8) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football1.png) left 1px no-repeat;
}
.item-list ul li:nth-child(9) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football2.png) left 1px no-repeat;
}
.item-list ul li:nth-child(10) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football3.png) left 1px no-repeat;
}
.item-list ul li:nth-child(11) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football4.png) left 1px no-repeat;
}
.item-list ul li:nth-child(12) /* Firefox allows styling of each bullet*/ {
	background: url(../images/football5.png) left 1px no-repeat;
}


ul.menu li,
li.expanded,
li.collapsed,
li.leaf /* Drupal override */ {
  margin: 0;
  padding: 0;
}

ul          { list-style-type: none;}
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 2em;
  padding: 0;
}

/*
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a{
}
 
a:link {
  color: #0071BC;
}

#content-area a:link {
  color: #0071BC;
	text-decoration: none;
}

a:visited {
  color: #0071BC;
}

#content-area a:visited {
  color: #009B4F;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000000;
}

#content-area a:hover,
#content-area a:focus {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
}

/*
 * Tables
 *
 * Drupal provides table styling which is only useful for its admin section
 * forms, so we override this default CSS. (We set it back in forms.css.)
 */
table {
  border-collapse: collapse;
  /* width: 100%; */ /* Prevent cramped-looking tables */
	text-align:center;
	border:2px solid black;
	padding:1px;
	width: 955px;
}

#forum table {
  border-collapse: collapse;
  /* width: 100%; */ /* Prevent cramped-looking tables */
	text-align:left;
}

#forum td{
padding-right:5px;
padding-left:5px;
}

#forum .name{
padding-top:5px;
padding-bottom:3px;
}

#forum .description{
padding-bottom:20px;
}

tr{
margin-right:1px;
}


th,
thead th,
tbody th {
  text-align: left; /* LTR */
	padding:0 15px 2px 15px;
	border:1px solid #5F5F5F;
}

td{
	border-right:2px solid #5F5F5F;
	border-top:1px solid #5F5F5F;
	border-bottom:1px solid #5F5F5F;
	border-left:2px solid #5F5F5F;
}

/*
table tr:nth-child(even) {
	background: grey;
	opacity:0.4;filter:alpha(opacity=40)
	}
*/
/*
 * Abbreviations
 */
abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

abbr.created /* Date-based "abbreviations" show computer-friendly timestamps which are not human-friendly. */ {
  border: none;
  cursor: auto;
  white-space: normal;
}

/*
 * Images
 */
img {
  border: 0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.progsleft{
	float:left;
}
.progsright{
	float:right;
}

#content img{
	background-color: #0071BC;
	margin:20px;
	padding:5px;
	border-width:2px;
	border-color:#9DDCF9;
	border-style:solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 5px 5px 4px #ccc;
  -webkit-box-shadow: 5px 5px 4px #ccc;
  box-shadow: 5px 5px 4px #ccc;
}

#content a img{
	background-color: transparent;
	margin:0;
	padding:0;
	border:none;
	box-shadow:none;
	-moz-box-shadow:none;
  -webkit-box-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius: none;
}

.page-catalogue #content img.progsleft  {
	padding:5px 0 0 5px;
	margin:20px;
}

.page-contact #content img.progsright {
	margin:-80px 20px -80px 20px;
}
.page-orderform #content img.progsright {
	margin:-10px 20px -80px 20px;
}

 #content img.progsnone, #content .progstoplink img, .section-forum #content img {
	padding:0;
	margin:0;
	background:none;
	border:none;
}

#content .block-addtoany img {
	margin:30px 0 0 0;
	background:none;
	border:none;
	}
	
/*
 * Horizontal rules
 */
hr {
  height: 1px;
  border: 1px solid #666;
}

/*
 * Forms
 */
form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 1em 0;
  padding: 0.5em;
}
