/* 
	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
*/

/* The Cow goes Baa */
/* The structure used in this template was copied from
the Kubrick theme that came with Wordpress 1.6 to maintain
consistency. - Azeem Azeez */

/* Begin Typography & Colors */
body {
	background-color: #e7e7e7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
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;
}

p, ol, ul {
	font-size: 14px;
	line-height: 1.5em;
}
.intro {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height:normal;
}
.promo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height:normal;
        color: #ffff00;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #CC0000;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
        color: #ff0000;
}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

img {border: none}

#testimonial {
	width: 460px;
	background-color: #ffffcc;
	border: 2px dotted #ffff66;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px 100px;
}
#greybox {
	width: 560px;
	background-color: #E7E7E7;
	border: 2px solid #999999;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px 50px;
}
#testimonial p, #greybox p {
	line-height: 1.5em;
	margin: 0px;
}
.red {
	color: #CC0000;
}
.blue {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #ffff00;
}
.pink {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #0099ff;
}
        li {
        list-style: none;
        background: url(http://www.cross-tattoos.us/images/check1.gif) no-repeat left center;
        padding-left: 20px;
} 