/*
Theme Name: Distinct
Theme URI: //www.your_site.com/
Description: Blah blah, so and so, short description here...
Version: 0.5
Author: Your Name Here
Author URI: //www.your_site.com/
*/

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
html {
  font-size: 10pt;
}

body {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #666;
  color: #fff;
}

.row, .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  box-sizing: border-box;
}

.row {
  padding-left: 20px;
  padding-right: 20px;
}

h2, h3, h4, h5, h6, p {
  padding: 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
}

hr {
  color: #333;
  border: 1px solid #121212;
}

pre {
  height: auto;
  overflow-x:scroll;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

dd {
  padding-left: 15px;
}

a {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
}

ul {
  list-style-type: none;
}

code {
  color: #58E;
  font-style: italic;
}

strong {
  font-size: 1.1em;
}

/* Header and wrapper */
#header {
  padding-top: 25px;
}
#header a:hover {
  color: #eee;
}

#logo > span {
  color: #111;
  font-size: 1.25em;
}

h1 {
  font-size: 1.8em;
}

#topright {
  text-align: right;
}
#topright > ul > li {
  display: inline;
}
#topright > ul > li > a {
  padding: 0 0 0 25px;
  text-transform: lowercase;
  white-space: nowrap;
}

/* Menu */
#catnav > .row {
  background-color: black;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 20px;

  -webkit-box-shadow: 0px 0px 5px black;
     -moz-box-shadow: 0px 0px 5px black;
          box-shadow: 0px 0px 5px black;
}

#nav {
  overflow: auto;
}

#nav li {
  float: left;
}

#nav a {
  display: block;
  line-height: 44px;
  padding: 0 20px 0 15px;
  font-size: 1.08em;
  letter-spacing: -1px;
}

#nav a:hover {
  color: #6598b8;
}

#nav li > ul {
  position: absolute;
  width: 150px;
  left: -999em;
}

#nav li:hover > ul,
#nav li.sfhover > ul {
  left: auto;
}

#nav li li > a {
  width: 150px;
  line-height: 2.5em;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
}

#toprss {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: right;
}
.feed-icon {
  display: inline-block;
  background: url(images/pixeled-sprite.png) 0 -64px no-repeat;
  width: 24px;
  height: 24px;
  padding-right: 10px;
}


/* Top Content */
.main > .row {
  background-color: #333;
  padding-bottom: 10px;

  -webkit-box-shadow: 0px 0px 5px black;
     -moz-box-shadow: 0px 0px 5px black;
          box-shadow: 0px 0px 5px black;
}
.main a:hover {
  color: #ff9933;
}
.pageTitle {
  margin: 15px 0 10px 0;
  font-size: 1.5em;
  letter-spacing: -1px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px;
}
.topPost {
  padding-bottom: 1em;
}
.topTitle {
  font-size: 1.66em;
  font-weight: normal;
  letter-spacing: -2px;
}
.topTitle > a:hover {
  color: #abd1ea;
}
.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  color: #ccc;
}
.topMeta > a {
  text-decoration: underline;
}
.topContent {
  color: #efefef;
  margin: 8px 0;
}
.topContent a {
  text-decoration: underline;
}

.topContent ul,
.topContent ol {
  list-style-type: disc;
  padding: 0 0 0 30px;
}
.topContent ul li,
.topContent ol li {
  color: #eee;
}
.topComments,
.topMore,
.topTags {
  font-style: italic;
  background: rgba(0, 0, 0, 0.8);
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 2.5em;
  border: 1px solid #111;
}
.topPost span.linkpages {
  font-style: italic;
  margin-bottom: 10px; display:block;
}
.topComments > a {
  background: url(images/pixeled-sprite.png) 0 0 no-repeat;
  padding-left: 20px;
}
.topMore > a {
  background: url(images/pixeled-sprite.png) 0 -138px no-repeat;
  padding-left: 20px;
}
.topTags > em {
  background: url(images/pixeled-sprite.png) 0 -202px no-repeat;
  padding-left: 20px;
  color: transparent;
}
.topComments > a:hover,
.topMore > a:hover,
.topTags > a:hover {
  color: #6598b8;
}

#nextprevious {
  margin: 10px 0 5px 0;
}
#nextprevious > a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
}
#nextprevious > a:hover {
  color: #fff;
}


/* Sidebars */
#sidebars {
  margin-top: 15px;
}
.sidebaritem {
  background: rgba(0, 0, 0, 0.8);
  padding: 8px 15px;
  margin-bottom: 20px;
}

.sidebarbox > h2 {
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 1.25em;
  letter-spacing: -1px;
}

.sidebarbox li {
  padding: 2px 2px 2px 16px;
  background: url(images/pixeled-sprite.png) left -342px no-repeat;
  line-height: 1.2em;
}

.sidebarbox a {
  color: #eee;
}
.sidebarbox a:hover {
  color: #6598b8;
  text-decoration: underline;
}

.sidebarbox p {
  padding: 2px 0;
  color: #eee;
}

/* Before footer */
#morefoot > .row {
  margin-bottom: 10px;
  background: #000;
  padding-top: 10px;
  color: #dfdfdf;

  -webkit-box-shadow: 0px 0px 5px black;
     -moz-box-shadow: 0px 0px 5px black;
          box-shadow: 0px 0px 5px black;
}
#morefoot > .row > .sixcol {
  padding-bottom: 10px;
}
#morefoot a {
  text-decoration: underline;
  color: #ddd;
}
#morefoot a:hover {
  color: #6598b8;
}
#morefoot h3 {
  font-size: 1.41em;
  font-weight: normal;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  padding: 0 0 2px 0;
}
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/pixeled-sprite.png) 0 -136px no-repeat;
  line-height: 1.5em;
}


/* footer*/
#footer > .row {
  background: #000;
  border: 1px solid #070707;
  padding: 15px;
  color: #bbb;

  -webkit-box-shadow: 0px 2px 5px black;
     -moz-box-shadow: 0px 2px 5px black;
          box-shadow: 0px 2px 5px black;
}
#footer a {
  text-decoration: underline
}
#footer a:hover {
  color: #fff;
}
.wordpress-link {
  display: inline-block;
  background: url(images/pixeled-sprite.png) 0 -266px no-repeat;
  width:34px;
  height:34px;
}


#extrastuff a {
  color: #888;
  font-size: 0.8em;
}
#extrastuff a:hover {
  color:#6598b8;
}
.trackback-url {
  float:right;
}

/* Comments */
.comments {
  margin-bottom: 10px;
  margin-top: 15px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0px 15px 10px 15px;
}
.comments > h3 {
  font-weight: normal;
}
.comments a {
  color: #6598b8;
}
.comments a:hover {
  color: #fff;
}
.comments p {
  padding:0;
  margin: 7px 0;
}

.commentlist > li,
.trackback > li {
  margin: 10px 0 15px 0;
  padding: 10px;
}
.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
}
.commentlist .commentbody {
  padding-left: 80px;
}
.commentbody p a {
  text-decoration: underline;
}
.commentlist cite {
  font-size: 1.08em;
  font-style: normal;
  color: #ddd;
}
.commentmetadata a {
  color: #666;
}
.commentlist p {
  color: #dedede;
}
#respond {
  clear: both;
  margin-top: 15px;
}
#comment {
  box-sizing: border-box;
  width: 80%;
  background: #fff;
  color: #111;
  padding: 10px;
}
#submit {
  margin: 0;
}
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: inherit;
  font-size: 0.9em;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
}
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
}

/* Content Styles */
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
}

.wp-caption {
  background-color: #f3f3f3;
  padding-top: 4px;
  border: 1px solid #ddd;
  text-align: center;

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.wp-caption-text {
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 767px) {
  .row {
    padding-left: 0;
    padding-right: 0;
  }

  #toprss,
  .topTags {
    display: none;
  }
  #comment {
    width: 100%;
  }
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}