



h2, h2 a {
    text-decoration: none;
    font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

h3 {
font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}


.navigation {
  padding-bottom: 15px;
}






a {
}

input {
/*  border: 1px solid #CCCCCC;*/
}




/* Left Column */
.narrowcolumn {  }

/* Who knows? */
.widecolumn {}

/* Right Column */
#sidebar { float: right; width: 268px; border-width: 1px;border-color: #CCCCCC; border-left-style: solid; padding-top: 10px; }

#sidebar ul { list-style-image: none; margin-bottom: 20px; margin-left: 10px; padding: 0px; }
#sidebar ul li { list-style-type: none;  margin-left: 10px; padding: 0px; }

#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: 15px;  margin-left: 0px; padding: 0px 0px 5px 15px; }
#sidebar ul a {
  text-decoration: none;
}

#sidebar ul a:hover {
  text-decoration: underline;
}

#searchform { margin-bottom: 10px; }


h2 { margin-bottom: 5px; padding-top: 0px; line-height: }

#s { width: 90px; }



/* Post container */
.post { border-color: #F1F1F1; border-width: 1px; border-bottom-style: solid; margin-bottom: 20px; clear: both; }

/* Post Date */
.post small { font-weight: bold; font-variant: small-caps; font-size: 11px; line-height: 24px; }


.post h2 a { margin-top: 8px; font-weight: bold; font-size: 16px; }


/* 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 h2 {  padding-bottom: 3px; border-color: #CCCCCC; border-width: 1px; border-bottom-style: solid; }



#comment { width: 100%; }






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

