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

/* BACKGROUND IMAGE */
html 
	{background: ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #F8F8F8;}

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

/* ALL PAGE CONTENT IN THIS BOX */
#mainbox
{width:1200px; 
	margin: auto;
	background-color: #323232;
	border-radius: 10px;}

#container
	{width:1000px; 
	margin: auto;}
	
/* HEADER IMAGES */	
#logo
	{display: block;
	text-align: left;
	 margin:0;
	 padding:0;
	 float: left}

#socialmedia
	{display: block;
	 margin:0;
	 padding-top:2%;
	 float: right;
	 width: auto;}
#socialmedia img:hover 
	{opacity: 0.70;}

#indextwitter {width: 400px; height: auto; float:right; padding-top: 25px;}
	
	
/* NAVIGATION BAR */
#navbar ul
	{list-style-type:none;} 
#navbar li 
        {height:auto;
	float: LEFT;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight:bolder;
	font-size: 120%;
	padding:1%;
    text-decoration: none;
	text-shadow: -1px -1px 0 #000000,  1px -1px 0 #000000,-1px 1px 0 #000000, 1px 1px 0 #000000;
	}
#navbar a 
        {color: #F5F5F5; 
	text-decoration:none;}
#navbar a:hover 
        {color:#F5F5F5;
	background-color: rgba(0, 0, 0, 0.5);		
    text-decoration:none;}

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

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

/* ABOUT ME BOX */
#about_me
	{
	width: 950px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	margin-top: 10px;
	color: #F5F5F5;
	font-size: 95%;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	float: left;}
#about_me a 
        {color:#F5F5F5;}
#about_me a:hover 
        {color:#F5F5F5;
	background-color: rgba(0, 0, 0, 0.5);}
#about_me img
        {float: left;
		padding-right: 10px;
		padding-bottom: 10px;}


/* COPYRIGHT NOTICE */
#copyright 
	{clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 70%;
	text-align: center;
	color: #F5F5F5;
	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(59, 60, 54, 0.8);
	width: 1000px;
	margin: auto;
	height: auto;
	padding: 10px;
	border-style: none;
	border-radius: 10px;
	color: #F5F5F5;
	font-size: 95%;
	font-family:"Trebuchet MS", Helvetica, sans-serif;}
#pagecontent a
	{color:#F5F5F5;}
#pagecontent a:hover 
	{color: #F5F5F5;
	background-color: rgba(0, 0, 0, 0.5);}
#pagecontent img
	{text-align: center;}


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

#hullcraftthumbnails {
text-align: center;
            float: left;
			padding: 10px;
			}
#hullcraftthumbnails img:hover 
	{opacity: 0.70;}

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

#googleads
	{text-align: center;}

/* HullCraft Twitter Div*/
#hctwitter {
text-align: center;
			width: 300px;
            float: left;
			margin-right: 30px;
			margin-left:30px;
			}

#sketchfab {text-align: center;
margin: auto;}

#sketchfabdisplay
	{margin: auto;
	text-align: center;
	display: block;
	width: 1000px;}

.sketchfab-embed-wrapper {display: inline-block;
margin: 30px;}

#showcasemodel
	{clear: both;
	width: 600px;
	float: left;}
.clear
{ clear: both;
}

			