/*
 Theme Name: White as Milk, redux
 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%; line-height:120%; margin-bottom: 1px;}

body {
 font-size: 10.5pt; /* 62.5% supposedly resets 1em to 10px */
 font-family: Georgia, Serif;
 color: #002;
 line-height:122%;
 text-align: center;
 background-color:white;
 margin:0;
 padding:0 0 5px 0;
}

p {
 font-size:10.7pt;
 margin: 0;
 padding: .3ex 2px .3ex 0;
 line-height:125%;
}
p + p, p p {
 padding-top:0;
 margin-top:.75ex;
 text-indent:1.2em;
}

pre.poetry {
 clear:both;
 font-family: Georgia, Serif;
 font-family: Trebuchet MS, Helvetica Neue, Helvetica, sans-serif;
 white-space:pre;
 font-size:95%;
 text-indent:0;
 padding-left:1.2em;
}

.poetry em,
.poetry > em {
 font-style:normal;
 font-weight:bold;
 font-size:120%;
 margin-bottom:.8ex;
}

.poetry cite {
 display:block;
 width:66%;
 text-align:right;
}

.entrytext > p,
.entry > p {
 padding-right:55px;
}

#page {
 background-color: white;
 text-align: left;
}

#blog_title_hide {
 display:none;
}

#blog_description {
 font-size:9pt;
 color:#655;
 letter-spacing:1px;
 padding: 1px 0 0 0;
 margin-top:-.75ex;
 font-style:italic;
}

#content {
 margin: 0 35px 0 0;
 float:right;
 border-left:1px dotted #a99;
 width:480px; /* 410 was nice */
 padding: 0 0 30px 12px;
}

.widecolumn .entry p {

}

.narrowcolumn .entry, .widecolumn .entry {
/* line-height: 1.4em; */
}

.widecolumn {
/* line-height: 1.6em; */
}

.narrowcolumn .postmetadata {
 text-align: left;
 font-size:.8em;
}

.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; */
}

h1, h2, h3 {
 line-height:105%;
 font-family: 'Trebuchet MS', Verdana, Sans-Serif;
 font-weight: bold;
 margin:0 0 .2ex 1em;
 text-indent:-1em;
}

h1 {
 font-size: 2em;
 text-align: left;
}

.description {
 font-size: .9em;
 color:#88a;
 margin-left:210px;
}

h2 {
 font-size: 1.6em;
}

h2.pagetitle {
 font-size: 1.6em;
}

#sidebar h2 {
 font-family: Verdana, Sans-Serif;
 font-size: 1em;
}

h3 {
 font-size: 1.3em;
}

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: #223;
}

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;
}

.commentlist li, #commentform input, #commentform textarea {
 font-size: 95%;
}

.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 {
}

.commentmetadata {
 font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments,
.postmetadata, blockquote, strike {
 color: #310;
}

code {
 font-size: 90%;
}

acronym, abbr, span.caps
 {
 font-size: 0.9em;
 letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
 color: #06c;
 text-decoration: none;
}

a:hover {
 color: #147;
 text-decoration: underline;
}

#wp-calendar #prev a {
 font-size: 9pt;
}

#wp-calendar a {
 text-decoration: none;
}

#wp-calendar caption {
 font: bold 1.3em Verdana, Arial, Sans-Serif;
 text-align: center;
}

#wp-calendar th {
 font-style: normal;
 text-transform: capitalize;
}
/* End Typography & Colors */


/* Begin Structure */
#page {
 margin: 15px auto;
 padding: 0;
 width: 735px;
 background-color:white;
}

#header {
 padding: 0;
 color: #600;
 margin: 0 auto 18px 221px;
 width: 480px;
}

#header h1 {
 font-size:2.2em;
 margin-top:0;
 padding:0;
 margin-bottom:0;
}

#header a {
 font-size:inherit ! important;
 color: inherit ! important;
 line-height:100%;
 margin-bottom:0;
}

.narrowcolumn {
 float: left;
 padding: 0 0 10px 15px;
 margin: 0px 0 0;
}

.widecolumn {
 padding: 10px 0 20px 0;
 margin: 5px 0 0 150px;
 width: 450px;
}

.post h2 {
 margin-top:0;
 text-align: left;
 font-size:1.4em;
}

.post h2 a:hover {
color:#3b6ea5;
}

.post + .post, .post .post {
 margin-top:2em;
}

.widecolumn .post {
 margin: 0;
}

.narrowcolumn .postmetadata {
 padding-top: 5px;
}

.widecolumn .postmetadata {
 margin: 30px 0;
}

#footer {
 font-family:helvetica,sans-serif;
 font-size:9pt;
 padding: 5px 1ex 3px 1ex;
 margin: 0 0 1em 0;
 width: 390px;
 border:1px dotted #a99; -moz-border-radius: 8px;
 clear: both;
 text-align:center;
}

/* End Structure */

hr {
 display:none;
 visibility:hidden;
 margin:12px 0;
}

/* Begin Headers */
h1 {
}

h2 {
 margin-top: 30px;
}

h2.pagetitle {
 margin-top: 2px;
}

#sidebar h2 {
 margin-top: 5px;
 padding: 0;
 font-variant:small-caps;
}

h3 {
 padding: 0;
 margin-top: 30px;
}

h3.comments {
 padding: 0;
 margin: 40px auto 20px ;
}
/* End Headers */


/* Begin Images */
p img {
 padding: 0;
 max-width: 100%;
}

img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

img.right {
 padding: 4px;
 margin: 0 0 2px 7px;
 display: inline;
}

img.left {
 padding: 4px;
 margin: 0 7px 2px 0;
 display: inline;
}

.right {
 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;
}

#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 {
 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: left;
}

.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 {
 font: .9em trebuchet ms,verdana,sans-serif;
 width:170px;
 float:left;
 text-align:right;
}

#sidebar form {
 margin: 0;
}

#sidebar a {
 color:#3b6ea5;
 padding:0 2px;
 border:1px dotted #fff;
}

#sidebar a:hover {
 text-decoration:none;
 padding:0 2px;
 border:1px solid #339;
 color:#a00;
}

#pagenav {
 margin:0px;
}

/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
 empty-cells: show;
 margin: 10px auto 0;
 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;
}

#wp-calendar caption {
 text-align: center;
 width: 100%;
}

#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 {
 cursor: help;
}

acronym, abbr {
 border-bottom: 1px dashed #999;
}

blockquote {
 font-size:1.2em ;
 font-family:trebuchet ms, sans-serif;
 margin: 1ex 1em 1ex 1.2em;
 padding: 0 0 0 1ex;
 border-left: 3px double #766;
}

.center {
 text-align: center;
}

.hrhide {
 display: none;
}

a img {
 border: none;
}

.navigation {
 display: block;
 text-align: center;
 margin-bottom:30px;
}

/* brand new, not tweaked */
textarea, input[type=text] {
 font-size:8.5pt;
 border:1px solid #669;
 background-color: #ecedff;
 padding:0 2px;
}
textarea {
 width:95%;
}
input[type=submit] {
 font-size:8.5pt;
 letter-spacing:1px;
 font-variant:small-caps;
 border:1px solid #679;
 background-color: #abaaef;
}
.caps {
 font-variant:small-caps;
}



/* drop cap */
/* div.entry p:first-child:first-letter,
div.entrytext p:first-child:first-letter, */
div.entry > p:first-child:first-letter,
div.entrytext > p:first-child:first-letter {
 line-height:1.2em ! important;
 vertical-align:text-bottom ! important;
 font-size:440%;
 color:#655;
 font-weight:bold;
 padding:0 ! important;
 margin:-.1em 1px -.4ex -1px ! important;
 clear:both;
 float:left;
 text-transform:uppercase;
}
