
/*  Additional elements for Prince's Charities, scrambled together from old potatoes and other discarded fooditems.*/


/* Archive Navigation */

table.event-table {
	width:100%;
	border-collapse: collapse;
}

table.event-table thead {
	background: #333367;
	color: #fff;
	text-align:left;
	padding: 0.3em;
}

table.event-table thead th {
	padding: 0.5em;
}

table.event-table tbody td {
	padding: 0.5em 1em 0.5em 0.5em;
}

table.event-table tr.even {
	background: #e9e5d2;
}

/* Form elements */

#user-login {
	padding: 3em 0;
}

#user-login .form-item input {
	height:20;
	padding: 0.2em;
}

#user-login .form-item {
	margin: 1em 0;
}


ul.primary {
	list-style:none;
	display: block;
	padding-top: 1em;
}

ul.primary li {
	font-size: 1.2em;
	display: inline;
	margin: 0; 
}

ul.primary li a {
	background: #e9e5d2;
	padding: 0.5em;
}

ul.primary li a:hover {
	 background: #ccc;
}

ul.primary li.active a {
	background: #999;
	color: #fff;
}

ul.secondary {
	list-style:none;
	display: block;
	padding: 1em 0 2em 0;
}

ul.secondary li {
	font-size: 1.2em;
	display: inline;
	margin:  0; 
}

ul.secondary li a {
	background: #e9e5d2;
	padding: 0.3em;
}

ul.secondary li a:hover {
	 background: #ccc;
}

ul.secondary li.active a {
	background: #666;
	color: #fff;
}


#main .profile h2.title {
	display: none;
	
}



