/* 
CSS for JoeFrancis.org 
*/

* {
	margin: 0;
	padding: 0;
}

body,html {
	margin:0;
	padding:0;
	background-color: black;
	text-decoration: none;
	color: black;
	line-height: 28px;
	font-family: Arial;
	text-align: justify;
}

a {
	text-decoration: none;
	border: none;
}

pre {
	font-family: Arial;
}
	
#wrap {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	background:#fff;
	border-left: thin solid red;
	border-right: thin solid red;
}

#wrap img {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	background:black;
	border-top: thin solid red;
}

/* Navigation */

#nav {
	background-color: black;
	border-top: thin solid red;
	border-bottom: thin solid red;
	padding: 5px;
	text-align: center;
}

#nav a {
	color: #ff0300;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	padding: 0 32px 0 32px;
	text-transform: uppercase;
}

#nav a:hover {
	color: white;
}

#nav a.active {
	color: white;
}

/*
intro
*/
#intro {
	font-style: italic;
	padding: 55px 100px 20px 100px;
}

#intro p {
	font-style: italic;
	font-size: 24px;
}

#intro img.button {
	float:right;
	padding: 15px 15px 25px 15px;
	border: none;
}

#intro a {
	border: none;
}
#intro h1 {
	font-size: 18px;
}

#intro h4 {
	font-size: 16px;
	font-family: Arial;
	color: red;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

/*
quote
*/
#quote {
	padding: 0 15px 10px 0;
}

#quote p {
	font-style: italic;
	font-size: 12pt;
	padding: 5px;
	line-height: -1;
}

#quote a {
	border: none;
	text-decoration: none;
}


.sig {
	font-style:normal;
	font-size: 10pt; 
	font-weight:bold; 
	text-align: right;
	margin-top: -28px;
}

.ed {
	font-style:normal;
	font-size: 12pt; 
	font-weight:bold; 
	text-align: right;
	margin-top: -28px;
	padding-bottom: 50px;
}


/* 
content 
*/

#content {
	margin: 25px;
}

#content pre {
	font-family: Arial;
}

#content h1 {
	line-height: 28px;
}
#content h2 {
	padding: 15px;
	line-height: 28px;
	font-family: Arial;
}
#content h3 {
	line-height: 32px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size:20px;
	font-family: Arial;
}

#content h4 {
	font-family: Arial;
	color: red;
}

#content h5 {
	font-size: 12px
	font-style: italic;
	text-align: right;
}

#content h6 {
	font-size: 20px;
	font-family: Arial;
}

#content h7.book{
	padding-top: 5px 0 5px 0;
	font-size: 24px;
	font-family: Arial;
	letter-spacing: 3px;
}

#content p {
	text-align: justify;
}

#content p.quote {
	font-style: italic;
	font-size: 16px;
	padding: 2px;
}

#content a {
	line-height: 32px;
	text-decoration: none;
	border: none;
}

#content a.download {
	padding: 10px;
	text-align: center;
}

#content blockquote {
	padding: 50px;
}

#content blockquote.adobe {
	padding: 10px 100px 10px 100px;
}

#content p{
	padding-top: 10px;
}

#content p.quote{
	font-style: italic;
	font-size: 16px;
	padding: 2px;
}

#content img.left {
	float:left;
	padding: 15px 25px 15px 0;
}

#content img.right {
	float:right;
	padding: 15px 0 15px 25px;
}

#content img.intro_left {
	float:left;
	padding: 15px 55px 10px 0;
}

#content ul {
		list-style: none;
		text-align: left;
		padding-left: 25px;
		font-size: 12px;
}

#content li {
		list-style: none;
		text-align: left;
		padding-left: 5px;
		font-size: 14px;
}

#content li.highlight {
		list-style: none;
		text-align: left;
		padding-left: 5px;
		font: bold;
		font-size: 14px;
		color: red;
}

#content li.faq {
		list-style: none;
		text-align: left;
		text-indent: 15px;
		padding-left: 5px;
		font-size: 14px;
}
	
/* Caption */	
	
#caption {
		border-color: black;
		border-style: solid;
		border-width: 1px;
		margin: 0.5em;
		padding: 0.5em;
}
	
#caption p {
	text-align: center;
	font-style: italic;
	text-indent: 0;
}



#gallery {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div.spacer {
  clear: both;
}

/* 
end
*/

#end {
	height: 300px;
	border-top: thin solid black;
	border-bottom: thin solid black;
	padding: 0 10px 0 10px;
	margin: 80px 0 0 0;
	text-align: justify;
}

/* 
footer
*/

#foot {
	border-top: thin solid red;
	border-bottom: thin solid red;
	padding: 5px;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 15px;
	background-color: black;
	color: red;
}

#foot a {
	color: #ff0600;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	padding: 0 32px 0 32px;
	text-transform: uppercase;
}

#foot a:hover {
	color: black;
}

#foot a.active {
	color: red;
}
* html #foot {
		height:1px;
}

