#content .attachment-mainthumb {
	float: right;
}

.attachment-mainthumb {
	float: left;
	width: 160px;
	height: 125px;
	background: #fff;
	padding: 2px;
}

/* Galleries */

#galleries {
	width: 680px;
	float: left;
	margin: 0;
    margin-top:-20px;
}

#galleries .post {
	width: 160px;
	height: 100px;
	float: left;
	clear: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

#postinfo {
	width: 186px;
	background-color: rgba(0,0,0,.3);
	float: left;
	clear: left;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-top: 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#galleries h2.entry-title a {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

#galleries h2.entry-title {
	width: 160px;
	float: left;
	margin-left: 8px;
}

#titlearrow {
	float: right;
	width: 10px;
	margin-top: 5px;
	margin-right: 4px;
}

.post {
	margin:0;
	padding:0;
	padding-bottom: 30px;
	clear: left;
	float: left;
	width: 100%;
}

#timestamp {
	margin: 0;
	color: #fff;
	font-style: italic;
	margin-bottom: 10px;
}

.entry {
}

/* Post and Pages titles */

h1.entry-title,
h2.entry-title {
	padding: 0;
	line-height: 28px;
	margin: 0;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	text-transform: none;
	font-family: 'Trebuchet MS', arial, helvetica, tahoma, sans-serif;
}
	
h2.entry-title a {
	color: #fff;
	padding:0;
	margin: 0;
	text-transform: none;
	font-weight: normal;
	font-size: 26px;
	line-height: 28px;
	text-decoration: none;
	font-family: 'Trebuchet MS', arial, helvetica, tahoma, sans-serif;
}

h2.entry-title a:hover {
	text-decoration: none;
}

h2.pagetitle {
	display: none;
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin:8px 0;
}

/* Read More link */

a.more-link {
	color: #fff;
	text-decoration: underline;
	float: left;
}

a.more-link:hover {
	text-decoration: none;
}
	
.alignleft a {
	float:left; 
	margin:25px 0;
}

.alignright a {
	float:right;
	margin:25px 0;
}

ol {
	margin: 10px;
}

ul {
	margin: 5px;
}

