/* STYLESHEET FORMAT GUIDE *****************************************************

  split the following sections:
  - semantics (direct formatting for <td>, <a > etc
  - classes (.whatever)
  - common plugin CSS
  - navbar
  Within these sections, entries are to be strictly alphabetized.

  SAMPLE:
  .poll-vote,
  .poll-vote-results {
    background:transparent;
    color:#000000;
    font-size:smaller;
  }

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

/* SEMANTICS ******************************************************************/
a:link.non-ul,
a:visited.non-ul,
a:hover.non-ul,
a:active.non-ul {
  color:#000000;
  background:transparent;
  text-decoration:none;
}
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #1F4785;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #1F4785;
}
a:hover {
	color: #026EB7;
}
a:active {
	color: #026EB7;
}
* { margin: 0; padding: 0; background-color: transparent; }
body {
	background: #2A2A2A;
    background-image: url(images/carbonfibredark.gif);
	text-align: center;
	margin: 0 auto;	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: small;
	line-height: 1.5em;	
	color: #000;
}
fieldset {
  margin-bottom:1em;
}
fieldset p {
  padding:5px;
  margin:0px;
}
fieldset p {
  margin-top:5px;
  margin-bottom:0px;
}
fieldset legend {
  font-size:.9em;
}
form {
  margin-top:5px;
  margin-bottom:5px;
}

form div.notes li {
  margin-left:10px;
  line-height:1em;
}
form fieldset div.notes {
  float:right;
  width:170px;
  height:auto;
  margin:0px 5px 10px 10px;
  padding:5px;
  border:1px solid #666666;
  background-color:#ffffe1;
  color:#666666;
  font-size:.75em;
  line-height:1em;
}

form fieldset div.notes h4 {
  background-image:url(images/icon_info.png);
  background-repeat:no-repeat;
  background-position:top left;
  padding:3px 0px 2px 27px;
  border-width:0px 0px 1px 0px;
  border-style:solid;
  border-color:#666666;
  color:#666666;
  margin-bottom:5px;
  margin-top:0px;
  font-size:1.3em;
}

form fieldset div.notes p {
  margin:0em 0em 1.2em 0em;
  color:#666666;
}

form fieldset div.notes p.last {
  margin:0em;
  padding-bottom:5px;
}
h1 {
  font-size:125%;
}
h1 a {
	text-indent: -1000em;
	display: block;
	position: absolute;
	left: 18px;
	bottom: 0;
	width: 245px;
	height: 52px;
	border: none !important;
}
h2 {
  font-size:100%;
}
h3 {
	font-size: 1.5em;		
	font-weight: normal;
	letter-spacing: -1px;		
	margin: 1em 0 0;
}
h3 a {
	color: #000 !important;
	text-decoration: none;
	border-bottom: none !important;						
	}
h3 a:hover { color: #026EB7 !important; }
h4 {
	font-size: .85em;
	font-weight: bold;
	color: #026EB7;
	text-transform: uppercase;	
	margin-bottom: 0;		
	}	
h6 {
	font-weight: normal;
	color: #666;
	font-size: .85em;
	margin-bottom: 1.5em;
	}
h6 a {
	text-decoration: none;
	color: #1F4785 !important;
	font-weight: bold;
	}
h6 a:hover { color: #026EB7 !important; }
input {
  font-size:.9em;
}
input,
submit,
td {
  color:#000000;
}
textarea {
  color:#000000;
  font-family:arial,sans-serif,verdana,tahoma,helvetica;
}
th {
  color:#000000;
  background-color:#DAE0ED;
  font-weight:bold;
  padding-left:3px;
  text-align:left;
}
p {
  margin-top:5px;
}
select {
  color:#000000;
  font-size:.9em;
  background-color: #FFF;
  min-width: 40px;
}

/* CLASSES ********************************************************************/

/* Admin lists ****************************************************************/
.admin-list-icon {
  float:left;
  padding:5px;
}
.admin-list-table {
  width:100%;
  text-align:center;
  border-spacing:1px;
}
.admin-list-table form {
  margin:0px;
}
.admin-list-search{
  text-align:center;
  margin-top:5px;
  margin-bottom:5px;
}
.admin-list-field {
  text-align:center;
  padding-left:5px;
  padding-right:5px;
  font-size:smaller;
}
.admin-list-headerfield {
  text-align:center;
  padding-left:5px;
  padding-right:5px;
  font-size:smaller;
}
/* general alignment classes **************************************************/
.alignleft {
  text-align:left;
}
.alignright {
  text-align:right;
}
.aligncenter {
  text-align:center;
}
.aligntop {
  vertical-align:top;
}
/* Blocks *********************************************************************/
.block-box-left {
  margin:10px;
}
.block-box-left,
.block-box-right,
.block-box {
  margin:5px 0px 15px 0px;
}
.block-box-left ul,
.block-box-right ul {
  /* do not indent lists in the blocks too much */
  padding-left:20px;
  margin-top:0px;
  margin-bottom:0px;
}
.block-bg-left,
.block-bg-right{
  border-top:1px solid #FFFFFF;
}
.block-bg-spreader {
  /* this is making sure that the blocks have a minimum width */
  background:transparent;
  width:180px;
  height:1px;
}
.block-content,
.block-content-right,
.block-content-left {
  background:transparent;
  color:#000000;
  padding-bottom:2px;
  padding-top:2px;
  clear:both;
}
.block-content-left ul,
.block-content-right ul,
.block-content ul {
  margin-top:0;
  margin-bottom:0;
  margin-left:16px;
  padding-left:0;
  border:none;
}
.block-divider {
  background:#FFFFFF;
  border-bottom:1px solid #F7F7F7;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding-top:2px;
}
.block-divider-left {
  border-top:1px solid #E7E7E7;
  border-bottom:1px solid #FFFFFF;
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-divider-right {
  border-top:1px solid #CCCCCC;
  border-bottom:1px solid #FFFFFF;
  width:90%;
  margin:0 auto;
  line-height:0px;
}
.block-featured-left {
  background:#F7F7F7;
  border-right:1px solid #FFFFFF;
  color:#000000;
}
.block-featured-right {
  background:#E7E7E7;
  border-left:1px solid #FFFFFF;
  color:#000000;
}
.block-helpicon {
  padding-top:0px;
  text-align:right;
  float:right;
}
.block-outerborder-left {
  border-left:1px solid #E7E7E7;
}
.block-outerborder-right {
  border-right:1px solid #CCCCCC;
}
.block-title,
.blocktitle,
.block-title-left,
.block-title-right {
  background:transparent;
  color:#1A3955;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  text-align:left;
}

/* Block Lists ****************************************************************/
.list-feed,
.list-new-plugins,
.list-new-comments,
.list-new-trackbacks,
.list-older-stories {
  margin:0px;padding:0px;
}

/* Comments *******************************************************************/
.commentbar-line1 {
  background:transparent;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commentbar-line2 {
  background:#E7E7E7;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
  text-align:center;
}
.commentbar-line3 {
  background:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  border-top:1px solid #E7E7E7;
  color:#000000;
  padding:3px 3px;
  text-align:center;
}
.commenttitle {
  background:#F7F7F7;
  border-bottom:1px solid #E7E7E7;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  border-top:1px solid #E7E7E7;
  font-weight:bold;
  font-size:smaller;
  padding:3px 0px 3px 10px;
}
/******************************************************************************/
.edit-perm-down {
  text-align:center;
}
.edit-perm-up{
  text-align:center;
  padding-right:10px;
  padding-left:10px;
}
.fieldhelp {
  font-size:0.8em;
  color:#666666;
}
/* Footer *********************************************************************/
.footerblock {
  background:#1A3955;
  border-top:1px solid #CCCCCC;
  color:#FFFFFF;
  font-size:0.85em;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:4px;
  padding-right:4px;
  vertical-align:middle;
  text-align:left;
}
.footerblock a:link {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:visited {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footerblock a:hover {
  background:transparent;
  color:#008000;
  text-decoration:none;
}
.footerblock a:active {
  background:transparent;
  color:#FFFFFF;
  text-decoration:none;
}
.footer-divider-top {
  background:#FFFFFF;
  border-top:1px solid #CCCCCC;
  padding-top:1px;
  color:#000000;
}
/* Forms **********************************************************************/
.form-description {
  font-weight:bold;
  float:left;
  width:100px;
  text-align:right;
  padding-right:5px;
}
.form-field {
  padding-bottom:5px;
  margin-left:105px;
}
/* Header *********************************************************************/
.header-logobg-left {
  padding-top:4px;
  text-align:left;
  vertical-align:middle;
  margin-top:11px;
  padding-left:15px;
  width:50%;
  height:78px;
}
.header-logobg-right {
  padding-top:4px;
  text-align:right;
  padding-right:15px;
  vertical-align:middle;
  width:50%;
  height:78px;
}
.header-logobg-container-inner {
  background:url(images/header-bg.png) #1A3955;
  border-bottom:1px solid #CCCCCC;
}
.header-logobg-container-outer {
  background:#FFFFFF;
  padding-bottom:1px;
}
.header-navigation-container {
  border-bottom:1px solid #FFFFFF;
}
.header-navigation-line {
  background:#E7E7E7;
  border-bottom:1px solid #CCCCCC;
  color:#FFFFFF;
  padding-bottom:3px;
  padding-top:4px;
  text-align:right;
}
.header-navigation-line a:link {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#0000FF;
  font-size:.9em;
}
.header-navigation-line a:visited {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#800080;
  font-size:0.9em;
}
.header-navigation-line a:hover {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#008000;
  font-size:0.9em;
}
.header-navigation-line a:active {
  background:transparent;
  border-bottom:0px solid #CCCCCC;
  color:#FF0000;
  font-size:0.9em;
}
.header-welcomeanddate-box {
  border-bottom:1px solid #CCCCCC;
  height:52px;
}
.header-welcomeanddate-text {
  position:relative;
  top:12px;
  left:4px;
}
/******************************************************************************/
.highlight {
  color:#000000;
  background-color:yellow;
  text-decoration:none;
}
.inputTable td {
  padding:4px;
  vertical-align:top;
}
.inputTable label {
  font-weight:bold;
  float:right;
  white-space:nowrap;
}
.moderation-cc {
  width:100%;
}
.moderation-cc-row {
  clear:both;
  height:80px;
  width:100%;
}
.moderation-cc-item {
  float:left;
  text-align:center;
}
.pagenav {
  text-align:center;
}
.row_center td {
  text-align:center;
}
.searchauth {
  background:transparent;
  color:#000000;
  text-align:left;
}
.searchdate {
  background:transparent;
  color:#000000;
  text-align:right;
}
.searchform-box {
  background:#F1F3F5;
  text-align:right;
  padding:0px 10px 0px 1px;
  margin:0px 0px 20px 0px;
}
.searchform-elements{
  /*display:inline;*/
  /*position:relative;*/
}
.searchform-elements input{
  font-size:0.9em;
}
.searchhits {
  background:transparent;
  color:#000000;
  text-align:right;
}
.site-slogan {
  color:#ffffff;
  background:transparent;
}
/* Stats **********************************************************************/
.stats-list-count {
  text-align:right;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-title {
  text-align:left;
  width:90%;
  padding-left:5px;
  padding-right:5px;
}
.stats-header-count {
  text-align:left;
  width:10%;
  padding-left:5px;
  padding-right:5px;
}
/* Story **********************************************************************/
.story {
  /* the frame around all elements of one story */
  background:transparent;
  color:#000000;
}
.story h1{
  /* the title of a story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  padding-left:1px;
}
.story-body {
  /* this is the actual content of the story */
  padding:3px;
}
.story-featured {
  /* the frame around all elements of a featured story */
  background:transparent;
  color:#000000;
}
.story-featured h1 {
  /* the title of a featured story */
  background:transparent;
  color:#000000;
  font-weight:bold;
  font-size:1.4em;
  padding-left:1px;
}
.story-icons {
  /* print & mail icons in a storybox */
  float:right;
}
.story-container {
  /* frame around all stories & centerblocks*/
  padding-right:9px;
}
.story-footer {
  /* the bottom of the story with edit-links etc */
  padding:3px;
  text-align:right;
}
.story-information {
  /* the author, views and date of a story */
  padding:3px;
  font-size:0.85em;
  background:transparent;
  color:#000000;
}
/******************************************************************************/
.topicoption,
.topicoption-off {
}
.warning {
  background:transparent;
  color:#FF0000;
  font-weight:bold;
}
.warningsmall {
  background:transparent;
  color:#FF0000;
}

/* Default Plugin CSS Declarations */
/* Recommended CSS to be used by Plugin Authors - allows easier site themeing */

.plugin {
  color:#000000;
  background-color:#EFEFEF;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.plugin th {
  color:#000000;
  background-color:#B7C1DC;
  padding:5px;
  text-align:left;
}
.plugin tr {
  vertical-align:top;
}
.plugin td {
  padding:2px 5px 2px 5px;
}
.pluginBG {
  color:#FEFEFE;
  background-color:#7398BA;
}
.pluginAltBG {
  background-color:#7398BA;
}
.pluginAltBG td {
  color:#FFFFFF
}
.pluginCellTitle {
  color:#FFFFFF;
  font-weight:bold;
  background-color:#7398BA;
  padding:5px;
}
.pluginCellFill {
  background-color:#F8FAFD;
}
.pluginCellText {
  color:#636363;
  font-weight:normal;
}
.pluginHeader {
  color:#204275;
  font-weight:bolder;
  padding-top:3px;
  padding-bottom:3px;
}
.pluginFooter, .pluginFooter td {
  background-color:#507AA1;
  color:#FFFFFF;
  }
.pluginAlert {
  padding:5px 15px 5px 15px;
  color:#D8010E;
  background-color:#FEF1B4;
  font-weight:bold;
}
.pluginInfo {
  padding:5px 15px 5px 15px;
  color:#707070;
  background-color:#FEF1B4;
  font-weight:normal;
}
.pluginSubTable {
  color:#000000;
  background-color:#CCCCCC;
  font-weight:normal;
  border:1px solid #CCCCCC;
}
.pluginSubTable th {
  color:#000000;
  background-color:#C9D1E4;
  padding:5px;
  text-align:left;
}
.pluginSubTable tr {
  vertical-align:top;
}
.pluginSolidOutline {
  background-color:#CCCCCC;
}
.pluginSolidFill {
  background-color:#1A3955;
}
.pluginTitle {
  background-color:#507AA1;
  color:#F5F9FF;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginCellSubTitle {
  background-color:#F7F7F7;
  color:#000000;
  padding:4px;
  padding-left:6px;
  padding-right:6px;
}
.pluginTinyText {
  font-size:0.70em;
}
.pluginSmallText {
  font-size:0.8em;
}
.pluginMediumText {
  font-size:1em;
}
.pluginLargeText {
  font-size:1.25em;
}
.pluginAltText {
  color:#FFFFFF;
}
.pluginRow1, .pluginRow1 td {
  color:#000000;
  background-color:#F7F7F7;
}
.pluginRow2, .pluginRow2 td {
  color:#000000;
  background-color:#E7E7E7;
}
.pluginRow1 .pluginRollOver,
.pluginRow2 .pluginRollOver,
.pluginRollOver {
  color:#000000;
  background-color:#FFFFFF;
}
.pluginRow1 .pluginRollOut,
.pluginRow2 .pluginRollOut,
.pluginRollOut {
  color:#000000;
  background-color:#F7F7F7;
}
.pluginLinks A:link {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:visited {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginLinks A:hover {
  color:#000000;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
}
.pluginBreadCrumbs,
.pluginBreadCrumbs A:link {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:visited {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
.pluginBreadCrumbs A:hover {
  color:#FFFFFF;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
}
a.pluginButton:link, a.pluginButton:visited {
  color:#000000;
  text-align:center;
  padding-top:2px;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}
a.pluginButton:hover {
  color:blue;
  text-align:center;
  padding-top:2px;
  background:center url(navbar/images/button_over.gif);
  background-repeat:repeat-x;
  height:19px;
  text-decoration:none;
  background-color:transparent;
}

/* Navbar Class CSS ***********************************************************/
#navcontainer {
  float:left;
  width:100%;
  background:#F4F4F4;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #24618E;
  }
#navcontainer ul {
  margin:0px;
  padding:10px 10px 0 50px;
  list-style:none;
}
#navcontainer li {
  display:inline;
  margin:0px;
  padding:0px;
}
#navcontainer a {
  float:left;
  background:url("navbar/images/tableftJ.gif") no-repeat left top;
  margin:0px;
  padding:0px 0px 0px 5px;
  text-decoration:none;
}
#navcontainer a span {
  float:left;
  display:block;
  background:url("navbar/images/tabrightJ.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navcontainer a span {
  float:none;
}
/* End IE5-Mac hack */
#navcontainer a:hover span {
  color:#FFFFFF;
}
#navcontainer a:hover {
  background-position:0% -42px;
}
#navcontainer a:hover span {
  background-position:100% -42px;
}
#navcontainer a#current span {
  background:url("navbar/images/tabrightI.gif") no-repeat left top;
  background-position:100% -42px;
  color:#FFFFFF;
}
#navcontainer a:link#current,
#navcontainer a:visited#current,
#navcontainer a:hover#current {
  background:url("navbar/images/tableftI.gif") no-repeat left top;
  background-position:0% -42px;
}

/* Common CSS for on-hover tooltip feature */
a.tooltip {
  position: relative; /*this is the key*/
  z-index:10;
  color:#000;
  text-decoration:none;
}
a.tooltip:hover  {
  z-index:100;
  text-decoration:none
}
a.tooltip span {
  display: none
}
a.tooltip:hover span {
  /*the span will display just on :hover state*/
  z-index:100;
  color:#033666;
  font-style:normal;
  font-size:.8em;
  line-height: 125%;
  display:block;
  position:absolute;
  border:1px solid #C8DAF7;
  background-color:#E5EFFF;
  padding:4px;
  text-align: left;
  text-decoration:none;
  left:-20px;
  top:10px;
  min-width:150px;
}
/* End of common CSS for on-hover info feature */

/* End of Common Plugin CSS */

/* Poll Plugin ****************************************************************/
.poll-vote,
.poll-vote-results {
  background:transparent;
  color:#000000;
  font-size:smaller;
}


/* Forum Plugin specific CSS */
.codeblock  { 
  background-color:#ECE9D8; 
  color:#000;
  width: 550px;
  height: 160px;
  overflow: auto;
  min-height: 50px;
  max-height: 120px;
  margin: 5px 0px 5px 5px;
  padding:5px;
  border: 1px dashed black;
}
.quotemain
{
  background:#FAFCFE url('forum/image_set/img_quote.gif') no-repeat top right;
  border: 1px dotted #000;
  border-left: 4px solid #8394B2;
  color:#465584;
  padding: 4px;
  margin: 5px auto 8px auto;
}

/* CSS Declarations for Code block feature - default will use the .php one */
div .php { max-height:400px; overflow:auto; height:auto; width:auto; min-height:100px; }
div .html { height:300px; overflow:auto; width:auto; min-height:100px; }
div .css { height:300px; overflow:auto; width:auto; min-height:100px; }

/* END of Forum Plugin CSS */

/*
-----------------------------------------------
Webstruments 2.0 - MAIN CSS Styles
Author:   Karol Golka
Company:  http://www.webstruments.com
Version:  22 June 2005
----------------------------------------------- */

#c1 strong {
	color: #666;
	letter-spacing: -1px;
	}
img.pic-rt { float: right; margin-left: 10px; }
img.pic-lft { float: left; margin-right: 10px; }
div.wedge {
	clear: left;
	height: 1em;
	}

/* layout
-------------------- */
#container {
	width: 797px;
	text-align: left;
	margin: 0 auto;
	background: url(images/web-container-bkgnd.gif) repeat-y 0% 0%;
	}
#masthead {
	background: url(images/web-masthead.jpg) no-repeat 0% 0%;
	width: 797px;
	height: 194px;
	}
#header {
	background: url(images/web-header.gif) no-repeat 0% 0%;
    width: 782px;
	height: 62px;
	position: relative;
	}
#h-right {
	background: url(images/web-header-right.gif) no-repeat 100% 0%;
	height: 62px;
	}
#h-right h1 a {
	text-indent: -1000em;
	display: block;
	position: absolute;
	left: 18px;
	bottom: 0;
	width: 245px;
	height: 52px;
	background: url(images/web-logo.gif) no-repeat 0% 0%;
	border: none !important;
}
#content {
	width: 561px;
	float: right;
	background: #fff;
	background: url(images/web-main-right.gif) no-repeat 100% 0%;
	}
#c1 { padding: 10px 40px 25px 10px; }
#sidebar {
	width: 235px;
	float: left;
	}
#s1 { padding: 30px 31px 25px 18px; }
#footer {
	clear: both;
	height: 83px;
	width: 782px;
	background: url(images/web-footer.gif) repeat-x 0% 0%;
	position: relative;
	}
#navbar {
	position: relative;
	float: right;
	top: 6px; /* adjust this to 6px if your links spill over into a second row*/
	list-style: none;
	margin: 0 55px 0 285px;
	}
#navbar li, #navbar a, #navbar span, #navbar strong {
	float: left;
	display: block;
	}
#navbar li {
	margin-right: 2px;
	}
/* normal */
#navbar li a {
	color: #BEBDBD;
	letter-spacing: -1px;
	font-weight: normal;
	text-decoration: none;
	border: none;
	line-height: 27px;
	}
#navbar li a span strong { padding: 0 10px; }
/* hover */
#navbar li a:hover { color: #fff; background: #5E5D5D; cursor: pointer; }
#navbar li a:hover span { background: url(images/web-nav-curr-lft.gif) no-repeat 0% 0%; }
#navbar li a:hover span strong { background: url(images/web-nav-curr-rt.gif) no-repeat 100% 0%;  }
/* current */
#navbar li a#current {
	color: #fff;
	background: #5E5D5D;
	}
#navbar li a#current span { background: url(images/web-nav-curr-lft.gif) no-repeat 0% 0%; }
#navbar li a#current span strong { background: url(images/web-nav-curr-rt.gif) no-repeat 100% 0%;  }

/* content generics
-------------------- */
.more  a{
	background: url(images/web-icon-more.gif) no-repeat 100% 55%;
	padding-right: 15px;
	margin-left: 4px;
	}
/* blockquote */
blockquote {
	float: right;
	border-top: 4px solid #758FB8;
	border-bottom: 1px solid #758FB8;
	padding: 8px 10px 10px 45px;
	background: #E7EBEE url(images/web-icon-quotes.gif) no-repeat 5px 10px;
	width: 180px;
	font-size: 100%;
	line-height: 1.5em;
	margin: 0 0 10px 10px;
	}
blockquote.medium { width: 270px; margin: 0 0 1em .5em; }
/* lists */
#c1 ul { margin: 1em 0 0 3em; list-style: none;}

/* definition lists */
#c1 dl {
	margin: 1em 0 1em;
	}
#c1 dl dt {
	background: url(images/web-icon-checkmark.png) no-repeat 0% 6px;
	padding-left: 25px;
	}
#c1 dl dd {
	font-size: 85%;
	line-height: 1.3em;
	color: #666;
	margin: .2em 0 .5em;
	padding-left: 25px;
	}

/* blog entry
-------------------- */
.blog-entry {
	border-bottom: 1px solid #DAE2E7;
	margin-bottom: .5em;
	clear: left;
	}
.blog-entry .date { margin-left: 10px; }
.blog-entry p {
	margin-bottom: 2em;
	}
.blog-entry p a {
	padding: 0; /* .5em;*/
	color: #000;
	letter-spacing: normal;
	background: /*#E7EBEE*/  url(images/web-icon-more.gif) no-repeat 99% 50%;
	padding-right: 18px;
	}
.blog-entry p a:hover {
	background-color: #FFFF9B;
	color: #000;
}
.blog-entry img {
	margin: 5px 10px 5px 10px;
	}

.project-entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
	clear: left;
	}
.blog-entry a.hostedat-rackspace {
	float: left;
	margin: 0 20px 0 0;
	}

/* ibox (homepage)
-------------------- */
#ibox {
	background: url(images/web-ibox-bkgnd.gif) repeat-x 0% 0%;
	width: auto;
	height: 157px;
	margin: 2em -.3em 2em -.5em;
	position: relative;
	}
#ibox-lft {
	background: url(images/web-ibox-lft.gif) no-repeat 0% 0%;
	height: 157px;
	}
#ibox-rt {
	background: url(images/web-ibox-rt.gif) no-repeat 100% 0%;
	height: 157px;
	}
#world-lrg {
	background: url(images/web-world-lrg.gif) no-repeat 0% 0%;
	width: 141px;
	height: 172px;
	position: absolute;
	bottom: 2px;
	left: 357px;
	}
#ibox dl { margin-left: 22px; }
#ibox h2 {
	text-indent: -1000em;
	background: url(images/web-solidsimple.gif) no-repeat 0% 0%;
	width: 265px;
	height: 16px;
	position: absolute;
	top: 35px;
	left: 22px;
	}
#ibox p {
	position: absolute;
	top: 64px;
	left: 22px;
	font-size: 85%;
	color: #1E1E1E;
	line-height: 1.3em;
	width: 320px;
	}
/* sidebar
-------------------- */
#sidebar h4 {
	margin: 0 -15px 10px -18px;
	display: block;
	font-weight: bold;
	border: none;
	background-position: 90% 55%;
	border-bottom: 2px solid #CDD8E1;
	background-color: #E4E8EB;
	padding: 5px 10px 5px 20px;
	color: #1F4785;
	}
#sidebar h4 a {
	display: block;
	font-weight: bold;
	border: none;
	background-position: 90% 55%;
	border-bottom: 2px solid #CDD8E1;
	background-color: #E4E8EB;
	padding: 5px 10px 5px 20px;
	color: #1F4785;
	}
#sidebar h4 a:hover {
	color: #333;
	background-color: #FFFF9B;
	border-bottom-color: #FFDF04;
	}
#sidebar dl {
	margin-bottom: 2em;
	}
#sidebar dl dt {
	font-size: 85%;
	}
#sidebar dl dd {
	font-size: 80%;
	line-height: 1.3em;
	color: #666;
	margin-bottom: 1em;
	}
#sidebar p {
	margin-bottom: 1em;
	}
#sidebar dl a.more {
	margin-left: 0;
	}
a.hostedat-rackspace {
	background: url(images/web-hostedat-rackspace.gif) no-repeat 0% 0%;
	display: block;
	width: 174px;
	height: 61px;
	border-bottom: none;
	text-indent: -1000em;
	margin-bottom: 1em;
	}
#sidebar ul {
	list-style: none;
	height: 1%;
	}
#sidebar ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	}
#sidebar ul li a {
	border: none;
	}

/* forms
-------------------- */

form input, form textarea {
	background: #fff;
	border: 1px solid #CDD8E1;
	padding: 3px;
	margin: 3px 3px 3px 3px;
	}
form .error-label {
	background: url(images/web-icon-error.gif) no-repeat 0% 50%;
	padding-left: 28px;
	color: #FF0000;
	margin-top: 5px;
	}
.exclamation {
	color: #a20000;
	margin: 1em 0;
	padding: .7em 1em;
	border: 1px dotted #FF0000;
	}
.exclamation strong {
	background: url(images/web-icon-error.gif) no-repeat 0% 50%;
	padding-left: 28px;
	display: block;
	color: #ff0000 !important;
	}
.confirm {
	border: 2px dotted #CDD8E1;
	margin-bottom: 3em;
	padding: 1em;

	}

/* footer
-------------------- */
a#footer-logo {
	background: url(images/web-footer-logo.gif) no-repeat -72px 0%;
	width: 72px;
	height: 57px;
	position: absolute;
	top: 19px;
	right: 26px;
	border: none;
	text-indent: -1000em;
	}
a#footer-logo:hover { background-position: 0% 0%; }
#copyright {
	margin-left: 20px;
	padding-top: 25px;
	display: block;
	font-size: 85%;
	line-height: 1.4em;
	color: #444;
	}
#copyright a {
	color: #1F4785;
	}
#copyright a:hover {
	color: #026EB7;
	}
#sHosting { display: none; }

