/*  
Theme Name: Andalib Default
Theme URI: http://andalib.com/
Description: The default Andalib theme
Version: 1.0
Author:Justin Mann
Author URI: http://andalib.com/
*/

/* Begin Structure */
.post {
    margin: 0 0 40px;
    text-align: justify;
    }

.postmetadata {
    clear: left;
}
/* End Structure */

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */

/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px; 
    text-align: center;
    }

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }
/* End Form Elements */

/* Begin Sidebar */
#sidebar
{
    position: absolute;
    left: 15px;
    top: 185px;
    z-index: 2;
    width: 130px;
    }

#sidebar form {
    margin: 0;
    }

#nav a {
    background-color: #A78732;
    }
/* End Sidebar */
