body 
{
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  color: #3D3D3D;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}
h1
{
  font-size: 28px;
}
h2
{
  font-size: 24px
}
h3
{
  font-size: 20px;

}
h4
{
  font-size: 16px;

}
h4
{
  font-size: 14px;

}
h5
{
  font-size: 12px;

}
h6
{
  font-size: 10px;

}
a
{
  color: #009CFF;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
a.no-link, a.no-link:hover
{
  color: #3D3D3D;
  text-decoration: none;
}
img{max-width:100%; height:auto}
#header 
{
  margin: 0px;
  padding: 0px;
  background: #1D1D1D;
  font-family: Impact, Charcoal, sans-serif;
  border-bottom: 10px solid #EEE;
  text-transform: uppercase;
}
#header .heading
{
  font-size: 24px;
  margin: 0px;
  padding: 10px 4px;
  text-decoration: none;
  height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #009CFF;
  font-weight: normal;
}
#header .heading a
{
  text-decoration: none;
  color: #009CFF;
}
#header .description
{
  color: #FFF;
  margin: 0px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 4px;
  white-space: nowrap;
}
#header #search-form
{
  position: relative;
  float: right;
  margin: 10px 8px 10px 0px
}
#header #search-text
{
  background: #FFF;
  border-radius: 12px;
  border: 1px solid #1D1D1D;
  color: #1D1D1D;
  width: 140px;
  text-align: left;
  font-size: 24px;
  height: 24px;
  padding-left: 10px;
  margin: 0px;
}
#header #search-submit
{
  position: absolute;
  right: 3px;
  top: 4px;
  background: url('http://ykub.xtgem.com/Mywapblog/demo/ModernBlack/img/search-but.png') no-repeat scroll 0% 0% transparent;
  width: 20px;
  height: 20px;
  border: medium none;
  cursor: pointer;
}
#header-bottom
{
  background: #2D2D2D;
  border-top: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D;
  margin: 0px;
  padding: 0px;
}
#navigation 
{
  margin: 0;
  float: left;
}
#open-nav-icon
{
  padding: 4px 12px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #1D1D1D;
  cursor: pointer;
  margin: 10px 0px 10px 8px
}
#nav-links
{
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#nav-links ul
{
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none outside none;
}
#nav-links ul li
{
  margin: 0;
}
#nav-links a
{
  display: block;
  padding: 16px 0;
  text-decoration: none;
  font-size: 16px;
  border-top: 1px solid #3D3D3D;
  background: #1D1D1D;
}

#content
{

}

.post, .post-single 
{
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
.post
{
  border-bottom: 1px solid #EEE;
}
.post-last
{
  border-bottom: 0px;
}
.post-container
{
  margin: 20px;
}
.post-meta
{
  font-size: 10px;
  padding-bottom: 10px;
}
.post-meta .title
{
  font-family: Impact, Charcoal, sans-serif;
  color: #009CFF;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: normal;
}
.post-meta .title a
{
  text-decoration: none;
  color: #009CFF;
}
.post-meta .categories
{
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
.post-meta2
{
  font-size: 10px;
  margin: 6px 0 10px 0;
  padding-top: 2px;
  color: #7D7D7D;
}
.categories
{
  display: inline;
  font-size: 10px;
  font-weight: normal;
}
.clear
{
  clear: both;
}
.post-content
{
  font-size: 14px;
}

#comments
{
  background-color: #EEEEEE;
  color: #002233;
  margin: 0px 0px -30px 0px;
  padding: 20px 35px 20px 20px;
}
#comments a
{
  color: #009CFF;
}
#comments h3 a
{
  color: inherit;
}
#comments h3, #comments h4, #comments h5
{
  margin: 0px;
  padding: 0px;
}
#comments h3
{
  font-family: Impact, Charcoal, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}

#comments .comment
{
  background-color: #2D2D2D;
  padding: 0px;
  margin: 8px 0px;
  font-size: 12px;
  display: table;
  width: 100%;
}
#comments .comment .comment-header
{
  font-size: 10px;
  border-bottom: 1px dashed #333;
}
#comments .comment .comment-header .title
{
  font-family: Impact, Charcoal, sans-serif;
  text-transform: uppercase;
  color: #CCC;
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0px 8px 0px;
  padding: 0px;
  color: #009CFF;
}
#comments .comment .comment-header .title a
{
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  border-bottom: 1px solid #009CFF;
  color: #009CFF;
}
.comment-left-content
{
  font-family: Impact, Charcoal, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  display: table-cell;
  text-align: center;
  margin: 0px;
  width: 22%;
  vertical-align: middle;
  background-color: #1D1D1D;
  color: #009CFF;
}
.comment-left-content .date
{
  font-size: 24px;
  font-size: 18px;
  padding: 10px;
}
.comment-left-content .date span
{
  display: block;
}
.comment-right-content
{
  padding: 8px;
  display: table-cell;
  width: 77%;
  margin-left: 1%;
  color: #EEE;
}
#footer
{
  font-family: Impact, Charcoal, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #CCC;
  background-color: #1D1D1D;
  padding: 20px;
  margin: 0px;
}
#footer a
{
  text-decoration: underline;
}
#footer #powered-by, #footer #additional-links
{
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8px;
  padding: 0px;
  margin: 4px;
  line-height: 8px;
  word-spacing: normal;
}
#footer #additional-links
{
	margin-top: 8px;
}

#pagination-links
{
  font-family: Impact, Charcoal, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin: 4px;
}
#pagination-links span
{
  padding: 8px;
  display: inline-block;
  background: #009CFF;;
  color: #3D3D3D;
}
#pagination-links a
{
  padding: 8px;
  background: #EEE;
  color: #3D3D3D;
  display: inline-block;
  margin-top: 2px;
  text-decoration: none;
}
#pagination-links a:hover
{
  text-decoration: none;
}

#bottom-content
{
  background: #2D2D2D;
  font-size: 14px;
  margin: 20px 0px 0px 0px;
  color: #FFF;
  padding: 0px 0px 10px 0px;
  border-top: 10px solid #EEE;
}
#bottom-content a
{
  color: #FFF;
}
#bottom-content a:hover
{
  text-decoration: none;
}
#bottom-content h3
{
  margin: 10px 0px 0px 10px;
}
#bottom-content h3, #bottom-content h3 a
{
  font-family: Impact, Charcoal, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  padding: 0px;
  color: #009CFF;
}
#bottom-content ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#bottom-content ul li
{
  margin: 4px 0px;
  background: url(http://ykub.xtgem.com/Mywapblog/demo/ModernBlack/img/bullet.jpg) no-repeat center left;
  padding: 8px 10px;
  border-bottom: 2px solid #313131;
}
#bottom-content ul li a
{
  padding: 8px 0px;
}
#bottom-content ul li.last
{
  border: 0px;
}
.highlight
{
  font-family: Impact, Charcoal, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  background: #EEEEEE;
  text-align: center;
  margin: 0px;
  padding: 0px 10px 10px 10px;
  color: #009CFF;
}
.highlight span
{
  color: #2D2D2D;
}
.inp-text
{
  vertical-align: top;
  height: 30px;
}
.inp-text, .inp-textarea
{
  background: #2D2D2D;
  border: 1px solid #2D2D2D;
  color: #009CFF;
  width: 99%;
  font-size: 22px;
  margin: 0px;
}
.inp-textarea
{
  font-size: 12px;
  height: 100px;
}
.inp-btn
{
  vertical-align: top;
  font-family: Impact, Charcoal, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  border: 1px solid #2D2D2D;
  background: #2D2D2D;
  color: #009CFF;
  font-size: 22px;
  height: 34px;
  margin: 0px;
  padding: 0px 10px;
}
#comment_form .inp-btn, #guestbook_form .inp-btn, #feedback_form .inp-btn
{
  background: url('http://ykub.xtgem.com/Mywapblog/demo/ModernBlack/img/plus.png') no-repeat scroll 2px 8px #2D2D2D;
  margin: 10px 0px;
  padding: 0px 10px 0px 20px;
}
.messages
{
  background: #009CFF;
  border: 1px solid #009CFF;
  color: #2D2D2D;
  margin: 10px 0px;
  padding: 10px 3%;
  list-style: none;
  width: 93%;
}
.messages *
{
  margin: 0px;
  padding: 0px;
}
#blog-logo
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#recent-posts-list h4, #following-list h4, #blogroll_list h4
{
  font-family: Impact, Charcoal, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  word-spacing: 2px;
}
#recent-posts-list ol, #following-list ol, #blogroll_list ol
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#recent-posts-list ol li, #following-list ol li, #blogroll_list ol li
{
  background: url('http://ykub.xtgem.com/Mywapblog/demo/ModernBlack/img/plus.png') 0px 3px no-repeat;
  padding: 4px 4px 4px 20px;
}
#next_previous 
{
  margin: 6px 0;

  font-size: 20px;
  font-family: Impact, Charcoal, sans-serif;
  text-transform: uppercase;
}
#next_previous .previous, #next_previous .next
{
  display: inline-block;
  background: #009CFF;
  padding: 6px 8px;
  color: #3D3D3D;
  margin-top: 4px;
}
#next_previous .previous
{
  float: left;
}
#next_previous .next
{
  float: right;
  margin-left: 4px;
}