/* Plogger admin stylesheet */

/* Body and general styles */
/*
a:link, a:visited, a:active {
	color: maroon;
	text-decoration: none;
}

a:hover {
	color: navy;
	text-decoration: underline;
}

a:focus {
	outline: none;
	-moz-outline:none;
}


h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.4em;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #264b71;
}

h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 15px;
	text-decoration: underline;
}


h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 1.0em;
	margin-top: 15px;
	margin-bottom: 10px;
}
*/

img {
	border: 0;
	padding: 5px
	display: inline;
}

/* margin: 5px;*/
input, select, textarea {
	margin: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
}

input.submit {
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	background-color: #fff;
	background-image: url("../images/button-bg.gif");
	background-repeat: repeat-x;
	color: #333;
	font-size: 90%;
	font-weight: normal;
	padding: 0.25em;
	margin-left: 0;
}

input.submit-inline {
	display: inline;
	background-color: transparent;
	color: #61a861;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

label {
	padding: 8px;
}

label em {
	font-style: normal;
	text-decoration: underline;
}

/* Header elements */

#plogger-version {
	font-family: verdana, arial, sans-serif;
	float: right;
	color: #54a154;
	font-weight: 500;
	font-variant: small-caps;
	letter-spacing: 1px;
}

/* Upload page elements */

#uploadForm label {
	display: block;
	white-space: nowrap;
}

/* Import and Manage page elements */

a.folder {
	background-image: url("../images/folder_open.gif");
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
}

.add {
	background-image: url("../images/new_file.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: -12px;
	text-decoration: underline;
}

/* Manage and Feedback page elements */

#contentList {
}

#contentList #breadcrumb_links, #contentList #comment-count {
	font-size: 1.0em;
	padding: 3px;
}

#contentList .pagination {
	font-size: 0.9em;
	margin-right: 5px;
	padding: 3px;
	font-weight: bold;
	text-align: right;
}

#contentList label, select, option {
	font-weight: normal;
}

#contentList .entries-page {
	text-align: right;
}

#contentList .entries-page label, select {
	display: block inline;
	margin-bottom: auto;
}

#contentList .move-del-manage input, select {
	display: block inline;
	margin-bottom: auto;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
}

a#show-collection, a#show-album {
	padding-left: 20px;
	background: #ffc url("../images/new_file.gif") no-repeat left;
	font-size: 1.1em;
}

a#show-collection:hover, a#show-album:hover { 
	text-decoration: none; 
	color: white; 
	background: #9c9 url("../images/new_file.gif") no-repeat left;
}

.edit {
	
}

.edit img {
	border: 1px solid #000;
	padding: 3px;
	background-color: #fff;
}

.editable {
	color: #000;
	background: #fff url("../images/diag-bg.gif") repeat top left;
	padding: 2px;
	border: 1px solid #efefef;
	display: block;
}

.highlight {
	padding: 8px;
	background: #ffffe0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 98%;
}

.highlight-row {
	background: #ffffe0;
}

/* Options page elements */

#options_section label {
	font-weight: bold;
}

.option-table table {
	width: 665px;
}

.option-table label {
	padding: 8px 2px 8px 8px;
}

.option-table td.left {
	padding: 7px;
	text-align: right;
	width: 330px;
}

.option-table td.right {
	padding: 7px;
	text-align: left;
	width: 330px;
}

tr.alt td {
	background: #fafafa;
	border-bottom: 1px solid #efefef;
}

/* Themes page elements */

#theme-table td {
	padding: 8px;
}

#theme-table tr.header th {
	padding: 8px;
}

tr.activated td {
	background: #bedebe;
	border-bottom: 1px solid #519e51;
}

/* Upload and Manage page elements */

.cssbox, .cssbox_head h2{ /* set the image to use and establish the lower-right position */
	background: transparent url("../images/plogger-box-add.png") no-repeat bottom right;
	margin: 0;
	padding: 0;
}

.cssbox_head { /* set the image to use and establish the lower-right position */
	background: transparent url("../images/plogger-box-add.png") no-repeat bottom right;
	margin-top:7px;
	padding-top:7px;
}

.cssbox_body{ /* set the image to use and establish the lower-right position */
	background: transparent url("../images/plogger-box-add.png") no-repeat bottom right;
	margin-top:-10px;
	padding-top:-10px;
}

.cssbox label, .cssbox-green label {
	padding: 0;
	margin: 0;
	font-weight: bold;
	display: inline;
	width:100%;
}

.cssbox-green, .cssbox_body-green, .cssbox_head-green h2 {
	background: transparent url("../images/plogger-box-add-green.png") no-repeat bottom right;
	margin: 0;
	padding: 0; 
}

.cssbox_head-green { /* set the image to use and establish the lower-right position */
	background: transparent url("../images/plogger-box-add-green.png") no-repeat bottom right;
	margin-top:7px;
	padding-top:7px;
}

.cssbox_body-green{ /* set the image to use and establish the lower-right position */
	background: transparent url("../images/plogger-box-add-green.png") no-repeat bottom right;
	margin-top:-10px;
	padding-top:-10px;
}

.cssbox-green {
	width: 370px !important; /* intended total box width - padding-right(next) */
	width: 350px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 2px 0 20px 0; /* use to position the box */
}

.cssbox-green em {
	text-decoration: underline;
	font-style: normal;
}

.cssbox {
	width: 370px !important; /* intended total box width - padding-right(next) */
	width: 355px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 2px 0 20px 0; /* use to position the box */
}

.cssbox_head, .cssbox_head-green { /* set the top-right image */
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 20px; /* right-image-gap + right-inside padding */
}

.cssbox_head h2, .cssbox_head-green h2 { /* set the top-left image */
	background-position: top left;
	margin: 0; /* reset */
	border: 0; /* reset */
	padding: 7px 0 15px 20px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important; 
	height: 1%; /* IE Holly Hack */
}

.cssbox_body, .cssbox_body-green { /* set the lower-left corner image */
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
	padding: 15px 0 15px 20px; /* mirror .cssbox_head right/left */
}

.cssbox_head h2, .cssbox_head-green h2 { /* Misc Text formatting */
	color: #fff;
	font-weight: bold;
	font-size: 15px; /* this is tricky if box width is in ems */
	text-align: center;
	text-shadow: rgb(0,0,0) 0 2px 5px; /* Safari-only, but I'm doing it just 'cause I can */
	text-decoration: none;
}

.cssbox_body p, .cssbox_body-green p {
	margin: 0 0 20px;
}

.cssbox_body a, .css_body a:hover {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-decoration: underline;
}

/* Action/Error messages */

.actions_1 {
	background-image: url("../images/alert.gif");
	background-repeat: no-repeat;
	background-position: 5px 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top:5px;
	border-top:	2px solid #bb0;
	border-bottom: 2px solid #bb0;
	padding-top: 5px;
	padding-bottom:5px;
	background-color: #ffffe0;
}

.errors_1 {
	background-image: url("../images/x.gif");
	background-repeat: no-repeat;
	background-position: 5px 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	border-top: 2px solid maroon;
	border-bottom: 2px solid maroon;
	padding-top: 5px;
	margin-top:5px;
	background-color: #fcc;
}

.info {
	margin-right: 5px;
	margin-bottom: 15px;
	border-top: 2px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	padding: 8px 8px 8px 28px;
	background-color: #f9f9f9;
	clear: both;
}

/* Miscellaneous - used throughout admin panel */

.breadcrumb-header {
	height: 16px;
	vertical-align: middle;
	background-color: #ffc;
	padding: 3px;
}

.box-heading {
	font-family: "Georgia", "Lucida Sans", "Verdana", arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin:0;
	padding: 0;
	vertical-align: middle;
	position: relative;
	top: 10px;
}

.box-1 {
	margin: 15px;
	margin-top: 5px;
	margin-left: 0;
	border: 1px solid #264b71;
	padding: 10px;
	padding-top: 0;
	padding-left: 20px;
	background-color: #c4dadb;
	width: 470px;
}

.box-2 {
	margin: 15px;
	margin-top: 5px;
	margin-left: 0;
	border: 1px solid #cc6;
	padding: 10px;
	padding-top: 0;
	padding-left: 20px;
	background-color: #ffffe0;
	width: 470px;
}

.box-3 {
	margin: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	border: 1px solid #488f62;
	padding: 10px;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 18px;
	background-color: #bedebe;
	width: 470px;
}

.img-shadow {
	float:left;
	background: url("../images/shadowAlpha.png") no-repeat bottom right !important;
	background: url("../images/shadow.gif") no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.invert-selection a, .invert-selection a:link, .invert-selection a:visited, .invert-selection a:active, .invert-selection a:hover {
	font-size: 0.9em;
}

.table-header-middle {
	background: url("../images/table-middle.gif") repeat-x top left;
}

.table-header-left {
	background: url("../images/table-top-left.gif") no-repeat top left;
}

.table-header-right {
	background: url("../images/table-top-right.gif") no-repeat top right;
}

tr.color-1 {
	background-color: #ccc;
}

tr.color-2 {
	background-color: #efefef;
}

tr.header {
	color: #fff;
	background-color: #264e75;
	font-weight: bold;
}

tr.header th {
	padding: 6px;
}

tr.breadcrumb {
	background-color: #ffffe0;
	height: 16px;
	vertical-align: middle;
}

tr.footer {
	background-color: #264e75;
}

tr.footer td {
	padding: 6px;
}

.thumbselect {
	height: 80px;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: center left;
}

.thumboption {
	padding-left: 90px;
	height: 40px;
	margin-bottom: 2px;
	background-position: center left;
}

.upgrade {
	color: #61a861;
	text-decoration: none;
}
