/*
 Theme Name:   Solstoria
 Theme URI:    http://www.solstoria.net/
 Description:  Inkblot child theme for Solstoria
 Author:       Charmwitch
 Author URI:   http://solstoria.net
 Template:     inkblot
 Version:      1.0.0
 License:      NOPE
 License URI:  NOPE
 Tags:         
 Webcomic: 4
*/
@import url("../inkblot/style.css");

#page{max-width:800px;color:#000;background:url() no-repeat center bottom;border-top:0}
#main{background-color:transparent}
#footer{background-color:transparent;font-size:small;text-align:center}
#header nav{border-top:2px solid #f8d1f7;border-bottom:2px solid #f4e7d7;margin:0 0 20px;font-weight:700}
.post-webcomic nav{background-color:transparent}

html{font-size:100%}

a{color:#6383A5}
a:hover{color:#002144}
.post-webcomic nav.above{border-color:#000}
hr{color:#1b1733}::-moz-selection{color:#1b1733}
::selection{background-color:#1b1733;color:#3c3033}
#header nav,#footer,.post-comments-link a,.post-comments-link a:focus,.post-comments-link a:hover,.post-actions a,.post-actions a:focus,.post-actions a:hover,.comment-actions a,.comment-actions a:focus,.comment-actions a:hover,#commentform .required,.webcomic-transcribe-form .required,.post-webcomic nav{color:#deaf30}
#header nav a,#footer a,.post-webcomic nav a{color:#4079ae}
#header nav a:focus,#header nav a:hover,#header li:hover > a,#header .current_page_item a,#header .current_page_ancestor a,#footer a:focus,#footer a:hover,.post-webcomic nav a:focus,.post-webcomic nav a:hover{color:#24a381}

.post-comments-link a{background:none;color:#6383A5}
.post-comments-link a:hover{background:none;color:#002144}


#bodywrap{
    width:825px;
    padding:26px;
    background:#fff4d4;
    border:2px solid #bcd9d4;
    margin:0 auto;
    margin-top:15px;
    margin-bottom:15px;

    -moz-box-shadow:    0px 0px 10px 0px #000;
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    box-shadow:         0px 0px 10px 0px #000;
}
.first-webcomic-link{
    width:75px;
}
.previous-webcomic-link{
    width:60px;
}
.next-webcomic-link{
    width:58px;
}
.last-webcomic-link{
    width:74px;
}
#archive-webcomic-link{
    width:55px;
    height:49px;
    background-image:url('http://solstoria.net/wp-content/themes/inkblot/images/top.png');
}
.webcomic-link{
    height:49px;
}
.below{
    width:382px;
    margin: 0 auto;
    margin-top:15px;
    margin-bottom:15px;
}
#sidebar1{
    width:208px !important;
    background:#f9cae1;
    border:2px solid #e181b0;
    border-radius:10px;
    text-align:center;
}
main{

    background:#f9cae1;
    border:2px solid #e181b0;
    border-radius:10px;
}



/* 
inkblot is evil
*/

.wrapper{max-width:825px;
padding: 26px;
    background: #fff4d4;
    border: 2px solid #bcd9d4;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px 0px #000;
}



footer{    
background-color: transparent;
    font-size: small;
    text-align: center;
}

#menu-navigation ul {font-weight: 700;}

.sidebar1 {
width:236px;
    min-height: 700px;
    background-color: #f9cae1;
    border: 2px solid #e181b0;
    border-radius: 10px;
    text-align: center;
margin-left:-4px;
margin-top:-1px;
}

main {
    margin-left:8px;
    background: #f9cae1;
    border: 2px solid #e181b0;
    border-radius: 10px;
}

.contentinfo{color: #deaf30;}

#ibar{
background-color:#6383a5;
width:320px;
overflow:hidden;
margin:0px auto;
margin-bottom:8px;
padding:0px;
}

@media only screen and (min-width:825px){
#ibar{width:764px;}
}

#tinymce{
background:white;
}