/* 
	Theme Name: White as Milk
	Theme URI: http://www.azeemazeez.com/stuff/themes/
	Description: A Clean, White theme for WordPress
	Author: Azeem Azeez
	Author URI: http://www.azeemazeez.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */
html { height: 100%; margin-bottom: 1px;}

body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Sans-Serif;

	color: #000;
	text-align: center;
	background-color: #fff;
	}

#page {
	background-color: #fff;
	text-align: left;

	}




#blog_title_hide {
	display:none;
}

#content {
	float:right;
	width:550px;
	}

.widecolumn .entry p {
	font-size: 0.9em;
        width: 500px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.narrowcolumn p {
width:500px;

}

.widecolumn {
	
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	font-size:.85em;
	}

.alt {
	background-color: #fff;
	
	}

small {
	
	font-size: 0.85em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	
	font-weight: bold;
        color: #000;
	}

h1 {
	font-size: 18pt;
	text-align: left;
font-weight: normal;
font-family: Georgia, serif;
font-style: italic;  
	}

#headerimg {
	
}

#header a{
	
text-decoration:none;

}

#header p {
	margin-bottom:0px;
	}
	




h2.pagetitle {
	font-size: 1em; 
        font-weight: normal;
font-family: Georgia, serif;
	}

#sidebar h2 {
        margin: 15px 0 5px 0;
	font-weight: normal;
	font-size: 1.4em;
        font-family: Georgia, serif;
        font-style: italic; 
        text-transform: capitalize;
        color: #000;
	}


#sidebar a {color: #000; text-decoration:none;}
#sidebar a:hover {color: #000; text-decoration:underline;}

h3 {
	margin: 20px 0px 5px 0px;
	text-align: left;
	font-size:1.4em;
        font-style: italic; 
        font-weight: normal;
        font-family: Georgia, serif;
        color: #000;
        text-transform: capitalize;
   }


.entry p a {
	color: #000;
text-decoration: underline;
	}

.entry p a:hover {
	color: #000;
text-decoration: none;
	}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


#sidebar {
	font-size: 0.85em;
line-height: 1.4em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	
	}
	
code {
	font-size: 1.1em;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	
	}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}
	

/* End Typography & Colors */



/* Begin Structure */
body {text-align:center; 
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0px;
	padding: 10px 0px 0 100px;
	width: 750px;
	background-color:white;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	margin-bottom:34px;
	}



#header p{
	margin-left:0px;
	margin-top:0px;
}

.narrowcolumn {
	float: right;
	padding: 0 0 10px 15px;
	margin: 0;
	}

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 0 0 10px;
	width: 500px;
	}

.narrowcolumn .entrytext {
	line-height: 1.5em; 
	}



.narrowcolumn .entrytext a {
	text-decoration: underline; 
	}
	
.post h2{
	margin: 15px 0px 2px 0px;
	text-align: left;
	font-size:1.6em;
        font-style: italic; 
        font-weight: normal;
        font-family: Georgia, serif;
        color: #000;
text-transform: capitalize;
display: block; 
	}
	
.post h2 a:hover{
color: #000;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
padding-bottom: 20px;
	}

.widecolumn .postmetadata {
	margin: 30px 0 50px 0;
	}
	
#footer {
	padding: 40px 0 30px 25px;
	margin: 0 auto;
	width: 100%;
	clear: both;
        color: #666;
	text-align:center;
	
	}

#footer a {color: #666; text-decoration: underline;}



#footer p {
	margin-left: 0px;
	margin-top:0px;
	}


/* End Structure */

hr {
	display: none;
}




h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0 0 4px 0;
	max-width: 100%;
	}


	
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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
list-style: none;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0 0 10px 0;
	padding: 0;
list-style: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 3px;
text-transform: capitalize;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 15px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.entry li a {
	color: #000;
text-decoration: underline;
	}

.entry li a:hover {
	color: #000;
text-decoration: underline;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align:right;
	}

#sidebar #searchform #s {
	width: 85px;
	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;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	width:150px;
	float:left;
	text-align:left;
        list-style: none;
	}

#sidebar form {
	margin: 0;
	}
	

	
#pagenav {
	margin:0px;
}	
	
/* End Sidebar */


.navigation {
	display: block;
	margin: 0px 0px 15px 0px;
	max-width: 500px;
}	




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 0px;
	}

blockquote cite {
	margin: 0px;
	display: block;
	}

.center {
	text-align: center;
	}

.hrhide {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:0 0 20px 0;
        font-size: 1em;
        width: 500px;
	}
	
img#wpstats{display:none}

/* End Various Tags & Classes*/




/* CSS Document */
