/*
 * GENERAL
 */

html {
	margin: 0;
	padding: 0;
	background: url('/assets/bg/html-repeat-x.jpg') top left repeat-x;
}

body {
	font-size: medium;
	font-family: "Georgia", "Verdana", serif;
	color: #808080;
	padding: 0;
	margin: 0;	
}

address {
	font-style: normal;
}

a {
	color: #0172B4;
	text-decoration: underline;
}

	a:hover {
		color: #78A61D;
		text-decoration: none;
	}
	
	a:visited {
		color: #78A61D;
	}

ul, ol {
	margin: 0;
	padding: 0;
}

.hide {	
	display: none;
}

.clr {
	clear: both;
}

.awaiting {
	color: red;
}

/*
 * STRUCTURE/LAYOUT
 */

div#nav-tools {
	display: none;
}

div#container-colorbox {
	display: none;
}

div#nav-sub {
	display: none;
}

 div#container-top {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
 }
 
 	div#container-canvas {
 		display: none;
 	}
		
	div#container-page {
		width: 100%;
	}
	
		div#container-page div#page-left-col {
			display: none;
		}
		
		div#container-page div#page-right-col {
			width: 100%;
		}
			
			div#container-page div#page-right-col ul.copy, div#container-page div#page-right-col ol.copy {
				margin-left: 40px;
			}
			
			/* Links page only */
			#s6 div#container-page div#page-right-col ul.copy {
				padding-bottom: 20px;
			}
			
			div#container-page div#page-right-col ul.no-bullets {
				list-style: none;
				margin-left: 0;
			}
			
			div#donate-onpage a {
				width: 224px;
				height: 74px;
				display: block;
				background: url('/assets/buttons/button-donate-onpage.jpg') top left no-repeat;
				text-indent: -9999px;
			}
			
				div#donate-onpage a:hover {
					width: 224px;
					height: 74px;
					display: block;
					background: url('/assets/buttons/button-donate-onpage.jpg') -227px 0 no-repeat;
					text-indent: -9999px;
				}
 
 div#container-bottom {
	display: none;
 }
		
/*
 * Page Content
 */

div#page-right-col {
	line-height: 150%;
	font-size: 75%;
	padding-bottom: 20px;
}

	div#page-right-col img.quote-right {
		float: right; 
		margin: 0 0 20px 20px;  
		clear: right;
	}
	
	div#page-right-col img.quote-left {
		float: left; 
		margin: 0 20px 20px 0;  
		clear: left;
	}

div#page-right-col h1 {
	font-size: 140%;
	color: #00508B;
	margin-top: 0;
}

div#page-right-col h2 {
	font-size: 130%;
}

	div#page-right-col h2.extra-padding-top {
		margin-top: 60px;
	}
	

/* Definition Lists */

dl#further-reading dt {
	padding-top: 10px;
	font-weight: bold;
	font-style: italic;
	color: #D5DE23;
}

	dl#further-reading dt.first {
		padding-top: 0;
	}		

dl#further-reading dd {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #808080;
}

	dl#further-reading dd.last {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: none;
}
