/* John McKenzie Photography - CSS 'styles'Author: Imogen Mitchell, 2009 *//*PAGE LAYOUT*/ body {	background-color: #000000; 	margin: 0;	padding: 0;	font-family: Lucida Sans, Lucida Grande, Helvetica, Arial, sans-serif;	font-size: 62.5%;	color: #FFFFFF;	font-weight: bold;}/* sets page width and centres layout in browser window */#pagewrap {	width: 760px;	margin: 0 auto;	position: relative;	font-size: 110%;}/* gap between top of browser window and content */#contentwrap {	margin-top: 40px;}#copyright {	float: right;	width: auto;	padding-top: 10px;	padding-right: 5px;}#footer {	text-align: center;	padding-top: 10px;	clear: both;	width: 760px;	border-top: 1px solid #333333;	margin-bottom: 40px;}/* CONTENT*/#globalnav {	text-transform: uppercase;	font-size: 1.1em;	border: 1px solid #FF6600;	padding: 8px;	margin: 0;	display: block;	float: right;	width: auto;}#contactdetails, #logo {	width: 50%;	float: left;	font-size: 1.1em;}#wideLogo {	width: 100%;	margin-top:40px;}#h1port{	position: relative;	width: 173px;	height: 36px;	margin: 0;	padding: 0;	overflow: hidden;}#h1port span{	position: absolute;	width: 173px;	height: 36px;	top: 0;	left: 0;	margin: 0;	background-image: url(../images/logotype_sm.gif);	background-repeat: no-repeat;}#contactdetails h1 {	font-size: 1.1em;	color: #FFF;	margin: 0;}.contact a:link, .contact a:visited, .contact a:active {	color: #FFFFFF;	text-decoration: none;	line-height: 1.6em;}.contact a:hover {	color: #FF6600;	text-decoration: underline;}p, #maintext h1 {	margin-top: 0;}#homePara {	width:100%;	border-top: 1px solid #333333;	clear:both;}#homePara p {	padding:2em 4.5em 1em 4.5em;	font-size:1.3em;	color:#666;	font-weight:normal;	line-height:1.3em;	text-align:justify;}#homeSlides {	float: left;	height: 422px;	width: 758px;	margin: 40px 0;	overflow: hidden;}#homeSlides ul {	list-style-type: none;	margin: 0;	padding: 0;}#homeSlides li {	margin: 0;	padding: 0;	width: 752px;	text-align:center;}#homeSlides img {	border: none;	margin: 0;}/* half pg bookmark on 'contact' and 'about' pages*/#smbookmark {	border-top: 1px solid #666666;	border-left: 1px solid #666666;	border-bottom: 1px solid #666666;	float: left;	height: 100px;	width: 50%;	margin-top: 18%;	text-align: center;}/*LINKS AND HEADINGS*/a:link {	color: #999999;	text-decoration: none;	font-size: inherit;}a:visited {	text-decoration: none;	color: #999999;}a:hover {	text-decoration: none;	color: #FF6600;}a:active {	text-decoration: none;	color: #FFFFFF;}a:focus {	outline:none;}a img {	outline: none;}h1, h2, h3 {	color: #FF6600;	font-weight: lighter;}h1 {	font-size: 1.6em;}h2 {	font-size: 1.2em;}/*PORTFOLIO*//* portfolio section links*/#SectionPanel {	margin-top: 30px;	width: 100%;	font-size: 100%;	padding-top: 12px;	border-top: 1px solid #333333;}/* portfolio image*/#portimage {	text-align: center;	width: 100%;	margin-top: 50px;	float: left;}#portimage img {	border: 1px solid #333;}/* class to centre align content within float */.centrealign {	clear: both;	width: 760px;	float: left;	text-align: center;	position: relative;}/* portfolio image navigation */.portnav {	margin-top: 30px;}.imageindex {	right: 0;	left: 0;	margin-top: 0px;	margin-left: auto;	margin-right: auto;	margin-bottom: 10px;	width: 35em;	padding: 3px 0px;	border: 1px solid #FF6600;}.prev, .next {	padding-left: 4px;	padding-right: 4px;	padding-bottom: 7px;	margin: 0}.prev img, .next img {	border: none;	margin: 0;}/*SLIDESHOW*//* open slideshow link */#slideshow {	margin-top: 0;	margin-bottom: 40px;}#slidewrap {	text-align: center;	width: 100%;	margin: 0 auto;	position: relative;}#message {	padding-top: 25px;}#slideimage {	margin-top: 20px;}#slideimage img {	border: 1px solid #333;}#footerwrap {	width: 100%;}#imgfooter {	text-align: center;	width: 85%;	padding-top: 6px;	clear: both;	border-top: 1px solid #333333;	left: 0;	right: 0;	margin-top: 40px;	margin-right: auto;	margin-bottom: 40px;	margin-left: auto;}/* BODY TEXT*/#textwrap {	float: right;	width: 378px;	border-left: 1px solid #333333;	margin-top: 50px; 	margin-bottom: 45px;}#maintext {	padding-bottom: 30px;	padding-left: 40px;	width: auto;}.bodytext {	line-height: 160%;	font-size: 1.1em;	color: #C3C3C3;	font-weight: lighter;}.bodytext a:link, .bodytext a:visited, .bodytext a:active {	color: #FFFFFF;	text-decoration: none;	font-weight: bolder;}.bodytext a:hover {	color: #FF6600;	text-decoration: underline;}/*LARGE IMAGE PAGE*/#lgewrap {	width: 1000px;	margin: 0 auto;	position: relative;	text-align: center;}#imagewrap {	margin-top: 20px;	margin-bottom: 40px;	text-align: center;}#imagewrap img {	border: 1px solid #333;}/*MISC CLASSES*/.subtle {	font-size: 1.0em;	font-weight: normal;	color: #666666;}.standout {	color: #FF6600;	font-size: inherit;	font-weight: bolder;}.localnav {	text-transform: capitalize;	font-size: 1.1em;}.activepage, .activeimage {	text-transform: capitalize;	font-size: inherit;	color: #FF6600;}.activeimage {	color: #FFFFFF;}ul.map {margin: 40px 0;}
