/* 
	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.6
		
	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:62.5%;*/ /* Resets 1em to 10px */
	font-size:68.8%; /* Resets 1em to 11px */
	font-family: Arial, Helvetica, sans-serif;

	color: #333;
	text-align: center;
	background-color:#FFFFFF;
	}

/*no dotted border */
*:focus { -moz-outline: none; outline: none }

H1 {font-size:1em}  /* displayed at 24px */
H2 {font-size:1em}  /* displayed at 18px */
H3 {font-size:1em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

INPUT, SELECT, TH, TD {font-size:1em}


	
#page {
	text-align: left;
	/*background-color:#993333;*/
	}

#blog_title_hide {
	display:none;

}

#content {
	float:right;
	width:650px;
	margin-top: 4px;
	margin-bottom: 50px;
	/*background-color:#EED;*/
	}
	
/* makes sidebar "framed" fixed */
#sidebar {
	position:fixed;
	z-index:0;
}
#content  {
	position:relative;
	z-index:10;
}
	
/*  eummmm */
.entry {
	text-align: left;
	width:	100%;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}
	
.description {
	color:#333333;
	margin-left:190px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}


a, h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0px auto;
	margin-top: 57px;
	padding: 0;
	width: 910px;
	}
.narrowcolumn {
	float: left;
	margin: 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
h2.post{
	letter-spacing: 0.1em;
	margin:0px;
	margin-top:2px;
	width:	80%;
	display: block;
	float: left;
	}
	
h2.h2page{
	width:	100%;
	float: none;
}
.entrytext{
	margin-top:45px;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0;
	margin-top : 0;
	clear: both;
	text-align: right;
	}

.widecolumn .postmetadata {
	margin: 20px 0;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	text-align:center;
	}

#footer p {
	margin-left: 220px;
	margin-top:0px;
	}
/* End Structure */

hr {
	margin-left:0px;
	}

/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.post{
	text-transform:uppercase;
	color:	#444444;
	}
.post h2 a:hover{
	color:#3b6ea5;
	}
	
div.nav{
	float: left;
	width: 20%;
	margin-bottom: 45px;
	text-align: right;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* 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;
	}
	
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";
	}
**/
.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;
	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;
	}
ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 23px 0;
	padding: 0;
	}

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



/* Begin Form Elements */
#sidebar #searchform #s {
	width: 172px;
	padding: 2px;
	border: none;
	background:	#f0f0f0;
	color:	#999999;
	font-size: 1em;
	}
#sidebar #searchform {
	margin-bottom: 	29px;
}

.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 */
#logo {
	padding: 2px 0 44px 24px;
	}

#sidebar {
	width:249px;
	padding: 0 10px 0 0;
	float:left;
	/*background-color:#ccc;*/
	}
	
#sidebar h1{
	margin: 0 0 49px 6px;
	padding: 0;
	}

#sidebar form {
	margin-left: 23px;
	}
	
#sidebar a{
	padding: 0;
	color:#444;
	text-decoration: none;
	}
	
#sidebar ul a{
	/*padding: 0 4px;*/
	padding: 3px 4px;
	text-decoration: none;
	}
#sidebar ul li ul li{
	margin-bottom: 7px;
}

#sidebar ul a:hover,
div.nav a:hover{
	color:#FFF;
	background:#444;
	padding: 3px 4px;
	text-decoration: none;
	}
/* slected */
#sidebar .current_page_item a,
#sidebar .current_page_item a:hover,
#sidebar .current-cat a,
#sidebar .current-cat a:hover {
	background-color: #f0f0f0;
	color:#444;
	}	
#pagenav {
	margin:0px;
}	
	
/* End Sidebar */

/* 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: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hrhide {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	height:30px;
	}
	
/* mine*/

#hansolo{
	color: #999999;
	padding-top: 1px; /*compensate for title header*/
	border-bottom: solid 1px #999999;
	margin-bottom: 40px;
	}
	
.postmetadata a{
	color: #999999;
}

div.catThumb{
	float: left;
	font-size: 0.82em;
	width: 200px;
	margin-bottom: 20px;
	margin-right: 25px;
	text-align: center;
}

div.nav {
	margin-top: 2px;
}
div.nav a{
	color: #999;
	padding: 3px 4px;
	text-decoration: none;
}


div.catThumb img{
	margin-bottom: 5px;
}

div.nomargin {
	margin-right: 0;
}

.break {
	clear:both;
}


div.catThumb a{
	color: #999999;
	text-decoration: none;
}

img.thumbnail{
	opacity: 0.4;
	zoom: 1;
	filter: alpha(opacity = 40);
}

div.catThumb a span{
	padding: 3px 4px;
}
div.catThumb a:hover{
	text-decoration: none;
} 
div.catThumb a:hover span{
	background-color: #f0f0f0;
	color:#444;
}
div.currentThumb a span,
div.currentThumb a:hover span {
	color:#FFF;
	background:#444;
	text-decoration: none;
}

img#wpstats{
	width:0px;height:0px;padding:0px;border:none;overflow:hidden
}
