/* @override http://www.matt-mendick.com/style.css */

/* CSS Document for Matt Mendick's Personal Website */
/* www.pitt.edu/~mtm18 */

/* Eric Meyers Clearing */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Eric Meyers Clearing */



body{

	background-color: #000033;
	background-image: url(top_background.jpg);
	background-repeat: repeat-x;
	text-align: center;

}

#container{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(top_background.jpg);
	background-repeat: repeat-x;
	text-align: left;

}

#title_logo{
	width: 600px;
	text-align: left;
	height: 80px;
	


}


.navigation{
	float: right;
	
//	margin-left: 135px;
}

.nav_element{
	font-family: Garamond;
	font-size: 21px;
	color: #33cc33;
	margin-left: 20px;
}

#content{
	margin-top: 15px;
	margin-bottom: 5px;
	width: 600px;


}

.content_overlay_cathedral{
	position: absolute;
	margin-top: -346px;
	margin-left: 7px;
	width: 131px;
	height: 248px;
	background-color: black;
	color: white;
	visibility: hidden;

	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	/* for Mozilla */
	-moz-opacity:0.6;

}

a.nav_element {
	font-family: Garamond;
	font-size: 21px;
	color: #33cc33;
	margin-left: 20px;
	text-decoration: none;
}

a:hover {
	color: #6699ff;
}

.page_title a{
	font-family: Garamond;
	font-size: 18px;
	color: #5599ff;
	float: left;
	text-decoration: none;
}



.copyright{
	margin-top: 10px;
	margin-left: 280px;
	margin-bottom: 20px;
	font-family: Garamond;
	font-size: 12px;
	color: #33cc33;
	clear: both;
	float: left;
}



.page_title{
	font-family: Garamond;
	font-size: 18px;
	color: #5599ff;
	float: left;
	margin-left: 15px;
	margin-top: 8px;
}


.portfolio_name{
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 5px;
	color: #33cc33;
	font-family: Garamond;
	font-size: 25px;
	float: left;
	clear: both;
	text-decoration: none;
}



#portfolio_image{
	margin-top: 5px;

	width: 150px;
	float: left;
	clear: both;
	margin-bottom: 15px;

}

#portfolio_desc{
	margin-top: 5px;
	margin-left: 10px;

	
	width: 430px;
	color: #33cc33;
	font-family: Garamond;
	font-size: 17px;
	float: left;
	margin-bottom: 15px;

}

#resume_row{
	margin-top: 5px;
}

#resume_format{
	width: 286px;
	text-align: center;
	float: left;
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: 50px;

}

.format_label{
	text-align: center;
	color: #33cc33;
	font-family: Garamond;
	font-size: 15px;
	
}



#about_me_content{
	text-align: center;
	color: #33cc33;
	font-family: Garamond;
	font-size: 20px;
	width: 592px;
	border: 1px dashed #33cc33;
	clear: both;
	padding: 4px;
	margin-bottom: 10px;

}

.tabbed_schedule{
	color: #33cc33;
	font-family: Garamond;
	font-size: 20px;
}

#contact_content{

	text-align: center;
	color: #33cc33;
	font-family: Garamond;
	font-size: 20px;
	width: 592px;
	border: 1px dashed #33cc33;
	clear: both;
	padding: 4px;
	margin-bottom: 10px;

}

a {
	text-decoration: none;
	color: #33cc33;
}