/* CSS Document */
/* Copyright 2010 Tim De Chant */
/* Please feel free to use this file and modify it, under the conditions that you. . . */
/*     a.  notify me */
/*     b.  keep these header comments in the resulting file. */
/* If you have any suggestions on how I can make this better/more efficient, please let me know.  Thanks. */

/* Sets body attributes */

body{
	background:url(images/gradient.jpg) repeat-x;
	background-color:#fefefe;
}

/* Positions for index.html images */
.center_frame{
	margin-top:80px;
	background-image:url(images/name_plate_shadow.png) center;
	width:600px;
	height:433;
	margin-left:auto;
	margin-right:auto;
	/* vertical-align:middle; */
	position:relative;
	z-index:1
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.65);
	-icab-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.65);
	-khtml-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.65);
}

.journalism_index{
	position:absolute;
	left:0px;
	top:283px;
	width:150px;
	height:150px;
	z-index:2
}

.design_index{
	position:absolute;
	left:150px;
	top:283px;
	width:150px;
	height:150px;
	z-index:2
}
.research_index{
	position:absolute;
	left:300px;
	top:283px;
	width:150px;
	height:150px;
	z-index:2
}

.contact_index{
	position:absolute;
	left:450px;
	top:283px;
	width:150px;
	height:150px;
	z-index:2
}

.top_nav{
	width:915px;
	height:150px;
	margin-left:30px;
	margin-right:auto;
	margin-top:30px;
	position:relative;
	z-index:1
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.65);
	-icab-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.65);
	-khtml-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.65);
}

.journalism_nav{
	position:absolute;
	left:316px;
	top:0px;
	width:150px;
	height:150px;
	z-index:2
}

.design_nav{
	position:absolute;
	left:466px;
	top:0px;
	width:150px;
	height:150px;
	z-index:2
}

.research_nav{
	position:absolute;
	left:616px;
	top:0px;
	width:150px;
	height:150px;
	z-index:2
}

.contact_nav{
	position:absolute;
	left:766px;
	top:0px;
	width:150px;
	height:150px;
	z-index:2
}

.content{
	text-align:left;
	top:180px;
	width:auto;
	bottom:100px;
	margin-bottom:100px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 50px 0px 50px;
	z-index:2;
}


/* Sets the paragraph tag attributes */

p{
font-family: "Lucida Grande", Helvetica, Arial, Geneva, sans-serif;
font-size: 12px;
line-height: 20px;
color: #000000;
}

/* Justifies text within paragraph tag */

.justify_p{
text-align: justify;
}

/* Sets header text attributes */

h1{
	font-family: "Lucida Grande", Helvetica, Arial, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* Aligns top navbar icons to the right */

a img{
    border:0px;
}

.top_nav{
	text-align: right;
}

/* Sets bottom nav text attributes */

.bottom_nav{
	font-family: "Lucida Grande", Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000000;
	font-style: normal;
	line-height: 24px;
	text-align: center;
}

/* Sets copyright text attributes */

.copyright{
font-family: "Lucida Grande", Helvetica, Arial, Geneva, sans-serif;
font-size: 9px;
font-style: oblique;
color: #000000;
text-align: center;
}

/* Controls the indent for formatting text on resume.html */

.resume_indent{
padding-left: 30px;
font-family: "Lucida Grande", Helvetica, Arial, Geneva, sans-serif;
font-size: 11px;
line-height: 16px;
color: #000000;
}

/* Attempt to boldface a couple of words within a paragraph tag while leaving the others normal. Not yet successful. */

.resume_small_heading{
font-family:"Lucida Grande", Helvetica, Arial, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}

/* Attempt to make link elements only boldface while leaving the rest of the link tag normal. Not yet successful. */

.strong_link{
font-weight: bold;
}

/* Sets input text attributes for the contacts.html page. */

input{
font-family: Helevetica;
font-size: 11px;
color:#000000;
}

/* Sets the message area text attributes for the contacts.html page. */

textarea{
font-family: Helevetica;
font-size: 11px;
color: #000000;
}

/* Sets the publication title on journalsm.html */

.pub_title{
/* font-style:italic; */
}

/* Special style for stamp on contact page */

.stamp img{
padding-right:30px;
}