/*
	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: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	color: #333;
	text-align: center;
	background-color:#faf4dc;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header a{
	color: #666;
	}

#content {
	float:right;
	font-size: 1.2em;
	width:600px;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.4em;
	}

#headerimg {

}

#header a{
	font-size: 1.4em;
	color: #3b6ea5;
	margin-left: 220px;
}

#header p {
	margin-bottom:0px;
	}

.description {
	font-size: 1.2em;
	color:#333;
	margin-left:220px;
	}

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:visited, .description, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited  {
	color: #666;
	}

a, a:visited, h2, h3, cite {
	text-decoration: none;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #444;
	}

a:hover {
	text-decoration: underline;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	text-decoration: underline;
	}

.entry p a:visited {
	color: #b85b5a;
	text-decoration: none;
	}

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 10px auto;
	padding: 0;
	width: 800px;
	background-color:white;
	}

#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	margin-bottom:34px;
	}

#header h1 {
	font-size:16px;
}

#header p{
	margin-left:220px;
	margin-top:0px;
}

/*	Begin Headers */
h1 {
	margin: 30px 0 0;
	}

h2 {
	margin: 30px 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}


/* Begin Images */
p img {
	padding: 7px;
	max-width: 100%;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 2px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 2px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 5px auto;
	padding: 5px 3px;
	text-align:right;
	}


a img {
	border: none;
	}
