/* Athena's Cosplay | Alex McClung | March, 2007 */
/* Base styles */
*  { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, .nav, .footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 { font-size: 198%; color: #9E4281; }
h2 { font-size: 144%; color: #50016B; font-weight: bold; }
h3 { font-size: 125%; }
h4 { font-size: 108%; color: #50016B; font-weight: bold; margin-top: 1.5em; }
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #F6F2EC;
}
span.sub, p.sub { font-size: 75%; margin-bottom: 0px; line-height: 0em; }
a, a.anav:hover, a.anav:visited {
	color: #5E774D;
	border-bottom: 0px;
	text-decoration: none;
}
a:hover {
	color: #94BC1A;
	text-decoration: none;
}
ul {
	list-style-image: url(/images/bul.gif);
	list-style-type: disc;
	padding-left: 30px; 
}
ul.spaced li { margin-bottom: 1em; }
img { border: 0; }
div.hr {
  height: 12px;
  background: url(/images/hr_popup.gif) no-repeat scroll center;
  margin-top: 15px;
  margin-bottom: 25px;
}
div.hr hr {
  display: none;
}
p { margin-bottom: 1.5em; }
/* Forms */
label {
	color: #666666;
}
input, textarea {
	border: 3px double #d1d9c0;
	border-top-color: #d1d9c0;
	border-left-color: #a1b280;
	
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
	background: #FFFFFF url(/images/input_shadow.gif) repeat-x top;
	padding: 3px;
}
input:hover, textarea:hover {
	border: 3px double #E4E6B3;
	border-top-color: #E4E6B3;
	border-left-color: #C8CC66;
}
input:focus, textarea:focus {
	border: 3px double #CAE7B2;
	border-top-color: #CAE7B2;
	border-left-color: #94CE64;
	background: #FFFFF0 url(/images/input_shadow_focus.gif) repeat-x top;
}
input[type="submit"] {
	background: #FFFFFF url(/images/background_form_element.gif) repeat-x top;
	padding: 0.25em;
	color: #666666;
	cursor: pointer;
}
input[type="submit"]:hover {
	color: #000000;
}
input[type="submit"]:active {
	position: relative;
	left: 1px;
	top: 1px;
}
/* Color */
.dk_purp { color: #50016B; }
.lt_purp { color: #9E4281; }
.tan     { color: #D1C0A1; }
.dk_grn  { color: #5E774D; }
.lt_grn  { color: #94BC1A; }
.grey    { color: #999999; }
/* Structure */
#header {
	text-indent: -9999px;
	overflow: hidden;
	background: #000000 url(/images/popup_header.gif) no-repeat top left;
	width: 100%;
	height: 60px;
	margin-bottom: 1em;
}
#container {
	padding: 10px;
}
.divider {
	background: url(/images/hbar_popup.gif) no-repeat top;
	width: 360px;
	height: 24px;
	margin-top: -11px;
	margin-bottom: 20px;
}
.h_sub {
	color: #666666;
	margin-top: -30px;
	margin-bottom: 1em;
	font-size: 10px;
}
.comment {
	margin-bottom: 2em;
}
.comment_footer {
	font-size: 80%;
}
.error {
	color: #990000;
	margin-bottom: 2em;
	background: #f7d3cd url(/images/input_shadow.png) repeat-x top;
	border: 1px solid #660000;
	padding: 5px;
}

/****** Admin Links ******/

.admin_links {
	border: 1px dashed #999999;
	background: #EFEFEF;
	padding: 0.25em;
}
a[href *="/admin/"] {
	padding: 5px 20px 5px 20px;
	font-size: 10px;
}
a[href *="/admin/data_add.php"] {	 background: transparent url(/images/icons/add.gif) no-repeat center left;    }
a[href *="/admin/data_edit.php"] {	 background: transparent url(/images/icons/edit.gif) no-repeat center left;   }
a[href *="/admin/data_delete.php"] { background: transparent url(/images/icons/delete.gif) no-repeat center left; }

