@charset "UTF-8";

/* 

Propopoly Template CSS 
Created on June 7, 2010 by Neil Elver

Proportional Layout and Text
Based on Article Located Here: 
http://www.alistapart.com/articles/fluidgrids

Header width: 700px
Page width max: 988px


*/

body {
	/* margin:0;
	margin-top:0;
	padding:0;
	/* background-image:url(/images/bg.png); */
	background-color:rgb(19%, 11%, 9%);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


/* layout  */

/* header */

h1 {
	/* font-family: Georgia, serif; */
	font-size: 1.5em;        /* 24px / 16px = 1.5em */
	/* margin-left: 14.575%;    /* 144px / 988px = 0.14575 */
        text-align:center;
	font-weight: lighter;
}
p {
	font-size: .75em;
}
/* e1 is a the header - in three vertical slices */

.e1 {
	background-color:#FFFAF0;
	background-image: url(/images/largeG.png);
	background-repeat:no-repeat;
	background-position:center;
	border-width:thin;
	border-color:#AEAFB1;
	border-style:solid;
}
.e1 .lefthead {
	float: left;
	vertical-align:bottom;
	font-weight: lighter;
	margin-top:20px;
        margin-left:20px;
}
.e1 .head {
	vertical-align:middle;
	text-align:center;
}
.e1 .righthead {
	float: right;
	margin-top:10px;
	margin-right:10px;
}

/* header subhead */
.e1 p { 
        text-align:center;
        color: #907E5E;
        white-space: nowrap;
}

#page {
	margin: 40px auto;
	/* margin-top: -18px; */
	padding: 0em;
	max-width: 61.75em;      /* 988px / 16px = 61.75em */
	background-color:rgb(100%, 98%, 94%);
}

/* this is the middle of the page */ 

.center .content {
	float: right;
	width: 85.425%;          /* 844px / 988px = 0.85425 */
	background-color:#FFFAF0;
	/* border 
	border-width:thin;
	border-color:#AEAFB1;
	border-style:solid; */
}

.center .main {
	float: left;
	width: 74%;         /*  700px / 844px = 0.82938 - NEIL BROKE IT */
	background-color:#FFFAF0;
}

/* left column */
.center .info {
	float: left;
	width: 13.866%;          /* 124px / 988px = 0.12551 - neil says 137 / 988 = 0.13866  */
	background-color:#FFFFFF;
	/* border */
	border-width:thin;
	border-color:#AEAFB1;
	border-style:solid;
}

/* this is the entire right column */

.center .meta {
	float: right;
	width: 25%;          /* 124px / 844px = 0.14692 neil forced in 20% */
	background-color:#FFFFFF;
	/* border */
	border-width:thin;
	border-color:#AEAFB1;
	border-style:solid;
}

/* this is the underlined comment line */

.center .main h3 {
	border-bottom: 1px solid rgb(238, 238, 238);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(238, 238, 238);
	font-size: .75em;
	text-align:right;
	font-weight:normal;
}

/* 						   */
/*          menu h2 box headers              */
/* 						   */

.center .meta h2, .center .info h2 {
	/* background 
	background-image:url(/images/stripe3px.png); */
	background-color:#907E5E;
	background-repeat:repeat;
	font-family: font-family: Arial, Helvetica, Verdana, sans-serif;
	/* border */
	border-width:1px;
	border-color:black;
	border-style:solid;
	/* fonts */
	font-size: 0.7em;
	font-weight: bolder;
	text-transform: uppercase;
	color:rgb(100%, 98%, 94%);
	/* layout */
	width:85%;
	padding-top:0.8em;
	padding-bottom:0.8em;
	padding-left:1em;
	padding-right:1em;

}
/* blog posts */
.center .main .post {
	border:thick;
	margin:20px;
}

/* blog post title */ 
.center .main .post h2, .center .main .post a {
	color: rgb(19%, 11%, 9%);
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px;
margin-bottom:-20px;
	padding: 0px;
	text-align: left;
	/* text-transform: uppercase; */
}

.center .main .footer {
	
	margin:20px;
}

/* global link styles */

a, a:visited {
	color:rgb(19%, 11%, 9%);
	text-decoration:underline:;
}
a:hover {
	color:black;
	text-decoration:underline;
}

/*
.underlined a, a:visited {
	color:black;
	text-decoration:underline;
}
.underlined a:hover {
	color:rgb(126, 134, 49);
	text-decoration:none;
}
*/

/*   text styles   */
.menu, 
.menu a, 
.menu a:visited {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: none;
}
.menu2, 
.menu2 a, 
.menu2 a:visited {
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;
	text-align:center;
}
input {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	list-style-type: none;
	list-style-position:outside;
	padding: .4em;
	margin: 0;
	margin-top:-20px;
}
li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-top: 1em;
}
ol {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	list-style-type: upper-roman;
	list-style-position: outside;
}
.small {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .75em;
}
.big {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.5em;
}
.bodystyle {
	font-family: Arial, Helvetica, Verdana, sans-serif;;
}
.box1 {
	padding: .25em;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	border-width: .25em;
	border-style: solid;
	padding: .5em;
}
/* image padding */
img.floatright {
	float: right;
	margin: 14px 0px 3px 14px;
}

img.floatleft
{
float: left;
margin: 14px 14px 3px 0px;
}

a img {
	border: none;
}

