/*
	Override Stylesheet
*/

#page {
	margin: 5px auto /* RKE changed to 5 from 20px auto    40px auto*/;
}

#headermenu  {
	/* move the menu bar down from the top some */
	top: 82px;
}

/* -------------BEGIN over rides for header logo ---------- */  
div#headerimg h1, div#header-description {  
visibility: hidden;  
}

div#headerimg {  
background-image: url(images/txphotoblog_logo.png); 
background-repeat: no-repeat; 
height: 140px !important;  
width: 500px; 
margin-top: -5px; 
margin-left: -5px; 
}

a#headerimg-lnk {  
background-image: url(images/txphotoblog_logo.png); 
background-repeat: no-repeat; 
height: 140px !important;  
width: 500px; 
margin-top: -5px; 
margin-left: -5px; 
} 

#copyright-under-img {
	padding-top:4px;
	color: silver;
	//opacity: 0.8;
	position: relative;
	z-index: 40;
}

/* container for gallery content (gallery template) */
#album-container {
	margin-left: 25px;
	position: relative;
}

/* description of gallery (gallery template) */
#gallery-blurb {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	padding-top:6px;
	color: silver;
	//margin-left: 2px;
	//opacity: 0.8;
	position: relative;
	z-index: 40;
}

/* description of gallery (gallery template) */
#standard-post-blurb {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	padding-top:6px;
	color: silver;
	//margin-left: 2px;
	//opacity: 0.8;
	position: relative;
	z-index: 40;
}


/* container for gallery content (gallery template) */
#gallery-container {
	margin-left: 21px;
	position: relative;
}

.widecolumn-gallery {
	width: 975px;
	}

 
div#headermenu { 
z-index: 1000; 
}

div#header { 
height: 125px; 
}

#info-frame #exif-frame {
	
	//display: none;
	//visibility: hidden;
	//display: inline;	
	padding: 0;
	margin-bottom: 14px;
	margin-top: 10px;
	float: left;
	width: 350px;
	}
	
#meta.enforced {
	border-top: 0;
	padding-top: 0px;
	}
	
	
/*  
	override the undeline sytle in the post title h2 only (it has an is of "title")

	needed to remove the white line below the post title display
	since I wanted to rearange things on the page a bit
*/
h2#title {
	border-bottom: 0px solid white;
}

div#post_description {
	border-bottom: 1px solid white;
}
	


/* -------------END   over rides for header logo ---------- */  

/* -------------BEGIN over rides for header logo ---------- */  
/*
div#headerimg h1, div#header-description {  
visibility: hidden;  
}  
 
div#headerimg {  
background-image: url(images/txphotoblog_logo.png); 
background-repeat: no-repeat; 
height: 140px !important;  
width: 500px; 
margin-top: -5px; 
margin-left: -5px; 
}  
 
div#headermenu { 
z-index: 1000; 
}

div#header { 
height: 125px; 
}
*/ 
/* -------------END   over rides for header logo ---------- */  
