/*	Title			Astbury Photography Style Sheet,
	Author			Duncan Astbury,
	Copyright		Duncan Astbury, 2010
	Last updated	July 2010
*/

body	{
		color: black;
		background-color: #CCCCCC;
		margin-left: 5%;
		margin-right: 5%;
		}


#headlogo	{
		clear: both;
		width: 55px;
		height: 55px;
		background-image: url(images/AP_logo.jpg);
		background-repeat: no-repeat;
		background-position: center;
		border:  1px solid black;
		margin-top: 15px;
		margin-right: 10px;
		float: left;
			}
		
h1		{ float: left;
		  font-family: "Georgia", Serif;
		  font-size:16pt;
		  font-variant: small-caps;
		  color: #666666;
		  background-color: white;
		  border-bottom:  1px solid #778;
		  border-left:  1px solid #778;
		  padding: 2px;
		}
h1	a	{ text-decoration: none;
		  color: #666666;
		}

h2		{ clear: both;
			text-align: center;
		  font-family: "Georgia", Serif;
		  font-size:14pt;
		  font-variant: small-caps;
		  color: #666666;}
h3           	{ clear: both;
		  font-family: "Georgia", Serif;
		  font-size:12pt;
		  font-variant: small-caps;
		  color: #666666;
		  }
h4           	{ clear: both;
		  font-family: "Georgia", Serif;
		  font-size:10pt;
		  font-variant: small-caps;
		  color: #666666;
		  }
h5           	{ font-family: "Georgia", Serif }
h6           	{ font-family: "Georgia", Serif }

img			{
		border-color:white;
		border-style: solid;
		border-width: 0px;}		


img.packthumb			{
		border-color: black;
		border-style: inset;
		border-width: 3px;
		margin: 3px;}		

		img.fathumb			{
		border-color:white;
		border-style: solid;
		border-width: 3px;
		margin: 3px;}		
		
#home_image	{
		clear: both;
		background-image: url(images/home-strip800.jpg);
		background-repeat: no-repeat;
		background-position: center;
			}
#home_image	img{
		border-color: white;
		border-style: inset;
		border-width: 2px;
			}

#maindiv	{
		background-color: #99FFCC;
		font: 100% Tahoma, sans-serif;
		color: black;
			}

#nocsswarn	{
			display: none;
			}

						
#breadcrumb	{
			clear: both;
			width: 90%;
			height: 26px;
			background-color: #909090;
			border: 1px solid white;
			padding: 0px;
			padding-left: 10px;
			margin-bottom: 2px;
			text-align: left;
			}

#breadcrumb	p 	{clear: both;
			text-align: left;
			padding: 0px;
			color: white;
			font-family: "Verdana", Sans-Serif;
			font-size: x-small}


#navsite h5	{
			clear: both;
			display: none;
			}

#navsite	img{
		border-color:white;
		border-style: solid;
		border-width: 0px;
			}
			
#navsite ul	{
			clear: both;
			padding: 2px 0;
			margin-left: 0;
			border-bottom: 1px solid #778;
			font: bold 12px Verdana, sans-serif;
			}

#navsite ul li	{
			list-style: none;
			margin: 0;
			display: inline;
			}

#navsite ul li a	{
			padding: 3px 0.5em;
			margin-left: 3px;
			border: 1px solid #778;
			border-bottom: none;
			background: #FEF0DB;
			text-decoration: none;
			}

#navsite ul li a:link	{
			color: #448;
			}

#navsite ul li a:visited	{
			color: #667;
			}

#navsite ul li a:link:hover,
#navsite ul li a:visited:hover	{
			color: #667;
			background: white;
			border-color: #227;
			}

#navsite ul li a#current	{
			background: #DBDBDB;
			border-bottom: 1px solid white;
			}
	
#basket	{
		float: left;
		display: inline;
		padding-right: 1px;
		font: normal 12px Georgia, serif;
			}

#basket	form {
			display: inline;
			}
			
#site_tools	{
		display: inline;
		float: right;
		padding-right: 1px;
		font: bold 12px Georgia, sans-serif;
			}
	
#site_tools	form {
		display: inline;
			}
	
#search_form	{
		width: 450px;
		padding:10px;
		border: 1px solid #778;
		font: bold 12px Verdana, sans-serif;
			}
	
#loginstatus {
		display: inline;
		font: bold 10px Verdana, sans-serif;
		color: white;
		background-color: #666666;
		margin-left: 0%;
		margin-right: 0%;
		width: 800px;
			}
	
#home_news	{
		clear: both;
		padding: 4px;
		margin-left: 10%;
		margin-right: 10%;
		border: 1px solid red;
	/* *   background-color: #5D9C7D; **/
		background-color: #00B74D;
		text-decoration: none;
			}
			
#home_news	h3		{
		  color: white;
		  }
			
/* *		{ font: 100% Tahoma; color: black; background-color: #FFFFFF}
*/

a:link		{
			color: #666666;
			}

a:visited		{
			color: black;
			}

a:link:hover, a:visited:hover
			{
			color: black;
			font-weight: bold;
			background-color: white;
			}

a:link:active, a:visited:active
			{
			color: #0033ff;
			font-weight: bold;
			background-color: #99FFCC;
			}

a  span		{ display: none; }			


a.tooltip:hover	 {
			background-color: #CCCCCC;
			}
			
a.tooltip	 {
			position:relative;
			}

a:hover span.tooltip{
			display: block;
			position:absolute;
			top: 5px;
			left: 30px;
			padding: 5px 5px 5px 5px;
			width: 200px;
			border: 1px solid blue;
			color: blue;
			background-color: white;
			text-align: center;
			filter: alpha(opacity:70);
			KHTMLOpacity: 0.70;
			MozOpacity: 0.70;
			opacity: 0.70;
}

img.tooltip	{
			cursor: help;
			}

			
input.itext	{ font-family: Georgia, serif; font-size: 18px; background-color: #FFFFCC}

input:focus	{
			color:black;
			background-color: #cf0
			}

textarea		{ font-family: Georgia, serif; font-size: 18px; background-color: #FFFFCC}

textarea:focus{
			color:black;
			background-color: #cf0
			}
			
input.isubmit	{
			font-family: Tahoma, sans-serif;
			font-size: 18px;
			background-color: #fed}

address,
blockquote, 
noframes	{ display: block }

strong          { font-weight: bolder }

blockquote      { margin-left: 40px; margin-right: 40px }

i, cite, em,
var, address    { font-style: italic }



#port_bop_image	{
		background-image: url(images/port_bop_s01.jpg);
		background-repeat: no-repeat;
		background-position: left;
		width: 400px;
			}
#port_bop_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
#port_bop_image	a:hover{
		color: #666666;
		font-weight: normal;
		background-color: #CCCCCC;
			}
			
#port_wed_image	{
		background-image: url(images/port_wed_s01.jpg);
		background-repeat: no-repeat;
		background-position: left;
			}
#port_wed_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
#port_wed_image	a:hover{
		color: #666666;
		font-weight: normal;
		background-color: #CCCCCC;
			}
			
#port_pet_image	{
		background-image: url(images/port_pet_s01.jpg);
		background-repeat: no-repeat;
		background-position: left;
			}
#port_pet_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
#port_pet_image	a:hover{
		color: #666666;
		font-weight: normal;
		background-color: #CCCCCC;
			}


			
#port_wed1_image	{
		background-image: url(portfolio/wedding/266.jpg);
		background-repeat: no-repeat;
		background-position: center;
			}
#port_wed1_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
			
#port_wed2_image	{
		background-image: url(portfolio/wedding/267.jpg);
		background-repeat: no-repeat;
		background-position: center;
			}
#port_wed2_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
			
#port_wed3_image	{
		background-image: url(portfolio/wedding/081.jpg);
		background-repeat: no-repeat;
		background-position: center;
			}
#port_wed3_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
			
#port_wed4_image	{
		background-image: url(portfolio/wedding/115.jpg);
		background-repeat: no-repeat;
		background-position: center;
			}
#port_wed4_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
			
#port_wed5_image	{
		background-image: url(portfolio/wedding/198.jpg);
		background-repeat: no-repeat;
		background-position: center;
			}
#port_wed5_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
			
#port_wed6_image	{
		background-image: url(portfolio/wedding/253.jpg);
		background-repeat: no-repeat;
		background-position: center;
			}
#port_wed6_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
			
#port_wed7_image	{
		background-image: url(portfolio/wedding/273.jpg);
		background-repeat: no-repeat;
		background-position: center;
			}
#port_wed7_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
			
#port_wed8_image	{
		background-image: url(portfolio/wedding/256.jpg);
		background-repeat: no-repeat;
		background-position: center;
			}
#port_wed8_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
			
#port_wed9_image	{
		background-image: url(portfolio/wedding/284.jpg);
		background-repeat: no-repeat;
		background-position: center;
			}
#port_wed9_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
			
	
	
#left_tall_image	{
		float: left;
		padding-right: 15px
			}

#left_tall_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
	
#login_image	{
		background-image: url(images/client_lock.jpg);
		background-repeat: no-repeat;
		background-position: left;
		float: left;
		padding-right: 15px
			}

#login_image	img{
		border-color: white;
		border-style: inset;
		border-width: 3px;
			}
	
#columnLeft	{
		clear: both;
		float: left;
		margin: 30px;
		margin-top: 20px;
			}
	
#columnRight	{
		float: left;
		margin: 30px;
		margin-top: 20px;
		margin-left: 80px;
			}
			
.faqlist li {list-style-image: url(images/lightbulb.png);
			 list-style-type: square;
			 list-style-position: outside;
			 padding-left: 5px;
		}	
				
.gallerylist li {list-style-image: url(images/camera.png);
			 list-style-type: square;
			 list-style-position: outside;
			 padding-left: 5px;
		}	
.gallerylist img{
		border-color: white;
		border-style: solid;
		border-width: 0px;}
				
.pdflist li {list-style-image: url(images/pdficon_large.gif);
			 list-style-type: square;
			 list-style-position: outside;
			 padding-left: 5px;
		}	
.pdflist img{
		border-color: white;
		border-style: solid;
		border-width: 0px;}
		
.photolist li {list-style-image: url(images/camera_go.png);
			 list-style-type: square;
			 list-style-position: outside;
			 padding-left: 5px;
			}

							
.offerlist li {list-style-image: url(images/rosette.png);
			 list-style-type: square;
			 list-style-position: outside;
			 padding-left: 5px;
		}	
			
p.thumbview  {clear: both;
			color: red}	
			
p.textlinks  {clear: both;
			font-family: "Tahoma", Sans-Serif;
			text-align: center;
			font-size: 16px}	
			
p.testimonial 	{clear: both;
			width:50%;
			margin-left: 15px;
			text-align: left;
			font-family: "Georgia", Serif;
			font-size: 14px}	
			
p.testimonial 	img{
			float: left;
			margin-right: 10px;
			}
			
p.testauthor 	{clear: both;
			margin-left: 15px;
			text-align: left;
			font-family: "Tahoma", Sans-Serif;
			font-weight: bold;
			font-size: 12px}
			
			
p.copyfoot 	{clear: both;
			text-align: center;
			font-family: "Tahoma", Sans-Serif;
			font-size: 14px}	
			
p			 {clear: both;
			text-align: left;
			font-family: "Georgia", Serif;
			font-size: 14px}
	
