.content {
	clear: right;
}

.content-wrap {
    clear: left;
}

.edit-menu {
    top: 80px;
	float: left;
    width: 100%;
}

.edit-menu:after {
	content: '';
	display: block;
	height: 0px;
	clear: both;
}

div.main-content ul.edit-menu li{
    list-style-type: none;
    font-size: 12px;
    text-align: center;
    padding: 2px;
    background: #0000ff;
    border: 1px solid white;
    margin-left: 0;
    margin-right: 9px;
}

#manage-photos ul.actions li {
    list-style-type: none;
    margin-left: 16px;
    margin-bottom: 0;
}

ul.actions li a,
div.photo div.form-inputs label,
div.photo-holder h2 a{
    color: #6BB6C6;
    font-size: 12px;
}

ul.actions li a:hover,
div.photo-holder h2 a:hover{
    color: white;
}

div.main-content ul.edit-menu li a{
    color: white;
}

#submit {
   background: #0000ff; 
   padding: 3px;
}

div.main-content ul.edit-menu li:hover,
#submit:hover {
    background: #7498ec;
}

p.pdf-help {
    float: right;
    right: 10px;
    font-weight: bold;
    position: relative;
    top: -52px;
}

#manage-photos {
    width: 100%;
    height: auto;
    clear: both;
}

#manage-photos:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.edit-menu li {
	float: left;
	padding-right: 1.4em;
}

.photo {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}

.photo h2 {
    font-size: 1em;
    padding-bottom: 1.2em;
    max-width: 148px;
}

.photo img.thumb,
.photo-holder img.thumb{
	height: 110px;
	width: 100%;
    border: 1px solid #6BB6C6;
}

div.photo, 
div.photo-holder {
    float: left;
    margin-right: 8px;
    padding: 3px;
    width: 150px;
    height: 177px;
    background: #003399;
}

div.photo-holder {
    background: none;
    height: 147px;
}

.photo-holder h2 {
    font-size: 12px;
    height: 30px;
}

div.content div.photo-holder h2 a:hover {
    color: #6fa5fd;
    
}

#submit {
    color: #ffffff;
}