/* css document */
@import url("navigation.css");

/* ------------------------------------- layout
----------------------------------------------- */
html
{
	font-size: 100.01%;
}

body
{
	margin: auto;
	
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;

	background-image: url(../images/site/mackellar_web_background.png);
	background-repeat: repeat-x;
	background-color: rgb(44,77,126); /* medium blue */
}

#logo
{
	position: absolute;
	left: 441px;
	top: 44px;
}

#youarehere
{
	width: 164px;
	height: 20px;
	padding: 8px 8px 2px 8px;
	position: absolute;
	left: 428px;
	top: 179px;
	
	text-align: center;
	font-size: 1.8em;
	color: rgb(255,104,0); /* bright orange */
	
	background-image: url(../images/site/mackellar_locator.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#header
{
	width: 616px;
	height: 209px;
	margin: auto;
	
	position: relative;
	
	background-image: url(../images/site/mackellar_web_header.png);
	background-repeat: no-repeat;
}

#perimeter
{
	width: 600px;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	margin: auto;
	overflow: hidden;
	display: block;
	
	font-size: 1.2em;
	line-height: 1.5;
	
	background-image: url(../images/site/mackellar_web_body_bg.png);
	background-repeat: repeat-y;
}

#primary_content
{
	float: left;
	width: 404px;
	padding: 0px 8px 16px 8px;
	
	background-image: url(../images/site/mackellar_web_content_bg.jpg);
	background-repeat: repeat-x;
}
	
#sidebar
{
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-bottom: 0px; 
}

#primary_content, #sidebar
{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}

#perimeter:after
{
	content: 'foo'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


#footer
{
	width: 600px;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 24px;
	padding-bottom: 36px;
	margin: auto;
	clear: both;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: rgb(44,77,126); /* medium blue */	
	
	background-image: url(../images/site/mackellar_web_footer.png);
	background-repeat: no-repeat;
}

#display_area
{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin-top: 4px;
	padding-bottom: 16px;
	position: relative;
}

#display_area img
{
	width: 350px;
	
	border-color: rgb(210,210,210);
	border-style: solid;
	border-width: 1px;
}

#description
{
	width: 350px;
	margin: auto;
	margin-top: 8px;
	text-align: left;
}

#copy_display_area
{
	width: 100%;
	text-align: left;
	padding-top: 20px;
	margin-top: 4px;
	padding-bottom: 16px;
	position: relative;
}

/* ----------------------------------- scroller
----------------------------------------------- */

#thumbs
{
	width: 120px;
	padding-top: 16px;
	padding-bottom: 8px;
	margin-right: 8px;
	margin: auto;
	display: block;
	
	text-align: center;	
}
.home_sidebar{
	padding:15px;
	/*border:6px solid black;
	width:50px;
	position:absolute;*/
}

.scroll_list
{
	text-align: center;
}

#p7s1content1 {
width: 120px;
	padding-top: 16px;
	padding-bottom: 8px;
	margin-right: 8px;
	margin: auto;
	display: block;
	
	text-align: center;	



position: absolute;

/*height: 1062px; /* set this using xsl */
z-index: 99;
/*left:20px;
top:30px;*/
visibility: visible;
}
#p7scroller1 {
position:relative;
width:120px;
height:430px;
/*height:200px;*/
z-index:100;
left: 32px;
top: 0px;
overflow: hidden;
clip: rect(0px 760px 50px 0px);
visibility: visible;
}
#p7s1control1{
position:absolute;
width:580px;
z-index:100;
left: 185px;
top: 195px;
visibility: visible;
}


.scroll_list ul
{
	width: 110px;
	padding-bottom: 10px;
	list-style-type: none;
	display:inline;
}

.scroll_list li
{
/* 	margin: auto; */
	padding: 8px;
	float:left;
}

.scroll_list li img
{
	text-align: center;
	border: none;
}

.scroll_list li a
{
	color:rgb(192,192,192);
	text-decoration:none;
}

.arrow_up
{
	width: 120px;
	margin: auto;
	padding-top: 10px;	
	padding-left: 34px;
	padding-right: 26px;
	display: block;
	
	text-align: center;
	
	background-repeat: no-repeat;

	/*border:1px solid #3300FF;*/
}

.arrow_down
{
	width: 120px;
	margin: auto;
	padding-top: 18px;
	
	padding-left: 34px;
	padding-right: 26px;
	/*display: block;*/
	position: relative;
	bottom:-8px;
	
	text-align: center;
	
	background-repeat: no-repeat;

	/*border:1px solid #3300FF;	*/
}

/* -------------------------- standard elements
----------------------------------------------- */

img
{
	border: 0;
}	

a
{
	text-decoration: none;
	outline: none;
}

a:visited
{
	color: rgb(0,0,0); /* black */
}


/* -------------------------------- text styling
----------------------------------------------- */

h1
{
	font-size: 2.2em;
	margin: 0;
	padding: 0;
}

h2 /* title of work */
{
	font-size: 1.6em;
 	color: rgb(255,104,0); /* bright orange */
	margin: 4px;
	padding: 0;
}

h3 /* client */
{
	font-size: 1.6em;
	color: rgb(21,34,56); /* dark blue */
	margin: 0;
	padding: 0;	
}

h4 /* media */
{
	font-size: 1.1em;
	color: rgb(80,80,80);
	margin: 0;
	padding: 0;
}

h5
{
	font-size: 1.4em;
	color:	rgb(0,0,0);
	margin: 0;
	padding: 0;
}
#copyright{
width:200px;
height:100px;
float:left;	
}
#fb_link{
	width:30px;
	height:30px;
		float:right;	
		position:relative;
		top:-8px;
}
#fb_link a{
	width:30px;
	height:30px;

	



}
/* ------------------------------------ utility
----------------------------------------------- */

.clear_both
{
	clear: both;
	width: 100%;
}