
#page {
	overflow : hidden;
}

#page div.admin {
	background-color : #6072ae;
	padding : 3px 3px 0px 3px;
	border-radius : 3px;
	float : right;
}

#right_column {
	width : 318px;
	float : right;
}

#gallery {
	background-color : #1d1d1d;
	padding : 10px;
	display : block;
	color : white;
	margin-bottom : 20px;
	position : relative;
}

#gallery div.admin {
	float : right;
}

#imgs {
	margin-bottom : 5px;
	position : relative;
	left : -6px;
	width : 304px;
}

#imgs div.img {
	width : 146px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin : 0px 0px 6px 6px;
}

#imgs div.imgadmin {
	background-color : #2d2d2d;
	padding : 2px 2px 0px 2px;
	text-align : center;
	border-radius : 0px 0px 10px 10px;
}







#box_admin {
	padding : 10px 15px 10px 15px;
	background-color : #1d1d1d;
	margin-bottom : 20px;
	height : 24px;
}

#box_admin img {
	float : left;
	border : 0px;
	padding-right : 5px;
}

#box_admin a {
	color : white;
	font-weight : bold;
	size : 18px;
	text-decoration : none;
	line-height : 24px;
}

div.box {
	padding : 10px 15px 10px 15px;
	background-color : #1d1d1d;
	margin-bottom : 20px;
	overflow : hidden;
}


div.box h2 {
	margin : 0px 0px 5px 0px;
}

div.box img {
	padding-bottom : 5px ;
}

div.box div.blurb {
	padding-bottom : 10px;
}

div.box .readmore {
	display : block;
	width : 100px;
	background-color : #505050;
	text-decoration : none;
	color : white;
	text-align : center;
	float : right;
	padding : 5px;
}

div.box .readmore:hover {
	text-decoration : underline;
}
