a img { 
  border: none;
}

#content { 
  margin-left: 25px;
}

.post { 
  width: 460px;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}

.post .title { 
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
}
.post .title a { 
  color: #990033;
}


.post .info { 
  text-align: right;
}


.post .text { 
  width: 100%;
  text-align: left;
  font-size: 12pt;
  line-height: 1.4em;
}

.post a { 
  color: #0066cc;
}

#highlights { 
  float: right;
  width: 370px;
  padding-top: 0;
}
#highlights h2 { 
  font-weight: bold;
  font-size: 1.6em;
  padding: 0 0 10px 0;
  margin: 0;
}
#highlights h3 { 
  font-size: 1em;
  margin: 2px;
  padding: 0;
}
#highlights .entry { 
  margin: 0 0 10px 0;
  padding: 0 5px 5px 5px;
}
.entrytwo { 
  text-align: left;
}
#highlights a { 
  text-decoration: none;
}
#highlights img { 
  border: none;
}
.entry1 { 
  float: right;
  margin-top: -2px;
}
.entry2 { 
}
.entry1, .entry2 { 
  text-align: center;
  width: 49%;
}

/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
/*
	clear: both;
*/
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}


.divider { 
  width: 100%;
  text-align: center;
}
.coloredinput { 
  background: #E4E2FF;
}
