/* +++ Selectors +++ */

html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 10px;
	padding: 0px;
	background: rgb(255,255,255);
	font-family: Verdana, sans-serif;
	}	

div {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

img {
	border: 0px;
	}

blockquote {
	color: #000;
	margin: 0px 15px 0px 40px;
	}

a:link, a:visited {
	color: rgb(77,11,82);
	text-decoration: none;
	font-weight:bold;
	}

a:hover {
	color: #ABB463;
	text-decoration: none;
	}

ul {
	list-style-image: none;
  	padding-left: 0px;
	}

td, th {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #000;
	}

h1 {
	margin: 0px 5px 10px 0px;
	background: transparent;
	color: rgb(171,180,99);
	text-align: left;
	font-family: Geneva,"Lucida Sans",
             sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

h1 a:link, h1 a:hover, h1 a:visited {
	color: rgb(171,180,90);
	background: transparent;
	text-decoration: none;
	}

h2 {
	margin: 10px 0px 5px 0px;
	background: transparent;
	color: #FFF;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	}

h2 a:link, h2 a:hover {
	text-decoration: none;
	}

h2#comments, h2#postcomment {
	color: rgb(171,180,90);
	}

h3 {
	margin: 0px 15px 10px 0px;
	background: transparent;
	color: rgb(171,180,90);
	text-align: right;
	font-family: Geneva,"Lucida Sans", sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

h3 a:link, h3 a:hover {
	color: #4D0B52;
	text-decoration: none;
	}

input, select{
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #333;
	font-family: Geneva,"Lucida Sans",sans-serif;
	font-size: 11px;
	}

textarea {
	width: 98%;
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCC;
	background-color:#FFF;
	color: #333;
	font-size: 12px;
	font-family: Geneva,"Lucida Sans",sans-serif;
	}


/* +++ Structural +++ */

/* holds the whole page */

#container {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px 15px 0px 5px;
	background: transparent url() repeat-y 0px 3px;
	}

/* holds the logo */

#header {
	height: 145px;
margin: 0px 0px 0px -5px;
	padding: 0px 0px -3px 0px;
background: #FFF;
	}

/* holds the center and right columns */

#columncontainer {
	float: right;
	width: 760px;

}

/* the center column */

#content {
	float: left;
	width: 490px;
	height: 100%;
	margin-top: 30px;
padding: 6px;
	color: #000;
	font-size: small;
	text-align: left;
	}

/* holds the right column */

#contentrightcontainer {
	margin-left: 510px;
	color: #000;
	font-size: 12px;
	}

/* holds the left column */

#contentleftcontainer {
	margin-right: 764px;
	margin-top: -3px;
color: #FFF;
	font-size: 11px;
text-align: left;
	height:100%;}


/* the right column */

#contentright {
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px 6px 10px 6px;
	background: transparent;
	font-size: 11px;
	color: #000;
	}

/* the left column */

#contentleft {
	padding: 6px 6px 10px 6px;
	color:  #FFF;
	font-size: 11px;  
	line-height: 16px;
	}


/* the footer */

#footer {
	clear: both;
	margin-left: 200px;
margin-top: 150px;
padding: 0.5em;
	color: #333;
	text-align: center;
	font-size: 9px;
	}

/* +++ Additional Selectors for Specific Columns +++ */	

/* left content column */

#contentleftcontainer ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	color: #4D0B52;
text-align: left;
	}

#contentleftcontainer li {
padding-bottom: 15px;
}

#contentleftcontainer ul a {
	color: #4D0B52;
	font-weight:bold;
font-size: 12px;
	}

#contentleftcontainer ul a:hover {
	color: rgb(171,180,90);
	text-decoration: none;
	font-weight:bold;
	}

#contentleftcontainer {border-right-style:solid;border-right-width:2px;
border-right-color:#ABB463}



/* right content column */

#contentright h2 {
	margin: 15px 0px 5px 0px;
	background: rgb(255,255,255);
	color: #000;
	padding: 4px;
text-align: left;
	font-size: 12px;
	font-weight: bold;
	}

#contentright ul {
	list-style: none;
	margin-top: 10px;
	font-size: 12px;
}

#contentright li {
	padding-left: 5px;
padding-bottom: 10px;
	}


/* content */
#content ul {
margin-left: 15px;
}

.lowerfeatured h2 {
	margin: 15px 0px 5px 0px;
	background: rgb(171,180,90);
	color: #FFF;
	padding: 4px;
text-align: left;
	font-size: 12px;
	font-weight: bold;
	}


/* footer */

#footer a:link, #footer a:visited, #footer a:hover {
	color: #000;
	text-decoration: underline;
	}

#footer ul {
list-style: none;
}

#footer li {
display: inline;
padding-left: 10px;
}


/* +++Top Bar Navigation+++ */

#navbar {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-top: 1px solid rgb(191, 205, 232);
	z-index: 1;
	}

#navbar ul {
	position: relative;
	margin-top: -8px;
	padding: 0;
	list-style-type: none;
	text-align: right;
	z-index: 2;
	margin-left: 0px;
	}

#navbar li {
	display: inline;
	margin: 0 5px;
	text-align: center;
	font-size: 14px;
	}

#navbar li a {
	padding: 1px 7px;
	color: rgb(76,89,116);
	background-color: #FFF;
	border-right: 1px solid rgb(126,143,175);
	border-left: 1px solid rgb(191,205,232);
	border-top: 1px solid rgb(191,205,232);
	border-bottom: 1px solid rgb(126,143,175);
	text-decoration: none;
	}

#navbar li a:hover {
	color: #CCC;
	border:  #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}


/* +++Misc IDs+++ */

#feed ul a {
	font-weight:normal;
	margin-right: 5px;
	}

#archive1 {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 45px;
	}

#archive1 ul {
	padding-left: 10px;
	}

#archive2 {
	float: left;
	margin-top: 15px;
	}

#archive2 ul {
	padding-left: 10px;
	}

#blogroll {
	line-height: 14px;
	}

#wpfooter {
	display: none;
	}


/* +++Classes+++ */

.frontpost {
margin: 30px 5px 20px 0px;
background: #FFF;
padding:10px;
}


.entry {
	line-height: 130%;
	}

.postmetadata {
	padding: 10px 0 10px 0;
	color: rgb(126, 143, 175);
	text-align: left;
	font-size: 11px;
	}

.postmetadata a {
	font-weight: normal;
	}

.popup {
	padding: 5px;
	background-color: #FFF;
	color: #000;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 11px;
	}

.comment {
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
	color: #333;
	font-size: 12px;
	}

.commentauthor {
	color: rgb(55, 95, 57);
	text-align: left;
	font-size: 11px;
	}

.alignleft {
	float: left;
	text-align: left;
	}

.alignright {
	float: right;
	text-align: right;
	}

.blurb {
	margin-left: 6px;
	margin-bottom: 20px;
	text-align: justify;
	}

.tile {
	margin: 15px 0px 15px 0px;
	}

.recent ul {
	list-style-type: none;
	}

.recent ul a {
	font-weight: normal;
	}


/* Hides from IE5-mac \*/

* html #navbar {height: 1%;}
* html #columncontainer {height: 1%;}
* html #contentright {height: 1%;}
* html #contentrightcontainer {height: 1%;}
* html #content {height: 1%;}

/* End hide from IE5-mac */





