/* JAMES CARTER LAYOUT CSS */


html {
	height: 100%;
	margin-bottom: 1px
}
body {
	margin: 0;
	font-size: 100%;
	line-height: 130%;
	font-family: Arial,Helvetica,Sans-serif;
	text-align: center;
	background: #ffffff url(../images/layout/background.jpg)
}


/* global text properties */
p, ul {
	font-size: 75%;
	color: #333333
}
h1 {
	font-family: Garamond,'Times New Roman',Times,serif;
	text-transform: uppercase;
	font-size: 180%;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	margin-left: 20px;
	padding: 0;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	margin-top: 30px;
	}
h3 {
	font-size: 100%;
	font-weight: normal;
}
a {
	font-weight: normal;
	text-decoration: none
}
	a:link {
		color: #034f82;
		border-bottom: 1px dotted #034f82
	}
	a:visited {
		color: #333333;
		border-bottom: 1px dotted #444444
	}
	a:hover, a:active {
		color: #c05224;
		border-bottom: 1px dotted #c05224
	}
.indent {
	padding: 0 20px
}
.quote {
	padding: 0 20px;
	font-family: 'Times New Roman',Times,serif;
	font-style: italic;
	font-size: 90%;
	color: #034f82
}
.colour {
	color: #034f82;
}
.small {
	font-size: 65%
}
.clear {
	clear: both
}
.skiplink {
	display: none
}


/* div properties */

/* image superimpositions */	
	#title {
		position: relative;
		text-align: left;
		height: 60px;
		width: 100%;
	}
		#title img {
			position: absolute;
			top: 0;
			left: 0;
		}
	#cartoon {
		position: relative;
		width: 100%;
	}
		#cartoon img {
			position: absolute;
			border-width: 0;
			top: -100px;
			right: -110px;
			z-index: 20
		}
	#headphones {
		position: relative;
		width: 100%;
	}
		#headphones img {
			position: absolute;
			border-width: 0;
			top: -120px;
			left: 52%;
			z-index: 20
		}
		
	#boat {
		position: relative;
		width: 100%;
	}
		#boat img {
			position: absolute;
			border-width: 0;
			top: -80px;
			right: 10px;
			z-index: 20
		}
		
	#torridon {
		position: relative;
		width: 100%;
	}
		#torridon img {
			position: absolute;
			border-width: 0;
			left: -140px;
			top: -100px;
			z-index: 50
		}
	#leaderfoot, #glentress {
		position: relative;
		width: 100%;
	}
		#leaderfoot img, #glentress img {
			position: absolute;
			border-width: 0;
			right: -90px;
			top: -80px;
			z-index: 20
		}

/* container div */	
#wrapper {
	width: 70%;
	margin: 20px auto;
	background: #ffffff url(../images/layout/border.jpg) repeat-y
}

/* main content */
#mainDiv {
	float: left;
	width: 71%;
	padding: 20px 20px 20px 30px;
}
	#indexPics {
		width: 460px;
		height: 400px;
		margin: 0 auto
	}
		#indexPics img {
			margin: -3px;
			padding: 0;
			border: none
		}
		#indexPics a {
			border-width: 0
		}
	.text {
		width: 100%;
		float: left;
		text-align: left;
	}
	.item {
		width: 100%;
		padding: 20px 0;
		text-align: left;
	}
	.pics {
		width: 40%;
		float: left;
		text-align: center;
	}
		.pics img {
			margin: 20px auto 0;
			border-width: 0
		}
		.pics a {
			border-bottom: 0
		}
	.project {
		width: 55%;
		float: left;
		padding-left: 20px
	}
.fullwidth {
	width: 90%;
	padding: 0 20px;
	text-align: left;
	clear: both
}

/* navigation */
#navigation {
	width: 15%;
	float: right;
	padding-right: 20px;
	text-align: left;
	position: relative
}
#divMenuFloat {
	position: absolute;
	background-color: #ffffff;
}
		#divMenuFloat img {
			padding-right: 10px;
			border-width: 0;
			vertical-align: top
		}
		#divMenuFloat p {
			font-size: 90%;
			font-weight: bold;
			line-height: 180%;
			vertical-align: middle
		}
		#divMenuFloat .small {
			font-size: 75%;
			font-weight: bold;
			line-height: 180%;
			text-transform: lowercase;
			vertical-align: middle
		}
		#divMenuFloat a {
			border-bottom: 0;
			text-decoration: none
		}
		#divMenuFloat .mark {
			color: #000000 !important;
			border-bottom: 0;
			font-weight: bold
		}

/* footer */
#footer {
	width: 70%;
	height: 50px;
	margin: 0 auto;
	text-align: left;
}
	#footer p {
		color: #666666
	}
	#footer a {
		font-weight: bold;
		border-bottom: 0
	}
		#footer a:link, #footer a:visited {
			color: #666666
		}
		#footer a:hover, footer a:active {
			color: #c05224
		}

