/*
Theme Name: Crucial
Description: Used to style the TinyMCE editor.
*/

/*
Theme Name: Crucial
Description: A friendly design for your blog (HTML5 and CSS3!)
Author: Stinkyink
Version: 1.0
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
Theme URI: http://www.stinkyinkshop.co.uk/themes/t/crucial-theme/
Author URI: http://www.stinkyinkshop.co.uk/themes/
*/

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

html .mceContentBody {
    max-width: 588px;
    margin: 0 auto;
}

body {
    max-width: 588px;
    margin: 0 auto;  
    color: #333;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }
    
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, h4, h5, h6 {
    font-size: 26px
    }

h4, h5, h6 {
    color: #666
    }
    
.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
    }

.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 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
    }

.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
    }    
    