
/* Left Column */
.narrowcolumn {  }

/* Who knows? */
.widecolumn { }

/* Right Column */
#sidebar {  padding-top: 10px; }

#sidebar ul { list-style-image: none; margin: 0px 0px 20px 0px; padding: 0px; }
#sidebar ul li { list-style-type: none;  }

#sidebar ul li ul { list-style-image: url('/images/icon_arrow3.gif'); margin-left: 0px; margin-bottom: 13px; }

#sidebar ul li ul li { line-height: 20px; height: 22px; margin-left: 0px; }

#searchform { margin-bottom: 10px; }

h2, h2 a { margin-bottom: 5px; padding-top: 0px; color: #19357f; font-weight: bold; font-size: 16px; margin-top: 0px; padding-top: 0px; }


a {
	color: #19357F;
}


.date {
	color: #166492;
}


#sidebar h2, #sidebar h2 a {
  color: #19357f; font-weight: normal; font-size: 16px; margin-bottom: 0px;
}


a img {
  border: none;
}


/* Post container */
.post { border-color: #808080; border-width: 1px; border-bottom-style: solid; margin-bottom: 20px;  clear: both; margin-top: 20px; }


/* Post Date */
.post small { font-weight: normal;  font-size: 12px; line-height: 24px;
        padding-left: 24px;
        background: url('./images/icons.gif') no-repeat 0px -50px;
 }


 .post .entry {
   margin-top: 20px;
 }


.post h2, .post h2 a { margin-top: 0px; font-size: 20px;  }
.post h2 {
	clear: both;
}


#comment { width: 100%; }


a { font-size: 12px; font-weight: normal; }

.nav-container {
  padding: 0px 8px 0px 8px;
  margin-bottom: 20px;
  margin-top: 0px;

}

.search-container {
  margin-bottom: 13px;

}


#searchform label {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
}



#searchsubmit {
	display: none;
}


#s {
  width: 140px;
}



/* 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 {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

