/* CSS Document */
/* Copyright 2011 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 via the site's contact page.  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:auto;
	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;
	width:900px;
	/*margin-bottom:100px;*/
	margin-left:auto;
	margin-right:auto;
	padding:30px 50px 0px 50px;
	z-index:2;
}

.browser_background{
	width:6000px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	top:-246px;
	color:#999999;
	z-index:-20;
}

/* Sets the paragraph tag attributes */

p{
	font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
    letter-spacing: 0.052em;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000000;
}

/* Justifies text within paragraph tag */

.justify_p{
	text-align: justify;
}

/* Sets header text attributes */

h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	letter-spacing: 0.12em;
	line-height: 1.1em;
	font-weight:lighter;
	text-transform:uppercase;
	
	/*font-family: Palatino, Palatino Linotype, Book Antiqua, serif;
    letter-spacing: 0.06em;
	font-size: 1.1em;
	line-height: 2em;
	color: #000000;*/
}

h1 a {
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

/* Sets link attributes */

a {
	color:#366FBC;
}

/* 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: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing:0.8px;
	line-height: 16px;
	font-style: normal;
	margin-left:auto;
	margin-right:auto;
}

/* Shifts bottom_nav down to avoid the clip browser. */

#bottom_nav_journalism{
	margin-top:740px;
}

/* Sets copyright text attributes */

.copyright{
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	font-style: oblique;
	letter-spacing:0.4px;
	text-align: center;
}

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

.resume_indent{
	padding-left: 30px;
	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-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, Arial, sans-serif;
	font-size: 0.9em;
	color:#000000;
}

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

textarea{
	font-family: Helevetica, Arial, sans-serif;
	font-size: 0.9em;
	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;
}
