﻿/* CSS Document */

body {

	background: 			#E2E2E2;
	background-image:		url("images/background-light.jpg");
	background-repeat:		no-repeat;
	background-attachment:	fixed;
	background-position:	center 1%;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-align:				justify;
	line-height:			18px;
	color: 					#333333;
}

a { 
	color: 					#ABA578; 
	text-decoration: 		none; 
}

a:hover { 
	color: 					#FFFFFF; 	
	background-color:		#514F1C;
}


div.content p:first-letter {
	font:					italic bold 20px Verdana;
	color:					#ABC578;
}

div {
	/*background-color:		#F2F2F2;*/
	border:					1px solid black;
	margin:					0 2% 40px 2%;
	
}


div.header {
	border:					0;
	width:					70%;
	height:					109px;
	margin-top:				0%;
	margin-left:			9%;
	position:				fixed;
	
	
}

div.header img {
	float:					left;
	position:				fixed;
}


div.content {
	position:				absolute;
	top:					70px;
	left:					180px;
	width:					60%;
	float:					right;
	border:					0;
}

div.content h1{
	/*float:					left;*/
	font-style:				oblique;
	font-size:				32px;
	background-color:		#F2F2F2;
	margin-left:			95px;
	padding-left:			15px;
	padding-top:			8px;
	padding-bottom:         8px;
	margin-bottom:			0;
	
	
	height:					25px;
	text-align:				left;
	text-shadow:			#000000;
	text-transform:			uppercase;
	color:					#7d0b1d;
	border:					1px solid #7d0b1d;
	
}

div.content h1#speciesism {
	width:					230px;
}

div.content h1#veganism {
	width:					200px;
}

div.content h1#why {
	width:					120px;
}

div.content h1#whatis {
	width:					475px;
	font-size:				26px;
}

div.content h1#manifesto {
	width:					220px;
}

div.content h1#contact {
	width:					180px;
}

div.content h1#videos {
	width:					160px;
}

div.content h1#become-member {
	width:					360px;
}

div.content p {
	margin-top:				3%;
	
	text-indent:			4px;
	background-color:		#F2F2F2;
	border:					1px solid #ABC578;
	padding:				20px 20px 20px 20px;
	

}

div.content form {
	margin-top:				3%;
	
	text-indent:			4px;
	background-color:		#F2F2F2;
	border:					1px solid #ABC578;
	padding:				20px 20px 20px 20px;
	

}

div.content p.whymustnot {
	text-transform:			lowercase;
	text-align:				center;
	font-weight:			bolder;
	font-size:				larger;
}

ul {
	background-color:		#F2F2F2;
	padding:				10px 20px 20px 50px;
	border:					1px solid #ABC578;
	margin-top:				0;
	color:					#ABC578;
	font-color:				black;
}

ul.list1 {
	list-style-type: 		square;
}

ul.list2 {
	list-style-type:		disc;
}

ol {
	background-color:		#F2F2F2;
	padding:				10px 20px 20px 50px;
	border:					1px solid #ABC578;
	margin-top:				0;
	color:					#ABC578;
	font-color:				black;
}

.text {
	color:					black;
}

.textbolder {
	font-weight:			bolder;
}

.alicewalker {
	font-weight:			bolder;
	font-size:				larger;
}

div.content pre#nomatter {
	font-weight:			bold;
	font-size:				large;
}

div.content pre#stop {
	font-weight:			bold;
	font-size:				large;
}

div.content pre#veganism {
	font-weight:			bold;
	font-size:				large;
	text-align:				left;
	/*left:					55%;*/
}

.centeredline {
	text-align:				center;
	display:				block;

}

