/* Reset some default styles */

body, p, ul, li, select, div, h1, h2, h2, h4 {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

.fLeft {
	display: block;
	float: left;
}

.fRight {
	display: block;
	float: Right;
}

.center {
	text-align: center;
}


/* Specific styles for thewalkumentary.com */

body {
	background-color: #000000;
	color: #cccccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}

a {
	color: #99aadd;
	text-decoration: none;
}

a:hover {
	color: #aadd99;
	text-decoration: underline;
}

#div-Container {
	width: 900px;
	margin: 0px auto;
	padding-top: 25px;
}

/* Image styles */

#div-ImgContainer1, #div-ImgContainer2 {
	border: 1px solid #777777;
}

#div-ImgContainer1 {
	width: 414px;
	height: 415px;
	margin-right: 20px;
}

#div-ImgContainer2 {
	width: 402px;
	height: 403px;
	margin: 5px;
}

#div-ImgContainer2 img {
	width: 398px;
	height: 399px;
	margin: 2px;
}

/* div-MainText styles */

#div-MainText {
	width: 460px;
}

#div-MainText h1 {
	margin-bottom: 15px;	
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size: 150%;
	text-align: center;
}

#div-MainText p {
	margin-bottom: 10px;
}

#div-MainText p a {
	font-size: 115%;
	font-weight: bold;
}

#div-MainText span.small {
	font-size: 85%;
}

/* div-Chapter styles */

#div-Chapters {
	margin-top: 70px;
	text-align: center;
}

#div-Chapters h2 {
	margin-bottom: 20px;	
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size: 160%;
	text-align: center;
}

#div-Chapters div {
	float: left;
	margin: 5px 10px 20px 10px
}

#div-Chapters div.row2 {
	margin-left: 160px;
}

#div-Chapters div.row3 {
	margin-left: 310px;
	display: none; /* MDD - TEMP - For some reason I can't play the All-faststart.mov video, so it's hidden for now */
}

#div-Chapters span.chapter {
	font-size: 115%;
	font-weight: bold;
}

#div-Chapters span {
	font-size: 90%;
	font-weight: bold;
	font-family: Arial;
}

#div-Chapters img {
	margin: 4px 0px 8px 0px;
	padding: 1px;
	border: 1px solid #777777;
}

#div-Chapters a.watch {
	font-size: 80%;
	font-weight: bold;
}

#div-Chapters a.download {
	font-size: 75%;
}

/* div-Donate styles */

#div-Donate {
	margin: 45px 0px 60px 0px;
	padding: 15px 0px 40px 0px;
	border: 1px dotted #777777;
	border-right: 0px none;
	border-left: 0px none;
	text-align: left;
}

#div-Donate p {
	margin-bottom: 10px;
}

#div-Donate-PayPal {
	margin: 0px auto;
	padding: 5px 10px 10px 0px;
	text-align: center;
}


/* div-Contact styles */

#div-Contact {
	margin-bottom: 50px;
	text-align: center;
	font-size: 85%;
}

/* div-FlvPlayer styles */

#div-FlvPlayer {
	position: absolute;
	z-index: 100;
	width: 750px;
	height: 575px;
	padding-top: 10px;
	border: 2px solid #777777;
	background-color: #000000;
	text-align: center;
}

#p-FlvPlayer {
	margin-top: 5px;
}

