/* 
jjpare.com :: Background Colours
Red:	#490b0d
Yellow:	#644b01
Blue:	#012932
Purple:	#2b1d30
Green:	#0e2918


*/


html {
	height: 100%;
}
body {
	font-family: "Hoefler Text", "Georgia", Georgia, serif, sans-serif !important;
	height: 100%;
	background-color: #490b0d;
}

a {
	text-decoration: none;
	color: #444;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
	height: 100%;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	background: transparent url(../../images/scratches-red.png) repeat left top;
	position: absolute;
	z-index: 6000;
}

.gallerywrapper {
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	background: transparent url(../../images/scratches-red.png) repeat left top;
	position: absolute;
	z-index: 6000;
}

* html .wrapper {
	height: 100%;
}

.content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.bodycopy {
	color: #888888;
	font: 14px/1.5 "Hoefler Text", "Georgia", Georgia, serif, sans-serif;
	text-align: left;
}

#aboutcopy {
	width: 800px;
}

#aboutcopy h1 {
	font-size: 50px;
	font-weight: normal;
	font-style: normal;
	color: #444444;
	letter-spacing: -.1ex;
	line-height: 1;
	margin-bottom: 20px;
}

#aboutcopy h2 {
	font-size: 50px;
	font-weight: normal;
	font-style: normal;
	color: #444444;
	letter-spacing: -.1ex;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 70px;
}

#aboutcopy p {
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	margin-bottom: 15px;
}

#aboutcopy ul {
	font-size: 1.2em;
}

#aboutcopy li {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	margin-left: 30px;
	line-height: 1.5;
	margin-bottom: 6px;
}

#portfoliocontent {
	height: 640px;
	margin-top: 20px;
}

#aboutcontent {
	margin-top: 40px;
	width: 800px;
	background-color: white;
	padding: 60px;
}

#headshot {
	width: 800px;
	margin: 0 auto 40px;
}

#blogcontent {
	margin-top: 40px;
}

#galleriescontent {
	margin-top: 40px;
}

.menu {
	width: 100%;
	height: 50px;
	background: url(../../images/header.png) repeat-x;
	color: white;
	text-align: center;
}



#jp-navigation {
	margin: 0 auto;
	width: 762px;
	height: 40px;
	text-align: center;
	padding: 0;
}

#jp-navigation li {
	

/*display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;*/
	vertical-align: middle;
	float: left;
	list-style-type: none;
}

.navspacer {
	text-indent: -9000px;
	background-color: white;
	width: 1px;
	height: 16px;
	margin-top: 13px;
	vertical-align: middle;
}

#jp-navigation a {
	display: inline-block;
	color: white;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	text-indent: -9000px;
	background-image: url(../../images/nav-main2.png);
	height: 40px;
	margin: 0 10px;
}

#jp-navigation a.link-photo {
	width: 154px;
	background-position: -52px 0;
}

#jp-navigation a.link-photo:hover {
	background-position: -52px -40px;
}

#jp-navigation a.link-design {
	width: 76px;
	background-position: -248px 0;
}

#jp-navigation a.link-design:hover {
	background-position: -248px -40px;
}

#jp-navigation a.link-blog {
	width: 53px;
	background-position: -365px 0;
}

#jp-navigation a.link-blog:hover {
	background-position: -365px -40px;
}

#jp-navigation a.link-about {
	width: 69px;
	background-position: -461px 0;
}

#jp-navigation a.link-about:hover {
	background-position: -461px -40px;
}

#jp-navigation a.link-contact {
	width: 97px;
	background-position: -573px 0;
}

#jp-navigation a.link-contact:hover {
	background-position: -573px -40px;
}

#jp-navigation a.link-galleries {
	width: 188px;
	background-position: -711px 0;
}

#jp-navigation a.link-galleries:hover {
	background-position: -711px -40px;
}

.logo {
	position: relative;
	width: 100%;
	height: 69px;
	margin-top: 30px;
}

#logo {
	background: url(../../images/jjpare-logo.png) no-repeat center center;
}

#logo-about {
	background: url(../../images/jjpare-logo-about.png) no-repeat center center;
}

#logo-blog {
	background: url(../../images/jjpare-logo-blog.png) no-repeat center center;
}

#logo-galleries {
	background: url(../../images/jjpare-logo-galleries.png) no-repeat center center;
}

#footer {
	font-size: 13px;
	padding: 4px 0 36px;
	width: 800px;
	color: #888;
	margin: 70px 0 0;
}

#footer #footer-credit {
	font-size: 0.8em;
}











