/* global */

.anthologize-button input, #export-project-button {
	font-size: 16pt !important;
	padding: 6px 12px;
	margin-top: 26px;
	margin-bottom: 26px;
	font-weight: bold;
}

#export-project-button {
	display: inline;
	width: auto;
}

#export-project-button a {
	color: #333;
}

.not-enabled {
	color: #999;
}

div.anthologize {
	background: #fff;
	margin: 25px 15px 25px 15px;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: #ddd 0 -1px 10px;
	-webkit-box-shadow: #ddd 0 -1px 10px;
	-khtml-box-shadow: #ddd 0 -1px 10px;
	box-shadow: #ddd 0 -1px 10px;
	color: #555;
	overflow: hidden;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}

#project-organizer-frame .part-item {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
}

.part-title,
.part-title-header,
.part-item-title {
	font-size: 9pt;
	line-height: 12pt;
}

.part h3,
.item h3 {
	margin: 0;
}

#anthologize-logo {
    padding-bottom: 12px;
    border-bottom:1px solid #ddd;
}

#adminmenu .toplevel_page_anthologize .wp-menu-image a {
	background-image: url(../images/little-logo.png) !important;
	background-repeat: no-repeat;
	background-position: -3px 0px !important;
	background: transparent;
}

#adminmenu .toplevel_page_anthologize .wp-menu-image a img {
	display: none;
}

#icon-anthologize {
	margin-right: 15px;
}

#project-actions {
	font-size: 12pt;
	font-style: normal;
	float: right;
}

#adminmenu #toplevel_page_anthologize .wp-menu-image a img {
	display: none !important;
}

#project-organizer-frame {
	margin-left: 300px;
	display: block;
}

/* Left column ( Items ) */
#project-organizer-left-column {
	clear: both;
	float: left;
	display: inline;
	padding-top: 24px;
	width: 281px;
	margin-left: -300px;

}

#project-organizer-left-column .inside {
	padding: 8px;
}

#project-organizer-left-column p {
	padding: 5px 10px;
}

#project-organizer-left-column select {
	width: 250px;
}

#project-organizer-left-column #datefilter {
	display: none;
}

#datefilter label{
	display: block;
}

#posts-scrollbox {
	height: 400px;
	max-height: 400px;
	overflow: auto;
	padding-top: 10px;
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	padding: 4px;
}

span.fromNewId {
    display:none;
}

/* Right column (Parts) */
#partlist {
	padding: 8px;
}

#project-organizer-frame .disabled {
	display: none;
	visibility: hidden;
}


.postbox .part-header {
	background: #e3c1aa !important;
	color: #5e2600 !important;
	text-shadow: none !important;
	border-top-right-radius: 3px !important;
	border-top-left-radius: 3px !important;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 2px solid #5e2600;
	padding: 8px 12px;
	margin-bottom: 0;
}

.part-items {
	padding: 8px 0px 8px 40px;
}

/* Individual parts */
.postbox .part-item {
	background: #cfdae9 !important;
	color: #25589a !important;
	text-shadow: none !important;
	border-top-right-radius: 3px !important;
	border-top-left-radius: 3px !important;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 2px solid #13395F;
	min-height: 1em;
	position: relative;
	padding: 8px 12px;
}

.part-header {
	position: relative;
}

.part-buttons {
	width: 200px;
	text-align: right;
	position: absolute;
	right: 8px;
	top: 6px;
}

.anth-buttons {
	font-weight: bold;
	position: absolute;
	right: 8px;
	text-align: right;
	top: 6px;
	width: 280px;
}

#sidebar-posts .part-item-title {
	margin-right: 10px;
}

.accordion-toggle {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}

.accordion-toggle-glyph:before {
	content: '\2212';
	display: block;
	height: 10px;
	width: 10px;
}

.accordion-closed .accordion-toggle-glyph:before {
	content: '\002B';
}

.accordion-closed .item-details {
	display: none;
}

.item-details {
	background: #fff;
	border-radius: 3px;
	color: #000;
	font-weight: normal;
	margin-top: 1em;
	padding: 5px;
}

.part-title {
	padding-right: 290px;
	display: block;
}

.part-title-header {
	padding-right: 150px;
	display: block;
}


.part-item-buttons a, #new-part a, .part-buttons a {
	text-decoration: none;
	color: #13395F;
}

#new-part {
	width: auto;
	margin-top: -5px;
	background: #e3c1aa !important;
	color: #5e2600 !important;
	text-shadow: none !important;
	border: 1px solid #5e2600;

}

/* sortable/draggable styles  */
#anthologize-parts-box .ui-state-disabled {
	opacity: inherit;
}

.anthologize .ui-sortable-handle,
.anthologize .ui-draggable {
	cursor: move;
}

.part-items ul {
	min-height: 50px;
}

.anthologize-drop-item {
      border: 1px dashed #000;
      height: 2em;
}

div.append-panel {
	border: 2px solid #13395F;
	border-top: none;
	padding: 9px;
}

div.append-items {
	max-height: 200px;
	overflow: auto;
}

div.append-items div {
	margin-bottom: 4px;

}

a.disabled {
	color: #ccc;
}
a.active-append {
	color: inherit;
}
.part-item-buttons a:hover {
	text-decoration: underline;
}

a.collapsepart {
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
}

#export-project-button {
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

#export-project {
	padding: 4px 8px;
	text-decoration: none;

}

.export-options-box {
	width: 150px;
	float: left;
	padding: 8px;
}

#blockUISpinner {
    display:none;
    padding: 20px 0px 20px 0px;
}

#ajaxErrorMsg {
    display:none;
}

.comment-table thead td {
	font-weight: bold;
	padding-bottom: 8px;
	text-align: center;
}

.comment-table tbody td {
	padding: 4px 6px;
}

/* The content column expands with the window */
.comment-table .comment-check { width: 20px; }
.comment-table .comment-commenter { width: 100px; }
.comment-table .comment-posted { width: 100px; }

.hidden-text {
	visibility: hidden;
	display: none;
}

.comment-select-links {
	font-size: .9em;
	font-weight: bold;
}

/* Export screens */
#project-id-dropdown {
	width: 300px;
	font-size: 13pt !important;
}
