/* CSS for Kim Ingleby - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
div#content {
	padding-bottom: 25px;
}
div#content h1 {
	background-image: url(../images/header-underline.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 376px;
	padding-bottom: 8px;
}
div#content h2 {
	font-size: 17px;
}
div.content-margin {
	background-image: url(../images/content-margin.jpg);
	width: 376px;
	height: 2px;
	font-size: 1px;
	margin-top: 20px;
}
div#page-text {
	width: 376px;
}

div#page-links-links a#about-individual {
	top: -4px;	
}
div#page-links-links a#about-elite {
	top: 27px;	
}
div#page-links-links a#about-business {
	top: 55px;	
}
div#page-links-links a#about-fitness {
	top: 101px;	
}
div#page-links-links a#about-modelling {
	top: 145px;	
}
div#page-links-links a#about-media {
	top: 176px;	
}
div#page-links-links a#about-competitive {
	top: 205px;	
}
div#page-links-links a#about-charity {
	top: 235px;	
}
div#page-links-links a#about-personally {
	top: 265px;	
}
div#content a.red {
	color: #AE0101;
}
p.newsitem {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
ul {
	margin-left: 15px;
	font-size: 13px;
}
li {
	margin-bottom: 7px;
}
a#energised-blog {
	background-image: url(../images/contact-bground.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	height: 33px;
	padding-left: 10px;
	width: 165px;
	display: block;
	font-size: 13px;
	margin-bottom: 15px;
}
div#media-links {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 480px;
	width: 500px;
}
a.media-box {
	padding-left: 6px;
	width: 141px;
	padding-top: 80px;
	height: 50px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	display: block;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #23133F;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin-bottom: 10px;
}
a.media-box:hover {
	text-decoration: none;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}