/* LAST EDITED BY HANNAH RICE, 9 DECEMBER 2013 */

/* BACKGROUND IMAGE */
html 
	{background: url(../images/grey1.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #191919;}

/* PARAGRAPH STYLING */
h3, p
	{padding-top: 2px;
	margin:0px;}

/* ALL PAGE CONTENT IN THIS BOX */
#container
	{width:1200px; 
	margin: auto;}
	
/* HEADER IMAGES */	
#logo 
	{display: block;
	 text-align: left;
	 margin:0;
	 padding-left: 5px;
	 padding-bottom: 15px;
	 float: left}

/* NAVIGATION BAR */

#wrap	{
	width: 960px; /* Spans the width of the page */
	height: 50px; 
	margin-left: 280px; 
	z-index: 99; /* Makes sure that your menu remains on top of other page elements */
	position: relative; 
	background-color: rgba(0, 0, 0, 0.5);
	}
.navbar	{
	height: 50px;
        padding: 0;
	margin: 0;
	position: absolute; /* Ensures that the menu doesn’t affect other elements */
	border-right: 1px solid #54879d; 
	}
.navbar li 	{
			height: auto;
			width: 159px;  /* 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 */
			list-style: none;  /* Removes the default styling (bullets) for the list */
			font-family: "Arial Black", Gadget, sans-serif;
			font-size: 90%;	
			font-weight: bold;			
			padding: 0;
			margin: 0;
			background-color: rgba(0, 0, 0, 0.5);
                        }
.navbar a	{							
		padding: 18px 0;  /* Adds a padding on the top and bottom so the text appears centered vertically */
		border-left: 1px solid #54879d; /* 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 #1f5065; /* Creates a border in a slightly darker shade of blue than the background.  Combined with the left border, this creates a nice effect. */
		text-decoration: none;  /* Removes the default hyperlink styling. */
		color: white; /* Text color is white */
		display: block;
		}
.navbar li:hover, a:hover {background-color: rgba(0, 0, 0, 0.5);} 
.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: rgba(0, 0, 0, 0.5);} 
 .navbar li ul li a 	{
		border-left: 1px solid #1f5065; 
		border-right: 1px solid #1f5065; 
		border-top: 1px solid #74a3b7; 
		border-bottom: 1px solid #1f5065; 
		}
				
.navbar li ul li a:hover	{background-color: #366b82;}



/* BREADCRUMB LINKS */
#breadcrumbs 
	{padding-left: 3%;
    padding-top: 5px;
	padding-bottom: 5px;
    font-size: 90%;
	color: #cccccc;}
#breadcrumbs a
	{color:#666699;}
#breadcrumbs a:hover 
	{color: #666699;
	background-color: rgba(0, 0, 0, 0.5);}

/* HEADER DIVIDER */
#page_divider
	{clear:both;
	padding-bottom: 5px;}

/* HOMEPAGE DIV WELCOME BOX */
#welcome
	{clear: both;
	background-color: #333333;
	width: 250px;
	border-width: 1px;
	border-style: solid;
	border-color: #4D4D4D;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:10px;
	color: #cccccc;
	font-size: 100%;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float: left;}
#welcome a 
        {color:#666699; 
	text-decoration:none;}
#welcome a:hover 
        {color:#666699;
	background-color: rgba(0, 0, 0, 0.5);}

/* HOMEPAGE GENERIC DIVS */
#results
	{float: left;
	display: block;
	padding-left: 28px;
	padding-bottom: 15px;}
#results img:hover 
	{opacity: 0.70;}
#photos
	{float: left;
	display: block;
	padding-left: 28px;
	padding-bottom:10px;}
#photos img:hover 
	{opacity: 0.70;}
#sponsor
	{
	display: block;
	margin-left: 20px;
	margin-bottom:20px;
	float: left;
	background-color: rgba(0, 0, 0, 0.5);
	width: 315px;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-left: 22px;
	padding-right: 20px;
	padding-bottom:10px;
	padding-top:10px;
	color: #cccccc;
	font-size: 95%;
	font-family:"Trebuchet MS", Helvetica, sans-serif;}
#sponsor a
	{color:#666699;}
#sponsor a:hover 
	{color: #666699;
	background-color: rgba(0, 0, 0, 0.5);}
#sponsorlogos
	{
	display: block;
	float: left;
	background-color: rgba(0, 0, 0, 0.5);
	margin-left: 30px;
	width: 825px;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-left: 28px;
	padding-right: 20px;
	padding-bottom:10px;
	padding-top:10px;
	color: #cccccc;
	font-size: 95%;
	font-family:"Trebuchet MS", Helvetica, sans-serif;}
#logoimages
	{margin: auto;
	text-align: central;}
#sponsorlogos img
	{padding-left: 20px;
	padding-right: 20px;}

/* COPYRIGHT NOTICE */
#copyright 
	{clear: both;
	padding-top: 5px;
	font-size: 70%;
	text-align: center;
	color: #FFFFFF;
	text-shadow: -1px -1px 0 #000000,  1px -1px 0 #000000,-1px 1px 0 #000000, 1px 1px 0 #000000;}

/* PAGES MAIN CONTENT BOX */
#pagecontent
	{clear: both;
	background-color: rgba(0, 0, 0, 0.5);
	width: 1000px;
	margin: auto;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #cccccc;
	font-size: 95%;
	font-family:"Arial Black", Gadget, sans-serif;}
#pagecontent a
	{color:#666699;}
#pagecontent a:hover 
	{color: #666699;
	background-color: rgba(0, 0, 0, 0.5);}
#pagecontent img
	{display: block;
    margin-left: auto;
    margin-right: auto;}

/* Lightbox images */
#thumbnails {position: relative;
            float: left;
			text-align: center;
			display: block;
			margin: auto;
			padding-top:30px;}
#thumbnails img:hover 
	{opacity: 0.70;}

#projectbanners
	{margin: auto;
	text-align: center;
	display:block;}
#projectbanners img:hover, a:hover  
	{opacity: 0.70;}
