/************************************************/
/* VisionsForHumanity.org                       */
/* global_all.css		                */
/* Rev. 1.03 - 2008-07-24                       */
/* Wildfire Design, LLC www.wildfiredesign.com  */
/************************************************/

@import url(/assets/styles/footer_all.css);

/************** HTML tag styles ****************/ 

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link, a:visited {
	color: white;
	text-decoration: underline;
	}

a:hover {
	text-decoration: underline;
	}

a:link img {
	border: none;
	}

h1 {

	color: rgb(238,131,0); /* orange */
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	
}

hr {
	height: 1px;
	color: slategray;
	}

hr {
	border: 0;
	color: black;
	background-color: black;
	height: 1px;
	width: 100%;
	text-align: left;
	}


/************** #layout divs *******************/

#mainContentContainer {

	margin-left: 60px;
	text-align: left;
	width: 670px;
	overflow: hidden;
	padding-bottom: 25px;
}

/************** #navigation styles ***************/


/************* footnote styles ***************/


/************** #sidebar styles **************/


/************** misc **************/

.imgTopRight {

	padding: 0 0 10px 10px; /* top right bottom left */
}

.imgTopLeft {

	padding: 0 10px 10px 0;

}

.imgBottomRight {

	padding: 10px 0 0 10px;

}

.imgBottomLeft {

	padding: 10px 10px 0 0;

}


.pullQuote-right, .pullQuote-left {
	margin: 0 0 10px 15px;
	float: right;
	display: block;
	width: 175px;
	font-variant:small-caps ;
	padding: 15px;
	border-top: 1px solid;
	border-top-color: rgb(113,113,113);
	border-bottom: 1px solid;
	border-bottom-color: rgb(113,113,113);
	}

.pullQuote-left {
	margin: 0 15px 10px 0;
	float: left;
	}