/*
Theme Name: Dark Shadows
Theme URI: http://www.missionman.net/wp/wp-content/themes/darkshadows/
Author: Gary Milholland
Author URI: http://www.missionmanmusic.wordpress.com
Owner: missionmanmusic
Description: Sleak, stylish and responsive (so it will work well in mobile too), with some box shadow and text shadow
Version: 1.01
Tags: black, silver, purple, right-sidebar, responsive-layout, fluid-layout
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html       
*/

body{
    background-color: black;
    font: 16px arial, sans-serif;
}

#container{
    width: 90%;
    margin: 0 auto;
    background: black;
    border-radius: 14px;
    padding: 20px;
}

#sidebar{
    float: right;
    width: 200px;
    overflow: auto;
    padding-left: 15px;
    border-radius: 14px;
    background-color: #212121;
    padding: 15px;
}

footer{
    width: 90%;
    margin: auto;
    margin-top: 10px;
    background: #000;
    color: #fff;
    padding: 20px;
    border-radius: 14px;
}

nav div ul li{
    display: inline-block;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding: 5px;
    border-radius: 10px;
    background-color: #212121;
}

img, object, video, iframe{
    max-width: 98%;
    padding: 5px;
    margin: 0px 15px 5px 0px;
    box-shadow: 10px 10px 5px #333;
    width: auto;
    height: auto;
    text-indent: 10px;    
}

nav{max-width: 98%;}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail{
    max-width: 100%;
    width: auto;
    height: auto;
}

#BlogTitle{
    text-shadow: 3px 3px 3px #212121;
    max-width: 90%;
}

nav div ul li:hover{
    background-color: black;
}

a{
    color: #6600CC;
    font-family: Verdana;
    text-decoration: none;
}
a:hover{color: #32a106;}

nav div ul a:hover{
    color: #32a106;
    font-family: Verdana;
}

.postInfo{
    border-radius: 14px;
    background-color: #212121;
    padding: 15px;
    margin-bottom: 15px;
    width: 75%;
}

.postInfo h2 a{
    color: silver;
    text-decoration: none;
    text-indent: 5px;
    text-shadow: 5px 5px 5px #333;
}

h2{text-shadow: 5px 5px 5px #333;}

.postTime{
    text-indent: 15px;
    line-height: 10%;
    color: silver;
    vertical-align: top;
    margin-top: -15px;
}

header{
    vertical-align: top;
    position: absolute;
    top: 10px;
    width: 90%;
    padding: -10px 0px 15px 15px;
}
nav{padding-top: 20px;}
.wp-caption{font-family: Verdana;}
.wp-caption-text{font-size: 9px;}
.sticky{font: bold;}
.gallery-caption{font-family: Verdana;}
.bypostauthor{font-family: Verdana;}
.alignright{float: right;}
.alignleft{float: left;}
.aligncenter{margin: auto;}
/*smartphones*/
@media (max-width:800px){
    #sidebar{
    width: 90%;
    float: left;
    margin: auto;
    }
    #container{
    width:100%;
    position:absolute;
    left:-4%;
    }
    .postInfo{width: 90%;}
}
.page {
	    /* styles for all posts within the page class - add on next version of theme */
}
.page-id-2 {
	    /* styles for only page ID number 2 - add on next version of theme */
}
.logged-in {
	    /* styles for all pageviews when the user is logged in - add on next version of theme */
}