/* @override http://local.godzil.net/~godzil/emilie/css/gallery.css */

/* @group add */

.add a:hover
{
	text-decoration: underline;
	color: black;
}

.add a
{
	text-decoration: none;
	vertical-align: sub;
	color: #ff4bef;
}

.add a img
{
	vertical-align: -2px;
	margin-right: 3px;
	border: none;
}

.add
{
	text-align: center;
	position: relative;
	margin: auto;
	bottom: 3px;
	width: 200px;
	left: 50%;
	margin-left: -100px;
}

.ie .add
{
	bottom: 9px;
}

.ie8 .add
{
	bottom: 3px;
}

/* @end */

/* @group Galleries */
.galleries
{
	position: relative;
	left: 0px;
	right:  0px;
	height: 482px;
	overflow: auto;
}

.galleries .entry
{
	text-decoration: none;
	position: relative;
	cursor: pointer;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 15px;
}

.galleries .entry img.vignette
{
	border-radius: 12px;
	-webkit-border-radius: 20px;
	width:  150px;
	height: 150px;
	text-align: left;
	-webkit-box-shadow: 2px 2px 5px black;
	box-shadow: 2px 2px 5px black;
	-moz-box-shadow: 2px 2px 5px black;
}

.galleries .entry .name
{
	color: #ff8cf5;
	font-family: Candara, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.galleries .entry .number
{
	color: #cfcfcf;
	font-family: Candara, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

.galleries .entryOver .name
{
	color: #ff4bef;
}

.galleries .entryOver .number
{
	color: #bbb1ff;
}

/* @end */

/* @group GalleryAdd Popup */

.galleryAdd
{
	background-color: white;
	position: absolute;
	width: 400px;
	min-height: 100px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -50px;
	text-align: center;
	font: 1em "InfoText", Candara, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 1px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px black;
	box-shadow: 2px 2px 5px black;
	-moz-box-shadow: 2px 2px 5px black;
	visibility: hidden;
}

.galleryAdd input.galAddInput
{
	width: 200px;
}
.galleryAdd input.submit
{
	width: 75px;
}
.galleryAdd input
{
	position: relative;
	display:  block;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #ff4bef solid;
	padding-left: 10px;
	padding-right: 10px;
	font: 1em "InfoText", Candara, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.ie .galleryAdd input
{
	left:  100px;
}

.ie8 .galleryAdd input
{
	left:  0px;
}

.galleryAdd input:focus
{
	background-color: #ffc0f9;
	outline: none;
	border: 1px solid #970e8b;
}

.galleryAdd input.submit
{
 	background-color: #ff4bef;
 	border: 2px outset #ff4bef;
}

.galleryAdd input.submit:focus
{
	background-color: #ff4bef;
	color: white;
	border: 2px inset #ff4bef;
}

.galleryAdd a
{
	width: 30px;
	height: 30px;
	background-image: url('../imgs/closebox.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	right: -10px;
}

.galleryAdd a:active
{
	background-position: 0px -29px;
}
.galleryAdd .error
{
	color: red;
	font-weight: bold;
}

/* @end */
