/* Style for website */

body {
	background-color:#34675F; 
	font-family: 'sinkin_sans400_regular', sans-serif;
	font-size: 14px;
	background-image: url("background5f.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
	margin: 0;
	padding-top: 15px;
}

#bannercon {
	width: 960px;
	margin: 0px auto 60px auto;
}

#banner {
	float: left;
	width: 835px;
	height: 45px;
	color: white;
	font-family: 'sinkin_sans200_x_light', sans-serif;
	font-size: 36px;
	background-color: #5A9791;
	box-shadow: 1px 1px 5px 8px #5A9791;
	border-radius: 7px;

}

#bar {
	height: 7px;
	background-color: white;
	border-top: 1px solid;
}

#container {
	width: 960px;
	margin: 0px auto 30px auto;
	padding: 0px 15px 0px 15px;
	background-color: white;
	border-color: black;
	border: 1px solid;
	border-top: none;
}


header div#logo {
	float: left;
	color: #5A9791;
	padding-top: 45px;
	padding-bottom: 25px;
	font-size: 40px;
	font-style: none;
	font-family: 'sinkin_sans200_x_light', sans-serif;
	width: 900px;
}

strong {
	color: red;
}

ol, ul {
	list-style: none;
}

a:link, a:visited {
	color:blue;
	text-decoration: none
}
a:hover, a:active, a:focus {
	color:navy;
	text-decoration: underline;
}

h4 {
	text-align: center;
	text-decoration: underline;
	font-size: 24px;
}

#page-text, #page-text-labmem, #research-proj {
	float: left;
	padding: 30px;
}

#page-text ul {
	list-style-type: square;
}

h2 {
	color:#34675F;
}

footer {
	text-align: center;
	font-size: 9px;
	border-top: 1px dotted #000000;
	padding-top: 1em;
	margin: 30px;
	clear: both;
}

#uwlogo {
	float: left;
}

#apmlogo {
	float: right;
}

#passpage {
	width:500px; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
	padding-top: 8em;
}

#cv-page-text {
	float: left;
	padding: 0px 30px;
}

/* Home Page */

#homep {
	padding-bottom: 178px;
}

#home-text-l {
	float: left;
	width: 460px;
	padding-bottom: 15px;
}

#newsfeed {
	font-family: arial, sans-serif;
	font-size: 16px;
	float: right;
	width: 470px;
	border: 3px solid;
	text-align: left;
	background-color: #FFFFCC;
	border-radius: 25px;
	margin-bottom: 15px;
}

#newsfeed p {
	padding: 5px;
}

#home-text-l img {
	float: left;
	padding: 0 15px 12px 0px;
}

/* Research Page */

#page-text-research{
	float: left;
	padding: 30px;
	padding-top: 0px;
}

section#page-text-research ul {
	list-style-type: square;
}

section#page-text-research ul li ul {
	list-style-type: circle;
}

section#page-text-research p {
	text-indent: 50px;
}

#research-proj img {
	float: right;
}

/* Contact Page */

#contact-text {
	padding-top: 5em;
	padding-left: 30px;
}

#contact-pic {
	float: right;
	font-size: 8px;
	font-style: italic;
	text-align: right;
	padding-bottom: 30px;
}

#page-text-contact {
	float: left;
}

#page-text-contact h1 {
	font-size: 1.7em;
}

#page-text-contact h2 {
	color: black;
	font-size: 1.2em;
	text-decoration: none;
}

/* Lab Pages */

#news-text {
	padding-top: 7em;
	padding-bottom: 30px;
}

#italtime {
	font-size: 10px;
}

#newsrules {
	font-family: arial, sans-serif;
	font-size: 16px;
	float: right;
	width: 500px;
	border-radius: 25px;
	border: 3px solid;
	background-color: #FFFFCC;
}

#addnews {
	padding-top: 7.5em;
	border-bottom: 2px solid;
	padding-bottom: 5em;
}

#newsrules ul {
	list-style-type: circle;
}

#prev-page {
	text-align: center;
}

#page-text-labmem img{
	width: 90px;
	float: left;
	padding-right: 5px;
}

/* Upload */

#uppage {
	float: left;
	padding-bottom: 30px;
	padding-top: 30px;
}

#upfiles {
	font-family: arial, sans-serif;
	font-size: 16px;
	float: left;
	padding-top: 0.5em;
	margin-right: 80px;
	padding: 7px;
	width: 365px;
	border-radius: 25px;
	border: 3px solid;
	background-color: #FFFFCC;
}

#uppics {
	font-family: arial, sans-serif;
	font-size: 16px;
	float: right;
	padding-top: 0.5em;
	width: 475px;
	padding: 7px;
	border-radius: 25px;
	border: 3px solid;
	background-color: #FFFFCC;
}


#listup {
	list-style-type: circle;
}

#listup li {
	font-size: 12px;
}

#listup li a {
	font-size: 16px;
}

#page-textu {
	padding: 30px;
	padding-top: 10em;
	text-align: center;
}

/* Navbar*/

#menu	{
	width: 900px; /* Spans the width of the page */
	height: 20px; 
	margin: 0; /* Ensures there is no space between sides of the screen and the menu */
	/*z-index: 99; /* Makes sure that your menu remains on top of other page elements */
	position: relative; 
}

.navbar	{
	height: 20px;
    padding: 0;
	margin: 0;
	position: absolute; /* Ensures that the menu doesn’t affect other elements */
}

.navbar li 	{
			height: auto;
			width: 115px;  /* Each menu item is 150px wide */
			float: left;  /* This lines up the menu items horizontally */
			text-align: center;  /* All text is placed in the center of the box */
			font-family: 'sinkin_sans200_x_light', sans-serif;
			font-size: 14px;
			padding: 0;
			margin: 0;
			background-color: #5A9791;
			border-radius: 0 0 7px 7px;
			box-shadow: 3px 3px 1px #888888;
			margin-right: 10px;
}

.navbar a	{							
		padding: 5px 0;  /* Adds a padding on the top and bottom so the text appears centered vertically */
		border-left: 1px solid #7BACA7; /* Creates a border in a slightly lighter shade of blue than the background.  Combined with the right border, this creates a nice effect. */
		border-right: 1px solid #487974; /* Creates a border in a slightly darker shade of blue than the background.  Combined with the left border, this creates a nice effect. */
		border-radius: 0 0 7px 7px;
		text-decoration: none;  /* Removes the default hyperlink styling. */
		color: white; /* Text color is white */
		display: block;
		}

.navbar li:hover {background-color: #7BACA7;}

.navbar li ul 	{
		display: none;  /* Hides the drop-down menu */
		height: auto;									
		margin: 0; /* Aligns drop-down box underneath the menu item */
		padding: 0; /* Aligns drop-down box underneath the menu item */			
		}				

.navbar li:hover ul 	{
                        display: block; /* Displays the drop-down box when the menu item is hovered over */
                        }

.navbar li ul li {background-color: #5A9791;} 

.navbar li ul li a 	{
		border-left: 1px solid #487974; 
		border-right: 1px solid #487974; 
		border-top: 1px solid #9CC1BD; 
		border-bottom: 1px solid #487974; 
		border-radius: 10px;
		}
				
.navbar li ul li a:hover	{background-color: #7BACA7;}


/*Fonts*/

@font-face {
    font-family: 'sinkin_sans200_x_light';
    src: url('fonts/SinkinSans-200XLight-webfont.eot');
    src: url('fonts/SinkinSans-200XLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SinkinSans-200XLight-webfont.woff') format('woff'),
         url('fonts/SinkinSans-200XLight-webfont.ttf') format('truetype'),
         url('fonts/SinkinSans-200XLight-webfont.svg#sinkin_sans200_x_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('fonts/SinkinSans-400Regular-webfont.eot');
    src: url('fonts/SinkinSans-400Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/SinkinSans-400Regular-webfont.woff') format('woff'),
         url('fonts/SinkinSans-400Regular-webfont.ttf') format('truetype'),
         url('fonts/SinkinSans-400Regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
