/* DotWeb Software - Sandbox - 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;cursor:default;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a {outline:none;}
/* /X-browser CSS properties reset */

body {
  color: #b0b8bd;
  background: #020202 url(../images/bg-body.jpg) no-repeat top;
  font-family: Arial, sans-serif; font-size: 12px;
}

input, textarea, select {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

#wrapper {
  width: 990px;
  margin: 0 auto;
}



/* Header styles */
#header {
  height: 380px;
  position: relative;
}
#header.home {
  background: url(../images/bg-the-box.gif) no-repeat 529px 143px;
}


#header h1 {
  position: absolute;
  top: 24px; left: 12px;
}

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


#header ul#nav {
  position: absolute;
  top: 70px; right: -25px;
  font-family: 'Trebuchet MS'; font-size: 14px
}

#header ul#nav li {
  float: left; display: inline;
  margin-right: 35px;
}

#header ul#nav li a {
  display: block;
  padding: 5px 10px 3px;
  border-right: 1px dashed transparent; border-bottom: 1px dashed transparent;
  _border-right: 1px dashed #151618; _border-bottom: 1px dashed #151618;
  color: #cacaca;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  position: relative;
}
#header ul#nav li a:hover, #header ul#nav li.active a {
  color: #fff;
  background: #8B0366;
  border-right: 1px dashed #7F868A; border-bottom: 1px dashed #7F868A;
}

#header ul#nav li a span {
  display: none;
  height: 35px; width: 200px;
  padding-right: 42px;
  color: #A6ACAF;
  font-family: 'Trebuchet MS'; font-size: 11px;
  text-align: right; text-transform: lowercase;
  background: url(../images/menu-link-hover.gif) no-repeat right 5px;
  position: absolute; top: -35px; right: -1px;
}
#header ul#nav li a:hover span, #header ul#nav li.active a span {
  display: block;
}


#header #section-specific {
  position: absolute;
}

#header.home #section-specific {
  width: 430px; height: 179px;
  font-family: 'helvetica-ultralight'; font-size: 36px;
  top: 145px; left: 20px;
  background: url(../images/bg-motto-quotes.gif) no-repeat center;
}

#header.home #section-specific #mottowrapper {
  padding-top: 30px;
  padding-left: 35px;
}
/* /Header styles */



#no-result {
  clear: both;
}



/* Content styles */
#content {
  width: 990px;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

/* Main container styles */
#content #main {
  float: left;
  width: 600px;
  padding-right: 40px;
  border-right: 1px dotted #424243;
  padding-bottom: 3000px; margin-bottom: -3000px;
}

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

#content #main h2.page-header {
  margin-top: 10px; margin-bottom: 25px;
  color: #FC9B03 !important;
  font-family:Arial;
  font-size:22px;
}


h3.category {
  float: left;
  margin-bottom: 15px;
  padding: 5px 10px;
  border-bottom: 1px solid #131313;
  color: #605E60;
  font-weight: bold;
}

h3.category span {
  color: #fff;
}

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

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

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

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

#post-meta #post-nav {
  float: right;
}

#post-meta #post-nav a {
  display: inline-block;
  height: 27px;
  line-height: 27px;
}

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

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


.post {
  width: 600px;
  margin-bottom: 50px;
  color: #a6a6a6;
  overflow: hidden;
}

.post .title {
  margin-bottom: 25px;
  cursor: default;
  overflow: hidden;
}

.post .title h2 {
  float: left;
}

.post .title h2 a {
  color: #474747 !important;
  font-family: Arial; font-size: 22px;
}

.post .title .post-data {
  clear: both;
  height: 25px; line-height: 25px;
  padding: 0 10px;
  border-top: 1px solid #131313; border-bottom: 1px solid #131313;
  overflow: hidden;
}

.post .title .post-data h3 {
  float: left;
}

.post .title .post-data a.author {
  font-weight: bold;
}

.post .title .post-data .rgt {
  float: right;
}

.post .text {
  margin-bottom: 15px;
}

.post .text p {
  margin-bottom: 5px;
}

.post .details {
  float: left;
  height: 25px; line-height: 25px;
  padding: 0 10px;
  border-top: 1px solid #131313;
  cursor: default;
}

.post .details .categ {
  float: left; margin-right: 25px;
}

.post .details span {
  color: #605E60;
}

.post .details .views {
  float: left;
  color: #fff;
}


#comments .title {
  height: 30px;  
  margin-bottom: 20px;
  color: #8b0366;
  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 .comment-content {
  float: right;
  width: 490px;
  color: #d7d7d7;
}

#comments .comment .comment-content .title {
  margin-bottom: 10px;
  color: #eb9b00;
  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 #494949;
}

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


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

#comments .form label {
  float: left;
  width: 90px;
  margin-top: 7px; margin-right: 20px;
  color: #fc9b03;
  font-family: 'HelveticaNeue LT 25 UltLight'; font-size: 24px;
  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: 24px;
  background: url(../images/comments-input-bg.gif) no-repeat center;
}

#comments .form ul li.captcha input {
  float: left;
  width: 180px;
  background: url(../images/comments-input-small-bg.gif) no-repeat center;
}

#comments .form ul li.captcha img {
  float: left; display: inline;
  margin: 8px 0 0 10px;
}

#comments .form ul li.captcha a {
  float: left; display: inline;
  margin: 12px 0 0 10px;
}

#comments .form ul li.captcha a img {
  margin: 0;
}

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

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

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

#comments .form ul.error_list {
  clear: both;
  width: 400px; height: 30px; line-height: 30px;
  margin: 0px 0 0 30px;
  color: #AF0505;
  font-size: 11px;
}

#comments .form ul.error_list li {
  width: auto;
  margin: 0;
}
/* /Main container styles */

/* Side container styles */
#content #side {
  float: right;
  width: 315px;
  padding-bottom: 3000px; margin-bottom: -3000px;
}

#content #side #meta {
  width: 315px;
  margin-bottom: 35px;
  overflow: hidden;
}

#content #side #meta li {
  float: left; display: inline;
  margin: 0 7px 0 0;
}

#content #side #meta li a {
  display: block;
  width: 98px; height: 98px;
  text-indent: -10000px;
}

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

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

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

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


#side #search {
  margin-bottom: 5px;
}

#side #search form {
  padding-left: 25px;
}

#side #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 #search input.submit {
  display: block;
  width: 25px; height: 20px;
  border: none;
  background: url(../images/side-search-submit-bg.gif) no-repeat center;
  position: relative; top: -28px; left: 10px;
  cursor: pointer;
}


#content .side-box {
  margin-bottom: 25px;
}

#content .side-box h3 {
  height: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #222224;S
  color: #c1c1c1;
  background: url(../images/side-heading-bg.gif) no-repeat right bottom;
  font-family: 'HelveticaNeue LT 25 UltLight', Arial, sans-serif; font-size: 18px;
  line-height: 25px;
}

#content .side-box ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #282729;
}

#content .side-box ul li a {
  display: block;
  color: #393939;
}
#content .side-box ul li a:hover {
  color: #585858;
}
/* /Side container styles */
/* /Content styles */



#footer {
  width: 990px;
  margin: 0 auto 10px;
  background: #191919;
  overflow: hidden;
  position: relative;
}

#footer #btm-nav {
  float: right;
  width: 340px; height: 50px;
  padding-top: 16px;
  color: #666666;
  background: url(../images/logo-dw-footer.gif) no-repeat 275px center;
  font-size: 11px;
  cursor: default;
}

#footer #btm-nav a {
  color: #666666;
  text-decoration: none;
  text-transform: capitalize;
}
#footer #btm-nav a:hover {
  color: #858484
}

#footer #phone-number {
  float: left;
  height: 66px; width: 640px;
  border-right: 1px solid #020202;
  text-indent: -10000px;
  background: #333333 url(../images/bg-footer-phone-no.gif) no-repeat left;
}