/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
|||| 	JOSH HULST - MAIN STYLESHEET - (c) 2009 	|||
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* =========== 
	Default
===========  */

/*These are names for the colors used on this site and w:
DarkSlateGray=	#2F4F4F;
LightSlateGray= #778899;
LightYellow= #FFFFE0;
myowngreyishcolor= #cccccc
myownmediumgreyishcolor= #999999
*/

* { margin: 0; padding: 0; }
body {
	margin: 0; 
	padding: 0; 
	background-image: url(../images/background/gradient.jpg);
	color: DarkSlateGray;
	line-height: 1.4em;
	letter-spacing: 0.004em;
	font-family: helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: 12px;
	
}

p {
	font-size: 12px;
	text-align: justify;
	margin: 5px 0px 5px 0px;
	line-height: 150%;
}

h1 {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 2px 2px 2px 2px;
	border-bottom: 2px dotted LightYellow;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
	border-bottom: 2px dotted LightYellow;
}

h3 {
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 2px;
	border-bottom: 2px dotted LightYellow;
}

h4 {
	font-size: 14px
	padding: 2px;
}


/* Link Hover Styles */
:link, :visited { 
	color: LightSlateGray;
	text-decoration: none;
}

:link:focus, :visited:focus { 
	color: LightSlateGray;
	text-decoration:underline; 
}

:link { 
	color: DarkSlateGray;
	text-decoration: underline;
}

:visited { 
	color: LightSlateGray;
	text-decoration: underline;
}
:link:hover, :visited:hover { 
	color: LightYellow;
	text-decoration: underline; 
}
:link:active, :visited:active { 
	color: #999999;
	text-decoration: underline; 
}

/*a {
	text-decoration: none;
	color: DarkSlateGray;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid LightYellow;
	color: LightYellow;
}

a:visited {
	text-decoration: none;
	color: LightSlateGray;
}*/

/* Image Styles */

/*img {
	border: 1px solid DarkSlateGray; 
}
a img, img:hover { 
	border: 1px solid LightYellow;
}
*/





/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
||||	MAIN VISUALS STYLE	||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/*++++++++++++++++++++++++++
||||	HEADER  	||||
++++++++++++++++++++++++++++
*/

#jh-page-wrapper{
	width: 1000px;
	margin: 0 auto;
	background-color: #cccccc;
}


#jh-header-wrapper{
	height: 150px;
	/*background-color: #cccccc;*/
}


#jh-header{
	height: 100%;
	width: 100%;
	background-image: url(../images/header/woodcut-header.jpg);
	background-repeat: no-repeat;	
}

#menu-wrapper{
	margin: 0 auto;
	width: 1000px;
}

/*++++++++++++++++++++++++++
||||	MENU STYLE	||||
++++++++++++++++++++++++++++
*/

ul#jh-menu
{
	margin-top: 110px;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: right;
	position: relative;
	display: block;
	height: 40px;
	background-color: DarkSlateGray;
	opacity:0.85;
	filter:alpha(opacity=85);
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: helvetica, sans-serif;
	border-bottom: 3px solid LightSlateGray;
}

ul#jh-menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}	

ul#jh-menu li a
{
	display:block;
	float:left;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	margin-left: 50px;
	padding:15px 20px 0 20px;
	height:25px;
}

ul#jh-menu li a:hover, ul#jh-menu li a:active
{	
	color: LightYellow;
	border-bottom: 3px solid LightYellow;
}
	
/*++++++++++++++++++++++++++
||||	CONTENT 	||||
++++++++++++++++++++++++++++
*/

#jh-main-content-wrapper
{
	width: 97%;
	margin: 0 auto;
	padding: 10px 0px 50px 0px;
}
	
#jh-main-content
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*background-color: LightSlateGray;*/
}


/*++++++++++++++++++++++++++
||||	FOOTER  	||||
++++++++++++++++++++++++++++
*/

#jh-footer-wrapper
{	
	width: 100%;
	margin: 0 auto;
	height: 60px;
	padding: 20px 0px 20px 0px;
	background-color: LightYellow;
	border-top: 3px solid LightSlateGray;
	clear: both;
}

#jh-footer-content
{
	width: 55%;
	margin: 0 auto;
	Height: 20px;
	Margin-top:20px;
}

ul#jh-footer-menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: right;
	position: relative;
	display: block;
	height: 20px;
	background-color;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: helvetica, sans-serif;
	/*background-color: White;*/
}

ul#jh-footer-menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}	

ul#jh-footer-menu li a
{
	display:block;
	float:left;
	color: #cccccc;
	text-decoration:none;
	font-weight:bold;
	margin-top: 4px;
	margin-left: 55px;
}

ul#jh-footer-menu li a:hover, ul#jh-menu li a:active
{	
	color: LightSlateGray;
	border-bottom: 3px solid LightYellow;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
||||	PAGE SPECIFIC STYLES	||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*++++++++++++++++++++++++++
||||	HOME 	||||
++++++++++++++++++++++++++++*/

.home-center
{
	margin: 0 auto;
	width:800px;
	clear:both;
}

.center-image
{
	border: 10px solid #999999;
	margin-top: 10px;
}


/*++++++++++++++++++++++++++
||||	WORK 	||||
++++++++++++++++++++++++++++*/

#jh-gallery
{
	height: 600px;
	margin: 0 auto;
}


/*++++++++++++++++++++++++++
||||	ABOUT 	||||
++++++++++++++++++++++++++++*/

.about-left
{
	float:left;
	width:45%;
	margin: 0px 50px 50px 60px;
	/*background-color: LightYellow;*/
}

.about-right
{
	float:left;
	width:35%;
	margin: 0px 65px 50px 0px;
	/*background-color: LightGray;*/
	clear: right;
}



/*++++++++++++++++++++++++++
||||	LINKS 	||||
++++++++++++++++++++++++++++*/

.links-left
{
	float:left;
	width:40%;
	margin: 0px 50px 50px 60px;
	/*background-color: LightYellow;*/
}

.links-right
{
	float:left;
	width:40%;
	margin: 0px 60px 50px 0px;
	/*background-color: LightGray;*/
}

ul.jh-links
{
	margin: 10px 10px 10px 10px;
	padding: 0;
	list-style-type: none;
	display: block;
	line-height: 2;
}

/*++++++++++++++++++++++++++
||||	TEST 	||||
++++++++++++++++++++++++++++*/

.form-center
{
	margin: 0 auto;
	width:50%;
}

p.jh-form
{
	margin-bottom: 20px;
}

.frameset
{
	padding: 5px;
}





