/*
Theme Name: JLM07
Theme URI: http://just-like-magic.org
Description: The 7th theme for JLM.
Author: Carolynne Tovenar
Author URI: http://redandwhitedesigns.ca
*/
body {
    background: #e1ebf1 url(pattern.png) repeat;
    font-family: "Noto Serif", Georgia, serif;
    color: #000;
    line-height: 120%
    }
/* ============================================================================================================================
== Header
** ============================================================================================================================ */
header {
    text-align: center;
    margin: 20px 20px 30px 20px
    }
/* ============================================================================================================================
== Framework
** ============================================================================================================================ */
#container {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%
    }
#sidebar {
    background: #cd8d7e url(pattern2.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    min-height: 100%;
    padding: 0 15px;
    font-size: 0.9em;
    text-align: justify
    }
#sidebar a, #sidebar a:link, #sidebar a:active, #sidebar a:visited {
    color: #4b617d
    }
#sidebar a:hover {
    text-shadow: 1px 1px 0 #4b617d;
    text-decoration: none;
    color: #a5b9cc
    }
#sidebar .sidecontent {
    background: rgba(205, 141, 126, 0.4);
    padding: 10px;
    margin: 35px 0
    }
#sidebar .sidepic {
    border: 2px solid #000;
    padding: 0;
    margin: 0 3px 0 0;
    float: left
    }
#main {
    margin: 0 0 0 27%;
    padding: 20px
    }
/* ============================================================================================================================
== Headers
** ============================================================================================================================ */
h1 {
    font-family: "Snippet", sans-serif;
    font-size: 1.7em;
    border: 0 solid yellow;
    margin: 0 0 10px 0;
    line-height: 150%;
    color: #4b617d
    }
h1 a, h1 a:link, h1 a:active, h1 a:visited {
    text-decoration: none
    }
h2 {
    font-family: "Englebert", sans-serif;
    color: #fff;
    text-shadow: 2px 2px 1px #4b617d;
    font-size: 1.3em;
    font-style: italic;
    text-transform: uppercase
    }
h3 {
    border: 0;
    background: #a5b9cc;
    margin: 0 0 5px 5px;
    float: right;
    padding: 7px 7px 3px 7px;
    width: 45px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 1px rgba(75, 97, 125, 0.75);
    -moz-box-shadow: 3px 3px 1px rgba(75, 97, 125, 0.75);
    box-shadow: 3px 3px 1px rgba(75, 97, 125, 0.75);
    color: #fff
    }
h3:first-line {
    font-size: 1.4em;
    color: #4b617d
    }
p.datesmall {
    font-size: 0.6em;
    margin: -5px 0 0 0;
    padding: 0;
    color: #4b617d
    }
h4 {
    font-family: "Snippet", sans-serif;
    font-size: 1.3em;
    border-bottom: 1px dashed #333;
    margin: 0 0 10px 0;
    color: #e1ebf1;
    font-weight: bolder
    }
/* ============================================================================================================================
== Navigation
** ============================================================================================================================ */
nav {
    background: rgba(205, 141, 126, 0.8);
    text-align: center;
    margin: 4% 10%;
    padding: 20px 20px 15px 20px
    }
nav ul {
    list-style: none;
    margin: 0 auto
    }
nav ul li {
    display: inline;
    text-align: center;
    margin: 20px;
    padding: 5px;
    border: 0 solid #000
    }
nav ul li:hover {
    border-top: 1px dashed #4b617d;
    border-bottom: 1px dashed #4b617d
    }
nav ul li a, nav ul li a:link, nav ul li a:active, nav ul li a:visited {
    color: #fff;
    text-decoration: none;
    font-family: "Englebert", sans-serif;
    font-size: 1.5em
    }
nav ul li a:hover {
    text-shadow: 1px 1px 0 #4b617d;
    color: #a5b9cc
    }
nav select {
    display: none
    }
/* =================================================================================================================
== Posts
** =================================================================================================================*/
.blog {
    background: #e1ebf1;
    margin: 30px;
    padding: 20px;
    text-align: justify
    }
.comments {
    margin: 25px 0 0 0;
    padding: 4px 0 0 0;
    text-align: right;
    border-top: 1px dashed #4b617d
    }
.categories {
    text-align: right;
    margin: 15px 0 5px 0
    }
.postnavigation {
    text-align: right;
    margin: 0 10px 0 0
    }
/* ============================================================================================================================
== Sidebar Content
** ============================================================================================================================ */
.twittertime {
    font-size: 0.7em;
    float: right
    }
img.twitt {
    vertical-align: middle
    }
p.twittright {
    text-align: right;
    margin: 0
    }
/* ============================================================================================================================
== Footer
** ============================================================================================================================ */
footer {
    padding: 0;
    margin: 20px 0;
    text-align: center;
    font-size: 0.8em
    }
img#wpstats {
    display: none
    }
/* =================================================================================================================
== Links
** =================================================================================================================*/
a, a:link, a:active, a:visited {
    color: #cd8d7e;
    font-style: italic
    }
a:hover {
    text-shadow: 1px 1px 0 #fff
    }
/* ============================================================================================================================
== Random/Commonly Used Tags
** ============================================================================================================================ */
img {
    border: 0;
    max-width: 100%;
    height: auto
    }
.right {
    float: right;
    padding: 0 0 1px 5px
    }
.left {
    float: left;
    padding: 0 3px 1px 0
    }
.center {
    text-align: center;
    margin: 0 auto
    }
.u {
    text-decoration: underline
    }
ul li, ol li {
    margin: 0 0 0 45px
    }
.divider {
    border-bottom: 2px solid #4b617d;
    margin: 0 0 3px 0
    }
strong {
    font-weight: bolder;
    font-size: 1.05em
    }
/* ============================================================================================================================
== Form Prettiness
** ============================================================================================================================ */
input, select, textarea {
    padding: 4px;
    border: 1px solid #cd8d7e;
    background: rgba(205, 141, 126, 0.5);
    font-family: "Noto Serif", Georgia, serif;
    font-size: 0.9em
    }
input:focus, textarea:focus {
    background: rgba(205, 141, 126, 0.2)
    }
input[type=submit] {
    padding: 4px;
    cursor: pointer;
    text-transform: uppercase
    }
input[type=submit]:hover {
    background: rgba(205, 141, 126, 0.2)
    }
/* ============================================================================================================================
== Search Form
** ============================================================================================================================ */
#searchform input#s, #searchform input#searchsubmit {
    text-transform: lowercase;
    margin: 0;
    padding: 4px;
    font-size: 0.8em;
    border: 1px solid #4b617d;
    background: rgba(165, 185, 204, 0.3)
    }
#searchform input#s:focus {
    background: rgba(225, 235, 241, 0.3)
    }
#searchform input[type=submit]#searchsubmit {
    padding: 4px
    }
#searchform input[type=submit]#searchsubmit:hover {
    background: rgba(225, 235, 241, 0.3)
    }
/* ============================================================================================================================
== Comments Layout
** ============================================================================================================================ */
ul.commentlist {
    list-style: none
    }
ul.commentlist li {
    margin: 0 0 20px 0
    }
table.commentspretty {
    width: 90%;
    border: 4px solid #4b617d;
    margin: 0 auto;
    line-height: 14px;
    font-size: 0.8em
    }
table.commentspretty td {
    padding: 5px
    }
.commentsname {
    vertical-align: middle;
    background-color: rgba(165, 185, 204, 0.5);
    width: 90%
    }
.commentsavatar {
    vertical-align: middle;
    background-color: rgba(165, 185, 204, 0.5);
    margin: 0 auto;
    text-align: center
    }
.avatar {
    border: 2px solid rgba(75, 97, 125, 0.7)
    }
.commentsdate {
    vertical-align: middle;
    background-color: rgba(165, 185, 204, 0.5);
    border-bottom: 1px dashed #4b617d
    }
.commentsblurb {
    background: rgba(165, 185, 204, 0.3)
    }
ul.children {
    list-style: none;
    margin: 20px 2px 0 35px;
    padding: 25px 0 0 0;
    background: url(replybg.png) no-repeat;
    border: 0
    }
/* ============================================================================================================================
== Comments Form
** ============================================================================================================================ */
table#commentswrite {
    width: 70%;
    margin: 0 auto
    }
table#commentswrite label {
    font-size: 0.9em
    }
table#commentswrite input {
    width: 20em;
    padding: 4px;
    margin: 4px
    }
table#commentswrite textarea {
    width: 21em;
    margin: 4px 0 0 0
    }
table#commentswrite input[type=submit] {
    width: 6em
    }
/* ============================================================================================================================
== Archives Page
** ============================================================================================================================ */
ul.archivelist {
    list-style-image: url(/images/arrow.gif)
    }
table#wp-calendar {
    width: 40%;
    margin: 0 0 0 75px;
    text-align: center
    }
table#wp-calendar caption {
    font-weight: bold;
    border-bottom: 2px solid #4b617d
    }
table#wp-calendar #prev {
    text-align: left
    }
/* =================================================================================================================
== Content Organization
** =================================================================================================================*/
ul.links {
    list-style-image: url(/images/linkarrow.gif)
    }
.goback {
    margin: 20px 0 0 0
    }
/* =================================================================================================================
== Contact Page
** =================================================================================================================*/
table#contact {
    width: 75%;
    margin: 0 auto
    }
table#contact td {
    padding: 4px 0
    }
table#contact input {
    width: 20em
    }
table#contact textarea {
    width: 21em
    }
table#contact input[type=submit] {
    width: 6em
    }
/* =================================================================================================================
== Movies Watched Page
** =================================================================================================================*/
table.movieswatched {
    width: 85%;
    margin: 0 auto
    }
table.movieswatched td {
    padding: 2px 0
    }
table.movieswatched td.movieleft {
    text-align: left;
    width: 71%
    }
table.movieswatched td.dateright {
    text-align: right;
    width: 18%
    }
table.movieswatched td.starcenter {
    text-align: center;
    width: 11%
    }
/* =================================================================================================================
== Rating Stars Page
** =================================================================================================================*/
table#ratingstars {
    width: 90%;
    margin: 0 auto;
    text-align: center
    }
table#ratingstars td {
    padding: 8px 0
    }
/* =================================================================================================================
== Smilies Page
** =================================================================================================================*/
table#smilies {
    width: 70%;
    margin: 0 auto;
    text-align: center
    }
table#smilies td {
    padding: 8px 0
    }
/* =================================================================================================================
== Videos
** =================================================================================================================*/
.videowrap {
    width: 560px;
    max-width: 100%;
    margin: 0 auto
    }
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
    }
.video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
/* ============================================================================================================================
== Mobile Styles
** ============================================================================================================================ */
@media only screen and (max-width: 480px) {
    body, #container {
        width: 100%
        }
    img {
        max-width: 100%;
        height: auto
        }
    #main {
        width: 100%;
        margin: 190px 0 0 0;
        padding: 0;
        border: 0 solid red
        }
    .blog {
        margin: 15px 10px;
        padding: 10px
        }
    .sidecontent {
        display: none
        }
    #sidebar {
        width: 100%;
        min-height: 175px;
        max-height: 150px;
        background: url(pattern2.png);
        margin: 0;
        padding: 0
        }
    #sidebar img {
        max-height: 135px
        }
    header {
        margin: 20px 0
        }
    h1 {
        font-size: 1em;
        line-height: 120%
        }
    h3 {
        font-size: 0.7em;
        line-height: 120%
        }
    table#commentswrite input, table#contact input {
        width: auto
        }
    table#commentswrite textarea, table#contact textarea {
        width: auto
        }
    }
@media (max-width: 755px) {
    nav {
        margin: 0 20%
        }
    nav ul {
        display: none
        }
    nav select {
        display: inline-block;
        margin: 0 auto;
        font-size: 0.8em;
        background: rgba(165, 185, 204, 0.3);
        border: 1px solid #4b617d;
        padding: 5px;
        color: #fff
        }
    h1 {
        font-size: 1.3em;
        line-height: 140%
        }
    h3 {
        font-size: 0.8em;
        line-height: 140%
        }
    }