/* ---------- GENERAL LAYOUT ---------- */

body {
	background: silver;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 0;
}

/*general links*/

a:link {
	font-weight: normal;
	color:black;
	text-decoration: none;
	border: none;
	margin-left: 2px;
	margin-right: 2px;
}
a:hover {
	font-weight: normal;
	color:#FFFFFF; 
	text-decoration:underline;
}
a:visited {
	font-weight: normal;
	color:black;
	text-decoration:none;
}

/*navlinks*/

#links a {
	margin: 0;
	padding: 3px 5px 3px 5px;
	font: 16px papyrus, palatino, serif;
	color: black;
	text-decoration: none;
	background: rgb(92%,91%,90%);
}
#links a:hover {
	color: gray;
}
#links {
	display: block;
	width: 694px;
	background: rgb(92%,91%,90%);
	padding: 3px;
	margin: 0;
	border:solid black;
	border-width: 1px 0 1px 0;
}

/* Fonts */

h1 {
	font: palatino, serif;
	font-size: 18px;
	font-weight: normal; 
	color: black; 
	text-align: center;
	text-decoration:none
}
h2 {
	font: palatino, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	float: both;
}
h4 {
	font: 20px papyrus, palatino, serif;
	font-weight: normal;
	text-align: left;
	float: both;
	padding:0px;
	margin:0ox;
}

p {
	font: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

/* Centering Magic*/

img.centerblock {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.centerblock {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

/* layout */

div {
	font: palatino, serif;
	font-weight: normal;
	background-color: #bcb39a;
}
#logo {
	background: url(../index/logo.jpg);
	display: block;
	width: 700px;
	height: 126px;
	border: none;
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#footer {
	background-color: #bcb39a;
	border-top: solid black;
	border-width: 1px;
	margin-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 450px;
	height: auto;
	font: 10px arial, arial narrow, sans-serif; 
	color:#1a0d00;
	text-align: center;
	text-decoration: none;
}

/* ---------- INDEX ---------- */
}
div#randomphoto {
	diplay: block;
	width: 700px;
	height: 525px;
	background-color: #bcb39a;
}
#intro {
	background: rgb(92%,91%,90%);
	border: solid #1a0d00;
	border-width: 1px;
	width: 690px;
	margin-top: 0px;
	margin-left: -1px;
	margin-right: -1px;
	padding-left: 10px;
	padding-right: 0px;
	height: auto;
}
#quote {
	margin-top: 10px;
	margin-right: 25px;
	background: rgb(92%,91%,90%);
	border: solid #1a0d00;
	border-width: 1px;
	width: 300px;
	height: auto;
	padding: 10px;
	float: right;
	font: 14px "palatino", serif; color:black; text-align: right;
	text-decoration: none;
}
#update {
	margin-top: 10px;
	margin-left: 25px;
	background: rgb(92%,91%,90%);
	color: black;
	border: solid #1a0d00;
	border-width: 1px;
	width: 300px;
	height: auto;
	padding: 10px;
}
#music {
    margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	background:none;
	border:none;
	width: auto;
	height: auto;

}
h3.ranttitle {
	background: rgb(92%,91%,90%);
	color: black;
	padding: 0px;
	margin: 0px;
	border: none;
	font: 18px papyrus, palatino, serif;
	color: black;
	text-decoration: underline;
}
h3.ranttimestamp {
	background: rgb(92%,91%,90%);
	color: black;
	padding: 0px;
	margin: 0px;
	border: none;
	font: 12px helvetia, geneva, sans-serif;
	color: grey;
	text-decoration: none;
}
div#poop {
	background: rgb(92%,91%,90%);
	padding: 0px;
	margin: 2px 0px 2px 0px;
	border: none;
	font: 14px palatino, serif;
	color: black;
	text-decoration: none;
}
#poop a {
	font: 14px palatino, serif;
	font-weight: normal;
	color: grey;
	padding: 2px;
	margin: 2px;
	text-decoration: none;
	float: right;
}
#poop a:hover {
	color: black;
}
/* ---------- BIO ---------- */
img#bioshot {
	border-right: solid;
	border-color: #1a0d00;
	border-width: 1px;
	align: top;
	padding: 0px;
	margin: 0px;
}
.bio {
	background: rgb(92%,91%,90%);
	border-bottom: solid #1a0d00;
	border-width: 1px;
	width: 700px;
	height: auto;
	float: right;
	font: 18px "palatino", serif; 
	color:black; 
	text-align: right;
	text-decoration: none;
	margin-bottom: 10px;
	vertical-align: middle;
}
.mugshot {
	padding-right: 5px;
	padding-left: 5 px;
}

/* ---------- AMIGOS ---------- */
div.amigo {
	display: block;
	background: rgb(92%,91%,90%);
	border-bottom: solid black;
	border-width: 1px;
	width: 700px;
	height: auto;
	float: right;
	font: 14px palatino, serif;
	color: black;
	text-align: right;
	text-decoration: none;
	margin: 0px;
	vertical-align: middle;
}
#apology {
	background-color: #bcb39a;
	border-style: solid #1a0d00;
	border-width: 1px;
	margin-top: 5px;
	padding: 5px;
	clear: both;
	width: 450px;
	height: auto;
	font: 14px papyrus, serif; 
	color: black;
	text-decoration: none;
}
.amigo a {
	font: 14px palatino, serif;
	font-weight: normal;
	color: navy;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	
}
.amigo a:hover {
	color: gray;
}
/* ---------- GALLERY ---------- */

/* ---------- CONTACT ---------- */
table {
	font: "Century Schoolbook", "Palatino", "Times", serif;
	font-size: 18px;
	font-weight: normal;
	color: #5c3900;
	text-decoration: none;
	padding-left: 10px;
}
#disclaim{
	background-color: #bcb39a;
	border: solid #1a0d00;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	margin-right: 25px;
	float: right;
	display: block;
	width: 125px;
}
/* ---------- CHEM ---------- */

#abstract {
	background: white;
	margin: 0px;
	padding-top: 10px;
}	
#abstract h1 {
	font: "Palatino", serif;
	font-size: 18px;
	font-weight: bold; 
	color: black; 
	text-align: center;
	text-decoration:none
}
#abstract h2 {
	font: "Palatino", serif;
	font-size: 14px;
	font-weight: normal; 
	color: black; 
	text-align: center;
	text-decoration:none;
	margin: 0 75px 0 75px;
}
#abstract p {
	font: palatino, serif;
	font-size: 100%;
	padding: 0 20px 0 20px;
	text-decoration: none;
	text-indent: 20px;
}
#footnote {
	background: rgb(92%,91%,90%);
	font: palatino, serif;
	font-size: 12px;
	font-style: italics; 
	color: black; 
	padding: 0 20px 10px 20px;
	text-decoration:none
}
/* ---------- COFFEE ---------- */

.coffee {
	background: none;
	display: block;
	width: 500px;
	font: 18px "papyrus", serif; color:#1a0d00; text-align: left;
	text-decoration: none;
	margin-left: auto;
	margin-right: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
