@charset "utf-8";
/*------------------------------------------------------------------
highforge.com Global CSS

Author: Scott Mann

Methods:		1. 	CSS FILES ORGANISATION (if more than 1 file needed)
					Abstract    ->    Specific
				
				2.	RULES ORGANISATION WITHIN CSS FILES
				 	Should mirror the html document flow:
					General
						Container
							Layout Setup
							Header
								Nav
							Body
								Section Settings
							Footer
						Hacks
						(other)
-------------------------------------------------------------------- */


/* GENERAL RULES
-------------------------------------------------------------------- */

* {
	/* overwrite all default browser settings */
	margin: 0;
	padding: 0;
}

body {
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x; 
	background-color: #333333;
	font-size: 11.5px;
	
	/* global font settings */
	font-family: arial, helvetica, sans-serif;
	color: #333; /* main text color */
	
	/* part 1 of centering hack */
	text-align: left;
}

.center
{ 
text-align: center;
padding:0px;
margin:0px;
}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}

DIV.leftSideShadow
{
	width: 3px;
	height: 100%;
	background: url(../images/lss_l.jpg) no-repeat 0 0 0 0;
}

DIV.rightSideShadow
{
	width: 2px;
	background: url(../images/rss_l.jpg) no-repeat 0 0 0 0;
}

DIV.leftCornerShadow
{
	background: url(images/lc.gif) no-repeat top right;
	width: 3px;
	height: 9px;	
}

DIV.footerShadow
{
	background: url(images/bot_shadow.gif) repeat-x top left;	
	height: 9px;		
}

DIV.rightCornerShadow
{
	background: url(images/rc.gif) no-repeat top left;
	width: 2px;
	height: 9px;		
}

/* Global Link Settings
-------------------------------------------------------------------- */
a {
	color: #00569a;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ffbf00;
}

#sidebar ul {
  list-style: none;
}
 
#sidebar ul ul {
    list-style: none;
    padding:0pt;
}
 
#sidebar ul ul li {
    background: transparent url(../images/check.png) no-repeat scroll 0pt 3px;
    padding: 4px 0px 4px 18px;
	font-weight:bold;
} 


/* Global Text Settings
-------------------------------------------------------------------- */

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
h1 {
	font-size: 24px;
	color: #0095bf;
	font-weight:bold;
}

.title
{margin-left: 40px;}

h2 {
	font-size: 12px;
	margin: 5px 0 0 0;
	}

h3 {
	font-size: 16px;
	margin: 0 0 0 10px;
}

h3.box {	
	color: #00a0c6;
	font-size:18px;
	margin: 15px 0 0 0px;
	text-decoration:underline;
	}

h2.box3 {	
	color: #00a0c6;
	font-size:24px;
	margin: 0 0 0 10px;
	}
	
	
h2.box {	
	color: #000000;
	font-size:14px;
	font-weight:bold;
	margin: 0 0 0 10px;
	}



h4 {	
	color: #279400;
	font-size:14px;
	font-weight:bold;
	}

.normal {	
	color: #666666;
	font-size:11px;
	font-weight:bold;
	}

p {
	margin: 1em 1em 0 1em;
	line-height: 16px;
	text-indent: 8px;
	text-align: justify;
}

.highlight2 {	
	font-style: italic;
	}



#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li 
{
padding-left: 10px;
background-image: url(images/check.png);
background-repeat: no-repeat;
background-position: 0 .5em;
} 

blockquote {
	background: url(../i/blockquote.gif) no-repeat 0 4px;
	padding: 0 25px;
	padding-bottom: 1px;
	margin-bottom: -10px;
}
blockquote p.author {
	color: #999;
	margin-top: -10px;
	text-align: right;
}
img.blockimg {
	border: 1px solid #CCC;
	padding: 3px;
	margin: 0 10px 10px 0;
}
img.floatimg {
	border: 1px solid #CCC;
	padding: 3px;
	float: left;
	margin: 0 10px 10px 0;
}

.bold {
	font-weight: bold;
}

.nul {
	color: #CCCCCC;
	text-decoration:none;
	margin: 0 0 0 0;
	padding: 0;
}

div.update h3 {
	min-height: 15px;
	background: url(/i/update.gif) no-repeat;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 22px;
}
div.update p {
	color: #666;
	margin-top: 5px;
}

.homebody { margin: 10px 0px 0px 60px; }

.top
{
	vertical-align: top;
}

.top2
{
	vertical-align: top;
	margin-left: 15px;
}



#copy {  font-family: Tahoma; font-size: 11px; color: #CCCCCC;}
#copy a {color:#ffbf00 ; font-weight: normal;}

.box1 {
	width: 350px; 
	margin: 0; 
	padding: 0;
	}

	
#box2 {
	width: 350px;
	font-size:11.5px;
	color: #CCCCCC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	}
	
#box2 a {
	text-decoration: none;
	color:#0080FF;
	}
	
#box3 {	
	color: #00a0c6;
	font-size:24px;
	margin: 0 0 0 10px;
	}	
	
#box4 {	
	color: #000000;
	font-size:14px;
	font-weight:bold;
	margin: 0 0 0 10px;
	}
	
#box5 {	
	width: 380px;
	font-size:10px;
	font-weight:bold;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	}
	
.highlight {color:#ffbf00 ;  background-color: none; font-size:14px;}
	
.learn {	
	width: 380px;
	margin: 10px 0px 0px 180px; 
	padding: 0;
	}
	
.imgright {
	position: relative;
	float: right;
	border: 0;
	text-align: center;
	width: 133px;
	height: 135px;
	padding: 5px 0 0 0;
	}

#botlinks {
	text-align: right;
	background-color: #FFF;
	padding: 0 35px 5px 0;
	}
	
#botlinks a {
	text-align: right;
	background-color: #FFF;
	color: #333;
	font-weight: normal;
	}

/* General Elements
-------------------------------------------------------------------- */

img {
	border: 0;
}

#toplinks {
	margin: 25px 10px 0 0;
	}

#watermark {
	background: url(../images/watermark_logo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 600px 200px;
	}
	
	#watermark2 {
	background: url(../images/watermark_logo_med.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	}
	
#watermarkindex {
	background: url(../images/watermark_logo_sm.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	}
	
	#watermarkcon {
	background: url(../images/watermark_logo_sm.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 50%;
	}

/* Often used Classes
-------------------------------------------------------------------- */

 .title { 
 position: relative;
 margin: 10px 10px 0 10px; 
 padding: 0 0 0 0; 
 }

.floatright {
	float: right;
	display: inline; /*to avoid IE double margin bug*/
}
.floatleft {
	float: left;
	display: inline; /*to avoid IE double margin bug*/
}
.alignright {
	text-align: right;
}
.center {
	text-align: center;
}
.padtop {
	margin-top: 15px;
}
.padbottom {
	margin-bottom: 15px;
}
.hide {
	display: none;
}
.underline {
	text-decoration: underline;
}
p.link {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
	margin-top: 20px;
}
p.note {
	color: #777;
	margin-top: 0;
}
div.hr {
	height: 0px;
	font-size: 0px;
	border-bottom: 1px solid #CCC;
	margin-left: -10px;
}


/* Home Page
-------------------------------------------------------------------- */

.main {
position: relative;
margin: 0 0 0 15px;
}

.main_footer {
text-align: right;
margin: 0 10px 0 0;
}


/* Header
-------------------------------------------------------------------- */

div.spacer {
  clear: both;
  }


/* NAVIGATION (No IE Flicker)
-------------------------------------------------------------------- */

.menu {
	width: 801px;
	position: relative;
	margin: auto;
	text-align: center;
	}

.outer {
	float: left;
	display: inline;
	width: 89px;
	height: 18px;
	background: url("../images/tabs.gif") -91px 0 no-repeat;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	text-align: center;
	}

.outer a {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
	background: url("../images/tabs.gif") top left no-repeat;
	padding: 0 0 0 0;
	}
	
.outer span {
	display: block;
	margin:0; 
	padding: 7px 0 0 13px;
	}
	
.outer a:hover {
	background-image: none;
	}

.active a,
.active a:hover {
	background-image: url("../images/tab_black.gif");
	padding: 0 0 0 13px;
	margin: 10px 0 0 0;
	float: left;
	width: 76px;
	height: 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}

/* NAVIGATION Black SubBar
-------------------------------------------------------------------- */

#subbar {
	width: 781px; 
	line-height: 1.5em;
	background-color: #000;
	padding: 0px 10px 0px 10px; 
	margin: 0px auto;
	}

.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  width: 49%;
  }

.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  width: 49%;
  }

.row a:link {color: #FFF; text-decoration: none; font-weight: bold;}     /* unvisited link */
.row a:visited {color: #FFF; text-decoration: none; font-weight: bold;}  /* visited link */
.row a:hover {color: #FFF; text-decoration: underline;font-weight: bold;}   /* mouse over link */
.row a:active {color: #FFF; text-decoration: underline; font-weight: bold;}   /* selected link */ 


div.spacer {
  clear: both;
  }


/* Footer
-------------------------------------------------------------------- */

#footer {
	margin-top: 50px;
	color: #777;
	border-top: 1px solid #CCC;
	clear: both;
}
#footer p {
	margin: 10px;
	line-height: 1em;
}
#footer a {
	color: #777;
}

/* Tables
-------------------------------------------------------------------- */

table.still_fresh {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
table.still_fresh td {
	border-bottom: 1px solid #CCC;
	line-height: 20px;
	vertical-align: top;
}
table.still_fresh td a {
	color: #333;
}
table.still_fresh td.comments {
	width: 126px;
	color: #777;
	text-align: right;
	vertical-align: bottom;
}
table.still_fresh td.comments a {
	color: #777;
}
table.still_fresh td.date {
	width: 115px;
	color: #777;
	text-align: right;
	vertical-align: bottom;
}

table.double {
	width: 100%;
	border-collapse: collapse;
}
table.double td {
	border-bottom: 1px solid #CCC;
	line-height: 16px;
	vertical-align: top;
}
table.double td a {
	color: #333;
}
table.double td ul {
	margin-top: 5px;
}
table.double td ul li a {
	color: #C00;
}
table.double td img {
	margin: 2px 5px 2px 0;
	vertical-align: middle;
}
table.double td.right {
	padding-left: 10px;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}
table tr td.inner {
	border: 0;
}
table tr td.inner table {
	margin:0 0 20px 0;
	border: 0;
}
table.double tr.open td {
	border: 0;
}
table#archives.double tr.open td.right {
	visibility: hidden;
}
table.double tr.closed {
	display: none;
}

/* Code
-------------------------------------------------------------------- */

ol.rb_code {
	background: #fff;
	font-family: "Courier New", Courier, monospace;
	margin: 0;
	padding: 5px 5px 5px 45px;
	border: 1px solid #ccc;
	width: 100%;
	overflow: auto;
	width: 430px;
	height: 400px;
}
ol.rb_code li {
	color: #333;
	background: #f5f5f5;
	margin: 1px 0 0 0;
	padding: 0 5px;
}

/* Forms
-------------------------------------------------------------------- */

form dl {
	margin: 0;
	padding-top: 5px;
	border-top: 1px solid #CCC;
}
form dl dt {
	float: left;
	clear: left;
	width: 126px;
	padding: 3px 10px 3px 0;
	text-transform: uppercase;
	
	/* box model hack */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 116px;
}
html>body form dl dt {
	width: 116px;
}
form dl dd {
	margin-left: 126px;
	padding: 3px 0;
}
form p.buttons {
	margin-left: 126px;
}
form p.buttons input {
	margin-right: 10px;
}
form p.disclaimer {
	color: #777;
	margin-top: -10px;
	margin-left: 126px;
}

form .fbox {
	color: #666;
	font-size: 10px;
	border-top: 1px solid #818181;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #818181;
	padding: 2px;
}
form textarea.fbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form label.opts {
	font-size: 10px;
	color: #777;
	margin-left: 10px;
}
form label.opts input {
	margin-right: 5px;
}
form .btn {
	position: relative;
	top: 4px;
	margin-left: 5px;
}

/* login error */
.error {
	border: 1px solid #c5c5c5;
	background: #ffc;
	padding: 0 10px;
	margin: 10px 0 25px 0;
}
.error p.icon {
	background: url(/i/error.gif) no-repeat 0 0;
	padding-left: 25px;
}
form dl dt label.form_error {
	color: #d1392c;
}
form dl dd .form_error {
	background: #ffc;
	border-top: 1px solid #d1392c;
	border-right: 1px solid #f1b3b3;
	border-bottom: 1px solid #f1b3b3;
	border-left: 1px solid #d1392c;
}


/* CLEARFIX (http://www.positioniseverything.net/easyclearing.html)
-------------------------------------------------------------------- */

.clear {
	height: 0px;
	clear: both;
	font-size: 1px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* Stylized Forms http://alistapart.com/articles/prettyaccessibleforms
--------------------------------------------------------------------*/

/**********************************

Use: cmxform template
Author: Nick Rigby

***********************************/

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 140px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 143px; } /* Width plus 3 (html space) */


/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform {
	width: 660px;
	font-size: 1.1em;
	color: #333;
	}
	
form.cmxform legend { padding-left: 0;}
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}

#recycle {
	position: absolute;
	top: 95%;
	left: 10%;
	width: 128px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 108px;
	background-image: url(../images/recycle.gif);
	background-repeat: norepeat;
	}

