@import "css/reset.css";
/*
Theme Name: WordPress Bytes
Author: Kevin Dees
Author URI: http://kevindees.cc/
Description: This is the WordPress bytes offical theme.
Version: 1.0
*/
/* bootstrap */
h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height: 1em;
}
#page h1 a,
#page h2 a,
#page h3 a,
#page h4 a,
#page h5 a,
#page h6 a {
  background: transparent;
}
.stripes,
#load,
.comment-wrap,
#next,
#prev,
#out {
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
}
#page .angled-135,
#load,
.comment-wrap,
#next,
#prev,
#out {
  background-color: #222;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0, 0, 0, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.1)), color-stop(0.75, rgba(0, 0, 0, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
}
a:link,
a:visited {
  text-decoration: none;
  border-bottom: 1px solid #ba1858;
  color: #ba1858;
}
a:hover,
a:focus,
a:active {
  background: #fffdca;
}
body {
  font-family: 'Georgia', serif;
  font-size: 16px;
  line-height: 1.6em;
  background: #ffffff;
}

strong {
font-weight: bold;
}

/* mixins */
.center {
  width: 960px;
  margin: auto;
}
/* page */
#page {
  overflow: hidden;
}
/* navigation */
#header {
  width: 960px;
  margin: auto;
  position: relative;
}
.navigation {
  width: 100%;
  list-style: none;
  overflow: hidden;
}
.navigation h1 {
  float: left;
  font-size: 18px;
  margin: 0 35px 0 0;
  position: relative;
}
.navigation ul li {
  float: left;
  margin: 0 35px 0 0;
  padding-bottom: 2px;
}
.navigation a {
  font: normal 18px/1em 'Georgia', serif;
  text-transform: none;
  color: #444444;
  border-bottom: none;
  padding: 40px 0;
  overflow: hidden;
  display: block;
}
.navigation a:hover,
.navigation a:focus,
.navigation a:active,
.navigation .current-menu-item a {
  background: none;
  padding-top: 35px;
  border-top: 5px solid #ba1858;
}
/*search*/
input#s {
  background: #eeeeee url(images/search.png) no-repeat 5px 6px;
  border: 1px solid #aaa;
  box-shadow: inset 1px 1px 3px #ccc;
  font: normal 14px/1.2em 'Georgia', serif;
  height: 22px;
  padding: 4px 10px 4px 28px;
}
input#searchsubmit,
#searchform label {
  display: none;
}
#searchform {
  position: absolute;
  top: 33px;
  right: 0;
  text-align: right;
}
#searchform div {
  margin: 0;
}
#s {
  float: right;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: width, background;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: width, background;
  -o-transition-timing-function: ease;
  width: 72px;
}
#s:focus {
  /*border: 2px solid #ba1858;*/

  width: 227px;
  outline: none;
}
/* connect */
.connect {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  line-height: 32px;
}
#page .connect a,
#page .connect a:hover#page .connect a:active,
#page .connect a:focus {
  background: url(images/rss_dark.png) no-repeat 0 50%;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 32px;
  display: inline;
  border: none;
  font-size: 32px;
  color: #ccc;
}
#page .connect .youtube,
#page .connect a.youtube:hover#page .connect a.youtube:active,
#page .connect a.youtube:focus {
  background: url(images/youtube.png) no-repeat 0 50%;
}
/* content */
/* main heading */
.content > header,
.topic {
  width: 100%;
  padding: 50px 0;
  background: #222222 url(images/wordpress-header-bg.png) no-repeat -50px -150px;
  background: #222222;
  color: #ffffff;
  clear: both;
  margin: 0 0 60px;
}
.content > header h1,
.topic h1 {
  width: 960px;
  margin: auto;
  font: normal 92px/1em 'Oswald', sans-serif;
}
.content > header p,
.topic p {
  width: 960px;
  margin: auto;
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.7em;
}
/* topic */
.topic {
  margin: 0;
  padding: 0;
}
.topic a:link,
.topic a:visited {
  text-decoration: none;
  border-bottom: none;
  color: #ffffff;
  padding: 0;
  display: block;
  padding: 50px 0;
}
.topic .user {
  background: #491938;
}
.topic .search {
  background: #ba1858;
}
.topic .design {
  background: #c8352a;
}
.topic .function {
  background: #85980e;
}
.topics #footer,
.page-template-page-category-php #footer {
  margin-top: 0;
}
.topics .content > header {
  margin-bottom: 0;
}
/* post */
.post {
  width: 960px;
  margin: auto;
}
.single .post {
  overflow: inherit;
}
/* body content */
.body {
  float: left;
  width: 593px;
}
.body > p:first-child {
  font: normal 18px/1.7em Georgia, sans-serif;
  clear: both;
}
.body p,
.body ul,
.body ol {
  margin-bottom: 20px;
}
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
  padding-bottom: 10px;
  margin: 40px 0 20px;
  border-bottom: 5px solid #444444;
}
.body h2 {
  font-size: 32px;
}
.body h3 {
  font-size: 24px;
}
.body ul {
  list-style: disc;
  margin-left: 50px;
}
.body ol {
  list-style: decimal;
  margin-left: 50px;
}
.body ul ul,
.body ol ol,
.body ul ol,
.body ol ul {
  margin-bottom: 0;
}
.body .code {
  margin: 0 0 20px;
  padding: 10px 0 10px 10px;
  display: block;
  font: normal 12px/20px "Lucida Sans", sans-serif;
  overflow-x: scroll;
  color: #ba1858;
  background: url(images/code.jpg) 0 -8px;
}
.body blockquote {
  margin: 40px 0 40px 0;
  position: relative;
  padding-left: 35px;
  border-left: solid 5px #444444;
  font-style: italic;
}
.body blockquote * {
  line-height: 1.7em;
}
.body img {
  max-width: 100%;
  margin: 40px 0;
  display: block;
  box-shadow: 0 0 35px #666;
  border-radius: 3px;
}
/* aside */
#sidebar,
.sidebar {
  width: 267px;
  float: right;
  text-transform: lowercase;
}
/* note style
.sidebar .widget, #sidebar .widget {
  background: #fffdca;
  padding: 10px;
  box-shadow: 0 5px 15px #666;
  -webkit-transform: rotate(-2deg); 
  -moz-transform: rotate(-2deg);
}

.items ul li:nth-child(odd) .sidebar .widget,
#sidebar .widget:nth-child(odd)  {
  -webkit-transform: rotate(2deg); 
  -moz-transform: rotate(2deg);
}
*/
#sidebar .widget,
.sidebar .widget {
  margin-bottom: 40px;
}
.widget .topic,
.widget .topic a:link,
.widget .topic a:visited,
.widget .topic a:hover,
.widget .topic a:focus,
.widget .topic a:active {
  padding: 0;
  background: transparent;
  color: #ba1858;
  display: inline;
  font-size: 24px;
}
.widget.social p {
  line-height: 56px;
}
.widget .series {
  margin-bottom: 10px;
  color: #666;
}
.widget .serieslist {
  margin-bottom: 10px;
}
/* comments and load */
.comment-wrap,
#load {
  clear: both;
  width: 100%;
  float: left;
  background-color: #444444;
  padding: 50px 0;
  margin-top: 50px;
}
#load {
  text-align: center;
  font: normal 72px 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  display: block;
  border: none;
}
#load:hover,
#load:focus,
#load:active {
  background-color: #ba1858;
}
#comments {
  width: 960px;
  margin: auto;
  color: #ffffff;
}
#comments h1 {
  text-align: center;
  font: normal 92px/1em 'Oswald', sans-serif;
  margin-bottom: 50px;
}
#comments a:link,
#comments a:visited {
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding: 0 2px;
}
#comments a:hover,
#comments a:focus,
#comments a:active {
  background: none;
}
#comments .commentlist {
  overflow: hidden;
  padding: 40px 0;
}
#comments .comment {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 5px solid #ffffff;
}
#comments .comment .image-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  margin: 0 0 0 10px;
  float: right;
}
#comments .comment .comment-meta {
  width: 267px;
  float: left;
  text-transform: lowercase;
  text-align: right;
}
#comments .comment .comment-body {
  float: right;
  width: 593px;
}
#comments .image-wrap:after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
  border: solid 5px #ffffff;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}
#comments .image-wrap img {
  vertical-align: bottom;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
/* respond */
#respond {
  margin: 0 0 20px;
  clear: both;
}
#commentform label {
  float: left;
  text-align: right;
  width: 110px;
  margin-right: 20px;
  cursor: pointer;
  line-height: 2.2em;
}
#commentform div p {
  padding: 0 5px;
  margin: 0 130px 20px;
  border-bottom: 5px solid #444444;
  background: #ffffff;
}
#commentform input[type=text],
#commentform textarea {
  width: 100%;
  border: none;
  background: none;
  line-height: 18px;
  padding: 5px 0;
  font: inherit;
}
#commentform input[type=text]:focus,
#commentform textarea:focus {
  outline: none;
}
#commentform input[type=submit] {
  float: right;
  clear: left;
  width: 160px;
  text-transform: uppercase;
  padding: 10px;
  background: #ffffff;
  color: #444444;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
  font: normal 16px 'Oswald', sans-serif;
  margin-right: 130px;
}
.comment-notes,
.logged-in-as {
  margin-left: 130px;
  margin-bottom: 20px;
}
#comments #reply-title {
  width: 960px;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
  font: normal 92px/1em 'Oswald', sans-serif;
}
/* footer */
#footer {
  clear: both;
  background: #222222;
  color: #ffffff;
  padding: 40px 0;
  margin-top: 40px;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
  background: none;
}
.copyright {
  width: 960px;
  margin: auto;
  text-align: center;
}
.copyright ul {
  margin-top: 20px;
}
.copyright ul li {
  display: inline;
  padding: 0 40px;
}
.copyright ul li a {
  color: #ffffff;
  border-color: #ffffff;
}
/* archive */
.archive .items li,
.home .items li,
.search .items li {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}
.archive .body,
.home .body,
.search .body {
  line-height: 1.7em;
}
.archive .body h2,
.home .body h2,
.search .body h2 {
  margin: 0 0 20px;
  font-size: 32px;
}
.archive .body h2 a,
.home .body h2 a,
.search .body h2 a {
  border: none;
  color: #222222;
}
.archive .body p,
.home .body p,
.search .body p {
  /* margin-bottom: 0; */
}
.archive #paging,
.home #paging,
.search #paging {
  min-width: 960px;
}
.archive #paging a,
.home #paging a,
.search #paging a {
  float: left;
  width: 50%;
  clear: none;
}
.archive #paging a:hover,
.home #paging a:hover,
.search #paging a:hover,
.archive #paging a:focus,
.home #paging a:focus,
.search #paging a:focus,
.archive #paging a:active,
.home #paging a:active,
.search #paging a:active {
  background-color: #ba1858;
}
#paging {
  overflow: hidden;
  background: #444;
  margin-bottom: -40px;
  margin-top: 80px;
}
#next,
#prev,
#out {
  text-align: center;
  font: normal 72px 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  padding: 50px 0;
  text-align: center;
  font: normal 72px 'Oswald', sans-serif;
  text-transform: uppercase;
  color: white;
  display: block;
  border: none;
  background-color: #444444;
}
#out {
  cursor: inherit;
}
#paging #load {
  margin: 0;
  width: 100%;
  padding: 50px 0;
}
/* shortcode stuff */
#page .button b {
  border-radius: 4px;
  background: #ce2b6e;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 10;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: top;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 100ms;
  -moz-transition-property: top;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 100ms;
  -o-transition-property: top;
  -o-transition-timing-function: ease;
}
#page .button,
#page .button:hover {
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  position: relative;
  margin-right: 10px;
  position: relative;
  background: none;
  padding: 0;
}
#page .button:before {
  content: '';
  text-align: center;
  display: block;
  border-radius: 4px;
  background: #791a40;
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 42px;
  z-index: 0;
}

#page .button a:hover, #page .button a:active {
  background: none;
}
/* blue */
#page .button.blue b {
  background: #5ab3ce;
}
#page .button.blue:before {
  background: #408397;
}
/* blue */
#page .button.green b {
  background: #85980E;
}
#page .button.green:before {
  background: #597313;
}
#page .button b:hover {
  top: 4px;
}
#page .button b:active {
  top: 5px;
}

#paging a:only-child {
  width: 100%;
}

/* wordpress */
img.alignleft {
  float: left;
  margin-right: 60px;
}

img.alignright {
  float: right;
  margin-left: 60px;
}

img.aligncenter {
  margin: 40px auto;
}

/* plugin spec */

.wp_syntax .code {
  margin: 0;
}

/* ads */

#ads {
  margin-bottom: 40px;
}

#ads a {
  text-decoration: none;
  color: #000;
  border: none;
}