/* admin.css [v.06] - Created 15/01/09, last updated 18 mar 2009 */

body {
	font-size : 1em; 
	font-family : arial, sans-serif; 
	text-align : center;
	color : #333; 
	background-color : #ccc;
	margin-top : 0;
}

h1 {
	font : small-caps 150% "helvetica neue", arial, sans-serif; 
	word-spacing : 0.2em;
	letter-spacing : 0.1em;
	padding-bottom : 8px;
	margin-bottom : 0;
	border-bottom : 1px dotted;
}

h2 {
	font : small-caps 130% "helvetica neue", arial, sans-serif; 
	font-style : italic;
	word-spacing : 0.2em;
	margin-bottom : 0;
}

h3 {
	font : small-caps 120% "helvetica neue", arial, sans-serif; 
	word-spacing : 0.2em;
	margin-top : -4px;
}

a {
	font-weight : bold;
	padding : 0px 6px;
}

a:link {
	color : #090; 
	background-color : transparent; 
}

a:active, a:hover {
	color : #3f3; 
	background-color : #000; 
}

a:visited {
	color : #999; 
	background-color : transparent; 
}

code {
	color : #000; 
	background-color : transparent; 
	margin-left : 8px;
}

dfn {
	cursor: help;
	word-spacing : 0.3em;
	margin-left : 3px;
	margin-right : 4px;
	border-bottom : 1px dotted;
}

input, textarea {
	font-size : 100%; 
	font-family : "myriad web", "myriad pro", "gill sans", "helvetica neue", arial, sans-serif;
	margin : 1px auto;
	padding : 4px;
	border : 1px dotted #999;
}

select {
	font-size : 90%; 
	font-family : courier, "courier new", monospace; 
	margin : 6px;
	padding : 4px;
}

label {
	padding-right : 2px;
	vertical-align : top;
	font-size: 12px;
}


#main {
 	color : #333; 
	background-color : #fff;
	margin : 0 auto;
	width : 544px;
 	border-left : 1px solid #333;
	border-right : 2px solid #333;
	border-bottom : 2px solid #333;
	padding : 4px 20px 42px 36px;
	text-align : left;
}

#toprow {
 	color : #ccc; 
	background-color : #999; 
	margin : 20px auto 0;
	width : 600px;
	height : 60px;
 	border-top : 1px solid #333;
 	border-left : 1px solid #333;
 	border-right : 2px solid #333;
	text-align : center;
	font : bold 90% courier, monospace;
}

#toprow a {
	text-decoration : none;
	padding : 0 6px;
}

#toprow a:link {
	color : #090; 
	background-color : transparent; 
}

#toprow a:active, #toprow a:hover {
	color : #fff; 
	background-color : #090; 
}

#toprow a:visited {
	color : #ccc; 
	background-color : transparent; 
}

#toprow img {
	margin : -10px auto auto -24px;
 	border-top : 1px solid #ccc;
 	border-right : 1px solid #ccc;
 	border-bottom : 1px solid #5e5e5e;
 	border-left : 1px solid #5e5e5e;
}


#footer {
	font : italic 80% arial, sans-serif;
	margin : 0 auto;
	width : 700px;
	color : #000; 
	background-color : transparent;
 	border-bottom : 3px dotted #5e5e5e;
}

#footer a {
	text-decoration : none;
	padding : 0px 6px;
}

#footer a:link {
	color : #ccc; 
	background-color : transparent; 
}

#footer a:active, #footer a:hover {
	color : #390; 
	background-color : #333; 
}

#footer a:visited {
	color : #ccc; 
	background-color : transparent; 
}

#footer img {
	margin : -68px auto auto;
}



#artlist {
	color : #999;
	background-color : #ddd;
	padding : 0.6em 2em 0.6em 1em ;
}

#artlist ol li {
	line-height : 1.6em ;
	border-bottom : 1px dotted #999;
	list-style-type : none;
}

#artlist a {
	text-decoration : none;
}

#artlist a:visited {
	text-decoration : none;
	color : #0c6;
	background-color : #fff;
	font-style : italic;
	padding : 0;
}


.button {
	color : #333; 
	background : url(./img/empty_button.png) repeat-y bottom right;
	width : 160px;
	height : 60px;
	text-align : center;
}
