
a.home_link {
	border-width: 0px;
	border-style: none;
	text-decoration:none;
}

img.no_border {
	border-size:0px;
	border-style: none;
}

#edit_layer {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	background-color: #000066;
}

#blog_list {
	width: 100%;
	clear: both;
	display: table;
	border-spacing: 4px;
}

#blog_edit {
	display: block;
}

div.row_even {
	clear: left;
	display:block;
	margin: 2px;
	height: 60px;
	display: table-row;
	background-color: SteelBlue;
}

div.row_odd {
	clear: left;
	display:block;
	margin: 2px;
	height:60px;
	display: table-row;
	background-color: RosyBrown;
}

div.blog_name {
	width: 10%;
	margin-right: 2px;
	display: table-cell;
}

div.blog_summary {
	width:75%;
	height:60px;
	display: table-cell;
}

div.scrollable {
	overflow: auto;
	width: 100%;
	height: 60px;
	margin:3px;
}

div.load_button {
	width:5%;
	display:table-cell;
}

div.blog_entries {
	width: 5%;
	display: table-cell;
	text-align: center;
}

div.blog_sort {
	width: 5%;
	display: table-cell;
	text-align: center;
}	

img.sort_arrow {
	width: 30px;
	margin-left:auto;
	margin-right: auto;
	vertical-align: text-bottom;
}
div.blog_text {
	width: 70%;
	height:30px;
	overflow:auto;
	display: table-cell;
	border-spacing: 4px;
}
div.blog_ord {
	width: 5%;
	display: table-cell;
	border-spacing: 4px;
}
div.blog_timestamp {
	width: 5%;
	display: table-cell;
	border-spacing: 4px;
}
#entry_list {
	width: 100%;
	clear: both;
	display: table;
	border-spacing: 4px;
	border: 2px solid white;
}

div.blog_photo_tall_left {
	width:210px;
	text-align: center;
	float:left;
	padding: 0px;
	margin:6px;
	clear:left;
}
div.blog_photo_tall_right {
	width:210px;
	text-align: center;
	float: right;
	padding: 0px;
	margin:6px;
	clear:right;
}
div.blog_photo_tall {
	width:210px;
	text-align: center;
	padding: 0px;
	margin:6px;
	clear:both;
}

div.blog_photo_wide {
	width:310px;
	text-align: center;
	padding: 0px;
	margin:6px;
	clear:both;
}
div.blog_photo_wide_left {
	width:310px;
	text-align: center;
	float:left;
	padding: 0px;
	margin:6px;
	clear:left;
}
div.blog_photo_wide_right {
	width:310px;
	text-align: center;
	float:right;
	padding: 0px;
	margin:6px;
	clear:right;
}
#blog_menu {
	float:right;
}

#blogEntryOrd {
	width: 2em;	
}

#blogEntryGallery {
	width:25em;
}

