/*
Theme Name: WiseBusiness
Author: Site5.com
Author URI: http://gk.site5.com/t/196
Description: Check <a href="http://wordpress.site5.net/wise/doc/">WiseBusiness Documentation</a> in case you need directions</a>.
*/
/* MAIN STYLES
-------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body, html {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #555;
  margin: 0;
  padding: 0;
  background: #000 url(../images/bk_body.jpg) 50% 15px no-repeat;
  line-height: 135%;
}

ul {
  list-style: none;
}

a {
  color: #3393D9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

p {
  margin: 1em 0;
}

h1 {
  font-size: 26px;
  font-weight: normal;
  color: #3393D9;
  line-height: 110%;
  margin-bottom: 5px;
  letter-spacing: -1px;
  padding: 10px 0 5px;
}

h1.home {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 3px solid #DDD;
  border-top: 1px solid #DDD;
  padding-bottom: 9px;
  padding-top: 17px;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
}

h2 {
  font-size: 18px;
  color: #3393D9;
  font-weight: normal;
}

h2.comments {
  color: #333;
  padding: 20px 0;
}

/* -- logo --*/
#logo {
  position: absolute;
  top: 30px;
  left: 10px;
}

#logo a img {
  border: none;
}

#logo span {
  display: block;
  color: #999;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 12px;
}

/* -- top menu --*/
#topMenu {
  position: absolute;
  bottom: 0;
  right: 0;
}

#topMenu ul.sf-menu li {
  float: left;
}

#topMenu ul.sf-menu li a {
  display: block;
  text-transform: uppercase;
  color: #B3E3FD;
  font-size: 11px;
  line-height: 36px;
  border-left: 1px solid #54C1FB;
  padding: 0 17px;
  height: 36px;
}

#topMenu ul.sf-menu li a:hover {
  color: #FFF;
  text-decoration: none;
  /*background:url(../images/bk_top_menu_ov.jpg) 0 0 repeat-x;*/
  background: url(../images/bk_top_menu.jpg) 0 0 repeat-x;
}

#topMenu ul.sf-menu li li ul.children {
  margin: 0 0 0 26px;
}

#topMenu ul.sf-menu li li a {
  padding: 0 12px;
}

#topMenu ul.sf-menu li li a:hover {
  background: #009FFF;
}

#topMenu ul.sf-menu li li {
  padding: 0;
  background: #0082CE;
  border-bottom: 1px solid #21AEFA;
  border-right: 1px solid #21AEFA;
}

/* CONTENT ELEMENTS
--------------------------------------------------*/
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}

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

h1.home .links {
  position: absolute;
  font-size: 11px;
  right: 5px;
  top: 18px;
  color: #ddd;
  font-weight: bold;
}

h1.home .links img {
  vertical-align: middle;
  margin-right: 7px;
  margin-bottom: 1px;
}

/*COMMENTS
---------------------------------------------*/
#colLeft ul.commentlist {
  margin: 25px 0 -20px;
  list-style: none;
  list-style-position: outside;
}

#colLeft ul.commentlist ul {
  list-style-type: none;
  list-style-position: outside;
}

#colLeft ul.commentlist li {
  background: none;
  border: 1px solid #ddd;
  padding: 10px 15px;
  position: relative;
  background: #F3f3f3;
  margin-bottom: 40px;
}

#colLeft ul.commentlist li .comment-meta {
  margin-top: -36px;
}

#colLeft ul.commentlist li .comment-meta span {
  font-size: 11px;
  padding-top: 7px;
  line-height: 210%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

#colLeft ul.commentlist li .comment-meta span strong {
  font-size: 14px;
}

#colLeft ul.commentlist li .commentRight .text {
  padding-bottom: 15px;
}

#colLeft ul.commentlist li .avatar {
  border: 1px solid #FFF;
  padding: 5px;
  background: #E6E6E6;
  float: left;
  margin-right: 5px;
}

#colLeft ul.commentlist .reply a {
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  margin-top: 15px;
  display: block;
  background: url(../images/but_reply.png) 0 0 no-repeat;
  width: 47px;
  text-align: center;
  color: #fff;
  height: 20px;
}

#colLeft ul.commentlist li em {
  font-size: 12px;
  padding-top: 5px;
  display: block;
}

#colLeft ul.commentlist li .children li {
  background: #fff;
  margin-left: 20px;
  margin-top: 25px;
}

/* FORMS
-------------------------------------------*/
fieldset {
  border: 1px solid #ddd;
  background: #F3f3f3;
  padding: 15px;
  padding-bottom: 20px;
  position: relative;
}

#searchform input {
  border: 1px solid #DADADA;
  background: #FFF;
  padding: 4px;
  color: #999;
  width: 175px;
  float: left;
}

#searchform input#searchsubmit {
  width: 72px;
  height: 26px;
  border: none;
  background: url(../images/but_form.png) 0 0 no-repeat;
  cursor: pointer;
  text-align: center;
  color: #FFF;
  font-size: 11px;
  margin-left: 5px;
  font-weight: bold;
  padding: 0;
}

/* contact */
#contact label {
  display: block;
  padding: 8px 0 2px;
  font-weight: bold;
}

#contact input, #contact textarea {
  border: 1px solid #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 5px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  width: 300px;
  margin-bottom: 10px;
}

#contact textarea {
  width: 500px;
}

#contact input.submit {
  border: none;
  width: 74px;
  height: 26px;
  margin-top: 20px;
  background: url(../images/but_form.png) 0 0 no-repeat;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.errormsg, .successmsg {
  background: #FEF4F1;
  border: 1px solid #F7A68A;
  color: #DA4310;
  padding: 10px;
}

.successmsg {
  background: #F5FAF1;
  border: 1px solid #C2E1AA;
  color: #8FA943;
}

/* post comment */
#commentform p {
  margin: 0;
}

#commentform label {
  display: block;
  padding: 5px 0 2px;
  font-weight: bold;
}

#commentform input, #commentform textarea {
  border: 1px solid #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  width: 300px;
  font-size: 12px;
  margin-bottom: 10px;
}

#commentform textarea {
  width: 500px;
}

#commentform input#submit {
  border: none;
  width: 74px;
  height: 26px;
  margin-top: 20px;
  background: url(../images/but_form.png) 0 0 no-repeat;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

/* CLEARING
---------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

.noclear {
  clear: none;
}

/******image caption***/
div.img_wrapper {
  float: left;
  /* important */
  position: relative;
  /* important(so we can absolutely position the description div */
}

div.img_description {
  position: absolute;
  /* absolute position (so we can position it where we want)*/
  bottom: 0px;
  /* position will be on bottom */
  left: 0px;
  width: 100%;
  /* styling bellow */
  background-color: black;
  font-family: 'tahoma';
  font-size: 15px;
  color: white;
  opacity: 0.6;
  /* transparency */
  filter: alpha(opacity=60);
  /* IE transparency */
}

p.img_description_content {
  padding: 10px;
  margin: 0px;
}

form.SimpleEcommCartCartButton input[type="submit"] {
  background: #f68712;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  font-size: 13px;
  margin-right: 10px;
  float: left;
}

form.SimpleEcommCartCartButton input[type="submit"]:hover {
  background: #f15a29;
  color: #fff;
}

img.attachment-post-thumbnail {
  width: 56px;
  height: 56px;
}

ol li { 
margin-bottom: 10px;
}
