@charset "UTF-8";
/*
Theme Name: 20090520.css
Theme URL: http://www.joshreese.com
Description: Updating JoshReese.com site, this is css for the interim.
Version: 1.0
Author: Joshua Reese
*/

/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, h, td {
	margin: 0; padding: 0;
}

/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Remove list-style from lists */
ol, ul {
	
	list-style: none;
}

/* Normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	
	font-style: normal; font-weight: normal;
}

table {
	border-collapse: separate;
	border-spacing: 3px;
}

/* Remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* Normalize link decoration */
a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: bold;
}

/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}

/* Remove quotation marks from q */
q:before, q:after {
	content:'';
}


body, p {
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(../images/blur_Blue_Green.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}
#container{
	width: 1000px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;		
}
#construction {
}
#buttons{
	-moz-opacity: 0.0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0.0;
	width: 300px;
	margin-left: 319px;
	margin-top: -451px;
	float: left;
}
#book{
	margin-left: 92px;
}
#resume{
	margin-left: 75px;
	margin-top: 3px;
}
#email{
	margin-top: 14px;
}
