/* this is just a place holder file */
/* the actual default theme file is the theme.css */
body {
	
}

.row-attachment {
	float:left;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.row-attachment-container{
		padding: 20px;
}
.row-attachment-header {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.row-attachment-header h3#page-header {
	font-size: 1em;
}
.row-attachment-body {
	
}

.row-attachment-body ul li.media {
	position:relative;
	width: 200px;
	height: 150px;
	display:block;
	float:left;
	margin-right: 5px;
	margin-top: 15px;
}

.row-attachment-body ul li.media .media-body {
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,0.8);
	width: 180px;
	padding: 10px;
	color:white;
	font-size: 12px;
}

.row-attachment-body ul li.media .media-body .media-heading {
	font-size: 12px;
}
.row-attachment-body ul li.media a {
	margin:0;
}
.row-attachment-tools {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.row-attachment-tools input[name="fileSelection"] {
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
}

.row-attachment-tools input[name="fileSelection"] + button {
	margin-left: -5px;
	border-radius: 0 4px 4px 0;
	height: 32px;
}

.row-attachment-tools button {
	height: 32px;
}


.edit-buttons {
	position: absolute;
	top: -100px;
	right: 0;
}

/* attachment page */
#attachmentList .span4 {
	height: 200px;
	position: relative;
	border: 1px solid #ccc;
	padding: 10px;
}

#attachmentList .pull-left {
	width: 100%;
	height: 100%;
}


#attachmentList li .media-body {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	
}

#attachmentList li .pull-left img {
	width: 100%;
}
#attachmentList li .media-body-wrap {
	padding: 10px;
	background: rgba(0,0,0,0.8);
	display:block;
}
.row-fluid #attachmentList [class*="span"]:first-child {
	margin-left: 2.564102564102564%;
	margin-top: 15px;
}

#attachmentList li .media-body-wrap h4 {
	color:white;
	border-bottom: 1px solid #999;
	font-size: 1em;
	padding-bottom: 0.5em;
}
#attachmentList li .media-body-wrap button {
	margin-right: 0.5em;
}
