/* Layout rules for the Pale Blue Dot project at http://whitedwarf.org/palebluedot/ */

/* Authored by Ian Shorrock http://ianshorrock.com */
/* Last edit 05 July 2009 */


/* Setting defaults */

/* Setting styles */

#page {
	background: url(../images/new_background.jpg) repeat-y;
}

#content {
	background-color: #f3f3f3;
}

#menu {
	background: url(../images/menu_slice.jpg) repeat-x;
	text-align: center;
}

#menu li {
	list-style: none;
	font: "Tahoma"; 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#menu li a {
	color: #000;
	border-top: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

#menu li a:hover,
#menu li.active a {
	background: url(../images/menu_active_slice.jpg) repeat-x;
	border-top: 1px solid #5db5e3;
	border-right: 1px solid #5db5e3;
	border-left: 1px solid #5db5e3;
}

#menu li a:hover,
#menu li.active a {
	color: #fff;
}

p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.article {
	background: url(../images/subcontainer_slice.jpg) repeat-y;
}

#footer {
	border-top: 2px dashed #e1e1e1;
	background: #fff;
	padding-bottom: 1em;
}

#footer p {
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
}

table.donate {
	border-top: 2px dotted #c1c1c1;
	border-bottom: 2px dotted #c1c1c1;
	border-left: 1px dotted #c1c1c1;
	border-right: 1px dotted #c1c1c1;
	background: #fff;
	padding: 0 10px;
}

td.middle {
	border-left: 2px dotted #c1c1c1;
	border-right: 2px dotted #c1c1c1;
}