html {height: 101%; /* prevent scrollbar jumping in firefox */}

body {
  font-family: georgia, "times new roman", serif;
  font-size: 100.01%; /* prevent extreme font resizing in IE */
  padding-bottom: 20px !important;
}

ul, li, h1, h2, h3, h4, form, html, p, fieldset, body, input, img, a {margin:0; padding:0;} 

a img,:link img,:visited img {border:none} 

.clear {clear: both; font-size: .01em; line-height: 0;}

br.clear {font-size: .01em;} 


h2, h3 {
	padding-top:8px;
  letter-spacing: -0.04em;
  color: #333;
}

/* ---------------------------------------------------------------- structure */



#content {
  width: 700px;
  margin: auto;
  text-align: left;
}

#col-left {
  float: left;
  width: 135px;
  padding-bottom: 300px;
}

#col-center {
  width: 420px;
  float: left;
  padding-right:50px;
}

#col-right {
  float: left;
}

/* ---------------------------------------------------------------- links */

a {
  color: #3399cc;
  text-decoration: underline;
  font-style: italic;
}

a:hover {color: #000;}

/* ---------------------------------------------------------------- logo */

#logo {
  display: block;
  width: 700px;
  margin: 20px auto 0 auto;
  height: 50px;
  background: url(../images/jamus_design_logo.gif) no-repeat;
  cursor: hand;
}

#logo span {
  position: absolute;
  left: -10000px;
  top: -10000px
}

/* ---------------------------------------------------------------- subheader */

#subheader {
  background: url(../images/bg_subhead.gif) repeat-x;
  width: 700px;
  
  padding-top:5px;
  padding-bottom:20px;
  padding-left: 80x;
  margin: 20px auto 0 auto;
}

#subheader h2 {
  font-size: .7em;
  font-weight: normal;
  float: left;
  color: #535353;
}

#subheader p {
  float: right;
  font-size: .7em;
}

/* ---------------------------------------------------------------- navigation */

ul#nav {
  font-size: .7em;
  float: left;
}

ul#nav li {
  list-style: none;
  display: inline;
}

ul#nav a {
  background: url(../images/icon_star.gif) no-repeat center left;
  padding: 0 5px 0 14px;
  font-style: normal;
  text-decoration: none;
}

ul#nav a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------------- articles */

div.article {width: 420px; padding-left:14px;}

div.article h2 {
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.1em;
}


div.article p {
font-size:12px;
}

h2#cattitle {
  margin-bottom: 11px;
}



p.paging {
  font-size: .7em;
  padding: 20px 0 0 0;
}

p.paging a {margin-right: 5px;}

div#related {padding: 20px 0;}

ul.related_articles {
  list-style: none;
  font-size: .7em;
  padding-top: 5px;
}

ul.related_articles li {padding-bottom: 5px;}

ul.related_articles a {
  background: transparent url(../images/icon_file.gif) no-repeat center left;
  padding: 2px 0 5px 15px;
}

blockquote {
  background: transparent url(../images/bq_left.gif) left top no-repeat;
  margin: 5px 20px 10px 20px;
  padding-left: 50px;
}

blockquote p {
  background: url(../images/bq_right.gif) right bottom no-repeat;
  margin: 0;
  padding-right: 50px !important;
}

div.article ul {
  font-size: .7em;
  padding-bottom: 10px;
}

div.article li {
  margin-left: 40px;
  padding: 3px 0;
}
div.code {
background-color:#E2E9ED;
padding:8px;
margin:5px;
}




/* ---------------------------------------------------------------- categories */

h2#headingOne {
  margin-bottom: 5px;
  width: 150px;
  height: 24px;
  position: relative;
  font-size: 14px;
}

h2#headingOne span {
  background: url(../images/heading_newstopics.gif) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}

ul#categories, #rssCatList ul {
  font-size: .7em;
  margin-bottom: 10px;
}

#col-left ul#categories, #col-left #rssCatList ul {
  width: 145px;
}

ul#categories li, #rssCatList li {
  list-style: none;
  margin-left: 3px;
  padding-bottom: 4px;
  font-style: italic;
}

ul#categories li a, #rssCatList li a {
  background: url(../images/icon_files.gif) no-repeat center left;
  padding-left: 15px; 
}

p.feedlinks a {
  font-size: .7em;
  padding-left: 18px;
  line-height: 1.6em;
  background: url(../images/icon_feed.jpg) no-repeat;
}


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

#footer {
  background: url(../images/dash_horiz.gif) repeat-x top left;
  width: 828px;
  padding: 20px 0 0 0;
  margin: 0 auto;
  text-align: left;
}

ul#footer-meta {
  list-style: none;
  background: url(../images/barcode-t.jpg) no-repeat;
  padding-left: 200px;
  padding-bottom: 20px;
  font-size: .65em;
  line-height: 1.4em;
}
