/* 
file: style.css
created: 06.01.03 tue
purpose: css for burgerlog gallery

updates:
	06.01.03 - started file
*/

.alert{
	background: #632035; /* maroon */
	color: #EA638D; /* pink */
}

body {
	font-family: helvetica, arial, verdana, "trebuchet ms", sans-serif;
	font-size: 12pt;
	color: #632035; /* maroon */
	background: #EA638D; /* pink */
}

.changepass form{
	color: #53192B; /* maroon */
	background: #FBECF1; /* very light pink, almost white */
	padding: 2px;
	position: absolute;
	top: 18px;
	left: 200px;
	font-size: 10pt;
}

.copy{
	color: #BA476B; /* deep pink */
}

.content{
	margin-bottom: 8px;

}

.gitem {
	background: #FBECF1; /* very light pink, almost white */
	padding: 8px;
}

.gitemnoshow {
	background: #FF0;
	padding: 8px;
}

.gitem td{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.gitem_details{
	font-size: 8pt;
	color: #BA476B; /* deep pink */
}

.gitem_title, .gitem_title a {
	color: #632035; /* maroon */
	font-weight: bold;
	text-decoration: none;
}

.gitem_title a:hover {
	text-decoration: underline;
}

.header{
	color: #FBECF1; /* very light pink, almost white */
	background: #53192B; /* maroon */
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 8px;
}

.image {
	background: #FBECF1; /* very light pink, almost white */
	padding: 16px;
	width: 800px;
}

img{
	margin: 0px;
	padding: 0px;
	border: none;
}

.item {
	background: #FBECF1; /* very light pink, almost white */
	padding: 16px;
	width: 800px;
	text-align: left;
	font-size: 10pt;
}

.item_info {
	padding-right: 40px;
	padding-left: 12px;
}

.item_more_images{
	padding: 8px;
}

.item_title{
	font-size: 30px;
}

.links{
	background: #F6DFE6; /* light pink */
	margin-bottom: 8px;
	padding: 4px;
	text-align: center;
	font-size: 10pt;
}

.links a, a.link, a {
	color: #bf277e;
	font-weight: bold;
	text-decoration: none;
}

.links a:hover, a:hover.link, a:hover  {
	color: #96095a;
	text-decoration: underline;
}

.login a {
	position: absolute;
	top: 18px;
	right: 12px;
	text-align: right;
	color: #53192B; /* maroon */
	background: #53192B; /* maroon */
	padding: 2px;
}

.login a:hover {
	position: absolute;
	top: 18px;
	right: 12px;
	text-align: right;
	padding: 2px;
	color: #53192B; /* maroon */
	background: #FBECF1; /* very light pink, almost white */
}

.logout{
	position: absolute;
	top: 18px;
	right: 12px;
	text-align: right;
}

.logout a{
	color: #53192B; /* maroon */
	background: #FBECF1; /* very light pink, almost white */
	padding: 2px;
}

.red {
	color: #F00;
}

.rows form{
	color: #53192B; /* maroon */
	background: #FBECF1; /* very light pink, almost white */
	padding: 2px;
	position: absolute;
	top: 46px;
	right: 12px;
	font-size: 10pt;
}

.text {
	background: #FBECF1; /* very light pink, almost white */
	padding: 16px;
	width: 800px;
	text-align: left;
}