/*
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 mainContent 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 mainContent 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 =-=-=-=-=-=-=-=-=-=-=*/

body,div,form,p,ul,ol,li,h1,h2,h3,h4,h5,h6{margin:0px 0px;}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#EDEEF0 url("http://myverpa.com/images/body_bg.jpg") repeat-x left bottom;
	color:#231f20;
}
table{border:none;}
td{vertical-align:top;}
img{border:none;behavior:url("http://myverpa.com/pngbehavior.htc");}
p{color: #231f20;
	padding:0px 0px 10px;}

a{
	color: #231f20;
	text-decoration:none;
}

a:active, a:hover{color:#005DAA;}

h1, h1 a{
	color:#005DAA;
	font-size: 24px;
	font-weight:normal;
	font-style:italic;	
	padding:0px 0px 20px;
	text-decoration:none;
}
h2, h2 a{color:#005DAA;
	font-size: 24px;
	font-weight:normal;
	font-style:italic;	
	padding:10px 0px 0px;
	text-decoration:none;
}
h2.pagetitle{padding:0px;}
.narrowcolumn h2{padding-top:0px;padding-bottom:10px;}

#sidebar h2, #sidebar h2 a{color:#005DAA;font-size:16px;}
h3, h3 a{
	color:#005DAA;
	font-size: 20px;
	font-weight:normal;
	padding:0px 0px 10px;
	text-decoration:none;
}
h4, h4 a{
	font-size: 16px;
	font-weight:bold;
}
h5{
	font-size: 14px;
	font-weight:bold;
}
h6{
	font-size: 12px;
	font-weight:bold;
}

#wrapper{
	width:100%;
	background:transparent url("http://myverpa.com/images/pagebg.jpg") repeat-x left top;
}
#footer{background:transparent url("http://myverpa.com/images/footer.jpg") no-repeat left bottom;}
/* LogoWorks Style Sheet */
#logoworks, #logoworks a{
	font-size:10px;
	line-height:11px;
	color: #6A737B;
	font-weight:normal;
	text-decoration:none;
}
#page{width:1024px;
	margin: 0px auto;
	position:relative;}

#logo{padding: 42px 20px 25px 47px;}

#header{height:161px;}

/*IT'S ADVISED *NOT* TO CHANGE THESE, IF POSSIBLE*/
/*Width of the mainContent area*/
  #mainContent {margin-left:320px;
	width:600px;}

/*Width of the sidebar*/
  #sidebar {float:left;
	width:240px;
	padding: 43px 36px 20px 24px;
	margin:24px;}


#content{
	border-right:1px solid #C0D7E5;	
}

/*=-=-=-=-=-=-=-=-=-=-=- 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.
*/


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


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

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

.commentlist li, #commentform input, #commentform textarea {
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	}


.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #777;*/
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
/*	color: #06c;*/
	text-decoration: underline;
	}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a {
       text-decoration:none;
}

a:hover {
	/*color: #147;*/
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */




.post {
  border-bottom:1px solid #999;
  padding-bottom:4px;
	}


.post hr {
  display: block;
}

#mainContent .post {
  margin: 0;
}

#mainContent .postmetadata {
  font-size:11px;
padding-top:14px;
color:#555;
}

#tags {
font-size:11px !important;
color:#999;
}

#mainContent .postmetadata {
	margin: 10px 0;
	}

#mainContent .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#mainContent .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer{
	color: #6A737B;
	font-size:10px;
	padding:70px 0px 38px 100px;
	}


/* End Structure */





#sidebar h2 {
	margin: 5px 0 0;
	padding: 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;
	margin-bottom:10px;
	}

.alignleft {
	float: left;
	margin-bottom:10px;
	}
/* 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 {
	mainContent: "\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;
	}

#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 {
	width:300px;
	margin: 10px 0px 0px 0px;
	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;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
margin:0px;
	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 {
	padding: 1px 10px 10px 0;
/*	width: 180px;*/
margin-top:30px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px 0px 0 0px;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;color:#005DAA;

	}

#wp-calendar caption {	
width:155px;color:#005DAA;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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

.navigation .alignleft{
  padding-right:4px;}

/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*
  Ploo, ploo, white and blue. 
  I do love you true.
*/
#main{background:transparent url("http://myverpa.com/images/main_bg.jpg") repeat-y right top;}

#navMenu{width:730px;}
#navMenu ul, #navMenu li{list-style:none;float:left;margin:0px 0px;}
#navMenu ul{padding:102px 0px 0px 0px;width:730px;}
#navMenu li{
	padding: 0px 6px;
	color: #A6ABB0;
	border-right:1px solid #A6ABB0;}
#navMenu li.first{padding-left:8px;}
#navMenu li.first.selected{
	text-align:center;
	padding:0px 21px 0px 15px;
}
#navMenu li.last{padding-right:0px;
	border-right:none;}
	
#navMenu a{white-space:nowrap;
	display:block;
	color:#12175E;
	font-size:12px;
	text-transform:capitalize;
	text-decoration:none;
	}

#navMenu li:hover a{color:#3285B2;}

#navMenu li.noBorder{border-right:none;}

#navMenu li.selected{border-right:none;}
#blog li.selected{padding:0px 22px 0px 11px;}

#navMenu li.selected a{color: #005DAA;font-weight:bold;}

#navMenu li:hover a{color:#3285B2;}

#myverpablog{background:transparent url("http://myverpa.com/images/blog.jpg") no-repeat left top;
	height:161px;}
