/*
Theme Name:XBlog Theme
Theme URI:www.unleadedsoftware.com
XBlog theme for XNet by Unleaded Software
*/
/*-smilies without a border-*/
body img.wp-smiley {
	border:none;
}

/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% Arial, Helvetica, sans-serif}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff url("images/background.gif") repeat-x;
  font: normal 76% Arial, Helvetica, sans-serif;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}

p {
  font-size: .9em;
}

a {
  color: #0046e5;
}

em {
  color: #ad0000;
  font-style: normal;
  font-weight: bold;
}

code {
  font-weight: bold;
  margin-left: 40px;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#wrap{
  width: 965px;
  background: url("images/wrapbackground.gif") no-repeat;
  margin: 0 auto;
  padding: 14px;
  text-align: left;
}


/* Navigation Drop Down Menu */
ul#navmenu {
    clear: both;
	margin: 0 0 0 9px;
	border: 0 none;
	padding: 0;
	list-style-type: none; /* For KHTML */
	height: 27px;
}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko */
	display: inline;
	list-style: none;
	position: relative;
	height: 27px;
    font-size: 11px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 200px;
  list-style: none;
  display: none;
  background-color: #e7ebef;
  color: #fff;
  position: absolute;
  top: 27px;
  left: 3px;
}

ul#navmenu ul li {
  margin: 0;
  padding: 0;
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  height: auto;
}

/* Root Menu */
ul#navmenu a {
	margin: 0;
	padding: 7px 0;
	float: none !important;
	/*For Opera*/
	float: left;
	/*For IE*/
	display: block;
    color: #fff;
	font: normal 9px/27px;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	/*For IE*/
	vertical-align : middle;
    width: 126px;
    background: url("images/tabbackground.gif") no-repeat;
    text-align: center;
    font-weight: bold;
}

ul#navmenu li a {
  height: 1%;
}

/* Root Menu Hover Persistence */
ul#navmenu a.active:link,
ul#navmenu a.active:visited,
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #000;
  cursor: pointer;
    background: url("images/tabbackground_over2.gif") no-repeat;
}

ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  color: #000;
    background: url("images/tabbackground_over2.gif") no-repeat;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a,
ul#navmenu li.iehover li.iehover a {
	float: none;
	margin:0;
	padding: 7px 0 7px 10px;
	background: #e7ebef;
    color: #000;
	font-weight: normal;
	height: 1%;
	display: block;
    width: 190px;
    text-align: left;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
    background: #e7ebef url("images/menuback.gif") no-repeat;
  color: #000;
  font-weight: normal;
}

/* 2nd Menu arrow */
ul#navmenu li:hover li a.navarrow,
ul#navmenu li.iehover li a.navarrow,
ul#navmenu li.iehover li.iehover a.navarrow {
    background: #e7ebef url("images/menuarrowback.gif") no-repeat;
}

/* 2nd Menu arrow Hover Persistence */
ul#navmenu li:hover li a.navarrow:hover,
ul#navmenu li:hover li:hover a.navarrow,
ul#navmenu li.iehover li a.navarrow:hover,
ul#navmenu li.iehover li.iehover a.navarrow  {
    background: #e7ebef url("images/menuarrowback_over.gif") no-repeat;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #e7ebef;
  color: #000;
  margin: 0;
	padding: 7px 0 7px 10px;
	height: 1%;
	display: block;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
    background: #e7ebef url("images/menuback.gif") no-repeat;
  color: #000;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #e7ebef;
  color: #000;
  margin: 0;
	padding: 7px 0 7px 10px;
	height: 1%;
	display: block;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
    background: #e7ebef url("images/menuback.gif") no-repeat;
  color: #000;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: -1px !important;
  top: 0;
  left: 200px;
  background-color: #931515;
  color: #50855F;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
  border: 1px solid #968f89;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #968f89;
  color: #fff;
  z-index: 10;
}

ul#navmenu li:hover ul,
ul#navmenu li.iehover ul {
  border-top: 0 none;
}


#homeblock {
  width: 740px;
  height: 287px;
  clear: both;
  background: url("images/homeblockbackground.jpg") no-repeat;
  float: left;
}

#homeblocktext {
  padding: 50px 50px 40px;
  width: 380px;
  color: #2e2e2e;
}

#homeblocktext h1 {
  font-weight: bold;
  font-size: 2.2em;
  margin-bottom: 20px;
}

#homeblocktext p {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 1em;
}

#footer {
  clear: both;
  padding-top: 20px;
}

#footer p {
  font-size: .8em;
}

#footerbox {
  float: right;
  width: 367px;
}

#footerbox ul {
  padding-bottom: 5px;
}

#footerbox li {
  display: block;
  float: left;
  font-size: .8em;
  height: 23px;
}

#footerbox li a {
  display: block;
  height: 23px;
  line-height: 23px;
  text-decoration: none;
  color: #000;
  text-align: right;
  padding-right: 10px;
  cursor: pointer;
}

#talktous a {
  background: url("images/talktous.gif") top no-repeat;
  width: 90px;
}

#privacy a {
  background: url("images/privacy.gif") top no-repeat;
  width: 104px;
}

#ssl a {
  background: url("images/ssl.gif") top no-repeat;
  width: 143px;
}

#footerboxcontenttext {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 30px;
}

#footerboxcontenttext p {
  margin-bottom: 5px;
  font-size: .9em;
}

#footerboxcontenttext label {
  font-size: .9em;
  display: block;
  margin: 3px 0;
}

#footerboxcontenttext textarea {
  width: 340px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #aaa;
}

#footerboxcontenttext input {
  background: #fff;
  border: 1px solid #aaa;
  padding: 2px;
}

#col1lg {
  width: 740px;
  float: left;
}

#col2sm {
  float: left;
  margin-left: 10px;
}

#largeblock {
  float: left;
  width: 740px;
  height: 128px;
  background: url("images/headerblock.gif") no-repeat;
  margin-bottom: 20px;
}

#description {
  padding: 20px 40px;
  border-bottom: 1px solid #e5e5e5;
}

#description p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1em;
}

#description strong.large {
  font-size: 1.4em;
  font-weight: bold;
}

#description h2 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 1em;
}

#description h2 a {
  color: #000;
  text-decoration: none;
}

#description h2 a:hover {
  text-decoration: underline;
}

#description small {
  float: right;
  text-align: right;
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 300px
}

#description h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 1.5em;
}

#description h4 {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1.5em;
  color: #ad0000;
}

#description h3 img {
  float: left;
  margin-right: 10px;
  padding-bottom: 20px;
}

#description ul {
  margin-bottom: 2em;
  margin-left: 20px;
}

#description li {
  font-size: .9em;
  line-height: 1.4em;
  background: url("images/bullet.gif") 0px 4px no-repeat;
  padding-left: 20px;
  margin-bottom: 1em;
}

#description ul.normal li {
  font-size: 1em;
}

#description ul.check {
  width: 300px;
  float: left;
}

#description ul.check li {
  background: url("images/checkmark.png") no-repeat;
  padding: 8px 0 2px 40px;
}

#description ol {
  list-style: decimal;
  margin-left: 40px;
}

#description ol li {
  background: none;
  padding: 0;
}

#description li.point5 {
  list-style: none;
  margin-left: -28px;
}

#description li.point5 strong {
  margin-left: 4px;
}

#sidenav {
  margin-top: 30px;
  background: url("images/sidetestimonialback.gif") bottom no-repeat;
  width: 213px;
}

#sidenav ul {
  padding: 10px 0 2em;
}

#sidenav h2.widgettitle {
  background: #eee;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9em;
  padding: 5px 10px;
  margin: 0 1px;
}

#sidenav li {
  margin-bottom: .8em;
}

#sidenav a {
  text-decoration: none;
}

#sidenav a:hover {
  text-decoration: underline;
}

#searchform input#s {
  float: left;
  margin: 0 10px;
  padding: 0;
  width: 100px;
}

#searchform input#searchsubmit {
  float: left;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

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

.logo {
  float: left;
  margin-left: 12px;
  margin-top: 3px !important;
  margin-top: 2px;
}

.headerphone {
  background: url("images/phonebackground.gif") no-repeat;
  width: 126px;
  height: 30px;
  color: #fff;
  float: right;
}

.headerphone p {
  line-height: 26px;
  margin-left: 45px;
}

.headerphone a {
  color: #fff;
  text-decoration: none;
}

.headerphone a:hover {
  text-decoration: underline;
}

.copyright {
  float: left;
}

.largeblockcontent {
  width: 712px;
  height: 216px;
  margin: 10px 0 0 13px;
  color: #fff;
}

.largeblockcontent h1 {
  font-size: 2.4em;
  font-weight: bold;
  padding: 30px 0 5px 30px;
}

.largeblockcontent p {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 30px;
}

.desclinks {
  float: right;
}

#description ul.desclinks li {
  display: inline;
  margin: 0 5px;
  background: none;
}

.middle {
  margin: 20px 10px 0;
}

.sidebarlinks {
  width: 213px;
}

.sidebarlinks ul {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 10px;
  margin-top: 20px;
}

.sidebarlinks li {
  margin: 10px 0;
  clear: left;
}

.sidebarlinks li a {
  padding: 10px 0;
  margin-left: 10px;
  font-size: 1.6em;
  display: block;
  float: left;
}

.sidebarlinks li img {
  display: inline;
  float: left;
}

h2.contentheader {
  font-weight: bold;
  margin-top: .6em;
}

.linkslist {
  border: 1px solid #e5e5e5;
  padding: 20px 10px;
  margin-top: 20px;
  width: 193px;
}

.link {
  margin-bottom: 20px;
}

.link img {
  float: left;
}

.link p {
  margin-left: 50px;
  line-height: 1.8em;
}

.right {
  float: right;
  margin: 0 0 10px 10px;
}

div#description ul.contentlist {
  float: left;
  width: 310px;
}

div#description ul.contentlist li {
  margin-bottom: 5px;
  background: url(images/bullet_sidenav.gif) 0px 4px no-repeat;
}

.speedcols {
  border: 1px solid #e5e5e5;
  padding: 12px;
  width: 709px;
  margin: 2em 0;
}

.speedcols div.col {
  width: 176px;
  float: left;
}

#description div.speedcols div.col h2 {
  font-size: 1.1em;
  padding: 5px;
}

.speedcols div.col p {
  padding: 5px;
}

/*----End Classes----*/

/*Header Backgrounds*/

.header_about {
  background: url("images/header_testimonial.jpg") no-repeat;
}

#terms {
  border: 1px solid #abadb3;
  padding: 5px;
  margin: 10px;
  height: 200px;
  overflow: scroll;
}

.textwidget {
  padding: 0 10px;
}

.textwidget ul {
  margin: 0;
  padding: 0;
}

.textwidget li {
  font-size: .9em;
  background: url(images/bullet_sidenav.gif) left 5px no-repeat;
  padding-left: 10px;
}

#categories ul, #recent-comments ul, #recent-posts ul, #archives ul, #links ul {
  margin: 0;
  padding: 10px;
}

#categories li, #recent-comments li, #recent-posts li, #archives li, #links li {
  font-size: .9em;
  background: url(images/bullet_sidenav.gif) left 5px no-repeat;
  padding-left: 10px;
}

.post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#description ol.commentlist {
  margin: 0;
  list-style: none;
}

#description ol.commentlist li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
  padding: 10px 0;
  list-style: none;
}

#description cite {
  color: #ad0000;
  font-size: 1.4em;
  font-weight: bold;
  margin: 10px 0;
}

blockquote {
  background: #eee;
  color: #333;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 1em;
  margin: 20px 50px;
}

