/*  
Theme Name: PFMPE
Theme URI: http://perfecteconomy.com/
Description: For internal use by PEOPLE For Mathematically Perfected Economy only.
Author: mike montagne
Author URI: http://perfecteconomy.com/
Template:
Version: 1.0
*/



/* Begin Typography & Colors */

body 
{
background: white;
color: rgb(0,0,50);
font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
letter-spacing: 0.10em;
padding: 0px;
text-align: left;
}

#page 
{
background-color: white;
border: 1px solid #959596;
text-align: left;
}

#headerimg 
{ 
margin: 7px 9px 0; 
height: 192px; 
width: 740px; 
}

.alt 
{
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

#footer 
{
background: #eee url('images/kubrickfooter.jpg') no-repeat top; 
border: none;
}

small 
{
/* font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em; */
font-size: 1.0em;
}

h1, h2, h3 
{
color: blue;
font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
letter-spacing: 0.2em;
padding-bottom: 2.5em;
text-align: left;
text-transform: uppercase;
}

.commentlist li 
{
font-weight: bold;
}

.commentlist cite, .commentlist cite a 
{
font-weight: bold;
font-style: normal;
}

.commentlist p 
{
font-weight: normal;
text-transform: none;
}

#commentform p 
{
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata 
{
font-weight: normal;
}

#sidebar 
{
font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike 
{
color: #777;
}

code 
{
font: 1.1em 'Courier New', Courier, Fixed;
}

#wp-calendar #prev a, #wp-calendar #next a 
{
font-size: 9pt;
}

#wp-calendar a 
{
text-decoration: none;
}

#wp-calendar caption 
{
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#wp-calendar th 
{
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
#header 
{
background-color: #73a0c5;
margin: 0 0 0 1px; 
padding: 0; 
height: 200px; 
width: 758px;
}

#headerimg 
{
margin: 0;
height: 200px;
width: 100%;
}

.post 
{
padding-top: 52px;
}

.post hr 
{
display: block;
}

.widecolumn .post 
{
margin: 0;
}

.narrowcolumn .postmetadata 
{
padding-top: 5px;
}

.widecolumn .postmetadata
{
margin: 30px 0;
}

.widecolumn .smallattachment 
{
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.widecolumn .attachment 
{
margin: 5px 0px;
}

.postmetadata 
{
clear: left;
}

#footer 
{
padding: 0;
margin: 0 auto;
width: 760px;
clear: both;
}

#footer p 
{
margin: 0;
padding: 20px 0;
}
/* End Structure */



/*	Begin Headers */
h1 
{
margin: 0;
}

#sidebar h2 
{
/* margin: 5px 0 0;
padding: 0; */
}
/* 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 
{
color: rgb(0,0,50);
/* float: right; */
font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
font-size: 9px;
font-style: normal;
font-weight: normal;
letter-spacing: 0.20em;
text-transform: uppercase;
}

.alignleft 
{
color: rgb(0,0,50);
/* float: left; */
font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
font-size: 9px;
font-style: normal;
font-weight: normal;
letter-spacing: 0.20em;
text-transform: uppercase;
}
/* End Images */



select 
{
width: 130px;
}



/* 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;
}

.nocomments 
{
margin: 0;
padding: 0;
}

.commentmetadata 
{
margin: 0;
display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar

{
padding: 20px 0 10px 0;
margin-left: 545px;
width: 190px;
}

/* 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 
{
width: 100%;
}

#wp-calendar td 
{
padding: 3px 0;
}

#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; */
}

hr 
{
display: none;
}

a img 
{
border: none;
}

.navigation 
{
display: block;
margin-top: 10px;
margin-bottom: 10px;
}

/* ul, li
{
color: rgb(215,0,90);
font-size: 9px;
text-transform: uppercase;
} */

