html, body {
  background: #fff url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/body_bg.jpg) repeat-x top;
  margin:0;
  padding:0;
  color:#000;
  font:x-small/1.5em Arial, sans-serif;
  voice-family: "\"}\""; voice-family:inherit;
  height: 100%;
  font-size:small;
  } html>body {font-size:small;}

img {
	border: 0;
}

#header
	{
	position: relative;
	width: 750px;
	height: 163px;
	margin: 0 auto;	background-image:url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/header_bg.jpg);
	border-bottom: 1px solid #888;
	}

#header img
	{
	position: absolute;
	top: 20px;
	}
	
#nav {
	position: absolute;
	top: 129px;
	right: 0;
	height: 35px;
	background: transparent url("imgs/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
  }
  
#nav ul {

  margin:0 0 0 0;
  padding:6px 8px 0;
  list-style:none;
  }
#nav li {
  float:left;
  background:url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/left.gif") no-repeat left top;
  margin:0 0 0 5px;
  padding:0 0 0 9px;
  }
#nav a {
  float:left;
  display:block;
  background:url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/right.gif") no-repeat right top;
  padding:7px 15px 6px 6px;
  text-decoration:none;
  color:#999;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#000;
  }
#nav #current {
  background-image:url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/left_roll.gif");
  }
#nav #current a {
  background-image:url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/right_roll.gif");
  color:#333;
  padding-bottom:7px;
  }


#container
	{
	margin: 0 auto;
	width: 750px;
	background-color: #fff;
min-height: 100%;
	}

#footer
	{

	background: transparent url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/footer.jpg) bottom repeat-x;
	height: 108px;
	width: 100%;
	padding: 20px 0 0 0;
 float: left;
  width: 100%;
  clear: both;
  margin: 20px 0 0 0;
  height: 110px;

	}


#blog_left
{
float: left;
width: 473px;
margin: 30px 20px 0 0;

}

#blog_left h2
{
width: 450px;
margin: 0;
padding: 0 0 0 30px;
}

acronym {
	cursor: help;
	border-bottom: 1px dashed #c60;
	color: #c60;
}



/* searchform
------------------------------------------------- */
#searchform {
float: right;
color: #fff;
width: 150px;
padding: 0;
margin: 20px 0px 0 0;
}

#searchform p {

}

#searchform p #searchterm {
	width: 155px;
	font-size: 0.7em;
}

#searchform input.button
	{
	border:1px solid #99DB52;
	background: #99DB52;
        float: right;
	padding: 2px;
	margin: 20px 5px 0 0;
	width: auto;
	color: #fff;
	font: 0.9em;
	cursor: pointer;
	}



input.button
	{
	border:1px solid #99DB52;
	background: #99DB52;
        float: right;
	padding: 2px;
	margin: 20px 0 0 10px;
	width: auto;
	color: #fff;
	font: 0.9em;
	cursor: pointer;
	}

textarea
	{
	border: 1px solid #bbb;
	width: 100%;
	height: 200px;
	}

input
	{
	border: 1px solid #bbb;
	}

input:focus, textarea:focus
	{
	border: 1px solid #99DB52;
	}


/* mailinglist
------------------------------------------------- */
#mailinglist {
	color: #fff;
	width: 216px;
	padding: 4px 10px 6px 10px;
	margin: 0 0 -31px 0;
}

#mailinglist p {
	font-size: 10px;
	margin-top: 3px;
}

#mailinglist p #mailinglistsubmit {
	margin-bottom: -5px;
	margin-left: 2px;
}



/* about intro blogowner
------------------------------------------------- */
#about {
	background: #cc0;
	width: 499px;
	border-left: 22px solid #BCBC00;
}

#about p {
	padding: 17px;
	font: 0.75em/1.6em Georgia, "Times New Roman", Times, serif;
}

#about h2 {
	text-transform: uppercase;
	margin: 0 0 -10px 20px;
	padding-top: 20px;
	color: #000;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}



/**************************************************************************

 single view / comment / interior page, the body id will change some styles

***************************************************************************/
#singleview #main-c #content h2 {
border-left: 30px solid #ebebeb;
margin-left: 10px;
padding-left: 10px;
font-size: 0.9em;
font-weight: bold;
}

#singleview #main-c #sidebar {
	margin-top: 3em;
}

/* comments
------------------------------------------------- */
#singleview #main-c #content .comment {
	background: #ebebeb;
	margin: 25px 20px 20px 42px;
	padding: 5px 0;
}

#singleview #main-c #content .comment p {
	margin-left: 15px;
		margin-right: 15px;
}

/* commentform
------------------------------------------------- */
#singleview #main-c #content #commentform {
	background: #bdd3ea;
	margin: 25px 20px 20px 42px;
	border: 1px solid #7695b7;
}
#singleview #main-c #commentform p {
	margin: 15px;
}

#singleview #main-c #commentform label {
	width: 100px;
	display: block;
	float: left;
	font-size: 0.85em;
	color: #999;
}

#singleview #main-c #commentform p span {
	font-size: 0.85em;
	color: #999;
}

#singleview #main-c #commentform .input {
	border: 1px solid #7695b7;
	width: 250px;
	margin-left: -40px;
	color: #666;
	font-size: 0.8em;
	padding: 2px 0 2px 2px;
}

#singleview #main-c #commentform textarea {
	border: 1px solid #7695b7;
	width: 409px;
	height: 200px;
	margin-top: -20px;
}

#singleview #main-c #commentform p.right input {
	background: #386a96;
	border: 1px solid #7695b7;
	color: #fff;
	font-weight: bold;
	width: 120px;
	height: 26px;
}

.paginate {
 font-family:Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:10px;
 font-weight: normal;
 letter-spacing: .1em;
 padding:12px 0 16px 0px;
 margin:0 0 0 0;
 background-color:transparent;
}

.pagecount {
 font-family:Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:10px;
 color:	#666;
 font-weight:normal;
 background-color: transparent;
margin: 0 0 0 0;
}

h2 { 
	font-family:"Times New Roman", Times, serif; 
	text-transform:uppercase; 
	background: transparent url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/green_leaf.gif) 0 0 no-repeat;
	display: block;
	width: 160px;
	padding: 0 12px 10px 30px;
	margin: 20px 0 0  15px;
	font-weight: normal;
	color: #777;
	letter-spacing: 0.2em;
	line-height: 120%;
	border-bottom: 2px dashed #ddd;
	font-size: 1.4em;
	}
	
h3 { 
	font-family:"Times New Roman", Times, serif; 
	text-transform:uppercase; 
	background: transparent url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/green_leaf.gif) 0 0 no-repeat;
	display: block;
	width: auto;
	padding: 0 12px 20px 30px;
	margin: 10px 0 0 0px;
	font-weight: normal;
	color: #777;
	letter-spacing: 0.2em;
	line-height: 140%;
	font-size: 1.4em;
	border-bottom: 2px dashed #ccc;
	}
	
h4 {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 10px 0 0 0px;
	}
	
#left_col
	{
	width: 240px;
	height: 100%;
	float: left;
	background: #fff url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/col_bg.gif) top no-repeat;
	margin: 25px 0 0 0px;
	}
	
#left_col p
	{
	padding: 0 12px 0 12px;
	}
	
#mid_col
	{
	width: 240px;
	height: 100%;
	float: left;
	background: #fff url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/col_bg.gif) top no-repeat;
	margin: 25px 0 0 13px;
	}
	
#mid_col p
	{
	padding: 0 12px 0 12px;
	}
	
#right_col
	{
	width: 240px;
	height: 100%;
	float: left;
	background: #fff url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/col_bg.gif) top no-repeat;
	margin: 25px 0 0 13px;
	}
	
#right_col p
	{
	padding: 0 12px 0 30px;
font-size: 0.8em;
	}

#right_col h4
{
font-family:"Times New Roman", Times, serif;
font-size: 1.3em;
color:#999999;
font-weight: normal;
margin: 10px 0 0 20px;
}

#right_col ul
{
margin:0 10px 0 10px;
padding:0;
}

#right_col li
{
background: transparent url(imgs/list_img.gif) 10px 7px no-repeat;
margin: 0;
padding: 0 0 0 20px;
list-style: none;
font-size: 0.8em;
}

	
.grey_text
{color: #999;}
 
	
/*roll over buttons on home page*/	


.heebie_roll a
	{
	display: block;
	width: 200px;
	height: 116px;
	background: transparent url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/heebie_roll.gif") top no-repeat;
	overflow: hidden;
	text-indent: -3000px;
	}

		
.heebie_roll a:hover
	{
	display: block;
	width: 200px;
	height: 116px;
	background: transparent url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/heebie_roll.gif") bottom no-repeat;
	overflow: hidden;
	text-indent:-3000px;
	}
	
.jamie_roll a
	{
	display: block;
	width: 200px;
	height: 117px;
	background: transparent url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/amie_roll.gif") top no-repeat;
	overflow: hidden;
	text-indent: -3000px;
	margin: 0 0 0 0px;
	}
		
.jamie_roll a:hover
	{
	display: block;
	width: 200px;
	height: 117px;
	background: transparent url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/jamie_roll.gif") bottom no-repeat;
	overflow: hidden;
	text-indent:-3000px;
	}
	
.tracker_roll a
	{
	display: block;
	width: 200px;
	height: 116px;
	background: transparent url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/tracker_roll.gif") top no-repeat;
	overflow: hidden;
	text-indent: -3000px;
	margin: 0 0 0 0px;
	}
		
.tracker_roll a:hover
	{
	display: block;
	width: 200px;
	height: 116px;
	background: transparent url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/tracker_roll.gif") bottom no-repeat;
	overflow: hidden;
	text-indent:-3000px;
	}
	
.bill_roll a
	{
	display: block;
	width: 200px;
	height: 117px;
	background: transparent url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/bill_roll.gif") top no-repeat;
	overflow: hidden;
	text-indent: -3000px;
	margin: 0 0 0 0px;
	}
		
.bill_roll a:hover
	{
	display: block;
	width: 200px;
	height: 117px;
	background: transparent url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue//bill_roll.gif") bottom no-repeat;
	overflow: hidden;
	text-indent:-3000px;
	}	
	
	
.bottom_left_col
	{
	width: 200px;
	height: 100%;
	float: left;
	background-color: #fff;
	margin: 25px 0 0 0px;
	}
	
.bottom_left_col p
	{
	margin: 0;
	font-size: 0.85em;
	padding: 0 0 0 15px;
	color: #666666;
	}
	
.bottom_middle_col
	{
	width: 200px;
	height: 100%;
	float: left;
	background-color: #fff;
	margin: 25px 0 0 75px;
	}
	
.bottom_middle_col p
	{
	margin: 0;
	font-size: 0.85em;
	padding: 0 0 0 15px;
	color: #666666;
	}
	
	
	
.bottom_right_col
	{
	width: 200px;
	height: 100%;
	float: left;
	background-color: #fff;
	margin: 25px 0 0 75px;
	}
	
.bottom_right_col p
	{
	margin: 0;
	font-size: 0.85em;
	padding: 0 0 0 15px;
	color: #666666;
	}
	
	
/*portfolio page*/

.potfolio_image
	{
	width: 241px;
	height: 120px;
	float: left;
	padding: 25px 0 0 0px;
	}
	
.portfolio_text
	{
	width: 430px;
	height: auto;
	float: right;
	background-color: #fff;
	margin: 25px 0 0 70px;
	}


.portfolio_text ul li
	{
	list-style: none;
	color:#000;
	}
	

	
.portfolio_text li
	{
	background: transparent url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/list_img.gif) 10px 7px no-repeat;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	color:#000;
	}
	
.portfolio_text h3
	{
	font-family:"Times New Roman", Times, serif; 
	text-transform:uppercase; 
	background: transparent url("http://www.positionrelative.co.uk/themes/site_themes/alex_blue/green_leaf.gif) 0 0 no-repeat;
	display: block;
	width: auto;
	padding: 0 12px 0px 30px;
	margin: 0 0 0 0px;
	font-weight: normal;
	color: #777;
	letter-spacing: 0.2em;
	line-height: 140%;
	font-size: 1.4em;
	border-bottom: 0;
	}

p.tools
{
font-size: x-small;
color: #666;
margin: 0 0 30px 0;
}
	
/*tools*/
	
hr {
	border: none 0; 
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	height: 2px;
	margin: 20px 0 0 0;
	}
	
.clearboth
	{
	clear: both;
	}
	
.highlight
	{
	color: #996699;
	}
	
a:link
	{
	text-decoration: underline;
	color:#009933;
	}
	
a:visited
	{
	text-decoration: underline;
	color:#009933;
	}
	
a:hover
	{
	text-decoration: none;
	color: #000000;
	}
	
a img 
	{
	border: none;
	}
	
/* forms */













#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/blank.gif) no-repeat; /* Trick IE into showing hover */

	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.positionrelative.co.uk/themes/site_themes/alex_blue/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{padding:0 10px; color: #666;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#footer_nav
	{
	margin: 0 auto;
	width: 500px;
	}

#footer_nav ul
{
margin-top: 30px; 
float: left;
}
	
#footer_nav ul li
	{
	display: inline;
	font-size: 0.85em;
float: left;

	}