/* PHOTOS */

.thumb-row {
    margin: 20px 0;
    padding: 20px 0;
}
.gallery-photo-thumb {
    width: 125px;
    margin: 10px 15px 20px 15px;
    float: left;
    text-align: center;
}

.photo-right-profile, .photo-right-tools {
    background: #DEF;
    padding: 8px;
    margin-bottom: 20px;
}

.photo-profile-details {
    font-size: 11px;
    font-family: Arial;
    color: #999;
}

.photo-avatar {
    float: left;
    margin-right: 10px;
}

.photo-avatar img {
    border: 1px solid #666;
}

.photo-right-tools ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.photo-right-tools ul li {
    background: #fff;
    padding: 2px 4px;
    margin: 2px 0;
}

.photo-right-tools li a {
    text-decoration: none;
}

.photo-right-tools li:hover {
    background: #DDDDDD;
}

.photo-profile-details h2 {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

.photo-right-tools h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

#embed-code textarea {
    width: 150px;
    font-size: 0.8em;
}
div.embed {
    margin: 10px 0;
    font-style: none;
}

.photo-right-tools form {
    margin: 0;
    padding: 0;
}
.delete_form {
  padding: 5px;
  background: #F99;
}

/*---------------------------------
	foodielink custom
---------------------------------*/

#photos-container {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-bottom: 100px;
}

#photos-container #leftcolumn {
    position: relative;
    top: 30px;
    float: left;
    width: 638px;
}

#photos-container #rightcolumn {
    position: relative;
    top: 30px;
    float: left;
    left: 13px;
    width: 300px;
}

#photos-header {
    position: relative;
    width: 638px;
    height: 160px;
    background: url(/site_media/static/img/photos_header.png) no-repeat;
}

.photos-header-text {
    position: absolute;
    top: 10px;
    left: 145px;
    width: 500px;
    height: 30px;
    color: #999;
    font-size: 12px;
}

#submit-photo {
    position: relative;
    top: 40px;
    width: 195px;
    height: 120px;
}

.photos-tag-cloud {
    position: relative;
    top: -75px;
    left: 195px;
    width: 443px;
    height: 115px;
    overflow: hidden;
    font-family: Georgia;
}

.photos-tag-cloud a { text-decoration: none; }

.photos-tag-cloud .tag1, .photos-tag-cloud .tag1:visited { font-size: 8px; color: #00cc00; }
.photos-tag-cloud .tag2, .photos-tag-cloud .tag2:visited { font-size: 11px; color: #00cc00; }
.photos-tag-cloud .tag3, .photos-tag-cloud .tag3:visited { font-size: 11px; color: #00cc00; }
.photos-tag-cloud .tag4, .photos-tag-cloud .tag4:visited { font-size: 12px; color: #00cc00; }
.photos-tag-cloud .tag5, .photos-tag-cloud .tag5:visited { font-size: 14px; color: #00cc00; }
.photos-tag-cloud .tag6, .photos-tag-cloud .tag6:visited { font-size: 16px; color: #00cc00; }
.photos-tag-cloud .tag7, .photos-tag-cloud .tag7:visited { font-size: 18px; color: #00cc00; }
.photos-tag-cloud .tag8, .photos-tag-cloud .tag8:visited { font-size: 20px; color: #00cc00; }
.photos-tag-cloud .tag9, .photos-tag-cloud .tag9:visited { font-size: 22px; color: #00cc00; }

#leftcolumn .photos-sortables {
    position: relative;
    top: 0;
    width: 100%;
    height: 25px;
    background-color: #f5d1b3;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    font-family: Georgia;
}

.photos-sortables ul {
    position: relative;
    left: 0;
    list-style: none;
    font-size: 11px;
}

.photos-sortables li {
    float: left;
    height: 25px;
    padding-left: 15px;
    padding-right: 20px;
    line-height: 24px;
}

.photos-sortables li.active {
    color: #af5427;
    background-color: #fff;
}

.photos-sortables a {
    text-decoration: none;
    color: #d06928;
}

.photos-items-container {
    position: relative;
    width: 638px;
    top: 0;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.photo-thumb-user, .photo-thumb-user a {
    font-family: Georgia;
    font-size: 11px;
    color: #999;
    text-decoration: none;
}

.photo-thumb-comments, .photo-thumb-comments a {
    font-family: Georgia;
    font-size: 11px;
    color: #0000cc;
    text-decoration: none;
}

#photos-ad {
    position: relative;
    margin-bottom: 15px;
    width: 300px;
    height: 250px;
    background: url(/site_media/static/img/300x250_hipsnacks.jpg) no-repeat;
}

#photos-ad a {
    display: block;
    width: 300px;
    height: 250px;
}

.photos-item-container {
    position: relative;
    top: 15px;
    left: 15px;
}

.photo-container {
    position: relative;
    left: 76px;
    width: 450px;
}

.photo-caption {
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    color: #999;
}

.photo-title h2 {
    font-size: 24px;
    font-family: Georgia;
    font-weight: bold;
}

.photo-tags {
    position: relative;
    font-size: 11px;
    font-family: Arial;
    color: #0000cc;
}

.photo-tags ul {
    position: relative;
    list-style: none;
    top: -23px;
    left: 15px;
}

.photo-tags li {
    padding-right: 10px;
    float: left;
}

.photo-tags li a {
    text-decoration: none;
    color: #0000cc;
}

.photos-items-container h3 {
    font-family: Georgia;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    text-indent: 20px;
}

.gallery-photo-edit {
    position: relative;
    margin: 50px 0 50px 190px;
    width: 99%;
}

.photo-add-this {
    position: relative;
    margin: 35px 0 0 10px;
}
