@charset "utf-8";
/* CSS Document */
/* Set general styles for the body, links, the wrapper, etc. */

/* The main page content */
#mainContent {
	clear: both;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0;
	width: 780px;
	height: 1100px;
	border: #C90 2px solid;
	border-top: none;
	background-color: #ffffff;
	font-family: Tahoma, Arial, "Trebuchet MS", Geneva, sans-serif;
}

h2 {
	margin-top: 25px;
	margin-left: 7px;
	margin-bottom: 5px;
	margin-right: 7px;
	padding: 2px;
}

p {
	margin-top: 5px;
	margin-left: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
}

#supportHeader {
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 3px;
	padding-top: 4px;
}

#supportHeader { display: inline-block; }
#supportHeader { display: block; }


#donateList li {
	width: 515px;
	margin: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 5px;
	padding-bottom: 0;
	font-size: 1.3em;
	background-color: #FFFFFF;
	list-style: none;
}

#payPal {
	background: url(images/paypal-rounded-corners.png) top left no-repeat;
}

#amazon {
	background: url(images/amazon-rounded-corners.png) top left no-repeat;
}

#cafePress {
	background: url(images/cafepress-rounded-corners.png) top left no-repeat;
}



#donateList p {
	margin: 0;
	padding-top: 5px;
	padding-left: 7px;
	font-size: 1em;
}

.li-background {
	width: 515px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 35px;
	margin-left: -5px;
	padding-left: -5px;
	background-color: #DDDDDD;
}

.li-bottom {
	width: 515px;
	height: 40px;
	margin: 0;
	margin-top: -5px;
	margin-left: -5px;
	margin-bottom: 10px;
	padding: 0;
	background: url(images/rounded-corners-bottom.png) top left no-repeat;
}

.li-text {
	padding-top: 5px;
	padding-left: 7px;
}

#paypalButton {
	margin: 5px;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	padding-left: 37%;
	padding-right: 35%;
}

#amazonSearch {
	display: inline;
	width: 185px;
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-right: 0;
	float: right;
	overflow: hidden;
}

#cafePressBanner {
	margin-top: 65px;
	margin-right: 55px;
}

/* generic classes */
.divider2 {
	margin-top: -7px;
}