/* DotWeb Software - Blog - HTML & CSS by Mihai Petre - DOTWEB Software Systems */

/* X-browser CSS properties reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a {outline:none;}
/* /X-browser CSS properties reset */

body {
  color: #fff;
  font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 12px;
  background: #0E1418;
}

/*** Text containers ***/
input, select, textarea {
  font-family: Verdana, Arial, sans-serif; font-size: 12px;
}
/******************************/



#wrapper {
  width: 990px;
  margin: 0 auto;
  background: url(../images/wrapper-bg.jpg) no-repeat top;
}



/*** Header ***/
#header {
  height: 200px;
  margin-bottom: 25px;
  position: relative;
}

#header h1 {
  position: absolute; top: 53px; left: 5px;
}

#header h1 a {
  display: block; width: 219px; height: 62px;
  background: url(../images/logo-dotweb.gif) no-repeat center;
  text-indent: -10000px;
}

#header ul#nav {
  position: absolute; top: 90px; right: 0;
  font-family: Tahoma, Arial, sans-serif;
}

#header ul#nav li {
  float: left; margin-right: 25px;
}

#header ul#nav li a {
  display: block; width: 75px; height: 24px;
  text-align: center; line-height: 24px;
  color: #fff;
  text-decoration: none;
  background: url(../images/menu-link-bg.gif) no-repeat top;
}
#header ul#nav li a:hover, #header ul#nav li a.active {
  background-position: bottom;
}
/******************************/



#content {
  margin-bottom: 25px;
  background: url(../images/content-sides.gif) repeat-y;
}

#round-btm {
  background: url(../images/content-btm.gif) no-repeat bottom;
}

#round-top {
  width: 990px;
  background: url(../images/content-top.jpg) no-repeat top;
  overflow: hidden;
}

#content h2 {
  border-bottom: 1px dashed #85827F;
  font-size: 21px; letter-spacing: -0.04em; word-spacing: 0.17em;
}

#content h2 a{
  color: #fff;
  text-decoration: none;
}



/*** Main content ***/
#main-content {
  float: left;
  width: 630px;
  padding: 50px 25px 0px;
}

#no-result {
  min-height: 200px;
  height: auto !important;
  height: 200px;
}


#main-content h3.category {
  margin-bottom: 15px;
  padding: 5px 10px;
  border-top: 1px solid #85827F; border-bottom: 1px solid #85827F;
  font-size: 13px; font-weight: bold;
  background: #0550AB;
}

#article-meta {
  height: 35px;
  margin-bottom: 30px;
  line-height: 35px;
}

#article-meta #breadcrumbs {
  float: left;
  cursor: default;
}

#article-meta #breadcrumbs .title {
  color: #CED0E9;
  font-family: 'HelveticaNeue LT 37 ThinCn', Arial, sans-serif; font-size: 20px;
}

#article-meta #breadcrumbs a, #article-meta #breadcrumbs span {
  color: #f3f3f3;
  font-size: 11px;
}

#article-meta #post-nav {
  float: right;
  line-height: normal;
}

#article-meta #post-nav a {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  font-family: Arial, sans-serif;
  text-decoration: none; color: #fff;
}

#article-meta #post-nav a.prev {
  width: 99px;
  margin-right: 5px;
  padding-right: 7px;
  background: url(../images/article-meta-prev.gif) no-repeat right bottom;
  text-align: right;
}
#article-meta #post-nav a.prev:hover {
  background-position: right top;
}

#article-meta #post-nav a.next {
  width: 89px;
  padding-left: 17px;
  background: url(../images/article-meta-next.gif) no-repeat left bottom;
  text-align: left;
}
#article-meta #post-nav a.next:hover {
  background-position: left top;
}


.article {
  width: 630px;
  margin-bottom: 50px;
  overflow: hidden;
}

.article h2 {
  position: relative;
}
.article h2 span {
  position: absolute; right: 0;
}

.article .article-data {
  width: 630px;
  margin-bottom: 25px;
  background: #056AE7;
  overflow: hidden;
}

.article .article-data .lft{
  float: left;
  padding: 5px 10px;
  background: #04A3FE;
}

.article .article-data .lft a {
  color: #fff;
}

.article h3 {
  float: left;
  padding: 5px 10px;
  font-size: 12px;
}

.article h3 .author {
  font-weight: bold;
}

.article h3 a {
  color: #fff;
}

.article .image {
  float: left;
  margin: 0 10px 10px 0;
}

.article .image img {
  display: block;
  border: 2px solid #B9B9B9;
}

.article .text {
  width: 630px;
  margin-bottom: 15px;
  line-height: 16px;
  overflow: hidden;
}

.article .text a {
  color: #696efe;
}
.article .text a:hover {
  text-decoration: none;
}

.article p {
  margin-bottom: 10px;
}

a.more {
  float: right;
  margin-right: 25px;
  color: #696efe;
}
a.more:hover {
  text-decoration: none;
}

.article .details {
  height: 25px; line-height: 25px;
  padding: 0 10px;
  border-top: 1px solid #594734; border-bottom: 1px solid #594734;
  font-size: 11px;
  cursor: default;
}

.article .details .tags {
  float: left;
}

.article .details span {
  color: #A39E9F;
}

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

.article .details .views {
  float: right;
  color: #fff;
}


#comments {
  width: 630px;
  margin-bottom: 50px;
  overflow: hidden;
}

#comments_list {
  width: 630px;
  margin-bottom: 50px;
  overflow: hidden;
}

#comments .comments_pagination {
  text-align: center;
}

#comments .comments_pagination a {
  color: #fff;
}

#comments .comments_pagination a.no-deco {
  text-decoration: none;
}

#comments .title {
  height: 30px;
  margin-bottom: 20px;
  color: #04A3FE;
  font-size: 18px;
  line-height: 30px;
  background: url(../images/comments-title-border.gif) no-repeat bottom;
  cursor: default;
}

#comments .comment {
  width: 600px;
  margin-bottom: 25px;
  overflow: hidden;
}

#comments .comment.last {
  margin-bottom: 0;
}

#comments .comment .comment-content {
  float: right;
  width: 490px;
  color: #fff;
}

#comments .comment .comment-content .title {
  margin-bottom: 10px;
  color: #E29500;
  background: none;
}

#comments .comment .comment-content .title h3 {
  float: left;
}

#comments .comment .comment-content .title span {
  float: right;
  color: #fff;
}

#comments .comment .comment-content .text p {
  margin-bottom: 5px;
}

#comments .comment .avatar {
  float: left;
  width: 100px;
}

#comments .comment .avatar img {
  border: 1px dotted #393128;
}

.title .date {
  float: right;
  color: #fff;
  font-size: 11px;
  line-height: 30px;
}


#comments .form ul {
  width: 565px;
  overflow: hidden;
}

#comments .form ul li {
  width: 565px;
  margin-bottom: 20px;
  overflow: hidden;
}

#comments .form label {
  float: left;
  width: 90px;
  margin-top: 7px; margin-right: 20px;
  color: #fc9b03;
  font-family: Arial; font-size: 20px;
  text-align: right;
}

#comments .form input, #comments .form textarea {
  background: none;
  border: none;
}

#comments .form input {
  width: 380px; height: 37px;
  padding: 10px 5px 0;
  font-size: 20px;
  background: url(../images/comment-input-bg.gif) no-repeat center;
}

#comments .form .captcha input {
  float: left;
  width: 190px; height: 37px;
  padding: 10px 5px 0;
  font-size: 20px;
  background: url(../images/comment-captcha-input-bg.gif) no-repeat center;
}

#comments .form .captcha img, #comments .form .captcha a {
  float: left; display: inline;
  margin-top: 10px;
  margin-left:10px;
}

#comments .form .captcha img {
}

#comments .form .captcha a {
  color: #fff;
}

#comments .form .captcha a img {
  margin: auto;
  margin-top: 4px;
}

#comments .form .textarea {
  float: left;
  width: 390px; height: 146px;
  background: url(../images/comment-textarea-bg.gif) no-repeat center;
}

#comments .form textarea {
  width: 380px; height: 136px; display: inline;
  margin: 5px 5px 5px;
  font-size: 18px;
}

#comments .form input.submit {
  float: left; display: inline;
  margin-left: 405px; _margin-top: 20px;
  width: 94px; height: 34px; padding: 0; background: none;
  cursor: pointer;
}

#comments .form ul.error_list {
  float: left; display: inline;
  margin-top: 10px; margin-left: 110px;
}

#comments .form ul.error_list li {
  clear: both;
  width: auto;
  margin-bottom: auto;
  color: #D91919;
}
/******************************/



/*** Side content ***/
#side-content {
  float: right;
  width: 255px;
  padding: 20px 20px 0px;
}

#side-content ul#meta {
  width: 255px;
  margin-bottom: 25px;
  position: relative; left: -7px;
  overflow: hidden;
}

#side-content ul#meta li {
  float: left; display: inline;
  margin-left: 6px;
}

#side-content ul#meta li a {
  display: block; width: 78px; height: 78px;
  text-align: center; text-decoration: none; text-transform: uppercase; text-indent: -10000px;
  color: #fff;
}

#side-content ul#meta li a.corp {
  background: url(../images/meta-business.gif) no-repeat left;
}

#side-content ul#meta li a.sbox {
  background: url(../images/meta-sandbox.gif) no-repeat left;
}

#side-content ul#meta li a.blog {
  background: url(../images/meta-blog.gif) no-repeat left;
}

#side-content ul#meta li a:hover, #side-content ul#meta li a.active {
  background-position: right;
}

#side-content #search input.text {
  width: 200px; height: 29px;
  padding: 8px 0 0 48px;
  border: none;
  font-size: 18px;
  background: url(../images/side-search-input-bg.gif);
}

#side-content #search input.submit {
  width: 25px; height: 20px;
  border: none;
  background: url(../images/side-search-submit-bg.gif) no-repeat center;
  position: relative; top: -27px; left: 12px;
  cursor: pointer;
}

#side-content h2 {
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: default;
}

#side-content #categ h2 {
  background: url(../images/side-category-heading.gif) no-repeat right top;
}

#side-content #archive h2 {
  background: url(../images/side-archive-heading.gif) no-repeat right top;
}

#side-content .sidebox {
  margin-bottom: 50px;
}

#side-content .sidebox ul li {
  margin-bottom: 5px;
  padding: 0 3px 5px;
  border-bottom: 1px solid #3C3834;
  background: url(../images/side-links-arrow.gif) no-repeat 245px;
}

#side-content .sidebox ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
/******************************/



/*** Footer ***/
#footer {
  clear: both;
  margin-bottom: 20px;
  padding: 0 15px;
  font-family: Tahoma, Arial, sans-serif; font-size: 11px;
  cursor: default;
  position: relative;
}

#footer a {
  color: #DCDCDC;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
}

#footer #dotweb {
  position: absolute; right: 10px; top: 0;
}

#footer #dotweb a {
  display: block; width: 53px; height: 15px;
  background: url(../images/logo-dotweb-small.gif) no-repeat center;
  text-indent: -10000px;
}
/******************************/