/*
Theme Name: Crucial
Description: A friendly purple design for your blog (HTML5 and CSS3!)
Author: Stinkyink
Version: 1.0.4
Tags: purple, gray, two-columns, fixed-width, custom-background, custom-header, custom-colors, editor-style, custom-menu, sticky-post, threaded-comments, right-sidebar
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-------------------------------------------------------
Crucial WordPress Theme, Copyright 2012 Stinkyink.com
Crucial is distributed under the terms of the GNU GPL
-------------------------------------------------------
*/

/* making html5 less sucky in old browsers */

@import url(http://fonts.googleapis.com/css?family=Berkshire+Swash);


header, footer, section, aside, nav, article, figure{
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}


body {
    background-color: #eee;
    color: #333;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

hr {
    clear: both;
    padding: 0;
    margin: 0;
    border: none;
    visibility: hidden
    }

.wrapper {
    width: 960px;
    margin: 0 auto
    }

/* header */
header {
    background-color: #884D99;
    padding: 30px 0 0 0;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15), 0 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15), 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15), 0 3px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px
    }
    
header .wrapper {
 padding-bottom: 20px; 
}

header .title {
    font-family: "Berkshire Swash", cursive;
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 42px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5)
    }

header .title a {
    color: inherit;
    text-decoration: none
    }

header .title a:hover {
    color: #DFFF85
    }

header .description {
    margin: 0 0 0 0;
    font-weight: bold;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7)
    }

/* header nav */
.top_nav {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 0 0 0;
    padding: 0 0 0 0
    }

.top_nav ul {
    width: 960px;
    margin: 0 auto 0 auto;
    padding: 0;
    list-style: none;
    line-height: 1em;
    font-size: 14px
    }

.top_nav li {
    display: inline;
    position: relative
    }

.top_nav li a {
    display: inline-block;
    padding: 10px 10px 9px 10px;
    margin-left: 0;
    font-weight: bold;
    color: #fff;
    text-decoration: none
    }

.top_nav li a:hover, .top_nav li:hover a {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000
    }

ul.sub-menu {
    display: none;
    position: absolute;
    top: 23px;
    left: -1px;
    width: 200px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
    }

.top_nav li:hover .sub-menu {
    display: block
    }

.sub-menu li {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 0
    }

.top_nav li:hover li {
    background-color: #ccc
    }

.sub-menu li a {
    display: block;
    padding: 8px 10px;
    background-color: #ccc;
    color: #444;
    line-height: 1.4em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff
    }

.sub-menu li a:hover {
    background-color: #ccc;
    color: #000
    }

/* content  */
.content {
    width: 630px;
    float: left
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Berkshire Swash", cursive;
    color: #6F328B;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
    text-shadow: 2px 2px 1px #ccc;
    font-weight: 400;
    border-bottom: 1px dotted #ccc
    }

h1 a, h2 a, h3 a {
    color: inherit;
    text-decoration: none
    }

h1 {
    font-size: 34px
    }

h2 {
  font-size: 30px;
}

h3 {
 font-size: 26px; 
}

h4 {
 font-size: 22px; 
}

h5 {
 font-size: 20px; 
}

h6 {
 font-size: 18px; 
}

/* sidebar */
.sidebar {
    width: 300px;
    float: right
    }

.sidebar ul {
    color: #999;
    list-style: square;
    font-size: 13px
    }

.sidebar a {
    color: #666
    }

.sidebar a:hover {
    color: #000
    }

/* widgets */
.widget {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #999
    }

.textwidget {
    font-size: 12px
    }

.widget-title {
    border-bottom: none;
    padding-bottom: none
    }

/* post */
.post p a {
    color: #000
    }

.post a:hover {
    color: #999
    }

.post, #comments, #respond {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 0 0 30px 0;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
    }
    
.sticky {
  /* go away - we don't like your sort round these parts */
  }    

.post-meta {
    border-top: 1px dotted #ccc;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    color: #999;
    font-size: 12px
    }

.post-meta p {
    margin: 0 0 0 0
    }

.post-meta strong {
    display: inline-block;
    width: 95px
    }

.post-meta a {
    color: inherit
    }

.post h2 time, .post h1 time {
    color: #ccc;
    text-shadow: none;
    font-size: 0.7em
    }

.post h2 time:before, .post h1 time:before {
    content: "– "
    }

.post img {
    padding: 5px;
    border: 1px solid #eee;
    margin: 5px
    }
    
.post .attachment img {
 max-width: 570px; 
}

.post img.wp-smiley {
    padding: 0;
    border: none;
    margin: 0
    }

.post .aligncenter {
    margin: 5px auto;
    display: block
    }

.post .alignleft {
    float: left
    }

.post .alignright {
    float: right
    }

.wp-caption {
    font-size: 11px;
    text-align: center;
    border: 1px solid #eee;
    padding: 5px 0;
    margin: 10px;
    max-width: 99%
    }

.wp-caption img {
    margin: 0;
    padding: 0
    }

.wp-caption-text {
    margin: 0;
    padding: 0;
    color: #666
    }

.gallery-caption {
 border: 1px solid #eee;
 padding: 5px; 
 font-size: 11px;
}

.size-full {
    max-width: 99%;
    overflow: none
    }

blockquote {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 0 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 0;
    position: relative
    }

blockquote:before, blockquote:after {
    font-size: 62px;
    color: #ccc;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px
    }

blockquote:before {
    content: "“";
    top: 20px;
    left: 10px
    }

blockquote:after {
    content: "”";
    bottom: -15px;
    right: 5px
    }

dt {
    font-weight: bold
    }

dd {
    margin-left: 10px
    }

ul, ol {
    padding-left: 20px
    }

address, pre {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
    }

del {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5
    }

ins {
    text-decoration: none;
    background-color: #eee;
    display: inline-block;
    padding: 0 5px
    }

table {
    font-size: 12px;
    border-spacing: 0;
    border-collapse: collapse;
    -moz-box-shadow: 0 5px 5px #eee;
    -webkit-box-shadow: 0 5px 5px #eee;
    box-shadow: 0 5px 5px #eee;
    margin: 10px 0 20px 0
    }

th, td {
    padding: 3px 8px;
    border: 1px solid #999;
    margin: 0;
    text-align: left
    }

th {
    color: #000;
    background-color: #ccc
    }

tr:nth-child(odd) {
    background-color: #eee
    }

tr:hover {
    background-color: #FFF9C6
    }

/* comments */
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0
    }

.commentlist ul {
    list-style: none;
    padding: 0;
    margin: 0
    }

.comment {
    font-size: 13px
    }

.comment .reply {
    text-align: right;
    color: #999
    }

.comment .children {
    padding-left: 10px
    }

.comment-author {
    width: 49%;
    float: left;
    font-weight: bold
    }

.comment-meta {
    width: 49%;
    float: right;
    text-align: right;
    color: #999
    }

.comment p {
 clear: both;
 padding: 10px 0 0 0; 
}

.comment-author a, .comment-meta a, .comment .reply a {
    color: inherit
    }

.comment .avatar {
    position: absolute;
    top: 5px;
    left: -80px
    }

.comment-body {
    margin-left: 80px;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
    }
    
.comment-body ul {
 list-style: disc;
 padding-left: 30px; 
}

.bypostauthor {
  /* not doing it today */
  }

.comment-body:after, .comment-body:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
    }

.comment-body:after {
    border-right-color: #fff;
    border-width: 10px;
    top: 20%;
    margin-top: -10px
    }

.comment-body:before {
    border-right-color: #ccc;
    border-width: 11px;
    top: 20%;
    margin-top: -11px
    }

/* trackback / pingback */
.trackback .comment-author, .pingback .comment-author, .trackback .comment-meta, .pingback .comment-meta {
    display: block;
    width: 100%;
    text-align: left
    }

.trackback p, .pingback p {
    font-size: 12px;
    color: #999;
    line-height: 1.6em
    }

.trackback .comment-body, .pingback .comment-body {
    margin-left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
    }

.trackback .comment-body:before, .pingback .comment-body:before, .trackback .comment-body:after, .pingback .comment-body:after {
    display: none
    }

/* comment form */
#commentform p {
    position: relative;
    font-size: 12px
    }

#commentform label {
    display: inline-block;
    width: 60px;
    margin-right: 20px;
    vertical-align: top;
    color: #666;
    text-align: right
    }

#commentform .required {
    color: red;
    position: absolute;
    top: -2px;
    left: 400px;
    font-size: 18px
    }

#commentform .comment-notes {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px
    }

#commentform .comment-notes .required {
    position: relative;
    top: auto;
    left: auto
    }

input#author, input#email, input#url {
    width: 300px
    }

input#author, input#email {
    margin-left: -3px
    }

textarea#comment {
    width: 480px;
    height: 150px
    }

#commentform .form-allowed-tags {
    color: #999;
    line-height: 1.4em;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px
    }

.form-submit {
    text-align: right
    }

/* prev / next thingy */
.prevnext {
    list-style: none;
    padding: 0 0 0 0;
    margin: 20px;
    text-align: center
    }

.prevnext li {
    display: inline-block;
    width: 48%
    }

.prevnext a {
    color: #666;
    text-decoration: none;
    padding: 5px 45px;
    background-color: #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: bold;
    text-shadow: -2px 0 1px #fff;
    display: inline-block
    }

.prevnext a:hover {
    color: #000;
    background-color: #fff
    }

/* footer */
footer {
    background-color: #000;
    padding: 20px 0;
    clear: both
    }

footer .wrapper {
    width: 960px;
    margin: 0 auto
    }

footer .widget {
    width: 20%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    color: #999;
    padding: 10px;
    font-size: 12px
    }

footer .widget h3 {
    color: #fff;
    text-shadow: none;
    font-size: 18px
    }

footer .widget ul {
    list-style: square
    }

footer a {
    color: #999
    }

footer .credits {
    text-align: center;
    padding-top: 20px;
    font-size: 12px
    }

footer .credits a {
    color: inherit
    }
