/* 
    Document   : blog
    Created on : Jun 27, 2009, 1:29:25 PM
    Author     : Adcuz
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.search a {
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    letter-spacing: -1px;
}

.boxpad {
    padding: 5px;
}

a#logohref  {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
}

#content {
    width: 700px;
    float: left;
}

#sidebar {
    width: 200px;
    float: left;
    margin-left: 15px;
    background-color: #000000;
}
#sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#sidebar h2 {
    margin: 10px 0px 0px 0px;
}
label.screen-reader-text {
    display: none;
}
input#s {
    width: 100px;
    background-color: #000000;
    color: #95F863;
    border: 1px solid #333333;
    padding: 2px;
}
input#searchsubmit {
    background-color: #333333;
    color: #95F863;
    border: none;
    padding: 2px;
}
/* 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;
    margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
    margin: 0px 10px 10px 0px;
	}
/* End Images */

.wp-caption {
    padding: 10px;
    background-color: #000000;
}
