/*
Theme Name: protoplast
Description: Protoplast WordPress theme.
Author: floating-point
Author URI: http://www.floating-point.com/
Version: 2.0
License: Commercial
Tags: protoplast, production tooling, injection molded 
*/

/* Colour Pallette 

Background: #FFFFFF
Nav Background: #000000
Nav Text: #FDFDFE
Nav Hover Text: #000000
Nav Hover Background: #FDFDFD
Text: #333333
H1: #0F034D
Footer text: #333333
*/


/* Standard HTML */

body
{
	font-family: 'Cabin', sans-serif;
	color: #333331;
	background: url(images/background.jpg) repeat-x;
	background-color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	padding: 0;
} 

h1
{
	color: #0F034D;
	font-weight: 600;
	font-size: 22px;
	line-height:26px;
	margin:0;
	margin-bottom:5px;
}

h2
{
	color: #0F034D;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin:0;
	margin-bottom:5px;
}

.clear-break
{
	clear: both;
}

a,
a: link,
a: active,
a: visited
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

.safe-block
		{
			width: 1000px;
			margin: 0 auto;
			padding:0;
		}

/* Typography */


/* Header Area */

#header-container
{
	width: 1000px;
	height: 124px;
	margin: 0 auto;
	padding:0;
}

		#logo
		{
			float:left;
			margin: 0;
			margin-top:10px;
			margin-left:20px;
			width: 291px;
			height: 100px;
		}
		
		
		#slogan
		{
			float:right;
			width: 580px;
			height: 70px;
			color: #0F034D;
			font-weight: 700;
			font-size: 22px;
			line-height: 26px;
			margin:0;
			margin-top:30px;
		}	
		
		#social-icons
		{
			float:right;
			width: 90px;
			height: 30px;
			margin:0;
			margin-top:5px;
		}
		
		
		/* Navigation */

		#navigation-container
		{
			margin: 0 auto;
			width: 1000px;
			height:41px;
		}
		
		#navigation
		{
			float:left;
			margin: 0;
			margin-left:400px;
			width: 500px;
		}
			
		#navigation ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
				
		#navigation li
		{
			display: inline;
		}
				
		#navigation a,
		#navigation a:link,
		#navigation a:visited,
		#navigation a:active
		{
			float: left;
			display:block;
			text-decoration: none;
			color: #FDFDFE;
			font-size:18px;
			line-height:38px;
			font-weight: 600;
			height:41px;
			padding-left:15px;
			padding-right:15px; 
		    text-decoration: none;
		}
				
		#navigation .current-menu-item a,
		#navigation .current-page-ancestor a,
		#navigation a:hover
		{
			background-color: #FDFDFE;
			text-decoration: none;
			color: #000000;
			height:41px;
		}


/* Content Area */

#nav-shadow-bottom
{
	position: absolute;
	z-index:5;
	top:165px;
	background: url(images/nav_bottom-shadow.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 9px;
	margin: 0 auto;
}
	

#slideshow
{
	width: 1000px;
	height: 380px;
	margin: 0 auto;
}


#header-graphic
{
	float:left;
	width: 1000px;
	height: 272px;
	margin: 0 auto;
}	

#primary-container
{
	width: 1000px;
	min-height: 280px;
	margin: 0 auto;
	margin-top:20px;
}
	
	#content
	{
	float:left;	
	width: 730px;
	min-height:500px;
	margin: 0;
	padding: 0;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	}
	
	
	#side-nav
	{ 
	float:left;
	margin:0;
	padding:0;
	margin-top:20px;
	width: 197px;
	min-height: 160px;
	}
	
	#side-nav ul
	{
		margin: 0;
		padding: 0;
	}
	
	#side-nav li
	{
		display: inline;
	}

	#side-nav a,
	#side-nav a:link,
	#side-nav a:visited,
	#side-nav a:active
	{
		display: block;
		color: #0F034D;
		text-align:center;
		font-size:16px;
		line-height:20px;
		font-weight:normal;
		text-decoration: none;
		padding:7px;
		width:197px;
		height: 30px;
			}
	
	#side-nav .current-menu-item a,
		#side-nav .current-page-ancestor a,
		#side-nav a:hover
		{
		background: url(images/nav-hover_background.png) no-repeat;
		width:197px;
		height: 30px;
		color: #FBFBFD;
		text-decoration: none;
		padding:7px;
	}

/* Footer Area */


#footer-container
{
	width: 1000px;
	margin: 0 auto;
	height: 100px;
}


		#footer-call-us
		{
			float:left;
			margin: 0;
			margin-right:40px;
			width: 275px;
			height:36px;
		}
		
		#footer-call-us h1
		{
			margin-top:5px;
		}
		
		#footer-request
		{
			float:left;
			margin: 0;
			margin-right:20px;
			width: 206px;
			height:36px;
		}

		#footer-associations-text
		{
			float:left;
			margin: 0;
			margin-left:75px;
			width: 120px;
			height:36px;
		}
		
		#footer-associations-text h1
		{
			font-size: 18px;
			line-height:18px;
		}
		
		#footer-logos
		{
			float:right;
			margin: 0;
			margin-top:3px;
			margin-left:30px;
			width: 230px;
			height:36px;
		}

		#copyright
		{
			font-size: 12px;
			color: #333333;
			float:left;
			margin: 0;
			margin-top:25px;
			width: 480px;
			height:30px;
		}
		
		#copyright a
		{
			color: #333333;
			font-size: 12px;
			text-decoration: none;
		}
		
		#copyright a:hover
		{
			text-decoration: underline;
		}
		
		#copyright-links
		{
			font-size: 12px;
			color: #333333;
			float:right;
			margin: 0;
			margin-top:25px;
			width: 100px;
			height:30px;
		}
		
		#copyright-links a
		{
			color: #333333;
			font-size: 12px;
			text-decoration: none;
		}
		
		#copyright-links a:hover
		{
			text-decoration: underline;
		}