.clearfix:after { content: "."; display: block; height: 0;
                                  clear: both; visibility: hidden }
.clearfix               { display: inline-block }

/* Hides from IE-mac \*/
* html .clearfix
                                { height: 1% }
.clearfix               { display: block }
/* End hide from IE-mac */


.clear {
	clear: both;
}

.cursor {
	cursor: pointer;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
}

body {
  font-family: sans-serf, tahoma, arial;
  font-size: 11px;
  background: #fff;
}

#pageBorder {
	border: 1px solid #ccc;
	width: 980px;
  padding: 0;
  margin: 20px auto 0 auto;
}

#header {
  height: 160px;
  background: #fff;
  border: none;
  margin: 0;
  padding: 10px 0 0 0;
  width: auto;
}

	#header #headerContainer {
		width: 940px; /* 880px; */
		height: 140px;
		margin: 0 72px 0 20px;
		padding: 20px 0px 0 0px;
    border-bottom: none;
	}
	#header #headerContainer.narrow {
	  width: 880px;
	}

		#header #headerContainer #header_logosearch {
			height: auto;
			width: auto;
			margin: 0;
		}
		
		#header #headerContainer #links {
		  float: right;
		  width: 700px; /* 640 */
		  border-bottom: 10px solid #d063a6;
		}
		#header #headerContainer.narrow #links {
		  width: 640px;
		}
      #header #headerContainer #links.portfolio {
        border-bottom: 10px solid #8072b4;
      }
      #header #headerContainer #links.familyWedding {
        border-bottom: 10px solid #8bbf62;
      }
      #header #headerContainer #links.productsPricesLinks {
        border-bottom: 10px solid #ebcf17;
      }

		#header #headerContainer #header_links {
		  float: left;
		  display: inline;
		  border: none;
		  background: none;
		  text-transform: lowercase;
		  font-size: 14px;
		  margin: 0;
		  padding: 0;
		}

			#header #headerContainer #header_links ul {
			  float: left;
			  list-style-type: none;
			  height: 28px;
			  padding: 90px 0 10px 0;
        margin: 0;
			}
	
				#header #headerContainer #header_links li {
				  float: left;
				  display: inline;
				  padding: 0 16px 0 0;
				  margin: 0;
				}
		
					#header #headerContainer #header_links li a {
					  padding: 0 20px 0 0;
					  color: #7e7e7e;
					  border: none;
					  margin: 0;
					}
			
						#header #headerContainer #header_links li.current a, 
						#header #headerContainer #header_links li a:hover {
						  color: #d063a6;
						  text-decoration: none;
						}

		#header #headerContainer #rightLinks {
		  float: right;
		  width: 185px;
		  height: 118px;
		  margin: 0;
		  padding: 0;
		}

			#header #headerContainer #rightLinks p {
		    font-size: 11px;
		    padding: 4px 0 4px 20px;
		    margin: 0;
		    height: 20px;
			}
	
			  #header #headerContainer #rightLinks ul {
			    float: right;
			    list-style-type: none;
			    background: #e7e8e9;
			    height: 100px;
			    margin: 0px 0 0 0;
			    padding: 0 0 0 5px;
			    width: 160px;
			  }
			  
				  #header #headerContainer #rightLinks li {
				    float: left;
				    display: inline;
				    width: 155px;
				    height: 20px;
				  }  
  
			      #header #headerContainer #rightLinks li a {
			        float: left;
			        color: #7e7e7e;
			        width: 155px;
			        font-size: 11px;
			        height: 20px;
			      }

              #header #headerContainer #rightLinks li a.shoppingCart {
                background: url('shopping_cart.png') 46px 0px no-repeat;
              }

			        #header #headerContainer #rightLinks li a.current, 
			        #header #headerContainer #rightLinks li a:hover {
			          color: #d063a6;
			          text-decoration: none;
			        }

#content {
  border: none !important;
}

#homeContainer {
	width: 940px;
  margin: 0 auto 10px auto;
}

#homeLeft {
	float: left;
	width: 230px;
	margin: -16px 0 10px 0;
	margin-top: 0;
}

	#homeLeft .leftForm {
		float: left;
		display: block;
		width: 225px;
		/* padding: 10px; */
		background: #fff;
		color: #000;
		/* margin: 0 0 10px 0; */
	}
	
	#homeLeft #searchForm {
	  /*min-height: 500px;*/
	  padding-bottom: 20px;
	}
	
		#homeLeft .leftForm form {
		  margin: 0;
		  padding: 0;
		}

    #homeLeft .leftForm #goButtonContainer {
      /* float: left;
      margin: -28px 0 0 0px; */
      margin-bottom: 2px;
    }

			#homeLeft .leftForm #goButtonContainer img,
			#homeLeft .leftForm #goButtonContainer2 img
			{
			  float: left;
			  display: inline;
			  margin: 0;
			  padding: 0;
			}
			#homeLeft .leftForm #goButtonContainer input,
			#homeLeft .leftForm #goButtonContainer2 input
			{
			  float: right;
			  display: inline;
			  width: auto;
			  padding: 0 !important;
			}
			
			.inputContainer
			{
			  border: solid 1px #ccc !important;
			}
			
			#headersearchbox {
			  width: 218px !important;
        border: solid 1px #ccc !important;
			}
		
.formRow {
  padding: 0 0 2px 0;
  margin-top: 2px;
  border: solid 1px #ccc;
  float: none;
  clear: both;
}
		
		#homeLeft .leftForm form label {
		  text-transform: lowercase;
		  font-size: 11px;
		  float: left;
		  display: inline;
		  width: 86px;
		  padding-left: 4px;
		  margin-top: 2px;
		  margin-bottom: -2px;
		  color: #ccc;
		}

		#homeLeft .leftForm form input {
			width: 116px;
			padding-right: 4px;
			line-height: 1em;
			border: solid 1px #fff;
			float: right;
			display: inline;
		}
		
		#homeLeft .leftForm #helpers {
		  padding-left: 4px;
		}
		
    #homeLeft .leftForm form input.imsbutton {
      width: auto;
      height: 20px;
      padding-top: 0;
      margin: 8px 0;
      text-transform: lowercase;
    } 
   
    #homeLeft .leftForm #goButtonContainer2 {
      margin-top: 8px;
    }

		/* #homeLeft .leftForm h2 {
			font-size: 14px;
			font-weight: normal;
			padding: 0 0 10px 0;
			margin: 0;
		} */
		
		#homeLeft .leftForm a, #homeLeft .leftForm a:hover {
      color: #000;
      text-decoration: none;
      font-size: 11px;
    }
    
    #homeLeft .leftForm a:hover {
      text-decoration: underline;
    }

	#homeLeft .introText {
		float: left;
	  display: block;
	  width: 225px;
	  padding: 0;
	  color: #999;
	}

		#homeLeft .introText h2 {
		  font-size: 14px;
		  font-weight: normal;
		  padding: 0;
		  margin: 0 0 10px 0;
		}

		#homeLeft .introText p {
		  font-size: 10px;
		  margin: 0 0 10px 0;
		}

#homeRight {
  float: right;
  width: 700px !important;
  margin: 0px !important;
  padding: 20px 0 0 0 !important;
}

#searchResultsMain {
  width: 700px;
  margin: 0px !important;
  padding: 0px !important;
}

/* Tabs on front screen */

#homeMain {
	float: left;
  display: inline;
	width: 613px;
  height: 303px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  background-position: -2px 0px;
}

#homeMain li {
  height: 303px;
}

  #homeMain #events {
  position: absolute;
  width: 27px;
  margin-left: 0px;
  }

  #homeMain #business {
  position: absolute;
  width: 27px;
  margin-left: 27px;
  }
  
  /*
  #homeMain #gap {
	  height: 303px;
	  width: 559px;
  }
  
  #homeMain #richfolio {
  }
  
  #homeMain #music {
	  height: 303px;
	  width: 27px;
  }
  */
  
  
  
  #homeMainRight {
	  float: left;
	  display: inline;
	  width: 27px;
	  height: 303px;
	  padding: 0;
	  margin: 0;
	  list-style-type: none;
	  overflow: hidden;
  }
  
  #homeMainRight #celebrities {
	  float: left;
	  display: inline;
	  width: 27px;
	  height: 301px;
  }

/*  */


#searchResultsMain {
  float: left;
	/* min-height: 500px; */
  width: 670px;
	padding: 0;
	margin: -10px 0 0 -23px;
}

	#searchResultsMain p {
	  padding: 0 0 0 10px;
	}
      
#homeOptions, #homeDetail {
	float: left;
	list-style-type: none;
	padding: 0;
}

#homeOptions {
	margin: 13px 0 0 0;
}

#homeDetail {
  float: left;
  display: block;
  width: 640px;
  background: none;
  list-style-type: none;
  margin: 0px 0 0 0;
  height: 10px;
  padding: 0;
  color: #fff;
}

	#homeOptions li, #homeDetail li {
	  float: left;
	  width: 154px;
	  height: 167px;
	  margin: 0 8px 0 0;
    padding: 0;
	}
	
	#homeDetail li {
	  overflow: hidden;
	  margin: -180px 8px 0 0;
	  width: 134px;
	  height: 180px;
	  padding: 0 10px;
	}
	
  #homeDetail li .detailInner {
    display: block;
    padding: 15px 0 0 0;
    font-size: 10px;
    line-height: 1.5em;
  }
  
	  #homeDetail li .detailInner strong {
      display: block;
      font-size: 12px;
      font-weight: bold;
      margin: 0;
      padding: 0 0 5px 0;
	  }

  #homeOptions li span.h3 {
    float: left;
    width: 154px;
    margin: 10px 0 0 0;
    padding: 5px 0;
    background: #fff;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
  }
  
  #homeOptions li a, #homeOptions li a:hover {
    float: left;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }

	#homeDetail #detail1, #homeDetail #detail2, 
	#homeDetail #detail3, #homeDetail #detail4 {
		position: absolute;
		height: 0;
		margin-top: 20px;
	}
  
	  #homeDetail #detail1 {
	    margin-left: 0px;
	  } 
	   
	  #homeDetail #detail2 {
	    margin-left: 162px;
	  }
	  
	  #homeDetail #detail3 {
	    margin-left: 324px;
	  }
	  
	  #homeDetail #detail4 {
	    margin-left: 486px;
	    margin-right: 0;
	  }

  #homeOptions #box4 {
    margin-right: 0;
  }

/* --- LHS content blocks --- */

#contentBlocks
{
	margin-top: 10px;
	width: 225px;
}

#contentBlocks .lhsItem {
	margin-bottom: 5px;
	/* width: 225px; */
	height: 53px;
}
  #contentBlocks .lhsItem .image {
    background-color: #000;
    color: #fff;
    width: auto;
    height: auto;
    float: left;
    display: inline;
  }
  
  #contentBlocks .lhsItem .text {
    background-color: #bdbec0;
    color: #fff;
    width: 142px;
    height: 45px;
    
    padding: 4px 7px;
    
    float: right;
    display: inline;
    
    overflow: hidden;
    
    font-size: 11px; line-height: 1.1em;
  }

/* --- LHS content blocks --- */


#footer {
  width: 990px;
  height: 40px;
  padding: 0 0 20px 0;
  margin: 0 auto;
}

#footer ul {
  float: left;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

	#footer ul li {
	  float: left;
	  display: inline;
	  padding: 0 3px;
	  color: #666;
	}
	
	  #footer ul li a, #footer ul li a:hover  {
      color: #666;
	  }
	  
#pageControls {
  float: left;

}

#thumbsDiv {
	 float: left;
  width: 100%;
  display: block;
  clear: both;
  border: 1px solid #800;
}

.thumbnailWrapper {
  width: 700px;
  margin: 0px !important;
  padding: 0px !important;
}

.thumbnailFloat {
  background: #808285;
  /* width: 150px !important; */
  margin: 10px 1px 0 10px !important;
  padding: 0;
}

.thumbnailFloat table {
  /* width: 150px !important; */
}


.thumbnailimagecontainer {
   border: none !important;
}

.tnConfig_SimpleCaption {
	/*float: left;
  display: inline;*/
	background: #e0e0e0;
	border-top: 0px solid #fff;
  height: 3.2em;
  padding: 0px 0 5px 0px;
  /* margin-left: -2px;
	padding: 5px 0 5px 5px;
	width: 145px;*/
	width: 100%;
	text-align: center;
}

.tnConfig_ExtendedCaption {
	background: #e0e0e0;
	width: 100%;
	border-bottom: none;
}

.tnConfig_CaptionTool {
	/*float: right;
	display: inline;*/
  background: #e0e0e0;
  border-top: 5px solid #fff;
  height: auto;
  padding: 5px 0 0px 0px;
  /*margin-left: -2px;
  padding: 2px 0 5px 5px;
  width: 145px;*/
  width: 100%;
  text-align: center;
}

.tnConfig_CaptionTool img {
  margin-top: -2px;
}

.tnConfig_CaptionTool p {

	padding: 0;
	margin: 0;
	background: none;
	height: auto;
}


#logOut {
	float: right;
	width: 640px;
	height: auto;
	margin-right: -15px;
	padding-bottom: 20px;
}

	#logOut .admintableheader {
	  background: #fff;
	}

#searchResultsMain #pageContainer p {
	padding-left: 0;
	margin-top: 0 !important;
}

#pageContainer {
	/* margin-left: 23px; */
	width: 640px;
}


#pageContainer .title {
  font-size: 1.2em;
}
#pageContainer .highlight {
  color: #d063a6;
}

#pageContainer .contact img {
	float: left;
}

#pageContainer .contact p {
	margin-left: 470px;
}

#pageContainer .contact .lighter {
	color: #aaa;
}

#pageContainer .richardChambury img {
	float: left;
}

#pageContainer .richardChambury p,
#pageContainer .richardChambury .leftMargin {
	margin-left: 197px;
}

#pageContainer .portfolio a {
	color: #000;
}
#pageContainer .portfolio a:hover {
	text-decoration: none;
}
#pageContainer .portfolio .highlight {
	color: #8072b4;
}

#pageContainer .familyWedding .highlight {
	color: #8bbf62;
}

#pageContainer .productsPricesLinks .hightlight {
	color: #ebcf17;
}

#pageContainer .subHeading {
	height: 25px;
	padding: 0;
	margin: 0 0 2px 0;
	overflow: hidden;
}

#pageContainer .subHeading .headingImg {
	float: left;
  padding: 0;
  margin: 0;
}
#pageContainer .subHeading .downloadLink {
	float: right;
  padding: 0;
  margin: 0;
}
  #pageContainer .subHeading .downloadLink a {
    color: #d063a6;
  }

/* View Picture Basic / Console CSS */

#picDiv {
	float: right;
	width: 690px;
}

#picMetadata {
  float: left;
  width: 270px;
  min-height: 500px;
  background: #e7e8e9;
  padding: 10px;
  font-size: 10px;
}

#picHolder {
	float: left;
	width: 368px;
	/*background: #636467;*/
	margin-left: 10px;
	padding: 10px;
  border: 1px solid #000;
}

#picActions {
  /* float: right; */
  /* width: 335px; */
  padding: 10px;
}

#folderNav {
	float: left;
  list-style-type: none;
  width: 200px;
  margin: 10px 0 0 0;
  padding: 0;
}

#folderNav li {
  float: left;
  width: 190px;
  display: block;
}

#folderNav li a {
  float: left;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px 5px;
  width: 100%;
  border-bottom: 1px solid #999;
}

#folderNav li #backLink {
  float: left;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px 5px 5px 0;
  width: 100%;
  border-bottom: 1px solid #999;
}

#currentAlbum {
  display: none;
}

.pagination {
  padding-top: 10px;
}