@charset "utf-8";
@import url("http://common.digiluxphoto.com/universal.css");

/* Colors */
span.ID
	{ color:#EEE; }
div:hover span.ID, tr:hover span.ID
	{ color:#FFF; }
div.New, tr td, td.Image img
	{ border-color:#FFF; }
div.New:hover, tr:hover td, tr:hover td.Image img
	{ border-color:#DDD; }
div.New:hover, tr:hover td
	{ background-color:#EEE; }

/* Curved Corners */
div.New, td.Image
	{ -moz-border-radius-topleft:.8em; -webkit-border-top-left-radius:.8em; border-top-left-radius:.8em; }
div.New, td.Info
	{ -moz-border-radius-topright:.8em; -webkit-border-top-right-radius:.8em; border-top-right-radius:.8em; }
div.New, td.Info
	{ -moz-border-radius-bottomright:.8em; -webkit-border-bottom-right-radius:.8em; border-bottom-right-radius:.8em; }
div.New, td.Image
	{ -moz-border-radius-bottomleft:.8em; -webkit-border-bottom-left-radius:.8em; border-bottom-left-radius:.8em; }

/* Layout */
*.left { max-width:50%; }
*.right { max-width:50%; }
*.clear { clear:both; }

div.About { max-width:750px; margin:2em auto 3em auto; text-align:left; clear:both; }
	div.Head { max-width:40em; margin:auto; }
	span.Meta { padding-left:3em; font-size:.8em; }
	div.Body { margin:.5em auto; }
	div.Body ul { max-width:35em; margin:1em auto; list-style:outside; *list-style:inside; }

div.New { display:inline-block; max-width:20em; margin:0 auto; padding:.5em; border-width:1px; border-style:solid; vertical-align:top; }

table#Admin { max-width:750px; margin:auto; text-align:left; }
	td { max-width:25em; padding:.5em; border-width:1px; border-style:solid; }
	td.Image { width:250px; text-align:center; }
	td.Image img { max-width:250px; margin:1px; border-width:1px; border-style:solid; }
	h1.title, span.ID { margin:0; padding:0; font-size:1.5em; }
	h1.title { max-width:28em; font-size:1.5em; }
	span.ID { float:right; padding-right:.3em; }
	textarea,input[type=text] { display:block; max-width:100%; padding:.2em; font-:normal 1em/1.2em Calibri,Arial,Helvetica,sans-serif; }
	textarea { position:relative; height:5em; z-index:2; }
	textarea:focus { height:15em; margin:-4.96em auto; }
	input.delete { float:right; }
	form { display:inline; }
	label { display:inline-block; min-width:4em; }
	input.delete { float:right; }