/* Global
-------------------------------------------------- */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
ul, li {
	list-style-type: none;
}
body {
	color: #fff;
	background: #fff;
	font: normal 15px/25px 'Times New Roman', Times, serif;
	margin: 15px 0;
	text-align: center;
}
a {
	outline: none;
}
a img {
	border-width: 0;
	border-style: none;
}
.clear {
	clear: both;
}
/* Layout
-------------------------------------------------- */
#wrapper {
	width: 916px;
	margin: 0 auto;
	text-align: left;
}
#content {
	background: #000;
	border: 1px solid #000;
}

/* Header
-------------------------------------------------- */
#header {
	display: block;
	height: 100px;
}
#logo {
	float: left;
}
#logo a {
	display: block;
	width: 200px;
	height: 93px;
	margin-left: 3px;
	background: url(../img/logo_adh.gif) no-repeat top left;
	text-indent: -99999px;
}

/* Navi
-------------------------------------------------- */
#navi {
	float: right;
	width: 544px;
	margin-top: 77px;
}
#navi ul {
	height: 18px;
	background: url(../img/navi.gif) no-repeat 0 0;
}
#navi ul li {
	float: left;
	text-indent: -9999px;
	line-height: 18px;
}
#navi ul li a {
	display: block;
	background: url(../img/navi.gif) no-repeat 0 0;
}

li#portfolio a { width: 112px; height: 18px; }
li#profile a { width: 90px; height: 18px; }
li#charities a { width: 108px; height: 18px; }
li#press a { width: 72px; height: 18px; }
li#media a { width: 78px; height: 18px; }
li#contact a { width: 84px; height: 18px; }

li#portfolio a:link, li#portfolio a:visited { background-position: 0px 0px; }
li#portfolio a:hover, li#portfolio a:focus { background-position: 0px -18px; }

li#profile a:link, li#profile a:visited { background-position: -112px 0px; }
li#profile a:hover, li#profile a:focus { background-position: -112px -18px; }

li#charities a:link, li#charities a:visited { background-position: -202px 0px; }
li#charities a:hover, li#charities a:focus { background-position: -202px -18px; }

li#press a:link, li#press a:visited { background-position: -310px 0px; }
li#press a:hover, li#press a:focus { background-position: -310px -18px; }

li#media a:link, li#media a:visited { background-position: -382px 0px; }
li#media a:hover, li#media a:focus { background-position: -382px -18px; }

li#contact a:link, li#contact a:visited { background-position: -460px 0px; }
li#contact a:hover, li#contact a:focus { background-position: -460px -18px; }

/* Selected nav items
------------------------------------------------------------------*/
li#portfolio a.current:link, li#portfolio a.current:visited { background-position: 0px -18px; }
li#profile a.current:link, li#profile a.current:visited { background-position: -112px -18px; }
li#charities a.current:link, li#charities a.current:visited { background-position: -202px -18px; }
li#press a.current:link, li#press a.current:visited { background-position: -310px -18px; }
li#media a.current:link, li#media a.current:visited { background-position: -382px -18px; }
li#contact a.current:link, li#contact a.current:visited { background-position: -460px -18px; }


/* Content
-------------------------------------------------- */
#HomePg {
	background: url(../img/splash_adh_k.jpg) no-repeat top center;
}
#HomePg a {
	display: block;
	width: 916px;
	height: 544px;
	text-indent: -99999px;
}
#profilePg {
	height: 514px;
	padding: 30px 0 0 30px;
	background: url(../img/photo_profile.jpg) no-repeat right top;
}
#charitiesPg {
	height: 510px;
	padding: 30px 0 0 30px;
	background: url(../img/photo_charities.jpg) no-repeat right top;
}
#pressPg {
    padding: 30px 0 80px 30px;
}
#mediaPg {
    padding: 30px 30px 80px 30px;
    text-align: center;
    margin: 0 auto;
}
#contactPg {
	text-indent: -99999px;
	width: 916px;
	height: 544px;
	background: url(../img/bg_contact.jpg) no-repeat top center;
}

h2.titlePotfolio {
	text-indent: -99999px;
	line-height: 16px;
	margin-bottom: 23px;
	background: url(../img/title_portfolio.gif) no-repeat left center;
}
h2.titleProfile {
	text-indent: -99999px;
	line-height: 16px;
	margin-bottom: 23px;
	background: url(../img/title_profile.gif) no-repeat left center;
}
h2.titleCharities {
	text-indent: -99999px;
	line-height: 16px;
	margin-bottom: 23px;
	background: url(../img/title_charities.gif) no-repeat left center;
}
h2.titlePress {
    text-indent: -99999px;
    line-height: 16px;
    margin-bottom: 23px;
    background: url(../img/title_press.gif) no-repeat left center;
}
h2.titleMedia {
    text-indent: -99999px;
    line-height: 16px;
    margin-bottom: 23px;
    background: url(../img/title_media.gif) no-repeat left center;
}
h2.titleContact {
	text-indent: -99999px;
	line-height: 12px;
	margin-bottom: 23px;
	background: url(../img/title_contact.gif) no-repeat left center;
}

#profilePg p.bodytext, #charitiesPg p.bodytext {
	width: 402px;
	margin-bottom: 10px;
}
#pressPg p {
	margin: 0 auto;
	width: 700px;
}
.pagination {
	padding-bottom: 20px;
}
.pagination span, .pagination a {
	font-weight: bold;
	padding: 3px 8px;
	color: #fff;
	text-decoration: none;
}
.pagination span.selected, .pagination a:hover {
	color: #000;
	background: #fff;
}

.links a {
	display: block;
	width:  251px;
	line-height: 12px;
	margin-bottom: 18px;
	text-indent: -99999px;
	background: url(../img/commentary.gif) no-repeat 0 center;
}
.charities a {
	width: 146px;
	margin-bottom: 12px;
	background: url(../img/list_charities.gif) no-repeat 0 center;
}

/* Porfolio
-------------------------------------------------- */
#portfolioPg {
	height: 514px;
	padding: 30px 30px 0;
	background: url(../img/bg_portfolio.jpg) no-repeat right top;
}
#portfolioPg div {
	float: left;
	display: inline;
	width: 131px;
	margin: 25px 21px 0;
	text-indent: -99999px;
}
#portfolioPg div a {
	display: block;
	width: 131px;
	height: 170px;
}
#portfolioPg div.brooches a { background: url(../img/photo_thumb_01.gif) no-repeat left top; }
#portfolioPg div.brooches a:hover { background-position: right top; }

#portfolioPg div.earrings a { background: url(../img/photo_thumb_02.gif) no-repeat left top; }
#portfolioPg div.earrings a:hover { background-position: right top; }

#portfolioPg div.bracelets a { background: url(../img/photo_thumb_03.gif) no-repeat left top; }
#portfolioPg div.bracelets a:hover { background-position: right top; }

#portfolioPg div.necklaces a { background: url(../img/photo_thumb_04.gif) no-repeat left top; }
#portfolioPg div.necklaces a:hover { background-position: right top; }

#portfolioPg div.pendants a { background: url(../img/photo_thumb_08.gif) no-repeat left top; }
#portfolioPg div.pendants a:hover { background-position: right top;}

#portfolioPg div.objectdart a { background: url(../img/photo_thumb_05.gif) no-repeat left top; }
#portfolioPg div.objectdart a:hover { background-position: right top;}

#portfolioPg div.rings a { background: url(../img/photo_thumb_06.gif) no-repeat left top; }
#portfolioPg div.rings a:hover { background-position: right top; }

#portfolioPg div.sterlingsilver a { height: 190px; background: url(../img/photo_thumb_07.gif) no-repeat left top; }
#portfolioPg div.sterlingsilver a:hover { background-position: right top; }


/* Footer
-------------------------------------------------- */
#footer .copyright {
	float: left;
	width: 166px;
	background: url(../img/copyright08.gif) no-repeat right center;
}
#footer .trademark {
	float: left;
	width: 524px;
	background: url(../img/trademark.gif) no-repeat right center;
}
#footer h2 {
	text-indent: -99999px;
}
#footer .photo {
	float: right;
	width: 137px;
	background: url(../img/jordan_doner.gif) no-repeat right center;
}