/* Matt Bower's centering mojo! -- This messes up table formatting in IE. Additional css needs to be written to text-align:left; tables in IE */ 
* html body { text-align: center; }

/* Matt Bower's centering mojo! -- this works really well in Firefox & Safari*/
#all {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

body {
	font-family: sans-serif;
	padding-bottom: 2em;
}

a:link {
	color: #C60;
}

a:hover {
	color: #C60;
	text-decoration: none;

}

a:visited {
	color: #666;
}

p, h1, h2, h3, h4, h5, h6, pre, ul, ol, label, address, th, td {
	line-height: 18px;
	margin: 18px 180px 9px 37px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	

p {
	font-size: 11px;
}


h2 {
	margin: 0;
	padding: 0 0 0 642px;
	
	text-align: left;
	font-size: 20px;
	
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
}

/* FORM SETTINGS */

fieldset {
	border: 0;
	margin-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}

legend {
	font-size: 16px;
	letter-spacing: 1px;
}

label {
	display: block;
	margin-left: 2px;
	font-size: 13px;
}

label input {
	margin-left: 4px;
}

label textarea { display: block; }

input.small,
textarea.small {
	width: 125px;
}

input.medium,
textarea.medium {
	width: 250px;
}

textarea.twoline {
	height: 2em;
}

textarea.textinput {
	height: 8em;
}

textarea.paragraph {
	height: 20em;
	width: 250px;
}

.column {
	float: left;
}

#emailer {
	margin-left: 23px;
}

#emailer h3 {
	margin-left: 12px;
	}


#email,
#reply_to {
	margin: 0;
	width: 40%;
}

#email label input,
#reply_to label input {
	display: block;
	margin-left: 0;
}

.required {
	color: #A00 !important;
	font-weight: bold;
	margin: 1em 0 1em 3px;
}






/* header elements (/layout/header.php) ====================================*/
#header {
	text-align: left;
	margin: 15px 0;
}

#header h1 {
	margin: 0;
	padding: 35px 0 0 35px;
	font-family: Helvetica, Arial, 'Trebuchet MS', sans-serif;
	font-weight: lighter;
	font-size: 24px;
	line-height: 24px;
 	text-transform: uppercase; 
 }

/* this is the site title control -> jakeearly.com */
#header-1st-word { color: #999;}
#header-2nd-word { color: #666; }
#header-3rd-word { color: #666;}

#header p {
	padding: 0 35px 3px 38px;
	margin: 0;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background-image: url(../images/bkg_breadcrumbs.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#header p a, #header p a:visited {
	color: #666;
	text-decoration: none;
	}

#header p a:hover {
	color: #F60;
	text-decoration: underline;
	}





#program-header {
	display:none;
}



/* ----- HOME PAGE STYLES  ----- */

#home #header h1 {
	display: none;
	}

#home #header p {
	display: none;
	}

#full_header {
		display: none;
		text-align: center;
	}

#home #full_header { display: block; }

#home ul.gallery-list li {
	display: block;
	margin: 10px 184px 0 0;
	font-size: 15px;
	line-height: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bolder;
	text-align: center;
}






/* sub nav */
#sub-nav {
	margin: 46px 0 0 0;
	padding: 5px 0;
	float: right; 
	width: 150px;
	background-color: #FFF;
	border-left: 1px solid #999;
}

body#home #subnav {
	margin: 138px 0 0 0 !important;
	}


#sub-nav ul {
	margin: 0 0 0 15px;
	padding: 0;
	}

#sub-nav ul li {
	margin: 0;
	padding: 0;

	list-style: none;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#sub-nav a:link {
	color: #666;
	text-decoration: none;
	}

#sub-nav a:hover, #sub-nav a:visited:hover {
	color: #F60;
	text-decoration: underline;
	}

#sub-nav a:active {
	text-decoration: none;
	}

#sub-nav a:visited {
	color: #999;
	text-decoration: none;
	}


#sub-nav a.current {
	color: #333;
	}

.breadcrumb-header {
	display:none;
}


/* content (static pages) ==============================*/

#content {
	}




/* begin nav elements */


.album-list {
	font-weight: bold;	
	clear: both;
}

.album-list-title {
	border: 1px solid #666;
	display: none; 
}

.album-list-info {
	display: none; 
}

.gallery-header {
	display: none;
}

.gallery-list-title {
	display: none;
}

.album-list {
	margin-bottom: 9px;
}

ul.gallery-list {
	margin: 0 0 0 37px;
	padding: 0;
}

ul.gallery-list li {
	display: inline;
	margin: 0 40px 0 0;
	font-size: 15px;
	line-height: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bolder;
}

ul.gallery-list li span.num-images-in-gallery {
	display: none;
}

/*
ul.gallery-list li a {
	text-decoration: none;
	font-variant: small-caps;
}

ul.gallery-list a:hover { 
	color: red; 
}
*/


/*
span.link-color-1 a, span.link-color-1 a:visited { color: #F60; }
span.link-color-2 a, span.link-color-2 a:visited { color: #69C; }
span.link-color-3 a, span.link-color-3 a:visited { color: #F90; }
span.link-color-4 a, span.link-color-4 a:visited { color: #990; }
*/

span.link-color-1 a, span.link-color-1 a:visited, 
span.link-color-2 a, span.link-color-2 a:visited, 
span.link-color-3 a, span.link-color-3 a:visited, 
span.link-color-4 a, span.link-color-4 a:visited, 
span.link-color-5 a, span.link-color-5 a:visited { color: #666; text-transform: uppercase; text-decoration: none; }

span.link-color-1 a:hover, 
span.link-color-2 a:hover, 
span.link-color-3 a:hover,
span.link-color-4 a:hover,
span.link-color-5 a:hover { color: #FC0; }

span.link-color-1 a:active, 
span.link-color-2 a:active, 
span.link-color-3 a:active,
span.link-color-4 a:active,
span.link-color-5 a:active {  color: #C90; text-decoration: underline;  }






/* grab image record (grab.php)=============================================*/

/* the div around the image and the details table on the home page*/
.grab-image-record {
	margin: 0px 140px 20px 0px;
/*
	border: 1px solid #900;
*/
}

.grab-image-record img {
	margin: 40px;
}


.grab-image-record table {
	display:none;
}

/* row headers in the details table of grab.php*/
.rh {
	font-weight: bold;
}

/*individual rows in the image details table of grab.php*/
/*
.image-details-date { display:none; }
.image-details-title { display:none; }
.image-details-details { display:none; }
.image-details-author { display:none; }
.image-details-location { display:none; }
.image-details-keywords { display:none; }
.image-details-added {}
*/



/* gallery (view.php) ==========================*/
#view-gallery-title {
	margin: 0;
	padding: 0 0 0 642px;
	
	text-align: left;
	font-size: 20px;
	text-transform: uppercase;
}

#viewer-intro-text {
	text-align: left;
	display: none;
}

.num-images-in-gallery {
	font-weight: bold;
}

.view-gallery-title-header-text {
	display: none;
}

.view-gallery-title-text {
}

.viewer-instructions {
	display: none;
}

.pagination-nav {
	margin: 20px 0px 20px 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #666;
}

.pagination-nav a, .pagination-nav a:visited {
	color: #F60;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.page-nums-header-text {
	display: none;
}



/* image records */
#all-image-records {
	margin: 0px 160px 40px 20px;
	padding: 0;
}

* html #all-image-records { width: 580px; }

.image-record {
}




/* THIS IS ORIGINAL CSS FROM SNIPE GALLERYS ORIGINIAL STYLESHEET. IT CONTROLS THE DROPSHADOWS */

.img-shadow {
  float:left;
  background: url(../images/shadowalpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 0 0 20px 20px !important;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #FFF;
  border: 1px solid #A9A9A9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}


.thumbnail-title {
	display: none;
}



#right-col {
	width: 136px;
	float: right;
	}
	
	
	
/* single image record (image.php) ==============================*/
#single-image-record {
	margin: 0px 140px 40px 22px !important;
}


/* this is the title for a single image record */
#single-image-title {
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Helvetica, Arial, 'Trebuchet MS', sans-serif;
	font-weight: lighter;
	font-size: 16px;
}

.single-image-title-header {
/*
	display: none;
*/
}

.single-image-header-head {
	display: none;
}



/* this is the category that an image is in */
.single-image-title-header-catname {
	display: none;
}

.single-image-title-text {
	font-family: Helvetica, Arial, 'Trebuchet MS', sans-serif;
	font-weight: lighter;
	font-size: 18px;
}


/* this is the div around the single image record */
#single-image-record {
	width: 550px;
	margin: 0px 0px 0px 30px;
	}


.image-prev-next-nav {
	text-align: left;
	margin: 20px 0px 20px 0px;
}

.prev-next-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

.prev-next-button a  {
	text-decoration: none;
	color: #F60;
}

.prev-next-button a:hover  {
	text-decoration: underline;
}

.prev-next-return-link {
	margin: 20px 20px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #666;
}

.prev-next-return-link a {
	text-decoration: none;
	font-size: 11px;
	color: #F60;
}

.prev-next-return-link a:hover {
	text-decoration: underline;
	color: #F60;
}

.image-prev-next-nav bottom {
	display: none;
	color: #666;
	}




#image-desc-info {
	margin: 0;
	padding: 0;
}


#image-desc-info tr.desc-info-desc td {
	padding-bottom: 5px !important;
	}

#image-desc-info tr.desc-info-photographer {
	}

#image-desc-info td.header-text, 
#image-desc-info td.text  {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

#image-desc-info td.header-text {
	display: none;
}

#image-desc-info td.text {
	padding: 0;
	margin: 0;
}



#image-desc-is-set {
	margin: 0px 0px 20px 0px !important;
	width: 140px;
}

#image-desc-not-set {
	display: none; 
}

.desc-info-keywords {
	display: none;
}



/* footer (layout/footer.php) =================*/
#copyright { 
	margin: 10px 36px 0 642px;

	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	}



.clear { clear: both; }
