﻿/*
Theme Name: HSIB Custom Theme
Theme URI: http://howsoftwareisbuilt.com
Description: The HSIB Custom 
Version: 1.0
Author: 
Author URI: 
*/
/* CSS Document */
body
{
  background: White;
  color: #444;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 10pt;
}

#wrap
{
  width: 920px;
  margin: 0 auto;
  padding-top: 0px;
}

h2
{
  font-size: 1.4em;
  padding-left: 0px;
  font-weight: 400;
}

h3.pagetitle
{
  color: #666;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  padding-top: 4px;
}

img a
{
  border: 0;
  margin: 6px;
  padding: 6px;
}

#random
{
  background: #FFC;
  text-align: center;
  color: #000;
  font-size: 13px;
  border-bottom: 1px solid #fc0;
  text-transform: capitalize;
  padding: 4px;
}

.headerouter
{
  margin-top: 0px;
  padding-top: 0px;
  background: White url(images/headerouter.png) repeat-x;
}

.header
{
  background: white url(images/header.png) no-repeat;
  height: 134px;
  width: 950px;
  position: relative;
  color: #000;
  margin: 0 auto;
  margin-top: 0px;
  padding: 0;
}

.header #logolink
{
  color: #fff;
  text-decoration: none;
  background: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 40px;
  top: 20px;
  left: 4px;
  width: 520px;
  margin-bottom: 20px;
}

.header #port25link
{
  color: #fff;
  text-decoration: none;
  background: transparent;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 60px;
  top: 20px;
  left: 220px;
  width: 200px;
  margin-bottom: http://webradius.com/hsib/0px;
}


.description
{
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  color: #FFF;
  padding-left: 10px;
  padding-right: 400px;
  padding-top: 8px;
  background: transparent;
  margin: 0 auto;
}

.description a
{
  text-decoration: underline;
  color: #ccc;
}

#nav
{
  height: 5px;
  width: 880px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  color: #FFF;
  background: transparent;
  margin: 0 auto;
  padding: 0;
}

.footer
{
  background: transparent url(images/footerbg.png) repeat-x;
  height: 90px;
  color: White;
  clear: both;
  padding-top: 50px;
  margin: 0px auto;
  font-size: 10pt;
  text-align: center;
  padding-bottom: 4px;
}

.footer a
{
  color: White;
}


#sidebar
{
  width: 310px;
  float: right;
  text-align: left;
  list-style: none;
  display: inline;
  background: transparent url(images/sidebar.jpg) repeat-y left;
  color: #444;
  margin-top: 14px;
  padding: 4px 2px;
}

#sidebar a
{
  color: #237EC2;
  text-decoration: none;
}

#rsidebar h2, #lsidebar h2
{
  color: #666666;
  padding-left: 0px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: solid 1px #666666;
}

#lsidebar
{
  width: 0px;
  float: left;
  text-align: left;
  list-style: none;
  display: inline;
  margin-left: 34px;
  padding: 0;
}

#rsidebar
{
  width: 260px;
  float: right;
  color: #444;
  text-align: left;
  padding-left: 0;
  padding-bottom: 20px;
  list-style: none;
  margin-right: 18px;
  display: inline;
}

.category ul li a
{
  background: transparent url(images/category.gif) no-repeat;
  padding-left: 20px;
}

.archive ul li a
{
  background: transparent url(images/archive.gif) no-repeat;
  padding-left: 20px;
}


div.tagcloud
{
  text-align: right;
}

div.tagcloud a
{
  margin-right: 5px;
  margin-bottom: 3px;
  margin-top: 3px;
}

div.tagcloud a:hover
{
  background-color: #e9e9e9;
}

.misc ul li a
{
  background: transparent url(images/bullet.gif) no-repeat top left;
  padding-left: 18px;
}

#sidebar ul
{
  padding-left: 0;
  text-align: left;
  list-style: none;
  margin: 0;
}

#sidebar li
{
  margin-bottom: 6px;
}

#sidebar li a
{
  list-style: none;
  margin: 0;
}

#sidebar img
{
  padding: 0;
}

#searchform
{
  background: url("images/searchBox.png") no-repeat scroll 0 -4px transparent;
  clear: left;
  height: 60px;
  margin: 0 -8px 0 0;
  padding: 25px;
  position: relative;
  width: 256px;
}

#searchform #s
{
  background: url("images/icon_search.png") no-repeat scroll right center white;
  padding-right: 20px;
  border-color: #414141 #DFDFDF #ECECEC #676767;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 22px;
  margin: 0 0 12px;
  width: 234px;
  color: #454545;
}

#searchsubmit
{
  background: url("images/searchbutton.png") no-repeat scroll left top transparent;
  display: block;
  float: right;
  height: 23px;
  text-indent: -9999px;
  width: 80px;
}

.OLDsearch
{
  background: transparent;
  height: 30px;
  padding: 8px 3px 4px 14px;
  border: 0;
}

.content
{
  width: 590px;
  text-align: justify;
  padding-left: 8px;
  float: left;
  margin-top: 20px;
  overflow: hidden;
  color: #333;
}

.content p
{
  padding: 0;
}

.entry
{
  margin: 0;
  padding: 0;
}

.entry a
{
  color: #237EC2;
  text-decoration: underline;
}

.entry li
{
  list-style: circle;
}

.post-divider
{
  padding-bottom: 2px;
  border-bottom: 1px dashed #E6E6E6;
}

.postname
{
  font-size: 1.9em;
  color: #000;
  list-style: none;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 4px;
}

.postname a
{
  text-decoration: none;
  color: #237EC2;
  font-size: 22px;
  font-weight: bold;
}

.user
{
  list-style: none;
  padding-top: 4px;
}

.title
{
  padding-top: 6px;
}

.title li
{
  list-style: none;
  padding-top: 2px;
}

.post-time p
{
  padding-left: 2px;
}

.mewtwo
{
  background: transparent;
  text-align: left;
  font-size: 10px;
  color: #333;
  padding-top: 4px;
}

.mewtwo a
{
  color: #BDBDBD;
  text-decoration: none;
}

.link
{
  text-align: center;
  list-style: none;
  width: 460px;
  padding-bottom: 4px;
}

#comment
{
  width: 550px;
}
.box a
{
  color: #000;
}
ul.commentlist
{
  color: #000;
  background: transparent;
  list-style: none;
  font-size: 0.9em;
  margin: 0;
  padding: 2px 0px 2px 0px;
}

li.oddcomment
{
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 6px;
  padding: 4px 8px;
}

li.alt
{
  background: #FBFBFB;
  border: 1px solid #ccc;
  margin-bottom: 6px;
  padding: 4px 8px;
}

blockquote
{
  background: #FBFBFB;
  border-left: 4px solid #F0F0F0;
  border-top: 1px solid #F0F0F0;
  text-align: left;
  padding: 2px 8px;
}

.writer
{
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #333;
}

.writer a
{
  text-decoration: none;
  color: #000;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.wp-smiley
{
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.trackback
{
  clear: both;
  color: #444;
  background: White;
  text-align: center;
  font-size: 14px;
  border-bottom: 3px solid #A8BFD6;
  border-top: 3px solid #A8BFD6;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 4px 6px;
}

.navigation
{
  background: transparent;
  color: #000;
  display: block;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 14px;
  clear: both;
}

.navigation li
{
  list-style: none;
}

.navigation a
{
  text-decoration: none;
  color: #237EC2;
  color: #345059;
  font-size: 14px;
  font-weight: bold;
}

img
{
  padding: 5px;
}

#random a, ul.commentlist a, .subscribe a, .trackback a
{
  color: #000;
}

.postname a:hover, .entry a:hover
{
  color: #524887;
}

.mewtwo a:hover, .writer a:hover
{
  text-decoration: underline;
}

#respond, h3.commentstatus
{
  color: #237EC2;
  font-weight: 400;
  text-align: left;
  font-size: 1.4em;
}

img a
{
  border: 0;
}

