@charset "UTF-8";
/* CSS Document */

#media-section h4 {
  color:#fff;
  margin-bottom:5px !important;
}

.full-media .caption {
  margin-top:8px;
}

#media_shell {
  margin:10px 0;
  padding-bottom:10px;
}

#media_shell .post {
  width:280px;
}
#media_shell .post .detail {
  width:160px;
}

#media_shell .post h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
  color: white;
}

#media_shell .post p {
  color:#cecece;
  margin-top:0 !important;
}


/* media listing */

.media_list {
	border: 1px solid #FFFFFF;
	width: 104px;
	height: 120px;
	float:left;
	overflow:hidden;
  background-color:#000;
  margin-right:19px;
  margin-top:10px;
}
.media_list img {
  text-align:center;
}
.media_list_last {
  margin-right:0;
}


/* media display page */
.nextprev {
  float:right;
}

#media_instructions {
	margin-top: 10px;
	margin-bottom: 10px;
}

#media_instructions_text {
	float:left;
	width:430px;
	color:#fff;
}


#media_upload_button {
	float:right;
}

#album-overview {
  margin-top:10px;
  color:#fff;
  padding:10px 0;
}

#album-overview .line {
  margin:5px 0;
}
#album-overview .location {
  margin-bottom:10px;
  color:#a7a7a7;
  padding:0 !important;
}

#album-controls {
  text-align:left;
  margin-top:10px;
}



.up_type input {
  width:auto !important;
  margin:0 5px 0 0 !important;
  bottom:0 !important;
}
.up_type label {
  margin-right:20px;
}

.up_form {
  width:300px;
}

.fp_file .field-element {
  padding:0 !important;
}

#create_album {
  color:#fff;
  width:300px;
}


#tags_list {
	border-top:1px solid #969696;  
	border-bottom:1px solid #969696;
	background-color:#5f5f5f;
	padding-top:10px;
	padding-left:10px;
	margin-top:20px;
}


