/* +++ Selectors +++ */

html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 10px;
	padding: 0px;
	background: #FFF;
	font-family: Verdana, sans-serif;
	}

div {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

img {
	border: 0px;
	}

.entry img {
margin-right: 6px;
margin-left: 6px;
}

blockquote {
	color: #000;
	margin: 0px 15px 0px 40px;
	}

a:link, a:visited {
	color: #3399FF;
	text-decoration: none;
	font-weight:bold;
	}

a:hover {
	color: #FF0000;
	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;
	border-bottom: 1px solid #CCC;
	background: transparent;
	color: #39F;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

h1 a:link, h1 a:hover, h1 a:visited {
	color: #39F;
	background: transparent;
	text-decoration: none;
	}

h2 {
	margin: 10px 0px 5px 0px;
	border-bottom: 1px solid #CCC;
	background: transparent;
	color: #000;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	}

h2 a:link, h2 a:hover {
	text-decoration: none;
	}

h3 {
	margin: 0px 15px 10px 0px;
	border-bottom: 1px solid #CCC;
	background: transparent;
	color: rgb(76, 89, 116);
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

h3 a:link, h3 a:hover {
	color: #000;
	text-decoration: none;
	}

input, select{
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #333;
	font-family: Arial, 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: Arial, 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;
	}



/* holds the logo */

#header {
	height: 120px;
	margin: 0px;
	padding: 0.5em;
	border: none;
	background: transparent ;
	}

/* holds the center and right columns */

#columncontainer {
	float: right;
	width: 710px;
	}

/* the center column */

#content {
	float: left;
	width: 480px;
	height: 100%;
	padding: 6px;
	color: #000;
	font-size: small;
	text-align: left;
	}

/* holds the right column */

#contentrightcontainer {
	margin-left: 490px;
	margin-top:45px;
	color: #000;
	font-size: 12px;
	}

/* holds the left column */

#contentleftcontainer {
	margin-right: 715px;
	margin-top: 0px;
	color: #000;
	font-size: 11px;
	}

/* the right column */

#contentright {
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px 6px 10px 6px;
	background: transparent;
	font-size: 11px;
	color: #333;
	}

/* the left column */

#contentleft {
	padding: 6px 6px 10px 6px;
	background:transparent;
	color:  rgb(76, 89, 116);
	font-size: 11px;  
	line-height: 16px;
	}

/* the footer */

#footer {

	clear: both;

	padding: 0.5em;

	border-bottom: 1px solid #CCC;

	border-top:  1px solid #CCC;

	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: #000;
	}

#contentleftcontainer ul a {
	color: #000;
	font-weight:normal;
	}

#contentleftcontainer ul a:hover {
	color: rgb(76, 89, 116);
	text-decoration: none;
	font-weight:normal;
	}

#contentleftcontainer .page_item a {
	color: rgb(76, 89, 116);
	font-weight: bold;
	line-height: 125%;
	}

#contentleftcontainer .page_item a:hover {
	color: rgb(76, 89, 116);
	text-decoration: none;
	font-weight: bold;
	line-height: 125%;
	}

/* right content column */



#contentright h2 {
	margin: 15px 0px 5px 0px;
	border-bottom: 1px solid #CCC;
	background: transparent;
	color: #000;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	}

#contentright ul {
	list-style: none;
text-align: right;
	margin: 0px;
	}

#contentright li {
	padding-left: 5px;
	}

/* footer */



#footer a:link, #footer a:visited, #footer a:hover {

color: #333;

	text-decoration: underline;

	}

	



/* +++Top Bar Navigation+++ */

#navbar {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border-top: 1px solid #000;
border-bottom: 1px solid #000;
	z-index: 1;
	}

#navbar ul {
	position: relative;
	margin-top: 5px;
	padding: 0;
	list-style-type: none;
	text-align: left;
	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: #000;
	text-decoration: none;
	}



#navbar li a:hover {
	color: #F00;
	}





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

div.podPress_content div {
padding-top: 10px;
padding-bottom: 10px;
}



/* +++Classes+++ */



	

.entry {

	line-height: 130%;

	}



.postmetadata {

	padding: 10px 0 10px 0;

	background: #FFF;

	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-bottom: 20px;

	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;

	}

	
.textwidget {
text-align: right;
}




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





