/* Add/Edit Gallery page */
#gallery-settings,
#view-post-btn,
#advanced-sortables .handlediv,
.describe .image_alt,
.describe .post_excerpt,
.describe .url,
.describe .align,
.describe .image-size,
.describe .wp-post-thumbnail,
#normal-sortables { display: none !important; }

/* Attachments on Add/Edit Gallery page */
.attachments li {
	overflow: hidden;
	padding: 10px;
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}
.attachments li.deleted {
	border-color: #E6DB55;
	background-color: lightYellow;
}
.attachments li .image {
	float: left;
	margin-right: 10px;
}
.attachments li .del-link {
	border-bottom: 1px solid red;
	color: red;
	text-decoration: none;
}
.attachments li .del-link:hover {
	background: red;
	color: #fff;
}
.inside { padding: 0 8px; }
#add_image img { vertical-align: text-bottom; }

#go-gallery-generator { margin: 1em; }

.postbox h3,
h3.hndle { cursor: default !important; }

.go-gallery-admin { margin: 2em 0; }

#screen-meta { z-index: 999; }

.wrap { position: relative; }

.form-table { margin-bottom: 0; }

.go-flattr { position: absolute; top: 20px; right: 20px; }

.tip {
	margin: 1em 0;
	padding: 10px;
	max-width: 700px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #f1f1f1;
}

div.help { padding: 0 0 10px 0; width: 400px; font-size: 10px; }

/* Plugin info in settings */
.goodoldgallery_page_gog_settings .plugin-info { margin: 0 0 10px 0; }
.js.goodoldgallery_page_gog_settings .plugin-info { display: none; margin: 0; }
.js.goodoldgallery_page_gog_settings .plugin-info h4,
.js.goodoldgallery_page_gog_settings .plugin-info p { margin: .3em 0; }
.js.goodoldgallery_page_gog_settings .plugin-info .version { font-weight: normal; font-size: 10px; }

/* Order fields in Settings */
.goodoldgallery_page_gog_settings #order { display: none; }
.js.goodoldgallery_page_gog_settings #order { display: block; }
.js.goodoldgallery_page_gog_settings #order li {
	margin: 5px 10px;
	padding: 5px 10px;
	width: 400px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #eee;
	color: #777;
	font-weight: bold;
	cursor: move;
}
.js.goodoldgallery_page_gog_settings #order li i,
.js.goodoldgallery_page_gog_settings #order li:hover i {
	background: none;
}
.js.goodoldgallery_page_gog_settings #order li:hover {
	background: #ddd  ;
	color: #222;
}

/* Themes settings */
.themes-link,
.themes-available { clear: both; overflow: hidden; margin: 0; padding: 10px 0; font-size: 10px; }
.themes-available .theme { float: left; margin: 0 10px 10px 0; width: 300px; border: 5px solid #eee; font-weight: bold; }
.themes-available .theme .screenshot { border-bottom: 5px solid #eee; }
.themes-available .theme .information { padding: 5px; min-height: 80px; }
.themes-available .theme .description { font-weight: normal; }