/*
Theme Name: White as Milk
Theme URI: http://www.azeemazeez.com/blogs/white-as-milk/
Description: White as Milk is a clean template that puts focus on the content rather than the design.
Version: 1.8
Author: Azeem Azeez
Author URI: http://azeemazeez.com
Tags: blue, white, fixed width, two columns, widgets, clean

	White as Milk 1.8
	 http://www.azeemazeez.com/blogs/white-as-milk/
  
  White as Milk is a clean template that puts focus on the content rather than the design. The top part
  of this stylesheet contains elements which makes it easier for designers to customize their design.
  
	The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php*/


/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

/*Background Color of the page*/
  body {background-color:white;}

/*Body text color*/

/*Text color of the blog title in the header*/
  #header h1 a {color:#084702;}

/*Text color of the blog description in the header*/
  .description {color:#333;}

/*Headings color*/
  .post h2 a, #sidebar h2 {color:#084702;}

/*Headings hover color*/
  .post h2 a:hover {color:#333;}

  

/*Width of the entire page. You can
  also use a flexible width like so:
  #page {width:64em;}
*/
  #page {width:872px;}


/*IT'S ADVISED *NOT* TO CHANGE THESE, IF POSSIBLE*/
/*Width of the content area*/


/*Width of the sidebar*/
  #sidebar {width:24%;}

/*Position of the header from the left edge.*/
  #headerimg {margin-left:28%;}

/*Position of the footer from the left edge.*/

/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/



/*
THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT "KUBRICK" THEME.
THE STRUCTURE AND LAYOUT IS IN MY OPINION, NOT THE WAY CSS SHOULD
BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP
IT CONSISTENT.
*/

/* Begin Typography & Colors */
body {
 /* Resets 1em to 10px */
	font-family: 'Arial', Verdana, Helvetica, Sans-Serif;
	/*background: #fff;
	color: #333;*/}
	
	.pagetitle {color:#084702;
	font-size:1.3em;
	text-align:left;
	margin:0px;
	}
	
h2 a:link{
color:#084702;
text-decoration:underline;}

h2 a:hover{
color:#333;
text-decoration:underline;}


h2 a:visited{
color:#084702;
text-decoration:underline;}

#page {
	text-align: left;
	}


#content .postmetadata {}



/* End Typography & Colors */


/* Begin Structure */

/* Always show the scrollbar */


#header {
	padding: 0;
}

#content {
	width: 545px;
overflow:hidden;
text-align: left;
margin:0px;
	}

#sidebar {
text-align:left;
width:180px;
margin:0px;
}




/* End Structure */



/*	Begin Headers */


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


/* End Headers */



/* 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;
	}


/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px 5px 3px;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}

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




