/* This file is Copyright (c) 2005 by Martijn van der Kwast <mvdkwast@gmx.net> 
 * and part of the Coppermine Integration plugin for WordPress.
 */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #dedbd6;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/* layout */

#headerbox {
	top: 0px;
	right: 0px;
	height: 20px;
	text-align: right;
	width: 100%;
	padding-top: 4px;
	border-bottom: solid #333 1px;
	font-size: 11px;
}

#headerbox * {
	font-size: 11px;
}

#contentbox {
	position: relative;
	margin: 0;
	padding: 0;
	height: 452px;
}

#leftbox {
	float: left;
	position: relative;
	width: 180px;
	background-color: white;
	height: 452px;
	border-right: solid #333 2px;
}

#mainbox { 
	position: absolute;
	left: 182px;
	margin: 0;
	padding: 0;
	width: 420px;
	overflow: auto;
	height: 452px;
}

/* fonts & stuff */
h2 {
	font-size: 24px;
	font-weight: bold;
	padding: 3px 10px 0;
}

.instructions p {
	padding: 0 10px;
	text-align: justify;
}

input, .button {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.button {
	font-size: 0.9em;
}


/* dropdown div */
#cpg-image-insert-options {
	/* font-size: 0.90em; */
	margin: 0;
	padding: 0 0 5px 0;
	text-align: right;
}

#cpg-image-insert-options select {
	/* font-size: 0.90em; */
}

/* dropdown conf */
.cpg-dropdown {
	display: inline;
	padding: 0;
	margin-right: 5px;
}

.cpg-last-dropdown {
	display: inline;
	padding: 0;
	margin-right: 0;
}

/* treeview */
.tree {
	position: absolute;
	top: 20px;
	bottom: 20px;
}

.dtree>p {
	margin: 0 0 5px;
	color: #999;
}

/* albums */

div.album {
	padding: 0;
	margin: 0;
}

.album h2 {
	margin: 0;
	padding: 4px;
}

div.album-count {
	position: absolute;
	top: 15px;
	right: 30px;
	margin: 0;
	padding: 0;
	font-style: italic;
}

div.album-row {
	position: relative;
	margin-left: 5px;
	/* margin-left: -7px; */
}

div.image-box {
	position: absolute;
	width: 126px;
	border: solid #666 1px;
	background-color: white;
	text-align: center;
	top: 2px;
	bottom: 2px;
}

div.image-box:hover {
	border: solid yellow 1px;
}

div.album-image {
	position: relative;
	padding: 0 3px;
	text-align: center;
}

.album-image img {
	width: 120px;
}

.image-label {
	position: absolute;
	text-align: center;
	width: 118px;
	left: 3px;
	color: #666;
	font-style: italic;
	font-size: 11px;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.album-title a, .album-title:visited {
	text-decoration: none;
	color: black;
}

.album-title:hover {
	text-decoration: underline;
}

